Differenze

Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.

Link a questa pagina di confronto

Entrambe le parti precedenti la revisione Revisione precedente
Prossima revisione
Revisione precedente
vlsi:wiki:policies [10/09/2013 23:57]
pacher
vlsi:wiki:policies [15/12/2014 02:09] (versione attuale)
pacher
Linea 1: Linea 1:
- 
 ====== Wiki policies and guidelines ====== ====== Wiki policies and guidelines ======
  
 [ __[[vlsi:​home|Home]]__ ] [ __[[vlsi:​home|Home]]__ ]
-[ __[[vlsi:workbook|Design Workbook]]__ ]+[ __[[vlsi:wiki:users|Registered users]]__ ]
 [ __[[wiki:​syntax|Syntax]]__ ] [ __[[wiki:​syntax|Syntax]]__ ]
 +[ __[[http://​seeingstone.net/​dokuwiki/​doku.php/​wiki/​syntax|Syntax (more exhaustive)]]__ ]
  
  
Linea 19: Linea 19:
    * [[vlsi:​wiki:​policies#​wiki_policies|Wiki policies]]    * [[vlsi:​wiki:​policies#​wiki_policies|Wiki policies]]
    * [[vlsi:​wiki:​policies#​heading_conventions|Heading conventions]]    * [[vlsi:​wiki:​policies#​heading_conventions|Heading conventions]]
 +   * [[vlsi:​wiki:​policies#​blocks_of_folded_text|Blocks of folded text]]
    * [[vlsi:​wiki:​policies#​links_to_sections|Links to sections]]    * [[vlsi:​wiki:​policies#​links_to_sections|Links to sections]]
    * [[vlsi:​wiki:​policies#​tables_of_contents_and_quick_links|Tables of contents and quick links]]    * [[vlsi:​wiki:​policies#​tables_of_contents_and_quick_links|Tables of contents and quick links]]
Linea 24: Linea 25:
    * [[vlsi:​wiki:​policies#​code_snippets|Code snippets]]    * [[vlsi:​wiki:​policies#​code_snippets|Code snippets]]
    * [[vlsi:​wiki:​policies#​attaching_files_and_images|Attaching files and images]]    * [[vlsi:​wiki:​policies#​attaching_files_and_images|Attaching files and images]]
 +   * [[vlsi:​wiki:​policies#​available_plugins|Available plugins]]
 +
  
 **Keywords:​** **Keywords:​**
Linea 189: Linea 192:
 \\ \\
 New **paragraphs** inside sections are generated by leaving an empty line in the text. New **paragraphs** inside sections are generated by leaving an empty line in the text.
 +
 +
 If you want to force a new line without a paragraph use two consecutive backslashes If you want to force a new line without a paragraph use two consecutive backslashes
 <​nowiki>​\\</​nowiki>​ instead. In general, avoid unnecessary nesting with further sub-sections. ​ <​nowiki>​\\</​nowiki>​ instead. In general, avoid unnecessary nesting with further sub-sections. ​
 +
 +
 +===== Blocks of folded text  =====
 +
 +You can create blocks of **folded text** with the general syntax
 +
 +
 +   ++++ Click here |
 +   to show the folded text
 +   ++++
 +
 +
 +++++ Click here |
 +to show the folded text
 +++++
 +
 +
 +\\
 +Only when you click on the folder head the block expands and shows the full text content.
  
 ===== Links to sections ===== ===== Links to sections =====
Linea 240: Linea 264:
 <​code>​ <​code>​
 == Contents ==    == Contents ==   
 +
    * [[vlsi:​path:​to:​pagename#​introduction|Introduction]]    * [[vlsi:​path:​to:​pagename#​introduction|Introduction]]
    * [[vlsi:​path:​to:​pagename#​first_section|First section]]    * [[vlsi:​path:​to:​pagename#​first_section|First section]]
Linea 318: Linea 343:
  
    <​code vhdl>    <​code vhdl>
-   ​-- ​first example of VHDL code+   -- example of VHDL code
    ​entity AND2 is         -- entity declaration    ​entity AND2 is         -- entity declaration
       port(A,B : in bit;       port(A,B : in bit;
Linea 363: Linea 388:
 {{vlsi:​filename|link name}} {{vlsi:​filename|link name}}
  
 +\\
 Resources can be uploaded and under [[https://​www.dokuwiki.org/​namespaces|namespaces]] ​ Resources can be uploaded and under [[https://​www.dokuwiki.org/​namespaces|namespaces]] ​
 and saved into a hierarchical structure: ​ and saved into a hierarchical structure: ​
Linea 379: Linea 404:
 the media manager. If you want to include text files, shell scripts, configuration files etc.  the media manager. If you want to include text files, shell scripts, configuration files etc. 
 please **squeeze them with a compression utility** (''​gzip''​ and ''​tar''​ work fine) before uploading. please **squeeze them with a compression utility** (''​gzip''​ and ''​tar''​ work fine) before uploading.
 +
 +
 +===== Available plugins =====
 +
 +DokuWiki provides [[https://​www.dokuwiki.org/​plugins|plugins]] to extend ​
 +basic formatting syntax options. \\
 +The complete list of **installed plugins** which come with the current ​
 +INFN DokuWiki installation can be found __[[wiki:​syntax#​syntax_plugins|here]]__.
  
 ====== ====== ====== ======