Merging two TikiWiki's

I’ve created a ruby script to merge the content of a TikiWiki into another one. This script will read the tiki_pages, tiki_history and tiki_links tables from the MySQL backend of the source TikiWiki and import the contents into the destination TikiWiki. The script is ‘safe’, meaning that it will not overwrite any page if it already exists in the destination. The history of the page will be merged as well if the page exists at the destination. The script doesn’t work with page attachments yet. ...

June 29, 2007

Useful resources to Eclipse Plugin Development

If you are new to Eclipse Plugin Development like me, you must now that in the Eclipsepedia you can find very useful code snippets like How to write to the eclipse console view from a plugin. The best way to find information there is to use google query like site:wiki.eclipse.org console write

August 24, 2006