L'ancien dépot du générateur de sites d'Antopie
https://antopie.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 months ago | |
---|---|---|
antopie | 9 months ago | |
bibli | 9 months ago | |
inc | 9 months ago | |
.gitignore | 9 months ago | |
LICENSE | 3 years ago | |
LICENSE.html | 9 months ago | |
LICENSE.md | 3 years ago | |
README.md | 9 months ago | |
compil.php | 9 months ago | |
style.less | 9 months ago |
README.md
mkht.php is a PHP script for building Gemini, Markdown and HTML/CSS sites from source documents in Gemini, Markdown, HTML, PHP, CSS and Less.
Usage
Place your pages tree in /src/*/*.(gmi|md)
.
Optionnal files:
/config.ini
/style.less
/logo.png
/head.inc.html
/footer.inc.html
mkht.php <site path> <destination >
destination
is optionnal and can be:
dns
if you want local links without exensionsonion
if you want links ending with .onion when available
Input
Pages in /src
can use Gemini (if using gmi
extension), Markdown, HTML and PHP.
Output
/*/*.gmi
(if using.gmi
extension in /src)/*/*.md
/*/*.html
/*/*.gz
Note that format translation is only done in the following order: Gemini > Markdown > HTML, which means that the last of the previous format you will use will be the first that will be readable by hypertext browsers. (PHP is executed before.)
External dependencies
- PHP
- gzip
- find
Internal libraries used
Name | Description | Source |
---|---|---|
less.php | Compilateur Less en PHP | https://github.com/wikimedia/less.php |
parsedown | Compilateur Markdown en PHP | https://parsedown.org |
License
AGPLv3+