
* Geert Stappers stappers@stappers.nl [20070619 08:15]:
Op 19-06-2007 om 00:36 schreef Michael Prokop:
[what's behind grml.org website]
The framework is known as "Mika's Zsh and Vim garage". ;)
It's plain simple HTML and PHP (with some includes - no framework) for content and menu handling, combined with CSS for the layout stuff. I'm managing content with Vim (for main editing of course), Zsh (zmv & CO) and sed/grep/perl/... (for the usual "bigger actions have to be done" ;-)).
Ai, the better homebrew. (or perhaps: Grummel, the better homebrew ;-)
Any plans for making it public?
Or is it allready available in Mercurial? (If so, please tell which repository.)
Just grab the CSS file -> http://grml.org/style.css
And the PHP stuff isn't much more than a simple:
$HEAD <body> <?php include '$STATIC_BODY'; ?> $CONTENT <?php include '$STATIC_END'; ?>
regards, -mika-