I guess it's rarely a good idea to respond to your own post, but I
forgot to add that when a job is "published" on jobs.code4lib.org it
will show up in the site's Atom feed [1]. The feed should be usable by
your feed reader of choice, and could also be useful if you want to
syndicate the jobs elsewhere.
//Ed
[1] http://jobs.code4lib.org/feed/
PS. It was kind of fun to finally use the "tag" link relation to mark
up the job tags in the feed with Freebase URLs. For example:
<entry>
...
<link rel="tag" title="Unix"
href="http://www.freebase.com/view/en/unix" type="text/html" />
<link rel="tag" title="Unix [JSON]"
href="http://www.freebase.com/experimental/topic/standard/en/unix"
type="application/json" />
<link rel="tag" title="Unix [RDF]"
href="http://rdf.freebase.com/rdf/en.unix" type="application/rdf+xml"
/>
</entry>
|