A perl script to convert a text file that is in
- regular ascii,
- Roqet Document Format,
- POD HTML Format (which was previously converted from POD format) or
- a script (Perl, SQL, etc.) ...
into a Roqet HTML document.
The format of an Roqet Document Format is as follows:
- (comment)
@ heading (heading)
* bullet
command = description and [examples] (descriptive line)
[code]
{{link~~linkname}}
{*imagelink*}
[[
preformatted block (puts in <pre></pre> tag block)
]]
- -->import:filename to import an external file into <pre></pre> tag block
The HTML Template File can contain these tags
(*title*)
(*title_extra*)
(*author*)
(*css_background_image*)
(*content*)
(*body*)
2008
Document Generated from by RoqDocBuild v3.0 on 2008-05-21 14:59:47
index
2004-06-08 :: 1.5 :: fixed = error when inside a codeblock
2004-06-11 :: 1.6 :: added ability to handle preformat tags; [[ and ]]
2004-06-15 :: 1.7 :: modified link method to {{link~~linkname}}
2004-06-30 :: 1.8 :: tabulated command-lists; looks much nicer
2004-09-15 :: 1.9 :: rebranding and pod cleanup
2005-05-26 :: 2.0 :: added -->import:filename command
2005-06-02 :: 2.1 :: modified to truncate preformatted output
2006-08-21 :: 2.2 :: changed output format of "=" areas
2006-08-28 :: 2.3 :: removed use of xml file and added use of params to
work in a makefile
2006-09-20 :: 2.5 :: removed named sublink from software page link
2006-11-21 :: 2.6 :: added changelog create subroutine
2006-12-04 :: 2.7 :: modified footer to display original file type
2008-01-24 :: 2.8 :: added image link method: {* *}
2008-04-16 :: 2.9 :: added wiki-format create subroutine (to bulk-create
pages for RoqWiki)
2008-04-17 :: 3.0 :: added roqet document format upgrate subroutine to
upgrade roqet document formatted files to v2.0
Modified changelog conversion to fit new format too
index
roqet <http://www.roqet.org>
index
RoqDocBuild Perl script copyright 2006 roqet <http://www.roqet.org>.
RoqDocBuild et al can be distributed and modified under the terms of the
GNU General Public License: http://www.gnu.org/copyleft/gpl.html
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the
GNU General Public License for more details.
Updates and other scripts and software available at:
http://www.roqet.org/software.html
~~~
'l'
-
index