source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* texi2mdoc: Get ready for new version.
@ 2015-02-25 15:03 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2015-02-25 15:03 UTC (permalink / raw)
  To: source

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

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

only message in thread, other threads:[~2015-02-25 15:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-25 15:03 texi2mdoc: Get ready for new version 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).