oc-plugin-book 文档协作翻译插件(类似 LearnKu.com 的文档翻译)

文档协作翻译插件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

本作品采用《CC 协议》,转载必须注明作者和本文链接
Make everything simple instead of making difficulties as simple as possible
《L05 电商实战》
从零开发一个电商项目,功能包括电商后台、商品 & SKU 管理、购物车、订单管理、支付宝支付、微信支付、订单退款流程、优惠券等
《L02 从零构建论坛系统》
以构建论坛项目 LaraBBS 为线索,展开对 Laravel 框架的全面学习。应用程序架构思路贴近 Laravel 框架的设计哲学。
讨论数量: 2

左边内容导航可以不要滚动吗?

4年前 评论
jcc123

@dodo 去除掉了,随页面一起滚动

4年前 评论

讨论应以学习和精进为目的。请勿发布不友善或者负能量的内容,与人为善,比聪明更重要!