oc-plugin-book 文档协作翻译插件(类似 LearnKu.com 的文档翻译)
该文档协作翻译插件
是 octobercms框架的插件。因要做一个octobercms
的文档翻译,故有此插件
类似 LearnKu.com
的文档翻译
功能
-
前端
-
文档协作
- 认领
- 改进
- 重译
-
整块翻译
-
分块翻译
-
-
后端
-
数据操作
- 创建文档
- 创建章节
- 创建段落
-
审阅
-
查看操作记录
-
切换至相应时间点
-
模型关系
效果预览
翻译进度
整块翻译
分块翻译
翻译页面
文档管理
章节拖拽排序
章节列表
修改历史
分块列表
审阅
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 theBookLists
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
本作品采用《CC 协议》,转载必须注明作者和本文链接
左边内容导航可以不要滚动吗?
@dodo 去除掉了,随页面一起滚动