From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost (fantadrom.bsd.lv [local]); by fantadrom.bsd.lv (OpenSMTPD) with ESMTPA id 0e928cd5; for ; Wed, 25 Feb 2015 10:03:28 -0500 (EST) Date: Wed, 25 Feb 2015 10:03:28 -0500 (EST) Message-Id: <938886898219702319.enqueue@fantadrom.bsd.lv> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: kristaps@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: texi2mdoc: Get ready for new version. X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- Get ready for new version. Modified Files: -------------- texi2mdoc: Makefile index.xml version_0_1_2.xml Revision Data ------------- Index: version_0_1_2.xml =================================================================== RCS file: /home/cvs/mdocml/texi2mdoc/version_0_1_2.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -Lversion_0_1_2.xml -Lversion_0_1_2.xml -u -p -r1.4 -r1.5 --- version_0_1_2.xml +++ version_0_1_2.xml @@ -6,9 +6,9 @@ Index: index.xml =================================================================== RCS file: /home/cvs/mdocml/texi2mdoc/index.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -Lindex.xml -Lindex.xml -u -p -r1.4 -r1.5 --- index.xml +++ index.xml @@ -14,18 +14,23 @@ body > nav div:first-child { border-left: none; padding-left: 0; } body > footer { padding: 1em 5%; } body > nav a { color: #000; } - article { padding: 1em 5%; } + article { padding: 1em 5%; line-height: 125%; } a { text-decoration: none; } + nav[data-sblg-nav] ul { padding: 0; list-style-type: none; } + nav[data-sblg-nav] li { margin: 1ex 0; } + nav[data-sblg-nav] li h2 { margin: 0; margin-bottom: 1ex; background-color: #336699; box-shadow: 1px 1px 2px #666; + color: #eef; display: inline-block; padding: 0.75ex; font-size: 14pt; border-radius: 8px; font-weight: normal; } + .nm { font-style: italic; } - +
-

texi2mdoc

-
Convert Texinfo data to mdoc input
+

texi2mdoc

+
Convert Texinfo data to mdoc input
@@ -39,14 +44,16 @@ and should compile on any modern UNIX system.

- Contact Kristaps with questions, but please make sure any formatting issue - hasn't already been covered in the manual. + For the time being, contact the mandoc mailing list with + questions, but please make sure any formatting issue hasn't already been covered in the manual. texi2mdoc is available over anoncvs, with the module being texi2mdoc instead of mdocml as noted in the instructions. You can also browse via cvsweb.