Kagura is a PHP library that converts TeX-like script into HTML.
Installation:
"/kagura" is the core of the Kagura library. Copy it into your web server.
(notice) It is recommended that you put Kagura library into an outside of web server's document root; if you don't know what to do, it matters nothing.
For UNIX-like systems, it is recommended to copy it into
/usr/local/share/php/kagura
for convention.
Create Kagura environment
(notice) The simplest sample code is located in "/sample". It is helpful to read this sample code.
With "kag" command line tool (recommended)
If you use UNIX-like system, you can use "kag" command line tool, which is located in "/kagura/console/kag".
(notice) php5-cli package (Debian) is required.
Just type,
kag newenv < target directory >
to create a Kagura environment.
Copy the sample code
Copy the sample code located in "/sample". Do not forget to copy ".htaccess". And then, edit the files you copied.
Product's homepage
Requirements:
· PHP