I wrote a script to export webpy.org website content into a git repo and setup github pages for it.
http://webpy.anandology.com/ https://github.com/anandology/webpy.org I made sure the revision history is retained in git. I went through all the edits and removed almost all the spam. It took really long time, but I think it is worth the effort. There is a small issue in the way I removed the spam. Consider the following scenario: Spammer edited page x and added a spam link Anand editied page x without noticing the spam and added some documentation. Since the import script removes spam edits before adding to git, the spam edit won't there in the git, but the spam will appear as if Anand added it. Here is an example of that: https://github.com/anandology/webpy.org/commit/3afde4c8c2b856306f22fbd90b261f757fbd8224 I hope there aren't many such cases. Known issues: * Links to translated pages are broken. Please look at the website and the repo and let me know if you find any issues. I'm planning to point webpy.org to this if it looks alright to everyone. Anand -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
