PoWeb 0.1 review
DownloadPoWeb aims at providing a Web PO file editor
|
|
PoWeb aims at providing a Web PO file editor. PO files are used by the standard GNU gettext libraries. The development was started to meet the needs of the Sympa project.
Installation:
PoWeb uses the Locale::PO CPAN module to parse PO files. You should install Locale::PO module first (available on http://search.cpan.org)
PoWeb runs as a CGI ; you should add the apropriate scriptAlias directive to your Apache config. Example : ScriptAlias /poweb /usr/local/poweb/poweb.cgi
You then need to customize variables in poweb.cgi :
o $po_dir : the directory containing the PO files
o $session_dir : the directory where user session data are stored
PoWeb 0.1 keywords