[Pkg-lyx-devel] [SCM] eLyxer - standalone LyX to html converter branch, master, updated. upstream/0.36-44-gbf7c8b9
Sven Hoexter
sven at timegate.de
Sun Nov 22 17:16:01 UTC 2009
The following commit has been merged in the master branch:
commit bf7c8b998797a99f057deb6a1007bb0b0e25b3c6
Author: Sven Hoexter <sven at timegate.de>
Date: Sun Nov 22 18:15:30 2009 +0100
Update the manpage: add --lowmem, update the description for --toc.
diff --git a/debian/changelog b/debian/changelog
index c1800fb..3301e44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ elyxer (0.36-1) UNRELEASED; urgency=low
+ eLyXer now uses in memory processing and generates a TOC by default.
+ New option --lowmem to force the old one-pass filtering.
* Migrate from svn to git, update debian/control accordingly.
+ * Update the manpage: add --lowmem, update the description for --toc.
-- Sven Hoexter <hoexter at debian.org> Sun, 22 Nov 2009 18:01:42 +0100
diff --git a/debian/elyxer.1 b/debian/elyxer.1
index ec9335a..ee6dd3a 100644
--- a/debian/elyxer.1
+++ b/debian/elyxer.1
@@ -1,4 +1,4 @@
-.TH eLyXer "1" "October 2009"
+.TH eLyXer "1" "November 2009"
.SH NAME
elyxer - convert LyX files to html
.SH SYNOPSIS
@@ -30,7 +30,7 @@ Enable debugging messages (for developers).
Set the generated page title.
.TP 0.5i
-.BR \-\-directory " images_dir"
+.BR \-\-directory " image_dir"
Look for images in the specified directory.
.TP 0.5i
@@ -62,13 +62,19 @@ Force image output format.
Return the highest supported LyX version that can be converted.
.TP 0.5i
-.BR \-\-toc " original.html"
-Create TOC with links to the original.
+.BR \-\-toc
+Create a table of contents.
.TP 0.5i
.BR \-\-target " frame"
Let all links point to the given frame.
+.TP 0.5i
+.BR \-\-lowmem
+Force on the fly conversion to conserve memory.
+.br
+This is the old behaviour of eLyXer prior to 0.36.
+
.SH AUTHOR
This manpage was written by Sven Hoexter <sven at timegate.de> for the Debian
operating system.
--
eLyxer - standalone LyX to html converter
More information about the Pkg-lyx-devel
mailing list