Last few scribblings
- How MyPhoneExplorer helps Android / HTC / Droid / X10 owners
- 01-Sep-2010
- The Book of Five Rings by Miyamoto Musashi
- 08-Apr-2010
- Really Old Stable Joomla :-)
- 19-Mar-2010
- Check link popularity based on ranking (Google PageRank, Alexa, etc)
- 18-Mar-2010
- Free CakePHP E-Book - Super Awesome Advanced CakePHP Tips
- 18-Mar-2010
- Xmouse on Windows 7
- 01-Mar-2010
- Happy Birthday Alexander!
- 10-Feb-2010
- 1st Kyu (Iwama-Ryu)
- 03-Feb-2010
- To all those ..
- 24-Dec-2009
- Netgear EVA9150 Digital Entertainer Elite
- 05-Dec-2009
jonjo.se
piglets.org
Alain's Jabberbox
Ads by Google
The Local
Categories
Archives
Top Exits
en.wikipedia.org (236)
www.sevenforums.com (30)
www.joho.se (27)
www.pseudocoder.com (27)
freshmeat.net (19)
www.sevenforums.com (30)
www.joho.se (27)
www.pseudocoder.com (27)
freshmeat.net (19)
Popular Entries
- JoomlaFCK - FCKeditor for Joomla (27619)
- QuadraPop high score 2007-01 (22035)
- PuTTY with Tabs (17081)
- Serendipity Blog Software Update! (11880)
- Aikido 3D (11777)
- Cool cooling of your laptop (10944)
- Where in the world is Rod Jackson? (9143)
- Looking for that re-usable Wiki engine code (8933)
- Sony Ericsson P900 Theme: JoHo Orange (8384)
- Samsung LE-40F86BD, sweet rock 'n' roll (8171)
Freakonomics
Blog Administration
Sunday, January 29. 2006
Looking for that re-usable Wiki engine code
So I got an idea for a really silly and really simple service; based on the contents of wikipedia.org. I decided to try to re-use someone else's wiki parsing code (PHP). After an hour and a half, I still haven't been able to find something that handles the output from WikiPedia.I found TipiWiki on freshmeat, but it missed a few things. Then I found PWP Wiki Processor, also on freshmeat; it also didn't quite reach the mark. Now what.. ?! ;) The last two candidates were WikkaWiki and PhpWiki, but no go there either.
The output I'm trying to parse is the output from, for example, http://en.wikipedia.org/wiki/Special:Export/Guns_N'_Roses. I really don't want to sit down and do what fifty other people have already done if I don't have to.
Perhaps someone or something is trying to tell me to move on to the next silly idea? :-)
It should be noted that all of the above mentioned software is probably very good and very functional; any failure to utilize the code for my needs most likely lies with me. But you already figured that out.
On the next run, this morning, I realized someone would probably have deposited this with PEAR.. and there was a match for my Google query there, at pear.php.net/package/Text_Wiki in fact.



#1 - toggg said:
2006-01-29 15:34 - (Reply)
Text_Wiki_Mediawiki is a very recent (the last one) extension released for Text_Wiki.
It's certainly very incomplete, but the furnished parser enables directly all the power of Text_Wiki transform engine.
We look forward to improve it so any suggestion or bug is welcome in the tracker http://pear.php.net/bugs/search.php?cmd=display&package_name%5B%5D=Text_Wiki_Mediawiki
Merci for your interest in this package.
#1.1 - JoHo said:
2006-01-29 21:34 - (Reply)
D*mn, that was fast! :-) I'll be sure to give feedback. Some of my questions will no doubt be due to inability to use the component(s) properly.