php manual mirror


Read With Formatting | Free Open Source Tutorials Account

PHP Development
Thread: php manual mirror


md_doc
Well I spent the last couple of days setting up http://www.opensourcetutorials.com/phpmanual/index.html (http://www.grindinggears.com/phpmanual/index.html) which is the php manual. I hope this is useful to some, I know it will be for me to have it local but hopefully it will be for others too. I might add in a feature where comments can be left and it can be searched as well but that is down the road a little bit still.

computer
how did you get it like that? did you edit all the pages lol :)

md_doc
It was probably more of a pain than it is worth to be honest. I had to write a perl script that would parse all of the pages, and there are a ton of them.

The script had to do formatting of the html along with removing some html code and also some adding as well.