discourse/script/import_scripts
JSey c467d7f691 BUG: phpBB lists not properly converted
bbcode-to-md happily ignores all phpBB's lists. The list syntax is
    [list][*]item 1
    [*]item 2
    [/list]
and 
    [list=1][*]item 1
    [*]item 2
    [/list]
respectively for [ul] and [ol]s. Luckily, phpBB adds closing tags for [*] items. My workaround simply converts phpBBs lists into bbcode using [ul] and [ol] which then can be converted by the standard bbcode-to-md code.
2014-10-28 20:02:33 +01:00
..
base.rb FEATURE: import attachments in phpbb3 importer 2014-10-07 16:47:41 -04:00
bbpress.rb Import scripts for Drupal and Kunena/Joomla. A new base class for import scripts. 2014-06-02 14:38:40 -04:00
drupal_qa.rb FIX: Drupal QA was missing some comments 2014-10-24 12:57:41 -04:00
drupal.rb Better import for Drupal QA 2014-10-02 13:15:50 -04:00
kunena.rb FIX: Kunena import script no longer requires a csv file with Joomla user records. MySQL is used for all data. 2014-08-29 14:55:28 -04:00
mybb.rb initial version, mostly inspired from phpbb script 2014-09-29 20:37:35 +02:00
phpbb3.rb BUG: phpBB lists not properly converted 2014-10-28 20:02:33 +01:00
smf2.rb FIX: quoting non-existing messages would break SMF2 importer 2014-10-02 00:44:03 +02:00
vanilla.rb FIX: don't use latest activity as user's bio in vanilla import by default 2014-10-17 16:58:19 +02:00
vbulletin.rb FIX: better error handling in vBulletin importer 2014-09-08 11:02:54 +02:00