Files found in this `bin` directory:


README
	Statement about the licensing of PaGEN.

CHANGES.pqe
CHANGES.pagen

	The list of changes from version to version on the pqe tool and 
	PaGEN itself. 

FILES 	

	This file. 

content2 
	Inserter script. The syntax is :

	$ content2 <file>

	where <file> is a readable/writable file name in PaGEN format. 

pagen.config

	Before using PaGEN (any of the scripts) for the very first time, 
	make sure you've replaced all variables contained in this file 
	with the corresponding values to your system. 

pagen-dump.tcl 

	This script will dump a text chunk from the database into a text
	file in correct PaGEN format. The syntax is:

	$ pagen-dump.tcl <chunk_id>

	Where the <chunk_id> is the unique identifier of the text chunk
	on the database. Will save the result file in the directory 
	pointed by the <Ccontent_dir> variable in the pagen.config file

lang-*.db

	Currently, spanish and english label files are included. If you
	want to generate your own, simply copy the file and replace the
	labels with those in your language. Also modify pagen.config for 
	the new language file name. 

pagen.tcl 

	The main script. The syntax is:

 	$ pagen.tcl <option> [page]

	where option is one of 

		-allsite          Generates the whole site. 

		-page <page_name> Generates only <page_name>

		-allnew           Generates only pages marked as new. 

pqe.tcl 

	The PaGEN Quick Editor. A graphic interface to make the insertion,
	deletion and edition of text chunks, categories and pages faster
	and easier. 

refresh

	Takes the newly modified files from the content directory and 
	parses them using content2 script.

pagen-mailer.tcl

	This is a second-generation inserter, allowing a designer to 
	send an email to PaGEN and force a page to be refreshed or 
	new content to be inserted. Very interesting, but in early
	development. Do not use now. 

lib.tcl 

	General libraries not directly related to PaGEN. 

pagen.lib

	PaGEN source code library. 

pedit

	Small script to make editing faster. Combines pagen-dump.tcl and an
	text editor call. 

db_lib.tcl

	A set of procedures that render PaGEN able to connect to PostgreSQL
	database manager. 

content.sh

	A script on early stage of development. Do not use now. 

last_refresh

	An empty file that servers as control file for the content 
	directory. 



