# General page parameter like filename and title
#
FILENAME=mtpagescript.html
TOPIC=MtPageScript
TITLE=MtPageScript 0.1
DESCRIPTION=Perl script for automatic web page creation
COUNTERID=webscript

# List of subtopics
#

# SUBTOPIC specifies the name of the section
#
SUBTOPIC=Description
# Specify IMAGE if you want to have an image to the right
# of the text.
#
IMAGE=mtpagescript.jpg
# Anything between BEGIN and END will be written verbatim into
# the section
#
BEGIN
<b>MtPageScript</b> can be used for the automatic creation of web pages. The
page you are looking at was created by <b>MtPageScript</b>. If you don't
want to spend your time for web page creation and maintenance (like me)
MtPageScript might be usefull for you. Features are:
<ul>
<li>Automatic generation of <b>News</b> page</li>
<li>Automatic generation of <b>Download</b> section</li>
<li>Automatic generation of <b>Changelog</b> section</li>
<li>Automatic generation of <b>Latest download</b> link for start page</li>
<li>Automatic generation of <b>More...</b> link for start page</li>
</ul>
Plus some additional features which help to simplify the creation of your
web presence.<p>
To get an idea how it works you may want to have a look at the 
<a href=mtpagescript>input file</a> which was used to create this page.<p>
MtPageScript is not very customizable yet, but this might change in the future...
END

# Integration of an external page into the menu structure
#
SUBTOPIC=Manual
EXTERNAL=mtpagescript_manual.html

SUBTOPIC=Status
BEGIN
<b>MtPageScript</b> is kind of "<i>works for me</i>" software. I'm using
it, I like it the way it is and it seems to be quite stable. But I'm shure
it still contains tons of bugs and outside my box it will crash every second
or two. Try it and we will learn more ...
END

# The download section will be created automatically
# Just specify version, download url and size separated with ':'
# You can specify several lines for different versions.
# The first line will be marked as latest version
#
SUBTOPIC=Download
BEGIN
0.1:mtpagescript-0.1.tgz:7553
END

SUBTOPIC=Requirements
BEGIN
You'll need perl for the execution of MtPageScript.
END

SUBTOPIC=Installation
BEGIN
Just copy (or link) <tt>mtpagescript.pl</tt> into your <tt>$PATH</tt>. mtpagescript.pl
parses the file <tt>index</tt> in the current directory and writes it's
output to the current directory.
END

# The changelog section will be created automatically
# Just specify lines with the following syntax:
# version:entry 1:entry 2: ... :entry n
#
SUBTOPIC=Changelog
BEGIN
0.1:Initial release
END

SUBTOPIC=Contact
BEGIN
If you had success or problems or have suggestions, feel free to 
<a href="mailto:matthias@mtoussaint.de">contact</a>
me.
END

SUBTOPIC=License
BEGIN
<b>MtPageScript</b> is licensed under the GPL. See <a href="http://www.gnu.org/copyleft/gpl.html">http://www.gnu.org/copyleft/gpl.html</a>
for more details.
END

