                         Txt2tags EXTRAS
                       -------------------
                     http://txt2tags.sf.net


This directory contains some extra files distributed with the
txt2tags program. All of them share the same license as the
program: GPL, unless specified on its headers.


css-reference.txt
	A short and quick document showing the CSS attributes and
	its parameters. One per line, "grep" friendly.

gvim-menu.vim
	The gVim editor menu file. It adds the "txt2tags" menu to
	the editor, making easy for the user to insert the t2t
	marks on the source file. Very useful for beginners.

html-update.sh
	A simple Shell script to automatize the conversion of
	files in a directory. It scans and convert only the .t2t
	that has changed since the last conversion. There some
	options to use, as an interative mode.

nanorc
	The nano editor syntax highlight rules for txt2tags
	marks.

pagemaker.vim
	The Vim editor syntax highlight rules for PageMaker
	tagged files.

t2tconv
	Converts .t2t files from v1.7 to v2.x format.

t2tmake.rb
	A powerful Ruby script that automatize the conversion of
	txt2tags files. It scans directories, convert needed
	files and generate logs. It also has a nice batch
	feature, to store different sets of configurations.
	
txt2tags-compiler.vim
	The Vim editor config file for using the single command
	':make' to convert the opened document.

txt2tags-kate.xml
	The Kate editor syntax highlight rules for txt2tags
	marks.

txt2tags-mode.el
	The Emacs editor syntax highlight rules for txt2tags
	marks.

txt2tags.php
	The txt2tags web interface, written in the PHP language.
	Useful for intranet use and quick tests.

txt2tags.vim
	The Vim editor syntax highlight rules for txt2tags marks.

txt2tagsrc
	A sampe user config file for txt2tags

unhtml.vim
	A handy Vim editor script to convert an HTML file to a
	txt2tags marked file. See instructions on the file
	header.

