wiki2xhtml makes it easy to create good-looking web pages. It is a program for both beginners and pros! The source text, which will be compiled by wiki2xhtml, is being written in the easy-to-learn syntax used in Wikis like the Wikipedia or the WikiBooks (and which is explained in the help file). If you have got higher demands, you can insert your own code. Take a look at the example, use an existing style or create your own!
wiki2xhtml can now process php files too!
Here the changelog:
Version (Sam Jun 23 12:09:26 CEST 2007)
New:
* You can use PHP files. The flag <!--nowiki--> prevents wiki2xhtml from doing anything with it. Text before the (optional) <!--endtop--> is put at the top of the page (before the html) what is required by some php functions like sessions.
* Templates for galleries and images for more design-possibilities
* New lines (<br />) can be inserted with «\\ » (two backslashes followed by a space) like in the DokuWiki. (Feature Request #1721336)
* Long image descriptions can be inserted with ld=... (only displayed on the image description pages)
* New design: GlassBorder
* You can have headers and normal cells on one line too (e.g. ! header || normal cell !! again header)
Notes:
* Curly braces are allowed in the title: {{H1:Here is a } in the title}} (for use in PHP)
* Changed div in the top link to span
* Image argument «thumb» generates image pages (only [[Image:test.jpg]] does not)
* Some styles adjusted (HD, Autumn, ...)
* Fixed: wiki2xhtml crashed when there was a single | on one line (in tables)
* Fixed:Text only entries don't have an ID any more in galleries