Skip to content
This repository has been archived by the owner on Dec 13, 2017. It is now read-only.

Installation

pornel edited this page Feb 22, 2011 · 6 revisions

Installation

Requirements

  • PHP 5.2 with gettext and xsl enabled
  • PHPTAL
  • Sblam! (only needed for contact form)
  • gettext-tools or Poedit

Gettext

To get all messages working properly, you must compile gettext .po files. You may do this via Poedit or by executing:

msgfmt locale/en/LC_MESSAGES/errors.po -o locale/en/LC_MESSAGES/errors.mo
msgfmt locale/en/LC_MESSAGES/props.po -o locale/en/LC_MESSAGES/props.mo

If you use mod_php for Apache you must restart the server for gettext to notice new files.

PHPTAL

Install it via PEAR:

pear install http://phptal.org/latest.tar.gz

or just download and place somewhere in the include path.

Clone this wiki locally