Changeset 77

Show
Ignore:
Timestamp:
09/05/06 08:39:04 (2 years ago)
Author:
evdb
Message:

Started to make the site look pretty

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/templates/index.mason

    r46 r77  
    1 index 
     1<&  "top.mason", 
     2    title   => 'Home', 
     3    heading => 'PrlMnks.org - like perlmonks.org but with bits missing', 
     4&> 
     5 
     6 
     7<p>This is a work in progress whose aim it is to augment the perlmonks.org 
     8website. It is in no way a replacement but merely an attempt to add value.</p> 
     9 
     10<p>Currently the only facility available is an RSS service. This allows you to 
     11subscribe to an RSS feed to any node. The feed will 'do the right thing' for 
     12the node you give it.</p> 
     13 
     14<p>Please use an URL like the following - replacing '123456' with the id of 
     15the node:</p> 
     16 
     17<pre>http://prlmnks.org/rss/123456.xml</pre> 
     18 
     19<p>test <tt>test tt</tt> test.</p> 
     20 
     21<p>If you put in the id for a user you get their latest posts, if you put in a 
     22post you get all replies to it.</p> 
     23 
     24<p>There are also <a href="rss-feeds.html">rss feeds</a> to the various 
     25sections such as 'Meditations' and 'Seekers of Perl Wisdom'.</p> 
     26 
     27<p>Please note that I have not yet grabbed an entire copy of perlmonks.org - 
     28to do so all at once would be antisocial. Recent posts should be available 
     29though. To get a feel for how much has been fetched please see the <a 
     30href="/cgi/prlmnks-status.pl">status page</a>.</p> 
     31 
     32<p>Please feel free to contact me at the email below if you have questions or 
     33suggestions. Please take a look at the <a href="todo.html">to do list</a> and 
     34also the <a href="rss-how-it-works.html">quick explanation of how it 
     35works</a>.</p> 
     36 
     37<& bottom.mason &>