Everyone is strongly encouraged to contribute to the Wiki writing. Contribution from everywhere is key to a rich and complete documentation.

To keep the wiki maintenance easy and show a coherent content, some editing rules have to be followed. Please read the following basic rules before you edit anything.

To get more styling templates, click on the + button on the tool bar, then other macros > Formatting

 

Golden rules

 

Style

Writing style

 

 

Text formatting

Highlighting

 

 

Stressed/strong words or statements


 

Quotations, references


For inline quotations, use "typewriter quotes". For block quotations, use indentation through a line-initial colon without any additional punctuation or formatting.

Acronym/abbreviation expansions


Use italic.

Section heading

 

Code formatting

 

When inserting inline code, use monospace format. Example:

run the following command: $ this is the code to run

For large code block, insert the code block macro: choose your syntax, check the Collapsible option and use the Midnight theme.

"use strict";

// require npm packages
const bl = require('bl');
const https = require('https');

// require modules
const exportAsCsv = require('./exportAsCsv.js');
const address = require('./settings.js').address;

When using block code or lines starting with a space character, use $ as a prompt for regular user commands; use # as a prompt for root commands.

White space


 

Confluence software

 

The Daowiki is written with the help of Confluence, a team collaboration software. It is  developed and marketed by Atlassian. The software is considered as "one of the most popular wikis in corporate environments", easy to set up and use. Editing pages is fairly easy thanks to its powerful editor with many templates (called macro) and useful style editing functions. Its usage is very intuitive and do not ask knowledge of the wiki markup language, as it is the case with Mediawiki.

Please find on this page all the links to the needed resources to produce beautiful pages.