descriptionText to HTML (and other formats) converter
homepage URLhttp://www.triptico.com/software/grutatxt.html
repository URLhttp://git.triptico.com/grutatxt
ownerangel@triptico.com
last changeWed, 13 Jul 2011 07:13:06 +0000 (13 09:13 +0200)
last refreshSat, 31 Oct 2009 21:44:25 +0000 (31 22:44 +0100)
content tags
add:
README
Grutatxt README
===============

 Grutatxt - Text to HTML converter
 Copyright (C) 2000/2011 Angel Ortega <angel@triptico.com>
 Home Page: http://triptico.com/software/grutatxt.html

This software is GPL. NO WARRANTY. See file 'COPYING' for details.

Intro
-----

Grutatxt is a plain text to HTML (and now other formats) converter. It
succesfully converts subtle text markup to lists, bold, italics, tables
and headings to their corresponding HTML, troff, man page or LaTeX markup
without having to write unreadable source text files.

To install Grutatxt, do it just like you would do to any Perl module, so

	$ perl Makefile.PL
	$ make
	$ su -c "make install"

This will install the perl module (`Grutatxt.pm') as well as the command
line utility (`grutatxt').

Grutatxt includes several command-line arguments; see them using

	$ grutatxt --help

The markup description document included with this package is in Grutatxt
format, so it also serves as a demo. To see how this file will look after
being converted by Grutatxt, you can just do

	$ grutatxt < doc/grutatxt_markup.txt > output.html

or

	$ grutatxt --mode=troff < doc/grutatxt_markup.txt | groff -t -me -Tps > output.ps

or
	$ grutatxt --mode=latex < doc/grutatxt_markup.txt > output.latex

----
Angel Ortega <angel@triptico.com>
shortlog
2011-07-13 Angel OrtegaNew file .my-git-push.master
2011-06-30 Angel OrtegaThe title has now CSS class 'title'.
2011-02-25 Angel OrtegaVersion 2.0.16 RELEASED.2.0.16
2011-02-17 Angel OrtegaDocumented the <?> mark.
2011-02-17 Angel OrtegaUpdated RELEASE_NOTES.
2011-02-17 Angel OrtegaUpdated TODO.
2011-02-16 Angel OrtegaUpdated copyright year.
2010-07-27 Angel OrtegaAlso process mailto: URLS.
2010-05-31 Johnny SolbuAdded grutatxt.spec.
2010-02-04 Angel OrtegaAdded 'ul' support to RTF (non-working).
2010-02-04 Angel OrtegaAdded 'dl' support to RTF.
2010-02-04 Angel OrtegaAdd a blank space at the end of each line.
2010-02-04 Angel OrtegaAdded space after each paragraph instead of additional...
2010-02-04 Angel OrtegaNew embryo of an RTF driver.
2010-02-04 Angel OrtegaUpdated RELEASE_NOTES.
2009-09-02 Angel Ortega*REALLY* fix 'marks' and 'index' lists.
...
tags
13 years ago 2.0.16
15 years ago 2.0.15
16 years ago 2.0.14
17 years ago 2.0.13
17 years ago 2.0.12
19 years ago 2.0.11
19 years ago 2.0.10
19 years ago 2.0.9
19 years ago 2.0.8
20 years ago 2.0.6
20 years ago 2.0.5
20 years ago 2.0.4
21 years ago 2.0.3
21 years ago 2.0.2
21 years ago 2.0.1
21 years ago 2.0.0
...
heads
12 years ago master