wrongdoc.git  about / heads / tags
RDoc done right (IMNSHO)
$ git log --pretty=format:'%h %s (%cs)%d' v1.0.1 --
e485771 wrongdoc 1.0.1 - minor bugfixes (2010-12-24)
	(tag: v1.0.1)
8c71132 release: changelog versioning fix (2010-12-24)
9a5c21e add local.mk .gitignore (2010-12-24)
86eac3c release: redirect stdout conditionally (2010-12-24)
1f38166 merge: parse a document fragment (2010-12-24)
8b605e2 merge: not all projects need merge_html (2010-12-24)
2441592 wrongdoc 1.0.0 - initial release (2010-12-24)
	(tag: v1.0.0)

$ git cat-file blob v1.0.1:README
= wrongdoc - RDoc done right (IMNSHO)

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

== Future Plans

* Remove images/icons from Darkfish without breaking text alignment.

* Optimize for small screens at the expense of large ones.

* gitweb support (preserving cgit support)

* ASCII-art unicorns and rainbows! (maybe)

== 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