gnuherds-app-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RSS 1.0 -- Template proposal


From: Davi Leal
Subject: Re: RSS 1.0 -- Template proposal
Date: Sat, 8 Nov 2008 09:17:10 +0100
User-agent: KMail/1.9.9

MJ Ray wrote:
> Federico asked:
> > What is the namespace "dc" used for?
>
> Dublin Core - usually it's for author information, copyright terms
> and stuff like that.  See http://web.resource.org/rss/1.0/modules/dc/

At http://gnuherds.org/offers we show for each job offer the below columns:

  * Vacancy title,  <title>

  * Location,       ??? I do not know. Do you propose something?

  * Offer date,     <dc:date>

  * Offered by,     <dc:publisher> 
        = "LastName MiddleName, FirstName"  for persons
        = "CompanyName"  for companies



So we could add to the RSS feed:

        <item rdf:about="http://gnuherds.org/offers?id=XXX";>
                <title>... ... ...</title>
                <???> Location <???>
                <dc:date>...</dc:date>
                <dc:publisher>...</dc:publisher>
                <link>http://gnuherds.org/offers?id=XXX</link>

                ...
        </item>


I am new to RSS. As usual, feel free to improve such proposal.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]