Archived
1
0
Fork
You've already forked doxite
0
a very old and unmaintained static website generator written in perl (rip)
This repository has been archived on 2026年01月14日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Perl 100%
Find a file
2013年02月18日 11:20:25 +01:00
doxite useless duplicated if 2010年07月29日 10:34:14 +02:00
README.md yeah, we have a README ! 2013年02月18日 11:20:25 +01:00
template first commit 2010年06月15日 19:21:31 +02:00

doxite

This is my simple static website generator, written in perl.

You can see what it did on my own website here.

libs

It only requires libtemplate-perl (via apt).

input formats

I personnaly use it with markdown, but you can pass whichever command you want with -o yourcommand.

usage

Simply fire doxite to see a basic usage summary.

Usage: doxite [options]
Options:
 -sd, --source-dir Directory to process
 -dd, --dest-dir Destination directory
 -se, --source-ext Extension of sources files (default : html, optional)
 -de, --dest-ext Extension of destination files (default : html, optional)
 -o, --output-cmd Command to output files (optional)
 -t, --template Template file (relative to your source-dir,
 default : 'template', optional)
 -h, --help This help
 -v, --version Display version number
Tips & tricks:
 You can force the date of last edition of a file. Simply put an HTML comment
 like this : <!--[16 Jun 2010]--> in the source file.