source@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: kristaps@mdocml.bsd.lv
To: source@mdocml.bsd.lv
Subject: docbook2mdoc: Push tables into release.
Date: Wed, 2 Apr 2014 03:55:26 -0400 (EDT)	[thread overview]
Message-ID: <201404020755.s327tQYx005654@krisdoz.my.domain> (raw)

Log Message:
-----------
Push tables into release.

Modified Files:
--------------
    docbook2mdoc:
        Makefile
        index.xml

Revision Data
-------------
Index: index.xml
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/docbook2mdoc/index.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -Lindex.xml -Lindex.xml -u -p -r1.5 -r1.6
--- index.xml
+++ index.xml
@@ -58,9 +58,9 @@
 				New in version @VERSION@...
 			</h2>
 			<p>
-				Allow for many more node types as found in <a href="http://www.catb.org/~esr/doclifter/">doclifter</a> output.
-				These were tested against the <a href="http://sourceforge.net/p/refdb/code/">RefDB</a> doclifted manuals.
-				There's still work to be done here, but a lot of it is finished.
+				Allow for more node types as found in <a href="http://www.catb.org/~esr/doclifter/">doclifter</a> output.
+				Add rudimentary support for <code>&lt;table&gt;</code> as a list-of-lists.
+				Still lots of work to be done before accepting enough DocBook to be useful...
 			</p>
 		</article>
 		<footer>
Index: Makefile
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/docbook2mdoc/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -LMakefile -LMakefile -u -p -r1.9 -r1.10
--- Makefile
+++ Makefile
@@ -1,4 +1,4 @@
-VERSION = 0.0.5
+VERSION = 0.0.6
 CFLAGS += -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings 
 BUILT = printf.html iovec.html ls.html as.html
 WWWPREFIX = /usr/vhosts/mdocml.bsd.lv/www/htdocs/docbook2mdoc
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

                 reply	other threads:[~2014-04-02  7:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201404020755.s327tQYx005654@krisdoz.my.domain \
    --to=kristaps@mdocml.bsd.lv \
    --cc=source@mdocml.bsd.lv \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).