wrongdoc.git  about / heads / tags
RDoc done right (IMNSHO)
$ git log --pretty=format:'%h %s (%cs)%d'
54b8ba0 README update to point to olddoc (2015-01-15)
	(HEAD -> master)
d5f9e6f switch our own documentation to olddoc (2015-01-15)
e317f46 switch to olddoc (2015-01-15)
dcf693e wrongdoc 1.8.0 (2014-05-04)
	(tag: v1.8.0)
6b2e88c final: add public-inbox support (2014-05-04)
6c5c302 gemspec: fix warnings from RubyGems (2014-05-04)
2255b5c Revert "remove the Tidy dependency for RDoc 4 / HTML5 compatibility" (2014-05-04)
99d27e1 wrongdoc 1.7.0 (2013-07-25)
	(tag: v1.7.0)
2219b79 remove the Tidy dependency for RDoc 4 / HTML5 compatibility (2013-07-25)
3ea4d5c wrongdoc 1.6.2 (2012-11-20)
	(tag: v1.6.2)
...

$ git cat-file blob HEAD:README
= wrongdoc - RDoc done wrong

Use olddoc instead, this README exists for hysterical raisins.

	http://80x24.org/olddoc/

Ignore this:

wrongdoc mangles an existing RDoc directory and makes any changes we
feel like.  It mainly removes JavaScript from Darkfish and adds links to
a {cgit}[http://hjemli.net/git/cgit/] instance.  It is a bikeshed
project and *entirely* subject to the whims of its creator, so it is
likely the wrong solution for anybody else.

wrongdoc is tightly integrated with git and cgit, and capable of of
automatically generating NEWS and ChangeLog files in RDoc format based
on git history and tags.

== Usage

First, prepare a .wrongdoc.yml in the top-level directory of your project,
then run the following command to generate your RDoc:

    $ wrongdoc all

== Source

* git clone git://bogomips.org/wrongdoc.git

== Feedback

It's Free Software, fork it and hack it to your heart's content, just
do not expect the original author(s) to support anything they disagree
with.  Remember, this is a bikeshed project!

Help with CSS for removing image/icon cruft and making better use of
small screen real-estate would be greatly appreciated.

The original authors may be contacted through the mailing list:
{wrongdoc@librelist.org}[mailto:wrongdoc@librelist.org].

# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       README update to point to olddoc (2015-01-15)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
v1.8.1       wrongdoc 1.8.1 (2014-05-05) tar.gz
v1.8.0       wrongdoc 1.8.0 (2014-05-05) tar.gz
v1.7.0       wrongdoc 1.7.0 (2013-07-25) tar.gz
v1.6.2       wrongdoc 1.6.2 (2012-11-20) tar.gz
v1.6.1       wrongdoc 1.6.1 (2011-11-10) tar.gz
v1.6.0       wrongdoc 1.6.0 - no more JavaScript! (2011-08-19) tar.gz
v1.5.0       wrongdoc 0.1.5 - no more JavaScript! (2011-01-30) tar.gz
v1.4.0       wrongdoc 1.4.0 - cleanups and updates (2011-01-27) tar.gz
v1.3.0       wrongdoc 1.3.0 (2011-01-04) tar.gz
v1.1.1       wrongdoc 1.1.1 - minor bugfixes (2010-12-29) tar.gz
...

git clone https://yhbt.net/wrongdoc.git