source@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: kristaps@mdocml.bsd.lv
To: source@mdocml.bsd.lv
Subject: docbook2mdoc: Much better OpenGL support: version it and put it away for
Date: Wed, 30 Apr 2014 09:21:07 -0400 (EDT)	[thread overview]
Message-ID: <201404301321.s3UDL7o5030416@krisdoz.my.domain> (raw)

Log Message:
-----------
Much better OpenGL support: version it and put it away for a while.

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

Revision Data
-------------
Index: docbook2mdoc.1
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/docbook2mdoc/docbook2mdoc.1,v
retrieving revision 1.4
retrieving revision 1.5
diff -Ldocbook2mdoc.1 -Ldocbook2mdoc.1 -u -p -r1.4 -r1.5
--- docbook2mdoc.1
+++ docbook2mdoc.1
@@ -46,6 +46,7 @@ Output non-fatal warning messages.
 .Pp
 .Nm
 supports only well-formed XML DocBook V4.x until V5.1.
+Some earlier DocBook constructs are accepted as well.
 SGML DocBook documents may be parsed unless they contain SGML-specific
 constructs, such as empty end tags
 .Li </> .
Index: index.xml
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/docbook2mdoc/index.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -Lindex.xml -Lindex.xml -u -p -r1.9 -r1.10
--- index.xml
+++ index.xml
@@ -53,8 +53,10 @@
 				New in version @VERSION@...
 			</h2>
 			<p>
-				Now supports most tags as found in the <a href="https://www.opengl.org/">OpenGL</a>.
-				(<q>Most</q> because the <code>&lt;inlineequation&gt;</code> is missing for the moment.)
+				Now supports most tags as found in the <a href="https://https://www.opengl.org/">OpenGL</a> DocBook corpus.
+				The main missing elements are <code>&lt;inlineequation&gt;</code> and <code>&lt;informalequation&gt;</code>,
+				although a few others (<code>&lt;footnote&gt;</code> et al.) are in there too.
+				The DocBook is also malformed in some areas&mdash;improper parenting.
 			</p>
 		</article>
 		<footer>
Index: Makefile
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/docbook2mdoc/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -LMakefile -LMakefile -u -p -r1.14 -r1.15
--- Makefile
+++ Makefile
@@ -1,4 +1,4 @@
-VERSION = 0.0.8
+VERSION = 0.0.9
 CFLAGS += -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings 
 WWWPREFIX = /usr/vhosts/mdocml.bsd.lv/www/htdocs/docbook2mdoc
 PREFIX = /usr/local
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

                 reply	other threads:[~2014-04-30 13:21 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=201404301321.s3UDL7o5030416@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).