Tomas Hajny fb84d5a45e * version 2.0.5 hace 19 años
..
fpde fb84d5a45e * version 2.0.5 hace 19 años
intl a54a8634aa Merged revisions 375,2257,2261-2262,2271,2296,2376,2443 via svnmerge from hace 19 años
COPYING 30aa5ed98a + Initial import hace 22 años
Makefile fb84d5a45e * version 2.0.5 hace 19 años
Makefile.fpc fb84d5a45e * version 2.0.5 hace 19 años
README fe4cb5e126 + Added template file hace 21 años
dglobals.pp 8471e03e6e Merged revisions 2310,2312,2317,2320,2325,2331,2333,2340,2347,2358-2359,2373,2380-2381,2390,2402-2403,2405-2406,2436-2437 via svnmerge from hace 19 años
dw_html.pp 25f8628b18 Merged revisions 3792,3859 via svnmerge from hace 19 años
dw_ipf.pp b409904e44 Merged revisions 42 via svnmerge from hace 20 años
dw_latex.pp 223f898a6a Merged revisions 3456,3459-3460,3462,3484,3568,3571,3682,3689,3774,3783-3785,3798-3799,3809,3811,3820,3824-3825,3833,3842 via svnmerge from hace 19 años
dw_lintmpl.pp b409904e44 Merged revisions 42 via svnmerge from hace 20 años
dw_man.pp 223f898a6a Merged revisions 3456,3459-3460,3462,3484,3568,3571,3682,3689,3774,3783-3785,3798-3799,3809,3811,3820,3824-3825,3833,3842 via svnmerge from hace 19 años
dw_template.pp b409904e44 Merged revisions 42 via svnmerge from hace 20 años
dw_txt.pp 223f898a6a Merged revisions 3456,3459-3460,3462,3484,3568,3571,3682,3689,3774,3783-3785,3798-3799,3809,3811,3820,3824-3825,3833,3842 via svnmerge from hace 19 años
dw_xml.pp b409904e44 Merged revisions 42 via svnmerge from hace 20 años
dwlinear.pp b409904e44 Merged revisions 42 via svnmerge from hace 20 años
dwriter.pp b409904e44 Merged revisions 42 via svnmerge from hace 20 años
fpdoc.css 5e0dbf972f + Merged revisions 127,128 hace 20 años
fpdoc.pp b409904e44 Merged revisions 42 via svnmerge from hace 20 años
makeskel.pp 226b0cffde Merged revisions 4230 via svnmerge from hace 19 años
sh_pas.pp b409904e44 Merged revisions 42 via svnmerge from hace 20 años
unitdiff.pp b409904e44 Merged revisions 42 via svnmerge from hace 20 años

README

For more informations, see readme.html in the 'doc' subdirectory. There you
can also find the default CSS for the HTML output.


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.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA


(the file COPYING contains the whole GNU General Public License)


Source file overview
--------------------

dglobals.pp
* Global declarations
* Catalogue management (internal link and description lookup tables)

dwriter.pp
* Basic writer (output generator) class

dw_html.pp
* HTML/XHTML output generator

dwlinear.pp
* Abstract linear documentation generator.

dw_latex.pp
* LaTeX output generator, based on linear documentation generator.

dw_txt.pp
* Plain text output generator, based on linear documentation generator.

dw_xml.pp
* 'XML struct' output generator


dw_man.pp
* 'Unix man page' output generator

fpdoc.pp
* Main program

makeskel.pp
* Skeleton XML description file generator

dw_template.pp
* template for implementing a new writer back-end.

dw_lintmpl.pp
* template for implementing a new linear writer back-end.


Contributors
------------
Initial French output strings by Pierre Muller
Initial Dutch output strings by Marco van de Voort