#!/bin/bash # # Basic template configuration; command-line options will override get-menu-docs() { paths=$( find "$path_root/docs" -maxdepth 1 -name '*.htm?' -exec basename {} \; \ | sort ) for p in $paths; do # we shall consider the name of the link to be the path with the extension # and sorting prefix stripped name="$( basename "${p%%.htm?}" )" echo "${name#??-}" done } html_external_css=/style.css # menu just below the header, above the index html_pre_index="$( echo '' )" # additional content in the footer before the copyright (the awkward newline # positions are to prevent spaces in the output) html_footer=$(cat < GNU/Linux Inside!
[FSF Associate Member] [ Innovating Without Patents! ] [ Eliminate DRM! ]
EOM ) # index-only footer (we don't want too much spam; the other pages look much # cleaner without this) html_index_footer=$(cat < See me on Gitorious See me on GitHub FSF Member #5804 EOM )