oc-plugin-book 文件協作翻譯外掛(類似 LearnKu.com 的文件翻譯)

jcc123發表於2019-06-16

文件協作翻譯外掛octobercms框架的外掛。因要做一個octobercms的文件翻譯,故有此外掛

類似 LearnKu.com 的文件翻譯

demo

功能

  • 前端

    • 文件協作

      • 認領
      • 改進
      • 重譯
    • 整塊翻譯

    • 分塊翻譯

  • 後端

    • 資料操作

      • 建立文件
      • 建立章節
      • 建立段落
    • 審閱

    • 檢視操作記錄

    • 切換至相應時間點

模型關係

1

效果預覽

翻譯進度
1
整塊翻譯

1

分塊翻譯

1

翻譯頁面

1

文件管理

1
章節拖拽排序

1

章節列表

1
修改歷史

1

分塊列表

1

審閱

1

install

git clone https://github.com/jc91715/oc-plugin-book plugins/jc91715/book

migrate

php artisan october:up

create lists page and list page and translate page

example:

  • lists page: /books
    put the BookLists component in this page,choose the chapterPage redirect to list page
  • list page: /books/:doc_id/chapters/:chapter_id?

the url must contain :doc_id and chapter_id params
put the BookList component in this page,choose the translatePage redirect to translate page

  • translate page: /:class_type/:slug/translate/:type?

put the Translate component in this page

create some data in backend

visit yourdomain.com/books

NOT IS BECAUSE I WANT TO WRITE,
BUT I WANT TO INCREASE,
SO I GO TO WRITE~~

相關文章