source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* docbook2mdoc: Much better OpenGL support: version it and put it away for
@ 2014-04-30 13:21 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2014-04-30 13:21 UTC (permalink / raw)
  To: source

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-04-30 13:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-30 13:21 docbook2mdoc: Much better OpenGL support: version it and put it away for kristaps

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).