summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Schneider2007-10-11 01:59:43 +0000
committerChristian Schneider2007-10-11 01:59:43 +0000
commit4a6c6bad9383aad857b491c4d7fb1cc81d247a0f (patch)
tree2da9704bafd3c6c67a056204ba25616138c63750 /README
parent35fe33f7364329dacf415c950bff01b6de9ef88e (diff)
downloaditools-4a6c6bad9383aad857b491c4d7fb1cc81d247a0f.tar.gz
itools-4a6c6bad9383aad857b491c4d7fb1cc81d247a0f.tar.bz2
itools-4a6c6bad9383aad857b491c4d7fb1cc81d247a0f.zip
Added some links to documentation
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index 8913b76..16ab653 100644
--- a/README
+++ b/README
@@ -1,5 +1,8 @@
ITools - A simple support library for PHP
=========================================
+Home: http://itools.search.ch/
+Subversion Repository: http://itools.search.ch/trunk
+License: http://itools.search.ch/trunk/COPYING
ITools is a collection of PHP functions and classes which make a few common
tasks in PHP easier. It works in PHP 4 and up. Typical tasks should become
@@ -7,8 +10,8 @@ easy enough to remove the need for a framework.
Note: Our examples omit array() around function parameters and use dangling
commas. If you want to do that, you either need our PHP patch (see
-http://cschneid.com/php/ for infos and the patch) or our just-in-time syntax
-converter.
+http://cschneid.com/php/ for infos and the patch) or our just-in-time syntax
+converter (not yet available).
it_html - HTML output generation