[tex4ht-commits] [SCM] tex4ht updated: r8 - in trunk: . lit
karl at gnu.org.ua
karl at gnu.org.ua
Sat Feb 6 01:36:30 CET 2010
Author: karl
Date: 2010-02-06 02:36:30 +0200 (Sat, 06 Feb 2010)
New Revision: 8
Added:
trunk/lit/.svnignore
trunk/lit/README
trunk/lit/common.tex
Modified:
trunk/NEWS
trunk/README
trunk/lit/
trunk/lit/ChangeLog
trunk/lit/Makefile
trunk/lit/wripro.tex
trunk/lit/xtpipes.tex
Log:
license notice in wripro.tex, start at update in Makefile
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2010-02-03 01:51:26 UTC (rev 7)
+++ trunk/NEWS 2010-02-06 00:36:30 UTC (rev 8)
@@ -1,8 +1,8 @@
$Id$
This file is public domain. Originally written 2009, Karl Berry.
+- first release by the new maintainers.
- biblatex-related bugs fixed.
- copyright notices updated.
-- first release by the new maintainers.
(previous releases by Eitan.)
Modified: trunk/README
===================================================================
--- trunk/README 2010-02-03 01:51:26 UTC (rev 7)
+++ trunk/README 2010-02-06 00:36:30 UTC (rev 8)
@@ -27,10 +27,10 @@
on how it is installed in TeX Live, see the file
http://tug.org/svn/texlive/trunk/Master/tlpkg/bin/tl-update-4ht.
-------------------------------------------------------------------------------
-TeX4ht was created by Eitan Gurari at Ohio State University.
-Eitan died unexpectedly in June 2009. We miss you, Eitan.
+TeX4ht was created by Eitan Gurari at Ohio State University,
+who died unexpectedly in June 2009. We miss you, Eitan.
-With the encouragement and support of Eitan's children, CV Radhakrishnan
+With the encouragement and support of Eitan's family, CV Radhakrishnan
at River Valley Technologies, Karl Berry, and others have taken over
maintenance of the package, and welcome other volunteers. Any
-involvement, from bug reports to major new features, is appreciated.
+involvement, from bug reports to major new development, is appreciated.
Property changes on: trunk/lit
___________________________________________________________________
Name: svn:ignore
+ *.aux
*.log
*.html
*.dvi
*.tmp
Added: trunk/lit/.svnignore
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2010-02-03 01:51:26 UTC (rev 7)
+++ trunk/lit/ChangeLog 2010-02-06 00:36:30 UTC (rev 8)
@@ -1,3 +1,7 @@
+2010-02-03 Karl Berry <karl at gnu.org>
+
+ * wripro.tex: add license notice.
+
2010-02-02 Karl Berry <karl at gnu.org>
* xtpipes.tex: add derivation info and copyright messages
@@ -5,4 +9,8 @@
* tex4ht-cpright.tex: minimize lines.
* Makefile: start at new file.
-This ChangeLog file is public domain. Started 2010.
+Copyright 2010 TeX Users Group.
+
+Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved.
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2010-02-03 01:51:26 UTC (rev 7)
+++ trunk/lit/Makefile 2010-02-06 00:36:30 UTC (rev 8)
@@ -1,24 +1,35 @@
+# $Id$
# Public domain. Originally written 2010, Karl Berry.
+
wd = work.dir
+# wripro.tex generates nothing (not literate).
+
xtpipes_derived = \
- $(wd)/xtpipes/Xtpipes.java \
- $(wd)/xtpipes/XtpipesPrintWriter.java \
$(wd)/xtpipes.java \
- xtpipes.dtd \
- xtpipes-map.dtd \
$(wd)/xtpipes/FileInfo.java \
$(wd)/xtpipes/InputObject.java \
+ $(wd)/xtpipes/Xtpipes.java \
+ $(wd)/xtpipes/XtpipesPrintWriter.java \
$(wd)/xtpipes/XtpipesUni.java \
- xtpipes-default.4xt \
$(wd)/xtpipes/util/ScriptsManager.java \
$(wd)/xtpipes/util/ScriptsManagerLH.java \
+ xtpipes-default.4xt \
+ xtpipes-map.dtd \
+ xtpipes.dtd \
-$(xtpipes_derived): xtpipes.tex tex4ht-cpright.tex
+$(xtpipes_derived): xtpipes.tex tex4ht-cpright.tex common.tex
htlatex xtpipes "xhtml,3,next" "" "-d./" "-interaction=nonstopmode"
# Derived files are generated in . and $(wd).
# (corresponds to src/java for xtpipes.tex)
+destdir = ..
+update:
+ rmdir $(wd)/bin
+ $(update) -r $(wd)/* $(destdir)/src/java/
+ $(update) -r xtpipes.dtd xtpipes-map.dtd xtpipes-default.4xt \
+ $(destdir)/texmf/tex4ht/xtpipes/
+
clean:
rm -rf $(wd)
rm -f *.4ct *.4tc *.aux *.css *.dvi *.idv *.lg *.log *.tmp *.trc *.xref
Property changes on: trunk/lit/Makefile
___________________________________________________________________
Name: svn:keywords
+ Date Author Id
Added: trunk/lit/README
Property changes on: trunk/lit/README
___________________________________________________________________
Name: svn:keywords
+ Date Author Id
Added: trunk/lit/common.tex
Property changes on: trunk/lit/common.tex
___________________________________________________________________
Name: svn:keywords
+ Date Author Id
Modified: trunk/lit/wripro.tex
===================================================================
--- trunk/lit/wripro.tex 2010-02-03 01:51:26 UTC (rev 7)
+++ trunk/lit/wripro.tex 2010-02-06 00:36:30 UTC (rev 8)
@@ -1,5 +1,25 @@
+% $Id$
+% Used in tex4ht.sty. Not installed in runtime.
+%
+% Copyright 1996--2009 Eitan M. Gurari
+% Copyright 2009, 2010 TeX Users Group.
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either
+% version 1.3c of this license or (at your option) any
+% later version. The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3c or later is part of all distributions
+% of LaTeX version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status "maintained".
+%
+% The Current Maintainer of this work
+% is the TeX4ht Project <http://tug.org/tex4ht>.
+%
+% If you modify this program, changing the
+% version identification would be appreciated.
-
%\openin15= wripro.tex
%\ifeof15 \closein15 \else \closein15 \input wripro.tex \fi
@@ -496,5 +516,3 @@
\<par del\><<<
!*?: >>>
-
-
Property changes on: trunk/lit/wripro.tex
___________________________________________________________________
Name: svn:keywords
+ Date Author Id
Modified: trunk/lit/xtpipes.tex
===================================================================
--- trunk/lit/xtpipes.tex 2010-02-03 01:51:26 UTC (rev 7)
+++ trunk/lit/xtpipes.tex 2010-02-06 00:36:30 UTC (rev 8)
@@ -1,38 +1,27 @@
-% xtpipes.tex
+% $Id$
-% generalize -i attribute to accept multiple directories, like for -classpath
-
% htlatex xtpipes "xhtml,3,next" "" "-d./"
% htlatex xtpipes "xhtml,3,next,doc" "" "-d./"
% htlatex xtpipes "xhtml,3,next,win"
% htlatex xtpipes "xhtml,3,next,win,doc"
+% generalize -i attribute to accept multiple directories, like for -classpath
% gcj support these ``generics'' with a ``-5'' or ``-1.5'' switch
% Copyright 1996--2009 Eitan M. Gurari
% Copyright 2009, 2010 TeX Users Group.
-%
+% Released under LPPL 1.3c+.
% Please see tex4ht-cpright.tex for license text.
-\message{(<TeX4ht/dist>)}
+\message{(<TeX4ht/dist/\jobname>)}
\documentclass{article}
\usepackage{url}
\usepackage{verbatim}
+ \input{common.tex}
+ % make ` be the escape character, instead of ||
\Configure{ProTex}{java,<<<>>>,title,list,`}
\begin{document}
-\newcount\tmpcnt \tmpcnt\time \divide\tmpcnt 60
-\edef\temp{\the\tmpcnt}
-\multiply\tmpcnt -60 \advance\tmpcnt \time
-
-\edef\version{\the\year-\ifnum \month<10 0\fi
- \the\month-\ifnum \day<10 0\fi\the\day
- -\ifnum \temp<10 0\fi \temp
- :\ifnum \tmpcnt<10 0\fi\the\tmpcnt}
-
-% #1 is the first year for Eitan. The last year is always 2009. RIP.
-\def\CopyYear.#1.{#1--2009}
-
\def\CNT{0}
\bgroup
\catcode`\^=7
@@ -4525,4 +4514,3 @@
\end{document}
-
Property changes on: trunk/lit/xtpipes.tex
___________________________________________________________________
Name: svn:keywords
+ Date Author Id
More information about the tex4ht-commits
mailing list