First time here? Check out the FAQ!

Revision history  [back]

We don't yet have a script to import from Q2A, we don't have plugins in the sense Q2A does.

Have a look at:

askbot/management/commands/askbot_add_xml_content.py askbot/management/commands/askbot_add_osqa_content.py askbot/management/commands/askbot_import_jive.py askbot/importers/stackexchange askbot/importers/zendesk

To create an Q2A importer, one could do two things: either 1) either read data from the Q2A database directly and import into Askbot, or 2) - create a serializer from the Q2A database and then read the serialized data into an Askbot importer. Either way some coding will be required.

We don't yet have a script to import from Q2A, we don't have plugins in the sense Q2A does.

Have a look at:

askbot/management/commands/askbot_add_xml_content.py askbot/management/commands/askbot_add_osqa_content.py askbot/management/commands/askbot_import_jive.py askbot/importers/stackexchange askbot/importers/zendesk

To create an Q2A importer, one could do two things: either 1) either read data from the Q2A database directly and import into Askbot, or 2) - create a serializer from the Q2A database and then read the serialized data into an Askbot importer. Either way some coding will be required.