Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.1 KB

CONTRIBUTING.adoc

File metadata and controls

23 lines (15 loc) · 1.1 KB

Contributing Guide

Please read README first for general site overview.

Adding/Editing content page

Content pages are stored in /content/source directory. Note that all pages have the format of [title]/index.adoc - that is for website/webserver compatibility.

(there shall be guide on metadata, front matter and attributes here, for now just copy over from existing pages)

Creating a translation template

Only on Linux (for now): call make translate from website root.

Creating a translation for a language

Just copy the template from content/pot/path/index.adoc.pot to content/po/language/path/index.adoc.po.

Updating translations

Only on Linux (for now): run make updatepo from website root.

Testing it all

You can either preview a single AsciiDoc document using an editor or test the whole website.

  • AsciiDoc Live Preview: see this page for more information.

  • Test the website: only on Linux (for now) - run make server from website root. The site will become accessible at localhost:4567