code4lib / shortimer

a webapp for code4lib jobs
http://jobs.code4lib.org
40 stars 15 forks source link

Add new sources #29

Closed dltj closed 10 years ago

dltj commented 10 years ago

The first tends to be Colorado-specific. The second is an RSS feed of the ARL Jobs site (http://www.arl.org/leadership-recruitment/job-listings).

edsu commented 10 years ago

:+1: for the Yahoo Pipe

dltj commented 10 years ago

Hey, @edsu -- I hadn't seen any of the new sources come up over the past couple times I've been curating data. Then I saw that I had put the changes into a file called settings.py.template -- is there a real settings.py that I missed someplace?

edsu commented 10 years ago

As part of the installation the settings.py.template is copied to settings.py. This prevents settings.py from being committed with various private keys. Here's the feeds that are currently in there, are there any that are missing:

JOB_FEEDS = [
    'http://joblist.ala.org/news/',
    'http://archivesgig.wordpress.com/feed/',
    'http://feeds.feedburner.com/alljobs',
    'http://digital-scholarship.org/digitalkoans/category/digital-library-jobs/feed/',
    'http://www.alia.org.au/rss/vacancies.php',
    'http://www.higheredjobs.com/rss/categoryFeed.cfm?catID=34',
    'http://www.museumsandtheweb.com/taxonomy/term/2703/0/feed',
    'http://jobs.educause.edu/jobs?keywords=library&resultsPerPage=12&noStem=false&titlesOnly=false&salary_open=false&showMoreOptions=false&display=rss',
    'http://www.jobs.ac.uk/jobs/library-services-and-information-management/?format=rss',
    'http://careers.archivists.org/jobs?resultsPerPage=12&display=rss'
    'http://www.libraryjobline.org/rss',
    'http://pipes.yahoo.com/arljobstorss/c8f6fa1c3aa9c60d39bc01a35e899fa5?_render=rss'
]
dltj commented 10 years ago

Ah, okay; never mind. All those URLs still look fine. Just weird odds that I haven't run into any yet through the curate queue.