mksite.sh
project
- summary
- tutorial
(2)
(3)
(4)
(5)
(6)
(7)
(8)
(9)
- usage
(2)
technical
- reasoning
- two passes
- still tiny
- sitemaps
- variables
- accessibility
WAI
SubSects
examples
- horizontal
- vertical
- tabbed
(2)
- multi section
- printer style
links
- some hints
- faq&issues
- all features #
- about me
- our sitemap
- download
(C) 2004-10-12 <guidod>
Guido Draheim
|
Tutorial
- You need...
- a few content pages - we let the pages end with "*.htm".
(2)
- the "mksite.sh" shell script - download it and add it locally.
(3)
- create a "site.htm" sitefile with the target "*.html" pagenames.
(4)
- When done...
- Run the script - say "sh mksite.sh site.htm".
(5)
- It scans the "site.htm" sitefile to detect the filelist to work with.
- It scans the source "*.htm" files for embedded meta information.
- It generates the target "*.html" files by modifying the content.
- This tutorial...
- tells you how to separate content and navigation parts.
(6)
- how to build a vertical navigation bar for all your webpages.
(7)
- use variable expansion for the title line of your webpages
(8)
- check out the generated meta variables of your webpages
(9)
- Doing some fancy things...
- like alternative html markup style by css class bindings .
- adding the printerstyle web accessibility option to your website.
- checking out the sitemap generation options.
|