source@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: kristaps@mdocml.bsd.lv
To: source@mdocml.bsd.lv
Subject: mdocml: As mentioned: ChangeLog isn't being built any more.
Date: Tue, 22 Mar 2011 06:20:56 -0400 (EDT)	[thread overview]
Message-ID: <201103221020.p2MAKuNG028355@krisdoz.my.domain> (raw)

Log Message:
-----------
As mentioned: ChangeLog isn't being built any more.

Removed Files:
-------------
    mdocml:
        ChangeLog.xsl

Revision Data
-------------
--- ChangeLog.xsl
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version='1.0' encoding="utf-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" >
-<xsl:output encoding="utf-8" method="html" indent="yes" doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN" />
-<xsl:template match="/changelog">
-<html>
-	<head>
-		<title>mdocml - CVS-ChangeLog</title>
-		<link rel="stylesheet" href="index.css" type="text/css" media="all" />
-	</head>
-	<body>
-				<xsl:for-each select="entry">
-					<div class="clhead">
-						<xsl:text>Files modified by </xsl:text>
-						<xsl:value-of select="concat(author, ': ', date, ' (', time, ')')" />
-					</div>
-					<div class="clbody">
-						<strong>
-							<xsl:text>Note: </xsl:text>
-						</strong>
-						<xsl:value-of select="msg"/>
-						<ul class="clbody">
-							<xsl:for-each select="file">
-								<li>
-									<xsl:value-of select="name"/>
-									<span class="rev">
-										<xsl:text> &#8212; Rev: </xsl:text>
-										<xsl:value-of select="revision"/>
-										<xsl:text>, Status: </xsl:text>
-										<xsl:value-of select="cvsstate"/>
-										<xsl:if test="tag">
-											<xsl:text>, Tag: </xsl:text>
-											<xsl:value-of select="tag" />
-										</xsl:if>
-									</span>
-								</li>
-							</xsl:for-each>
-						</ul>
-					</div>
-				</xsl:for-each>
-	</body>
-</html>
-</xsl:template>
-</xsl:stylesheet>
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

                 reply	other threads:[~2011-03-22 10:20 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=201103221020.p2MAKuNG028355@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).