Git Product home page Git Product logo

flowable-userguide's Introduction

flowable-userguide 6.3.0 zh_CN

Flowable v6.3.0 userguide. Translate into Chinese.

Modified build.xml, and added bat scripts to run under Windows for zh_CN. Modified zh_CN//-pdf.sh, add Chinese support for generate pdf.

Referring to asciidoctor-pdf, to generate PDF in Chinese, the asciidoctor-pdf-cjk-kai_gen_gothic is also needed. Check the URLs for more details.

Referring to pygments.rb, python 2.x should be installed.

ORIGINAL README BELOW


About

This project regroups all userguide sources

Currently it contains :

  • BPMN : Business Process Model and Notation User Guide
  • CMMN : Case Management Model and Notation User Guide
  • DMN : Decision Model and Notation User Guide
  • FORM : Form engine User Guide
  • SINGLE (Beta Version) : Unified version of all previous documentation

Tooling

Install Asciidoctor: http://asciidoctor.org/

We're using the 'pygments' library for syntax highlighting. This needs to be installed on your system too:

gem install pygments.rb 

Generating the docs

Using build.xml

Simply select run the build.docs.[bpmn|cmmn|dmn|form|single|all] goal and it will generate both a html & pdf version. All generated files will be available in the root project target folder.

From scripts folder

Go to the scripts Folder

  • Call the generate-all.sh [bpmn|cmmn|dmn|form|single] to generate for a single project both html & pdf version
# Genate BPMN documentation in html & pdf format
> ./generate-all.sh bpmn
  • Call the generate-html.sh [bpmn|cmmn|dmn|form|single] to generate html
# Genate Form documentation in html format
> ./generate-html.sh form
  • Call the generate-pdf.sh [bpmn|cmmn|dmn|form|single] to generate pdf
# Genate DMN documentation in pdf format
> ./generate-pdf.sh dmn

From each project folder

Use ./generate-html.sh for html only and likewise ./generate-pdf.sh for pdf only.

Docs on the docs

The html is generated using the 'index-html.adoc' file per project. The pdf generation uses the 'index-pdf.adoc' file per project. Both reference a shared 'index-common.adoc' file for the actual content, but define different parameters in the preamble.

When building the html doc, following files get included automatically:

  • base/flowable.css : this is the stylesheet for the docs. The css will be included inline in the html docs.
  • base/docinfo.html : this file gets included at the top of the html file. It contains the tocbot library and a little script to initialize the dynamic table of contents.

NB

We still use Ant as building tool because Asciidoctor Maven Plugin doesn't support the current level of quality for the generated documenation. We "still" have to use asciidoc command line.

flowable-userguide's People

Contributors

tkjohn avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.