First time here? Check out the FAQ!
3

Integrating askbot with another system
 

New askbot user here. First of all great job on the software! I'm really liking it so far. I'm looking to use askbot as the Q&A section of a larger site. In an earlier post you mentioned askbot 'aims to provide a "mashable" django Q&A component'. I'm interested in how I would go about integrating askbot with another system.

I'm sure it would be easier if the other system were coded in python/django, but are there plans to enable integration with other systems though something like an API? I'd also like to share certain components between the systems like authentication and the karma/reputation system.

Thanks!

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
arknotts's avatar
105
arknotts
asked 14 years ago

Comments

see more comments

1 Answer

1

Thanks! In general, feature requests are not acted upon quickly - it is just due to the time limitations - unless the requester contributes code or funding (both are welcome)

At the moment there are several features that are funded and are on the queue ("follow user" and "ask by email").

You are the first one to propose the use of reputation system via an API. Interesting idea. An idea of API in general was brought up many times - that means that it will happen.

Regarding the single sign on - at the moment the login system is integrated into askbot. It will be relatively simple to use it to sign in to another service at the same domain (even if the subdomain is different - by setting the required browser cookies for all the services - with some minimal coding.

It is possible to "rip out" the login system as well.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
updated 14 years ago, answered 14 years ago
link

Comments

Thanks for the quick reply! That's understandable about feature requests, given that this is open source software. I'm a programmer myself (though still relatively new to python/django), so time permitting I'd enjoy developing on some of these ideas.
arknotts's avatar arknotts (14 years ago)
see more comments