wrongdoc.git  about / heads / tags
RDoc done right (IMNSHO)
$ git log --pretty=format:'%h %s (%cs)%d' v1.4.0 --
c499a3a wrongdoc 1.4.0 - cleanups and updates (2011-01-27)
	(tag: v1.4.0)
23d7101 bump rdoc dependency to 3.4 (2011-01-27)
83961a5 use pkg.mk from my other projects (2011-01-27)
898690a wrongdoc 1.3.0 (2011-01-04)
	(tag: v1.3.0)
2394f38 update to rdoc 3.3 (2011-01-04)
6675424 wrongdoc 1.1.1 - minor bugfixes (2010-12-29)
	(tag: v1.1.1)
69f0cdb news_rdoc: fix date in LATEST file (2010-12-29)
709c860 history: generate proper tag_uri for cgit (2010-12-29)
05c88a2 wrongdoc 1.1.0 (2010-12-28)
	(tag: v1.1.0)
e4c899e upgrade to RDoc 3.1 (2010-12-28)
...

$ git cat-file blob v1.4.0: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