about summary refs log tree commit homepage
path: root/Rakefile
DateCommit message (Collapse)
2015-01-13remove Rubyforge reference in Rakefile
Rubyforge is dead
2013-09-26Rakefile: kill task to update RAA
RAA is dead
2011-03-04doc: bogomips.org URL diet
Old git URLs still work, but new ones are shorter
2010-12-26release: publish_news runs by default
It's interactive and sucks less, now.
2010-12-24doc: switch to wrongdoc for documentation
wrongdoc eliminates JavaScript from our website and also enables us to cut down on our management scripts/code for supporting the project.
2010-01-06Fix minor build system bugs
2010-01-06Rakefile: raa_update task
2009-10-06cleanup packaging and website/rdoc
2009-09-07Rakefile: preformatted text for history rdoc
escaping issues are too painful to deal with
2009-09-07Rakefile: Fix history with multi-paragraph tag messages
2009-09-07Switch to hand-rolled packaging/distro scripts
Several bikeshed reasons brought me to this point: * I like the README.html layout more than any default index.html even if it's using README content. Having links on the side helps navigation IMHO. * publish_docs preserves timestamps to improve cache hit rate * git is used to maintain the manifest at packaging/release-time so my changesets have less noise in them * git is used to generate history files (from tag messages), this is a more DRY approach to me. * I don't like the ".txt" suffix being translated to "_txt.html" in URLs. I don't like the ".txt" suffix in general. * I don't like Manifest.txt showing up in my RDoc
2009-09-04use Rack::Utils::HeaderHash for $sent_http_* lookups
No point in having extra code to do case-insensitive lookups, especially since the HeaderHash implementation is already in wide use and will only get faster as time goes by.
2009-08-28initial import