CINXE.COM
Syndication feeds (jobs.perl.org)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head><title>Syndication feeds (jobs.perl.org)</title> <meta name="keywords" content="jobs perl programming"> <link rel="stylesheet" type="text/css" href="/static/css/styles.css"> <link rel="shortcut icon" href="/static/images/favicon.ico" type="image/x-icon"> <script defer data-domain="jobs.perl.org" src="https://cdn.perl.org/js/script.outbound-links.js"></script> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-ZB4TKQYG72"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-ZB4TKQYG72'); </script> </head> <body bgcolor="white" link="#690020" alink="#003600" vlink="#900000"> <table width="100%"> <tr><td><a href="/">Home</a> | <a href="/search">Search</a> | <a href="/employer/">Employers</a> | <a href="/about/">About</a> | <a href="/login?redir=%2Frss%2Ffeeds">Login</a> | <a id="help" rel="nofollow" href="https://nutmegjobs.zendesk.com/">Help</a> </td> <td align="right"> <a href="/rss/" style="color: #c76f38">Syndicate this!</a> </td> </tr> </table> <p> <h1>Syndication feeds</h1> <h2>RSS feeds</h2> <p> We have various RSS feeds available to help you learn about new postings. </p> <p> Please configure your system to fetch the data on some irregular interval. For example every hour on the hour is a bad idea; every 82 minutes is a much better idea.<br> With most modern cron daemons you can specify an interval in minutes with something like <pre> 10 */4 * * * sleep $(expr $RANDOM \% 3600); lwp-mirror http://jobs.perl.org/rss/standard.rss ~/perljobs.rss </pre> </p> <div style="float: right; border: 1px solid #aaa; padding: 5px;"> <b>Examples of sites using these feeds</b><br> <a href="http://www.masonhq.com/">www.masonhq.com</a><br> <a href="http://perl.apache.org/">perl.apache.org</a><br> <a href="http://kc.pm.org/jobs.shtml">Kansas City Perl Mongers</a><br /> </div> <p> <ul> <li><a href="standard.rss">standard.rss</a> - Latest N jobs posted (see below on how to adjust "N"). <li><a href="mod_perl.rss">mod_perl.rss</a> - Latest <a href="http://perl.apache.org/">mod_perl</a> jobs. <li><a href="catalyst.rss">catalyst.rss</a> - Latest <a href="http://catalyst.perl.org/">Catalyst</a> jobs. <li><a href="mason.rss">mason.rss</a> - Latest <a href="http://www.masonhq.com/">Mason</a> jobs. <li><a href="telecommute.rss">telecommute.rss</a> - Latest (some or all) telecommute jobs. <li><a href="by_country.rss?country=United%20States">by_country.rss?country=foo</a> - Latest jobs by country. You can see a list of what countries we have jobs for by looking at the <a href="/about/stats">statistics page</a>. We try to standardize country names as they are entered but it is possible that we could end up having the same country spelled in multiple ways in the system. </ul> <p> Add <code>?limit=N</code> to any of the above filenames to specify the number of jobs you want. The default is 12 and the maximum is 30. </p> <h2>JavaScript</h2> <p> Another way to get a list of Perl Jobs on your site is to include the following HTML tag on your page: <pre> <script language="JavaScript" src="http://jobs.perl.org/rss/standard.js"> </script> </pre> Substitute standard with "mod_perl" to get the mod_perl job listing and add the limit= parameter as with the RSS feeds. </p> <h2>Comments, please!</h2> <p> If you have suggestions or wishes to other feeds (other formats or other datasets), please <a href="mailto:ask@perl.org">send a mail</a>. </p> <p> We are planning to put links to sites using our RSS feeds on this page, so if you do, please send us mail. </p> <hr noshade size=1> <span class="comments">Comments to <a href="http://www.askask.com/">Ask Bjørn Hansen</a> at <a href="mailto:ask@perl.org">ask@perl.org</a>. </span> </body></html>