Import of recovered 0.7a
This commit is contained in:
commit
5d5f103a26
26 changed files with 1516 additions and 0 deletions
48
dong.conf.default
Normal file
48
dong.conf.default
Normal file
|
@ -0,0 +1,48 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- This is the CONFIGURATION FILE version, and has nothing to do with
|
||||
the Minimalist Dong version -->
|
||||
|
||||
<dong version="0.01">
|
||||
|
||||
<weblog name="mindong" main="true" public="true">
|
||||
<sitetitle>Minimalist Dong</sitetitle>
|
||||
<url>http://www.grouse.net.au/~mike/work/minimalistdong/index.php3</url>
|
||||
<email>mike@grouse.net.au</email>
|
||||
<description>Minimalist Dong is a fine piece of blogging software</description>
|
||||
<articlelimit>5</articlelimit>
|
||||
<rdfarticlelimit>10</rdfarticlelimit>
|
||||
</weblog>
|
||||
|
||||
<!-- This defines an FAQ section for a site. Note the "public" attribute
|
||||
is "true", so it will be included as a sidebar option on any page of the
|
||||
site. The article limit is set to 0, so every entry is always shown on the
|
||||
front page. This is not very suitable for a page with frequently added
|
||||
content, but good for an FAQ. -->
|
||||
|
||||
<weblog name="faq" public="true">
|
||||
<sitetitle>Frequently Asked Questions</sitetitle>
|
||||
<url>http://www.grouse.net.au/~mike/work/minimalistdong/index.php3?page=faq</url>
|
||||
<email>mike@grouse.net.au</email>
|
||||
<description>Minimalist Dong explained!</description>
|
||||
<articlelimit>0</articlelimit>
|
||||
<rdfarticlelimit>5</rdfarticlelimit>
|
||||
</weblog>
|
||||
|
||||
|
||||
|
||||
<!-- A second blog could be configured by uncommenting the block below
|
||||
and adding a content directory called 'anotherdong' -->
|
||||
|
||||
<!--
|
||||
<weblog name="anotherdong">
|
||||
<sitetitle>Another Dong</sitetitle>
|
||||
<url>http://www.grouse.net.au/~mike/index.php3?page=anotherdong</url>
|
||||
<email>mike@grouse.net.au</email>
|
||||
<description>Another Dong-based 'blog!</description>
|
||||
<articlelimit>10</articlelimit>
|
||||
<rdfarticlelimit>10</rdfarticlelimit>
|
||||
</weblog>
|
||||
-->
|
||||
|
||||
</dong>
|
Loading…
Add table
Add a link
Reference in a new issue