about summary refs log tree commit homepage
DateCommit message (Collapse)
2015-11-01olddoc 1.1.1 v1.1.1
* oldweb: fix relative path normalization This was wasting 2 bytes per link on top-level pages.
2015-10-30oldweb: fix relative path normalization
We must explicitly convert Pathname to string before comparing against '.' to prevent ugly './' prefixes in relative paths from showing up.
2015-10-15olddoc 1.1.0 - NNTP and more v1.1.0
This release adds support for the `nntp_url` in .olddoc.yml for mailing lists with NNTP gateways (possibly read-only). This exists because the project mailing list is now readable over NNTP: nntp://news.public-inbox.org/inbox.comp.lang.ruby.olddoc This also relaxes the dependency on the README being RDoc-formatted, allowing "olddoc prepare" to generate NEWS/NEWS.atom.xml files for projects which use only plain-text and not RDoc. * support for nntp_url, make private_email optional * gemspec: use SPDX-compatible license * readme: relax dependency on RDoc formatting
2015-10-14readme: relax dependency on RDoc formatting
Some projects I maintain do not use RDoc and rely entirely on plain-text documentation. This allows "olddoc prepare" to run properly on projects which do not use RDoc but still use a README file where the title is the first line.
2015-10-14gemspec: use SPDX-compatible license
Well, not according to current Rubygems, but the '+' is explicitly allowed by SPDX.
2015-10-14support for nntp_url, make private_email optional
Not every project needs private email. Maybe none do. While we're at it, fix our own .olddoc.yml to show ml_url.
2015-01-10olddoc 1.0.1 - minor tweaks v1.0.1
* update show NEWS.atom.xml on the website, too * class.rhtml: ensure space before "source" link * class: deal with method.param_seq being nil
2015-01-10class: deal with method.param_seq being nil
2015-01-10class.rhtml: ensure space before "source" link
Otherwise it gets bunched into the parameters for pure-Ruby methods
2015-01-09update show NEWS.atom.xml on the website, too
2015-01-09Rakefile: add gzipped HTML to the website v1.0.0
We might as well eat our own dog food.
2015-01-09remove ChangeLog generation
Nowadays, RDoc 4.x expects GNU-style ChangeLog files and cannot seem to parse them verbatim anymore. Since I've long been against GNU-style ChangeLogs, we'll leave them out and tell folks to read "git log" instead.
2015-01-08initial commit
Template based on Darkfish, but heavily stripped down.