summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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