Features Left To Describe
Most people do not read the source code. I have tried to make it
as readable as possible. But it is still shell code and many
have a hard time to get clue. And even that they do not change
the shell script they still want to make use of it. So that needs
us to describe all the features in all their detail.
Well, there is already a lot to say about the features already
available. I am still hoping for submissions though. From the
features left to be described:
- sitemap styles
-
default is
<mksite:listsitemapstyle> but may be
you want <mksite:multisitemapstyle>
- section styles
-
default is
<mksite:listsectionstyle> but may be
you want <mksite:multisectionstyle>
- variable setting
-
Try
<date>2004-33-66</date>
and <DCMIType>Software</DCMIType>
in the source htm text.
- alternatives
-
Mark
<mksite:alternative:selectvar something>
in the sitefile that cuts off the page with something. Enable it in
the page source file via
<mksite:alternative:selectvar something> .
- section hi:light
-
How highlighting the current section is achieved and what format the
line should have in the sitefile.
- topic hi:light
-
How highlighting the current topic is achieved and what format the
line should have in the sitefile.
- using multiple sitefiles
-
This website uses multiple sitefiles in the same directory. The
section intro page is actually the generated sitemap.
- content of staging files
-
During transformation quite some temporary files are created that
pass information from first to second stage. It is good to inspect
them for debugging. And one should know their content if there is
a wish to add more entries to them.
- debug enable
-
Create a subdirectory DEBUG and see some temporary files to be
added in them - these are the ones used inside a stage for the
given file.
|