about summary refs log tree commit homepage
path: root/Rakefile
DateCommit message (Collapse)
2020-01-18s/bogomips.org/yhbt.net/, update copyrights for 2020
bogomips.org is due to expire, soon, and I'm not willing to pay extortionist fees to Ethos Capital/PIR/ICANN to keep a .org. So it's at yhbt.net, for now, but it will change again to whatever's affordable... Identity is overrated. Tor users can use .onions and kick ICANN to the curb: torsocks w3m http://cmogstored.ou63pmih66umazou.onion/ torsocks git clone http://ou63pmih66umazou.onion/cmogstored.git/ torsocks w3m http://ou63pmih66umazou.onion/cmogstored-public/
2018-11-28doc: URL updates to reduce redirects and favor HTTPS
HTTPS is usually more secure and redirects slow readers down.
2017-02-09doc: update URLs to HTTPS
HTTPS seems to be working well for the rest of bogomips.org with Let's Encrypt, so lets use it and hope it protects some users from snooping.
2015-11-28Rakefile: add missing <div> for Atom feed
Apparently this is needed for proper XHTML rendering in iceweasel?
2015-11-20misc doc updates
Generate pre-formatted HTML which gives us a consistent visual style with our mailing list archives and enhance linkability. <a>, <pre>, and <title> are among the few useful HTML tags I'll use :P Drop the AUTHORS file, it's pointless maintenance task and users can just look at git history instead (and honestly, I have zero interest in recognition; I only use my real name to deter GPL violations).
2015-11-10Rakefile: remove text-only part from the Atom feed
The pre-formatted HTML is readable as raw XML, and feed readers tend to have no problem rendering the HTML, so there's no point in nearly doubling our bandwidth usage on the text-only part given we're already serving XML. While we're at it, disable XML indentation to avoid wasting space; it doesn't significantly hamper readability, either.
2015-07-28doc: use "builder" RubyGem to generate Atom feed
Nokogiri takes too long to build and install due to the C extension and bundled library. Prefer a widely-used pure-Ruby gem instead.
2014-09-05Rakefile: shorten ChangeLog dump
We don't need ChangeLog info going back to 1.0.0
2014-09-05Rakefile: remove freecode/freshmeat references
The site is dead.
2012-12-13Rakefile: fix Regexp encoding issues under 1.9
2012-08-18Rakefile: update for HTTPS freecode API
freecode.com now requires HTTPS for its API.
2012-05-19Rakefile: set stable tag for Freecode.com
Maybe that will get some suck^H^H^H^Husers to use this! Honestly, it's pretty solid in my testing.
2012-03-19Rakefile: add task to update FRESHMEAT
FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT. FRESHMEAT.
2012-03-18NEWS: remove extraneous blank line at the end
Empty trailing lines are annoying.
2012-03-16auto-generated ChangeLog should be more descriptive
It's not really useful given git, nowadays...
2012-02-12build: avoid recursive make for manpage generation
We depend on GNU make anyways, so use a maintainer-only Makefile snippet to do proper dependency ordering for generating the manpage using help2man. The -include directive requires GNU make, and GNU make runs on more platforms than we'll ever care to support.
2012-01-12Rakefile: fix "news" command
2012-01-12Makefile.am: add "publish" target
This uploads the "website" to bogomips.org