office/elyxer: Updated for version 1.2.3.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Bending Unit 647 2011-10-19 20:15:05 -02:00 committed by Niels Horn
parent cae36322eb
commit 04b727d261
4 changed files with 12 additions and 11 deletions

View file

@ -3,4 +3,5 @@ can build a web representation of your documentation written with LyX.
As of version 1.2.0, eLyXer is installed as a script instead of a Python
module. After installation, in Lyx, select Tools->Reconfigure to configure
the HTML export to use the new script.
the HTML export to use the new script. The eLyXer script may also be used
from the command line. See `elyxer --help` for more information.

View file

@ -5,7 +5,7 @@
# Written by Bending Unit 647 <bender647[at]gmail[dot]com>
PRGNAM=elyxer
VERSION=${VERSION:-1.2.2}
VERSION=${VERSION:-1.2.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="elyxer"
VERSION="1.2.2"
VERSION="1.2.3"
HOMEPAGE="http://elyxer.nongnu.org/"
DOWNLOAD="http://download.savannah.gnu.org/releases/elyxer/elyxer-1.2.2.tar.gz"
DOWNLOAD="http://download.savannah.gnu.org/releases/elyxer/elyxer-1.2.3.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="50050d76e98eae3576f98daaf5ab6e6a"
MD5SUM="b745eed972ce31d391579793ec5829f6"
MD5SUM_x86_64=""
MAINTAINER="Bending Unit 647"
EMAIL="bender647[at]gmail[dot]com"
APPROVED="dsomero"
APPROVED="dsomero,Niels Horn"

View file

@ -7,12 +7,12 @@
|-----handy-ruler------------------------------------------------------|
elyxer: elyxer (Lyx to HTML converter)
elyxer:
elyxer: eLyXer is a LyX to HTML converter, implemented as a python module.
elyxer: While there are a ton of such projects all over the web, eLyXer has a
elyxer: clear focus on flexibility and elegant output. Installing eLyXer adds
elyxer: HTML export capability to LyX.
elyxer: eLyXer is a LyX to HTML converter, implemented as a Python script.
elyxer: While there are many similar projects, eLyXer has a focus on
elyxer: flexibility and elegant output. Installing eLyXer adds improved
elyxer: HTML export capability to LyX. After installation, in Lyx, select
elyxer: Tools->Reconfigure to configure HTML export to use eLyXer.
elyxer:
elyxer: Project website: http://elyxer.nongnu.org/
elyxer:
elyxer: User guide: http://elyxer.nongnu.org/userguide.html
elyxer: