RSS help needed

Discussion in 'Programming' started by Liminal, Aug 20, 2005.

  1. #1
    Hey guys,

    I am about to implement RSS feeds on my site (publish RSS data for others to syndicate) and I am afraid I need some help getting started :)

    Besides exposing some data file in rss format, I'd like to do what jobs.perl.org does: control the number of latest postings to display by specifying limit param (see http://jobs.perl.org/rss/standard.rss?limit=25 ).

    Note: my server-side language of choice is Java. Any idea on how to get started given my requirements?

    Best,
    James
     
    Liminal, Aug 20, 2005 IP
  2. Liminal

    Liminal Peon

    Messages:
    1,279
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It just hit me that /standard.rss?limit=25 is a mod_rewrite to the script that does the retrieval and write the output in RSS format!
     
    Liminal, Aug 20, 2005 IP
  3. nevetS

    nevetS Evolving Dragon

    Messages:
    2,544
    Likes Received:
    211
    Best Answers:
    0
    Trophy Points:
    135
    #3
    you can do that easily if your rss file is generated with php or a perl script. If you are using a static file, your best option is to create multiple files and use a mod-rewrite alias or simply have multiple files available for your end users.
     
    nevetS, Aug 20, 2005 IP
  4. Liminal

    Liminal Peon

    Messages:
    1,279
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Liminal, Aug 21, 2005 IP
  5. Enigma121

    Enigma121 Peon

    Messages:
    40
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    We'd be interested to know which tag library you used (if any). We have also incorporated RSS into our JSP based site.

    Check it out here: http://www.enigmaconnections.com/ebusinessnews.jsp
     
    Enigma121, Sep 4, 2005 IP