discourse/script/import_scripts/base
Gerhard Schlager e09ce99884
DEV: Slack import script (#22386)
It's very simple import script and currently imports only the following content:
* Users
* Messages as Discourse topics/posts
* Attachments

Each channel can be mapped to a category and tags. It uses regular expressions to convert formatted messages ("rich text") into Markdown used by Discourse. In the future we could convert the `blocks` attribute from each message into Markdown instead of applying regular expressions on the `text` attribute.
2023-07-04 21:37:45 +02:00
..
csv_helper.rb DEV: Apply syntax_tree formatting to `script/*` 2023-01-09 11:13:22 +00:00
generic_database.rb DEV: Slack import script (#22386) 2023-07-04 21:37:45 +02:00
lookup_container.rb DEV: Replace #pluck_first freedom patch with AR #pick in core (#19893) 2023-02-13 12:39:45 +08:00
uploader.rb DEV: Apply syntax_tree formatting to `script/*` 2023-01-09 11:13:22 +00:00