Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gphemsley/phpsyntaxtree
https://github.com/gphemsley/phpsyntaxtree
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gphemsley/phpsyntaxtree
- Owner: GPHemsley
- License: gpl-2.0
- Created: 2011-01-27T20:11:37.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-03-11T09:22:33.000Z (over 13 years ago)
- Last Synced: 2023-03-11T06:43:27.313Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 740 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
phpSyntaxTree
=============phpSyntaxTree is a web application that creates syntax tree graphs
from phrases entered in labelled bracket notation. phpSyntaxTree
generated graphs can be used in linguistic homework, assignments
and other documents.See the COPYING file for license information.
phpSyntaxTree can be used on the web, without installing any
software at http://ironcreek.net/phpsyntaxtree .Local Installation
==================If you prefer to run phpSyntaxTree locally, or on your own server,
simply follow the instructions below.Requirements
------------- Web server with support for .htaccess overwritable mime types
like Apache 1.3/2.0 (http://httpd.apache.org/)- PHP 4.3+ (PHP 5 not yet tested, but should work) with support
for the GD library and TrueType font support (http://php.net)Installation
------------Unpack the archive into a suitable directory on your web server.
Be sure that the directory is configured to allow configuration
overwrites using a .htaccess file.Change the permissions on the phpsyntaxtree/var/ directory to be
writable by the web server user (ex. apache, nobody, or similar).
phpSyntaxTree will create a counter.dat and a phpst.log file there
as well as other temporary files.Support, Questions etc.
=======================If you encounter any bugs or problems, please file a bug report
on the phpSyntaxTree project page:
http://code.google.com/p/phpsyntaxtreeOr, send email to [email protected]