#!/usr/local/bin/sciteco -m
!*
* Generate the website at https://rhaberkorn.github.io/sciteco
* This reuses content from Markdown documents and the manpages.
* Everything else is cross-linked to Sourceforge.
* It must currently be run from the www/ subdirectory of an in-tree-build.
* The HTML manuals must be in ../doc.
* Required tools: lowdown
*!
!*
* Perhaps everything should be white on black, like in a terminal?
* The first line could be inverted (black on white).
*!
@[header]{I
SciTECO - <Website> Q[title]
SciTECO - <Website>
Home /
Screenshots /
Downloads /
sciteco(1) /
sciteco(7) /
Wiki /
Github
}
!* This is a macro, so we can potentially customize the content per page *!
@[footer]{I
* |
|
|
}
EBindex.html HK
[title]Home M[header]
EClowdown -thtml --html-no-skiphtml --html-no-escapehtml ../README.md
M[footer]
EW
EBscreenshots.html HK
[title]Screenshots M[header]
EClowdown -thtml --html-no-skiphtml --html-no-escapehtml ../screenshots.md
M[footer]
EW
[manpage-header]
This documents the project's HEAD revision.
EB../doc/sciteco.1.html
SS
S .,ZK
M[footer]
EWsciteco.1.html
EB../doc/sciteco.7.html
SSS .,ZK
M[footer]
EWsciteco.7.html
!*
* These manpages are not in the header bar, but still postprocessed
* for consinstency.
*!
EB../doc/grosciteco.tes.1.html
SSS .,ZK
M[footer]
EWgrosciteco.tes.1.html
EB../doc/tedoc.tes.1.html
SSS .,ZK
M[footer]
EWtedoc.tes.1.html
EX