wiki2xhtml 3.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News wiki2xhtml 3.2 (Default branch)
# 1  
Old 02-11-2008
wiki2xhtml 3.2 (Default branch)

Imagewiki2xhtml can create complete Web pages and usesa clean XHTML syntax. It can insert galleries, amenu, a footer, and nearly all elements you knowfrom the Wikipedia. The pages are formatted withCSS. All designs can be adjusted by hand, andcustom ones can be used as well. wiki2xhtmlgenerates the HTML pages from simple text files inthe MediaWiki syntax. You can also use own (X)HTMLcode or other script languages inside; there areno restrictions. The GUI is composed of a CodePaste Window where you can insert wiki code thatwill be generated live. A click into the result,the XHTML code, copies it into the clipboard.License: GNU Lesser General Public License (LGPL)Changes:
This version is multi-lingual. It supports split pages and redirects, exports .sh and .bat scripts, and has an adjusted GUI. Some parts have been rewritten (the comments system, lists, headings, and tables) and now work better.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
CATMAN(8)						    BSD System Manager's Manual 						 CATMAN(8)

NAME
catman -- format cat pages from man pages SYNOPSIS
catman [-knpsw] [-m directory] [sections] catman [-knpsw] [-M directory] [sections] DESCRIPTION
catman creates formatted versions of the on-line manual pages from their nroff(1) source. Manual pages whose formatted versions are missing or out of date are regenerated. If manual pages are regenerated, catman also regenerates the whatis database. The optional sections argument is one word, and contains the section numbers of all the sections to be checked. For example, if sections is ``13f8'', the manual pages in sections 1, 3f, and 8 will be checked and regenerated. If no sections argument is provided, catman will try to operate on all of the known manual sections. The options are as follows: -k Ignore errors from nroff when building manpages. -n Do not create the whatis database. -p Display the commands that would have been executed, but do not actually execute them. -s Perform work silently; do not echo commands as they are executed. This flag is ignored if -p is specified. -w Only create the whatis database. -m directory Add directory to the set of directories to be updated. -M directory Update manual pages in directory. SEE ALSO
apropos(1), man(1), whatis(1) BUGS
Currently does not handle hard links. BSD
July 30, 1993 BSD