CINXE.COM

News Cycle project files : News Cycle

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <meta charset="UTF-8" /> <title>News Cycle project files : News Cycle</title> <link rel="apple-touch-icon" sizes="180x180" href="/@@/apple-touch-icon.png?v=2022" /> <link rel="icon" type="image/png" sizes="32x32" href="/@@/favicon-32x32.png?v=2022" /> <link rel="icon" type="image/png" sizes="16x16" href="/@@/favicon-16x16.png?v=2022" /> <link rel="manifest" href="/@@/site.webmanifest?v=2022" /> <link rel="mask-icon" href="/@@/safari-pinned-tab.svg?v=2022" color="#e9531f" /> <link rel="shortcut icon" href="/@@/favicon.ico?v=2022" /> <meta name="msapplication-TileColor" content="#da532c" /> <meta name="msapplication-config" content="/@@/browserconfig.xml?v=2022" /> <meta name="theme-color" content="#ffffff" /> <link type="text/css" rel="stylesheet" media="screen, print" href="/+icing/rev22ade00ab50b929fac63b8ee7252243aceda294a/combo.css" /> <meta name="description" content="Inspired by the original News Gothic, which found an eminently useful life in print media news coverage, the goal of this project is to design a highly readable open font suitable for large bodies of text, even at small sizes, and that is available at multiple weights. In addition to the readability and weight, however, the project is extending News Gothic's glyph coverage to alphabets derived from Latin, Cyrillic, and Greek, including the accent marks and diacritics required by languages ou..." /> <meta property="og:description" content="Inspired by the original News Gothic, which found an eminently useful life in print media news coverage, the goal of this project is to design a highly readable open font suitable for large bodies of text, even at small sizes, and that is available at multiple weights. In addition to the readability and weight, however, the project is extending News Gothic's glyph coverage to alphabets derived from Latin, Cyrillic, and Greek, including the accent marks and diacritics required by languages ou..." /> <meta property="og:title" content="News Cycle project files : News Cycle" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://launchpad.net/newscycle/+download" /> <meta property="og:site_name" content="Launchpad" /> <script type="text/javascript"> var LP = { cache: {}, links: {} }; </script> <script type="text/javascript">var cookie_scope = '; Path=/; Secure; Domain=.launchpad.net';</script> <script type="text/javascript" src="/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?yui/yui/yui-min.js&amp;lp/meta.js&amp;yui/loader/loader-min.js"></script> <script type="text/javascript"> var raw = null; if (LP.devmode) { raw = 'raw'; } YUI.GlobalConfig = { combine: true, comboBase: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?', root: 'yui/', filter: raw, debug: false, fetchCSS: false, maxURLLength: 2000, groups: { lp: { combine: true, base: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?lp/', comboBase: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?', root: 'lp/', // comes from including lp/meta.js modules: LP_MODULES, fetchCSS: false } } }</script> <script type="text/javascript"> // we need this to create a single YUI instance all events and code // talks across. All instances of YUI().use should be based off of // LPJS instead. var LPJS = new YUI(); </script> <script id="base-layout-load-scripts" type="text/javascript"> //<![CDATA[ LPJS.use('base', 'node', 'console', 'event', 'oop', 'lp', 'lp.app.foldables','lp.app.sorttable', 'lp.app.inlinehelp', 'lp.app.links', 'lp.bugs.bugtask_index', 'lp.bugs.subscribers', 'lp.app.ellipsis', 'lp.code.branchmergeproposal.diff', 'lp.views.global', function(Y) { Y.on("domready", function () { var global_view = new Y.lp.views.Global(); global_view.render(); Y.lp.app.sorttable.SortTable.init(); Y.lp.app.inlinehelp.init_help(); Y.lp.activate_collapsibles(); Y.lp.app.foldables.activate(); Y.lp.app.links.check_valid_lp_links(); }); Y.on('lp:context:web_link:changed', function(e) { window.location = e.new_value; }); }); //]]> </script> <script id="base-helper-functions" type="text/javascript"> //<![CDATA[ // This code is pulled from lp.js that needs to be available on every // request. Pulling here to get it outside the scope of the YUI block. function setFocusByName(name) { // Focus the first element matching the given name which can be focused. var nodes = document.getElementsByName(name); var i, node; for (i = 0; i < nodes.length; i++) { node = nodes[i]; if (node.focus) { try { // Trying to focus a hidden element throws an error in IE8. if (node.offsetHeight !== 0) { node.focus(); } } catch (e) { LPJS.use('console', function(Y) { Y.log('In setFocusByName(<' + node.tagName + ' type=' + node.type + '>): ' + e); }); } break; } } } function selectWidget(widget_name, event) { if (event && (event.keyCode === 9 || event.keyCode === 13)) { // Avoid firing if user is tabbing through or simply pressing // enter to submit the form. return; } document.getElementById(widget_name).checked = true; } //]]> </script> </head> <body id="document" itemscope="" itemtype="http://schema.org/WebPage" class="tab-overview main_only public yui3-skin-sam"> <div class="yui-d0"> <div id="locationbar" class="login-logout"> <div id="logincontrol"><a href="https://launchpad.net/newscycle/+download/+login">Log in / Register</a></div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <a href="https://launchpad.net/newscycle"><img alt="" width="64" height="64" src="/@@/product-logo" /></a> </div> <div class="wide"> <h2 id="watermark-heading"><a href="https://launchpad.net/newscycle">News Cycle</a></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview active"><a href="https://launchpad.net/newscycle">Overview</a></li> <li class="branches"><a href="https://code.launchpad.net/newscycle">Code</a></li> <li class="bugs"><a href="https://bugs.launchpad.net/newscycle">Bugs</a></li> <li class="specifications"><a href="https://blueprints.launchpad.net/newscycle">Blueprints</a></li> <li class="translations"><a href="https://translations.launchpad.net/newscycle">Translations</a></li> <li class="answers"><a href="https://answers.launchpad.net/newscycle">Answers</a></li> </ul> </div> <div id="maincontent" class="yui-main"> <div class="yui-b" dir="ltr"> <div class="context-publication"> <h1>Download project files</h1> <div id="registration" class="registering"> </div> </div> <div id="request-notifications"> </div> <div> <p> <a href="/+help-registry/verify-downloads.html" target="help">How do I verify a download?</a> </p> <br /> <form id="project-downloads" method="POST" action="https://launchpad.net/newscycle/+download"> <div class="freeform-batch"> <div id="series-trunk"> <div class="top-portlet"> <h3> <a href="/newscycle/trunk/0.5.2"> 0.5.2 (The Reserversal) release</a> from the <a href="/newscycle/trunk">trunk</a> series released <time title="2015-07-30 19:11:00 UTC" datetime="2015-07-30T19:11:00+00:00">2015-07-30</time> </h3> <div id="release-information-0-5-2"> <div class="collapsible"> <div>Release information</div> <div class="hide-on-load"> <div> <strong>Release notes:</strong> <div style="margin-bottom: 0px;" id="release-notes-0-5-2"><p>This release removes the &quot;Reserved Font Name&quot; declarations from both the regular and bold TTF binaries and the accompanying license text file. This should simplify reuse downstream, since it makes complying with the fonts&#x27; OFL license noticeably easier.</p></div> </div> <div> <strong>Changelog:</strong> <div style="margin-bottom: 0px;" id="changelog-0-5-2"><p>29 Jul 2015 (Nathan Willis)<br /> - Generating a 0.5.2 release with two changes.<br /> - One removes the &quot;Reserved Font Name&quot; declarations, which I had<br /> &nbsp;&nbsp;intended to remove ages ago and which had a mistake in them anyway.<br /> - The other provides my email address and updates the copyright dates<br /> &nbsp;&nbsp;inside the font-information fields.</p></div> </div> </div> </div> </div> <div> <table class="listing" style="margin-top: 1em;"> <thead> <tr> <th width="35%">File</th> <th width="45%">Description</th> <th>Downloads</th> </tr> </thead> <tbody> <tr> <td> <img alt="download icon" src="/@@/download" /><strong> <a title="TTF versions of News Cycle Regular and Bold (457.0 KiB)" href="https://launchpad.net/newscycle/trunk/0.5.2/+download/newscycle-0.5.2.zip">newscycle-0.5.2.zip</a> </strong>(<a href="https://launchpad.net/newscycle/trunk/0.5.2/+download/newscycle-0.5.2.zip/+md5">md5</a>) </td> <td>TTF versions of News Cycle Regular and Bold</td> <td style="text-align: center;"> 1,053 <br /> <span class="lesser greyed-out"> last downloaded <strong> 24 hours ago </strong> </span> </td> </tr> </tbody> <tfoot> <tr> <th colspan="2" style="padding-top: 1em; text-align: right;"> Total downloads: </th> <td style="border: none; text-align: center;"> 1,053 </td> </tr> </tfoot> </table> </div> </div> <br /> </div> <div id="series-trunk"> <div class="portlet-border" /> <div class="top-portlet"> <h3> <a href="/newscycle/trunk/0.5.1"> 0.5.1 (The Humanity) release</a> from the <a href="/newscycle/trunk">trunk</a> series released <time title="2015-03-19 17:33:00 UTC" datetime="2015-03-19T17:33:00+00:00">2015-03-19</time> </h3> <div id="release-information-0-5-1"> <div class="collapsible"> <div>Release information</div> <div class="hide-on-load"> <div> <strong>Release notes:</strong> <div style="margin-bottom: 0px;" id="release-notes-0-5-1"><p>Users should now see News Cycle Regular and News Cycle Bold listed separately in all application font menus.</p></div> </div> <div> <strong>Changelog:</strong> <div style="margin-bottom: 0px;" id="changelog-0-5-1"><p>Recompiled .TTF files using TTX, correcting Name for Humans and other fontname fields in order to fix some reported naming issues (e.g., Bold not appearing in application font menus). Added three glyphs requested by Google Web Fonts: U+2018, U+201a, and U+00a0.</p></div> </div> </div> </div> </div> <div> <table class="listing" style="margin-top: 1em;"> <thead> <tr> <th width="35%">File</th> <th width="45%">Description</th> <th>Downloads</th> </tr> </thead> <tbody> <tr> <td> <img alt="download icon" src="/@@/download" /><strong> <a title="TTF versions of News Cycle Regular and Bold (121.8 KiB)" href="https://launchpad.net/newscycle/trunk/0.5.1/+download/newscycle-0.5.1.zip">newscycle-0.5.1.zip</a> </strong>(<a href="https://launchpad.net/newscycle/trunk/0.5.1/+download/newscycle-0.5.1.zip/+md5">md5</a>) </td> <td>TTF versions of News Cycle Regular and Bold</td> <td style="text-align: center;"> 103 <br /> <span class="lesser greyed-out"> last downloaded <strong> 3 days ago </strong> </span> </td> </tr> </tbody> <tfoot> <tr> <th colspan="2" style="padding-top: 1em; text-align: right;"> Total downloads: </th> <td style="border: none; text-align: center;"> 103 </td> </tr> </tfoot> </table> </div> </div> <br /> </div> <div id="series-trunk"> <div class="portlet-border" /> <div class="top-portlet"> <h3> <a href="/newscycle/trunk/0.5"> 0.5 (The Emboldening) release</a> from the <a href="/newscycle/trunk">trunk</a> series released <time title="2012-03-28 18:41:00 UTC" datetime="2012-03-28T18:41:00+00:00">2012-03-28</time> </h3> <div id="release-information-0-5"> <div class="collapsible"> <div>Release information</div> <div class="hide-on-load"> <div> <strong>Release notes:</strong> <div style="margin-bottom: 0px;" id="release-notes-0-5"><p>This release contains a copy of News Cycle Regular that is identical to the 0.4 release (covering Latin, Greek, and Cyrillic), plus the first TTF of News Cycle Bold (currently Latin-only).</p></div> </div> </div> </div> </div> <div> <table class="listing" style="margin-top: 1em;"> <thead> <tr> <th width="35%">File</th> <th width="45%">Description</th> <th>Downloads</th> </tr> </thead> <tbody> <tr> <td> <img alt="download icon" src="/@@/download" /><strong> <a title="Font family bundle (127.8 KiB)" href="https://launchpad.net/newscycle/trunk/0.5/+download/newscycle-0.5.zip">newscycle-0.5.zip</a> </strong>(<a href="https://launchpad.net/newscycle/trunk/0.5/+download/newscycle-0.5.zip/+md5">md5</a>) </td> <td>Font family bundle</td> <td style="text-align: center;"> 614 <br /> <span class="lesser greyed-out"> last downloaded <strong> 6 weeks ago </strong> </span> </td> </tr> </tbody> <tfoot> <tr> <th colspan="2" style="padding-top: 1em; text-align: right;"> Total downloads: </th> <td style="border: none; text-align: center;"> 614 </td> </tr> </tfoot> </table> </div> </div> <br /> </div> <div id="series-trunk"> <div class="portlet-border" /> <div class="top-portlet"> <h3> <a href="/newscycle/trunk/0.4"> 0.4 release</a> from the <a href="/newscycle/trunk">trunk</a> series released <time title="2011-12-12 16:12:00 UTC" datetime="2011-12-12T16:12:00+00:00">2011-12-12</time> </h3> <div id="release-information-0-4"> <div class="collapsible"> <div>Release information</div> <div class="hide-on-load"> <div> <strong>Release notes:</strong> <div style="margin-bottom: 0px;" id="release-notes-0-4"><p>This release includes News Cycle Regular in Latin, Greek, and Cyrillic, plus various mathematical symbols, and oldstyle/text figures.</p></div> </div> <div> <strong>Changelog:</strong> <div style="margin-bottom: 0px;" id="changelog-0-4"><p>Added OpenType .OTF in addition to TrueType .TTF build.<br /> Exported OpenType feature files and FontForge namelist to separate files -- and added them to repository -- for reference.</p></div> </div> </div> </div> </div> <div> <table class="listing" style="margin-top: 1em;"> <thead> <tr> <th width="35%">File</th> <th width="45%">Description</th> <th>Downloads</th> </tr> </thead> <tbody> <tr> <td> <img alt="download icon" src="/@@/download" /><strong> <a title="OpenType font file (216.1 KiB)" href="https://launchpad.net/newscycle/trunk/0.4/+download/NewsCycle-Regular.otf">NewsCycle-Regular.otf</a> </strong>(<a href="https://launchpad.net/newscycle/trunk/0.4/+download/NewsCycle-Regular.otf/+md5">md5</a>) </td> <td>OpenType font file</td> <td style="text-align: center;"> 649 <br /> <span class="lesser greyed-out"> last downloaded <strong> 4 days ago </strong> </span> </td> </tr> <tr> <td> <img alt="download icon" src="/@@/download" /><strong> <a title="TrueType font file (189.4 KiB)" href="https://launchpad.net/newscycle/trunk/0.4/+download/NewsCycle-Regular.ttf">NewsCycle-Regular.ttf</a> </strong>(<a href="https://launchpad.net/newscycle/trunk/0.4/+download/NewsCycle-Regular.ttf/+md5">md5</a>) </td> <td>TrueType font file</td> <td style="text-align: center;"> 718 <br /> <span class="lesser greyed-out"> last downloaded <strong> 6 weeks ago </strong> </span> </td> </tr> </tbody> <tfoot> <tr> <th colspan="2" style="padding-top: 1em; text-align: right;"> Total downloads: </th> <td style="border: none; text-align: center;"> 1,367 </td> </tr> </tfoot> </table> </div> </div> <br /> </div> <div id="series-trunk"> <div class="portlet-border" /> <div class="top-portlet"> <h3> <a href="/newscycle/trunk/0.2"> 0.2 release</a> from the <a href="/newscycle/trunk">trunk</a> series released <time title="2011-04-21 12:47:00 UTC" datetime="2011-04-21T12:47:00+00:00">2011-04-21</time> </h3> <div id="release-information-0-2"> <div class="collapsible"> <div>Release information</div> <div class="hide-on-load"> <div> <strong>Release notes:</strong> <div style="margin-bottom: 0px;" id="release-notes-0-2"><p>Initial public release, covering Latin in Regular weight.</p></div> </div> </div> </div> </div> <div> <table class="listing" style="margin-top: 1em;"> <thead> <tr> <th width="35%">File</th> <th width="45%">Description</th> <th>Downloads</th> </tr> </thead> <tbody> <tr> <td> <img alt="download icon" src="/@@/download" /><strong> <a title="TrueType font (98.1 KiB)" href="https://launchpad.net/newscycle/trunk/0.2/+download/NewsCycle-Regular.ttf">NewsCycle-Regular.ttf</a> </strong>(<a href="https://launchpad.net/newscycle/trunk/0.2/+download/NewsCycle-Regular.ttf/+md5">md5</a>) </td> <td>TrueType font</td> <td style="text-align: center;"> 754 <br /> <span class="lesser greyed-out"> last downloaded <strong> 8 days ago </strong> </span> </td> </tr> </tbody> <tfoot> <tr> <th colspan="2" style="padding-top: 1em; text-align: right;"> Total downloads: </th> <td style="border: none; text-align: center;"> 754 </td> </tr> </tfoot> </table> </div> </div> <br /> </div> </div> <div id="admin-links"> </div> </form> </div> </div><!-- yui-b --> </div><!-- yui-main --> <!-- yui-b side --> <!-- yui-t4 --> <div id="footer" class="footer"> <div class="lp-arcana"> <div class="lp-branding"> <a href="https://launchpad.net/"><img src="/@@/launchpad-footer-logo.svg" alt="Launchpad" width="65" height="18" /></a> &nbsp;&bull;&nbsp; <a href="https://launchpad.net/+tour">Take the tour</a> &nbsp;&bull;&nbsp; <a href="https://help.launchpad.net/">Read the guide</a> &nbsp; <form id="globalsearch" method="get" accept-charset="UTF-8" action="https://launchpad.net/+search"> <input type="search" id="search-text" name="field.text" /> <input type="image" src="/@@/search" style="vertical-align:5%" alt="Search Launchpad" /> </form> </div> </div> <div class="colophon"> &copy; 2004 <a href="http://canonical.com/">Canonical&nbsp;Ltd.</a> &nbsp;&bull;&nbsp; <a href="https://launchpad.net/legal">Terms of use</a> &nbsp;&bull;&nbsp; <a href="https://www.ubuntu.com/legal/dataprivacy">Data privacy</a> &nbsp;&bull;&nbsp; <a href="/feedback">Contact Launchpad Support</a> &nbsp;&bull;&nbsp; <a href="http://blog.launchpad.net/">Blog</a> &nbsp;&bull;&nbsp; <a href="https://canonical.com/careers">Careers</a> &nbsp;&bull;&nbsp; <a href="https://ubuntu.social/@launchpadstatus">System status</a> <span id="lp-version"> &nbsp;&bull;&nbsp; 22ade00 (<a href="https://dev.launchpad.net/">Get the code!</a>) </span> </div> </div> </div><!-- yui-d0--> <script id="json-cache-script">LP.cache = {"related_features": {}, "context": {"self_link": "https://launchpad.net/api/devel/newscycle", "web_link": "https://launchpad.net/newscycle", "resource_type_link": "https://launchpad.net/api/devel/#project", "translations_usage": "Not Applicable", "official_answers": true, "official_blueprints": false, "official_codehosting": true, "official_bugs": true, "information_type": "Public", "active": true, "all_specifications_collection_link": "https://launchpad.net/api/devel/newscycle/all_specifications", "valid_specifications_collection_link": "https://launchpad.net/api/devel/newscycle/valid_specifications", "bug_reporting_guidelines": "As a friendly reminder, this Launchpad project page is for the development of the fonts themselves, not for the Google Web Font service or for Open Font Library. For problems with either of those services, you will need to report issues on the bug trackers for those services.\n\nHere, you can report problems with:\n* The appearance of a glyph\n* The spacing and/or kerning of a glyph\n* Glyphs you would like to see added\n* Rendering problems that you see when the fonts are locally installed (as TTF or OTF)\n* Feature problems (such as ligatures, alternates, or substitutions)\n* General malaise about life\n\nIf you are reporting a rendering or a feature problem, please note what OS you are running and what application(s) you see the problem in -- especially if you see it in some but not all apps. Same goes for if the problem appears when you print out documents.", "bug_reported_acknowledgement": "If the issue you're experience is a rendering or hinting problem, we may pester you for further details, like at what sizes you see it, and we may ask you to test it in other apps. Sometimes we may ask you to experiment with similar letters to see if the problem occurs there, too (like accented versions of the letter or similar letters with the same accent).\n\nFor appearance/shape, spacing/kerning, or glyphs-you'd-like-to-see-added, we may ask you to point us towards an example that you like from elsewhere on the web. This is really important if it is a character from a language we don't personally write.\n\nFor general malaise, we will recommend hilarious sitcoms and web videos viewable online in your region. Laughter is the best medicine.\n\nIn any case, we'll do everything we can to track down the root cause of the problem, and polish it up.", "official_bug_tags": [], "recipes_collection_link": "https://launchpad.net/api/devel/newscycle/recipes", "webhooks_collection_link": "https://launchpad.net/api/devel/newscycle/webhooks", "bug_supervisor_link": null, "active_milestones_collection_link": "https://launchpad.net/api/devel/newscycle/active_milestones", "all_milestones_collection_link": "https://launchpad.net/api/devel/newscycle/all_milestones", "translationgroup_link": null, "translationpermission": "Open", "qualifies_for_free_hosting": true, "reviewer_whiteboard": "tag:launchpad.net:2008:redacted", "is_permitted": "tag:launchpad.net:2008:redacted", "project_reviewed": "tag:launchpad.net:2008:redacted", "license_approved": "tag:launchpad.net:2008:redacted", "private": false, "display_name": "News Cycle", "icon_link": "https://launchpad.net/api/devel/newscycle/icon", "logo_link": "https://launchpad.net/api/devel/newscycle/logo", "name": "newscycle", "owner_link": "https://launchpad.net/api/devel/~n8", "project_group_link": null, "title": "News Cycle", "registrant_link": "https://launchpad.net/api/devel/~n8", "driver_link": "https://launchpad.net/api/devel/~n8", "summary": "News Cycle is a realist sans-serif font family based on specimens of the 1908 News Gothic typeface from ATF.", "description": "Inspired by the original News Gothic, which found an eminently useful life in print media news coverage, the goal of this project is to design a highly readable open font suitable for large bodies of text, even at small sizes, and that is available at multiple weights. In addition to the readability and weight, however, the project is extending News Gothic's glyph coverage to alphabets derived from Latin, Cyrillic, and Greek, including the accent marks and diacritics required by languages outside of Western Europe.\n\nIf you wish to contribute, the most valuable thing you can do is test out the font on real-world documents and Web sites, and provide feedback -- particularly with Cyrillic and Greek characters, which are entirely new designs.\n\nAt the moment, the stable release is regular weight only. Italics, boldface, and more are on the roadmap. You can find the latest release in the downloads panel on the right side of this page, plus on the project homepage, where updates and test samples appear as well.", "date_created": "2010-08-25T19:26:50.509151+00:00", "homepage_url": "http://www.glyphography.com/fonts", "wiki_url": null, "screenshots_url": null, "download_url": null, "programming_language": null, "sourceforge_project": null, "freshmeat_project": null, "brand_link": "https://launchpad.net/api/devel/newscycle/brand", "branch_sharing_policy": "Public", "bug_sharing_policy": "Public", "specification_sharing_policy": "Public", "licenses": ["Other/Open Source"], "license_info": "SIL Open Font License, http://scripts.sil.org/OFL", "bug_tracker_link": null, "series_collection_link": "https://launchpad.net/api/devel/newscycle/series", "development_focus_link": "https://launchpad.net/api/devel/newscycle/trunk", "releases_collection_link": "https://launchpad.net/api/devel/newscycle/releases", "translation_focus_link": null, "commercial_subscription_link": null, "commercial_subscription_is_due": false, "remote_product": null, "vcs": "Bazaar", "http_etag": "\"aca115d08a8333c86a7a8ebaba68872e5ca013e2-1848adef2a930c1c54cdc43dcf4ef0cbabe85188\""}};</script> </body> <!-- Facet name: overview Page type: main_only Has global search: True Has application tabs: True Has side portlets: False At least 17 queries/external actions issued in 0.29 seconds Features: {'profiling.enabled': None, 'hard_timeout': '5000', 'js.yui_version': None, 'app.mainsite_only.canonical_url': None, 'app.maintenance_message': None, 'baselayout.careers_link.disabled': None, 'visible_render_time': None} r22ade00 --> </html>

Pages: 1 2 3 4 5 6 7 8 9 10