Category: Servers and Sites

Still working on Mindasuper

Still working onĀ www.mindasuper.com. I still got hundreds of articles to port over from Joomla to WordPress. It must be edited, not just copy-and-paste stuff. But, you got to read a lot of articles and refresh some knowledge. I think I am going to take a break tonite .. esok morning-morning ada Kuliah Subuh Ustaz Hassan […]

Read More →

Just Done With Mindasuper.com

Just done with www.mindasuper.com. Its a site for Dr Danial Zainal Abidin, one of the famous local motivator. Now in the process of moving (by right its called re-entering) the old data from previous Joomla site to this new WordPress blog. For those who like islamic-motivational stuff, probably you’d like MindaSuper .. but its in […]

Read More →

Text_Wiki : getRenderConf()

void getRenderConf (string format name, string rule name [, string conf key]) Gets the value of a configuration key for a rule rendered in a specific format; if no key is specified, gets the entire configuration array. $wiki =& new Text_Wiki(); // get the list of pages that the wikilink rule knows about $dir = […]

Read More →

Text_Wiki : setRenderConf()

setRenderConf Set one key at a time void setFormatConf (string format name, string rule name, string conf key, mixed conf value) Set all keys at once void setFormatConf (string format name, string rule name, array conf key-value pairs) Set the configuration for a rule renderer. For example, to tell the “Table” rule in “Xhtml” format […]

Read More →

Text_Wiki : getSource()

getSource string getSource () Gets the value of the $source property; i.e., the source text after all rules have been applied and matching rules have replaced source text with delimited tokens. This is generally useful only after parse() has been called. // [snip] create a Text_Wiki object called $wiki // [snip] load some source text […]

Read More →