mayerale
(Alex)
2017 年 11 月 22 日午後 8:41
1
I’ve written an import script for jforum, the great java-based forum software. Here is my github fork:
https://github.com/mayerale/discourse/
It’s based on the phpBB import script (thank you for this great import script!) and includes import for:
Users
Avatars
Attachments
Categories
Topics
Postings (tries to convert bbcode)
Bookmarks
Smilies
Private Messages (tries to detect message threads)
Polls
I’ve successfully used it for my installation and would like to share the code with you. Anyone interested?
jomaxro
(Joshua Rosenfeld)
2017 年 11 月 22 日午後 8:43
2
If you’d like to contribute it to the community, the best way would be to submit a pull request! Then it would live with all the other import_scripts for the community to use.
raiye
(Ramanan Iyer)
2019 年 12 月 6 日午前 4:59
3
こんにちは、アレックス。JforumをDiscourseに移行する概念実証を行っています。コードを共有いただければ、非常に助かります。
jomaxro
(Joshua Rosenfeld)
2019 年 12 月 6 日午後 3:14
4
スクリプトは共有されています。上記の GitHub リポジトリにある import_scripts フォルダをご覧ください。なお、このスクリプトは 2 年間更新されていないため、いくつかの更新が必要になる可能性があります。
raiye
(Ramanan Iyer)
2019 年 12 月 9 日午前 5:03
5
ジョシュアさん、ありがとうございます。確認します。
mayerale
(Alex)
2019 年 12 月 9 日午前 6:46
6
こんにちは、投稿と import_scripts ディレクトリにある私のリポジトリをご覧ください。更新していないため、いくつかの更新が必要かもしれません。
paultaylor
(Paul Taylor)
2019 年 12 月 12 日午後 2:59
7
こんにちは。私は長年 Jforum(SongKong and Jaikoz Music Tagger Community Forum - tagger songkong jaikoz albunack melco roon Discourse フォーラム(community.jthink.net )へすべてのコンテンツを移行したいと考えています。
Jforum プラグインを見つけられてとても興奮していますが、現時点では Discourse インポーターを実行する方法が理解できず、困っています。Discourse 開発環境のセットアップについて話されているのを読んだことがありますが、私にとっては過剰なように思えます。なぜなら、私は新しい Discourse インストールを持っているので、そのままインポートしたいと考えているからです。
段階的に分解して説明していただけると幸いです。最初に行うべきことは、あるフォーラムから別のフォーラムへユーザーをインポートすることのようです。しかし、2 つのフォーラムはお互いに見ることができないため、まずユーザーをエクスポートする必要があります。
そのため、以下の点について教えてください。
インポートに必要な内容とインポートの方法がわかれば、Jforum からデータをエクスポートするための SQL を自分で記述することも可能です。