First time here? Check out the FAQ!

Incheon's profile - activity

2017-06-19 18:15:35 -0500 received badge Popular Question (source)
2012-08-14 06:12:10 -0500 received badge Famous Question (source)
2012-03-08 21:26:48 -0500 commented answer What is the state of documentation for askbot project?

Its impossible to have a good self-evident system for all common use cases, indeed the best user interface developers like apple also needs to be produce a very detailed documentation. As mentioned in my post earlier documentation is necessary for the success of this project. As its based on django I hope askbot should follow django example for documentation.

2012-03-08 21:23:17 -0500 answered a question CSRF verification failed. Request aborted.

This error occurs when you use django version 1.4 or from repository. If you are using django stable version 1.3 series then you should not get this error.

Try to install django stable version, you should not get this error.

2012-02-28 23:08:19 -0500 commented answer What is the state of documentation for askbot project?

In order for people to contribute on a question/answer site in my view user manual is absolutely necessary with as much details as possible, supplemented with online help. Regarding code documentation I was referring more to the documentation which describes the specific design decisions, classes and the inner workings of the code so that it becomes easier for people to use. In my view since askbot uses django, the documentation standard for this project should also match that of django. It will be good to create a documentation as sub part of this project and invite contributors.

2012-02-28 23:06:23 -0500 received badge Editor (source)
2012-02-28 10:29:49 -0500 received badge Student (source)
2012-02-28 03:33:34 -0500 asked a question What is the state of documentation for askbot project?

What is the current state of documentation of askbot? I am referring to following:

  • Code Documentation
  • User Manual
  • Administration Manual
  • Installation Manual - I guess this is complete