X-Git-Url: http://git.pjr.cc/?p=gwvp.git;a=blobdiff_plain;f=README;h=af63ba2c594c08f17d1114c1c1cdc6f48d561e59;hp=744896402bff4ca0c63c9eaf6f8d610267937b99;hb=507bc8f2818a42d751ed6e2e2fc68ee2bde94016;hpb=4c20cd2f33699e549a06995d9c5ab1374cceeaee diff --git a/README b/README index 7448964..af63ba2 100644 --- 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: