Hello - ages ago I wrote prlmnks.org - a little site that lets you get RSS feeds to perlmonks.org proper. I have intended to make the code available to any and everyone to have a play with. Indeed I even created a project on sourceforge but then ran screaming at the horror that is their user interface...

Anyway the code is now in subversion on my server (?on subversion in my server?): http://svn.ecclestoad.co.uk/svn/prlmnks/trunk. It is currently read only but I am itching to let others go to work on it and improve it. Currently there is a bug to do with bad XML that crashes the scraping daemon (try DEBUG=1 ./fetch_node.pl 500633. I've also had reports that it produces bad XML. Both are probably encoding problems.

Unfortunately I really don't have time to look after it properly - please help! If you want to hack at the code then please let me know and I'll add you to the allowed users so you can commit. Please excuse the lack of docs - wrote it in a hurry.


In reply to Prlmnks.org code ready to be played with. by EvdB

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.