Ask Your Question
0

What are the plans of Askbot project?

asked Mar 24 '10

Evgeny gravatar image Evgeny flag of Chile
6665 31 49 95
http://askbot.org/

What does Askbot intend to do? Are there any plans? How does it intend to be different from other projects - say OSQA?

2 Answers

Sort by ยป oldest newest most voted
1
Evgeny has selected this answer as correct

answered Mar 24 '10

Evgeny gravatar image Evgeny flag of Chile
6665 31 49 95
http://askbot.org/

updated Apr 04 '10

Heya, now we have a ROADMAP. Check it out (btw, please help us shape it too).

Ok the question was a setup so that I can answer it myself :).

Most importantly - askbot aims to provide a "mashable" django Q&A component that would work nicely together with other django applications that you might use on your unique and customized website. Of course it will also work just as well as a standalone forum application.

An imporant part of Askbot' agenda - is to give back to the Python/Django development community by possibly spinning-off side-projects. Currently a good candidate is a single signon application that accepts all sorts of login methods, another possible candidate for a separate project - reputation system linked to votes.

Thirdly - askbot aims to test new technologies - for example the plan is to rewrite all javascript using google closure library - which is a newly released platform for the enterprise web-applications.

Askbot is a completely open project - any programmer willing to contribute code will have commit access to the development repository. The caveat is that he/she has to follow the project roadmap (to be developed shortly - btw you are invited to shape it - just post your idea as a question and tag it "suggestion" or "feature-request").

Finally, we aim to develop the product that just works.

link
1
Evgeny has selected this answer as correct

answered Mar 24 '10

Fitoria gravatar image Fitoria flag of Nicaragua
426 2 12
http://fitoria.net/

Nice to read about your project. Besides the js closure what other new stuff will you add? a NoSQL database would be cool :-)

link

Comments

Hey Adolfo, I agree NoSQL would be cool. AppEngine or Cassandra? There will be a bit of learning ahead on how to go that way, it's definitely time to start looking into that. Evgeny (Mar 25 '10)
have you done anything for the app engine? Evgeny (Mar 25 '10)
I have done some app engine but it's a bit hard when you want to use django from trunk. What about MongoDB? Fitoria (Mar 25 '10)
It's up to you, if you want to try it - sure why not, but an important part is that the application must run on sql and nosql without any changes - will that require adjusting database API or creating our own (facade-like API so that we could switch the backend using some setting)? Evgeny (Mar 26 '10)
when i wrote SE import I've added some API-like functions. Will re-introduce them with a patch soon. Evgeny (Mar 26 '10)

Your answer

Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!
[hide preview]

Question tools

Follow

subscribe to rss feed

Stats

Asked: Mar 24 '10

Seen: 877 times

Last updated: Apr 04 '10

Related questions