|
Revision 1
(checked in by svn, 2 years ago)
|
initial commit
|
| Line | |
|---|
| 1 |
In this distribution: |
|---|
| 2 |
|
|---|
| 3 |
phptagengine.class.inc.php |
|---|
| 4 |
The PHP class definition of PHP Tag Engine, this contains the core code. |
|---|
| 5 |
|
|---|
| 6 |
phptagengine.config.inc.php |
|---|
| 7 |
Put your config settings in here. |
|---|
| 8 |
|
|---|
| 9 |
phptagengine.css |
|---|
| 10 |
Make things look pretty here. |
|---|
| 11 |
|
|---|
| 12 |
phptagengine.inc.php |
|---|
| 13 |
Include this file in your project, in turn it includes the rest of the PHP Tag Engine files and handles AJAX requests. |
|---|
| 14 |
|
|---|
| 15 |
phptagengine.php.js |
|---|
| 16 |
AJAX communication code. |
|---|
| 17 |
|
|---|
| 18 |
languages/* |
|---|
| 19 |
Put your translations here. |
|---|
| 20 |
|
|---|
| 21 |
yui/* |
|---|
| 22 |
Yahoo! Auto-Complete library code. |
|---|
| 23 |
|
|---|
| 24 |
README.txt |
|---|
| 25 |
this file |
|---|
| 26 |
|
|---|
| 27 |
|
|---|
| 28 |
See http://phptagengine.com/ for more information. |
|---|