reaplced the git service code (main gitbackendinterface()) with a new
[gwvp.git] / README
diff --git a/README b/README
index 7448964..af63ba2 100644 (file)
--- a/README
+++ b/README
@@ -1,9 +1,24 @@
+READ THIS FIRST
+===============
+
+WARNING WARNING WARNING
+
+This code is not ready for anything other thing playing with. It has some functionality, like you can create
+some repos and you can even pull from them, however this code IS dangerous. there is no input validation so
+its likely everything can suffer from all kinds of injections and malicious code. There is alot of error
+checking missing and its only been running on an ubuntu 10.10 laptop, alot of the functionality is actually
+here, but dont get excited.
+
+If you want to play with it, clone it and follow the install, but dont put it somewhere its generally
+accessible (i.e. from the internet) unless you hate your computer.
+
+
+
+
+
 GWVP
 ====
 
-Note - this is barely (currently) proof-of-concept code and simply does a thru-php proxy of git-http-backend
-it is not in the least bit useful for anything, yet.
-
 Git over Web Via PHP is a project to do something i've wanted to have a long time - a web based git remote 
 with administration and all git related activities happening over http/https. Git has this now, its called
 git-http-backend and its quite broken. If you read its man page it'll tell you this: