source@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: kristaps@mdocml.bsd.lv
To: source@mdocml.bsd.lv
Subject: texi2mdoc: Get ready for new version.
Date: Wed, 25 Feb 2015 10:03:28 -0500 (EST)	[thread overview]
Message-ID: <938886898219702319.enqueue@fantadrom.bsd.lv> (raw)

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 @@
 	</header>
 	<aside>
 		Ported for running on Linux.
-		Added a few macros for viewing <a href="https://gmplib.org/">GMP</a> manuals.
+		Added many macros, including all accents and symbols.
 		Also allow reading from standard input (instead of always from a file).
-		Consolidate mdoc(7)-escaping of opaque output.
+		Fix mdoc(7)-escaping of output.
 		Let conditionally-ignored text (e.g., <code>@ifset</code>) allow for nested conditionals as stipulate in the Texinfo manual.
 		Paste macro and value bodies into the file as Texinfo stipulates and fix the trailing macro newline to conform as well.
 	</aside>
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; }
 		</style>
 	</head>
-	<body>
+	<body itemscope="itemscope" itemtype="http://schema.org/SoftwareApplication">
 		<header>
-			<h1>texi2mdoc</h1>
-			<div>Convert Texinfo data to mdoc input</div>
+			<h1 itemprop="name">texi2mdoc</h1>
+			<div itemprop="description">Convert Texinfo data to mdoc input</div>
 		</header>
 		<nav>
 			<div>Version <span>@VERSION@</span></div>
-			<div><a href="snapshots/texi2mdoc.tgz">Sources</a></div>
+			<div><a itemprop="downloadURL" href="snapshots/texi2mdoc.tgz">Sources</a></div>
 			<div><a href="snapshots/texi2mdoc.tgz.sha512">SHA512</a></div>
 			<div><a href="snapshots">Archives</a></div>
 		</nav>
@@ -39,14 +44,16 @@
 				and should compile on any modern UNIX system.
 			</p>
 			<p>
-				Contact <a href="http://kristaps.bsd.lv">Kristaps</a> with questions, but please make sure any formatting issue
-				hasn't already been covered in the <a href="texi2mdoc.1.html">manual</a>.
+				For the time being, contact the <a href="http://mdocml.bsd.lv/contact.html">mandoc mailing list</a> with
+				questions, but please make sure any formatting issue hasn't already been covered in the <a
+					href="texi2mdoc.1.html">manual</a>.
 				<span class="nm">texi2mdoc</span> is available over <a href="http://mdocml.bsd.lv/anoncvs.html">anoncvs</a>,
 				with the module being <q>texi2mdoc</q> instead of <q>mdocml</q> as noted in the instructions.
 				You can also browse via <a href="http://mdocml.bsd.lv/cgi-bin/cvsweb/?cvsroot=texi2mdoc">cvsweb</a>.
 			</p>
 			<nav data-sblg-nav="1" data-sblg-navsz="4" data-sblg-navcontent="1">
-				Version <span class="version">${sblg-title}</span> (<time datetime="${sblg-date}">${sblg-date}</time>): ${sblg-aside}
+				<div><h2>Version <span class="version">${sblg-title}</span> (<time datetime="${sblg-date}">${sblg-date}</time>)</h2></div>
+				<div>${sblg-aside}</div>
 			</nav>
 		</article>
 		<footer>
Index: Makefile
===================================================================
RCS file: /home/cvs/mdocml/texi2mdoc/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -LMakefile -LMakefile -u -p -r1.8 -r1.9
--- Makefile
+++ Makefile
@@ -3,7 +3,7 @@ OBJS = main.o util.o
 SRCS = main.c util.c
 VERSIONS = version_0_1_1.xml \
 	   version_0_1_2.xml
-VERSION = 0.1.1
+VERSION = 0.1.2
 PREFIX = /usr/local
 
 all: texi2mdoc
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

                 reply	other threads:[~2015-02-25 15:03 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=938886898219702319.enqueue@fantadrom.bsd.lv \
    --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).