I'd suggest we start a completely new set of documentation on the wiki in github. It's easy to edit collaboratively, and of course changes are tracked and we can all contribute a topic at a time.
I'm not sure how to turn it on, but a github owner (I'm assuming Anand?) will need to enable the wiki and set up permissions. Notable changes I'm willing to submit: - I made the logging of all the HTTP request information to stdout an option - my log file was filling up with low level junk. - I've overloaded the application class in my app to be able to return many types of HTTP response codes based on different types of exceptions, instead of wrapping everything in the "internal server error" message. I think this would be a good enhancement to the core. - I can provide examples on redirecting calls to other modules, common ajax application scenarios, and using a config class to provide a number of extended settings useful in any project. - Without any mods to the code, I've also got examples around the common "how do I serve another static directory" topic. I think this would be a good tutorial for the wiki. On Wed, May 15, 2013 at 9:28 AM, Tae Sandoval Murgan <[email protected]>wrote: > I think the first step is to close issues. Some of them seems already > solved, but aren't closed so the project seems abandoned. We need > Anand for that, no? > > The second step could be to rewrite the documentation. There's is a > lot of repeated information, and also a lot of missing information. I > think we should merge the Cookbook with the Tutorials. What do you > thing about that? > > I'll work on improving the Form class this weekend, considering the > Steven's suggestion ;) > > -- > You received this message because you are subscribed to the Google Groups > "web.py" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/webpy?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "web.py" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/webpy?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
