wiki:contributing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
wiki:contributing [2017/05/10 10:05]
claudio
wiki:contributing [2021/09/29 10:06]
jojo1973 [Contributing to the wiki]
Line 1: Line 1:
 ====== Contributing to the wiki ====== ====== Contributing to the wiki ======
  
-This wiki is an ongoing effort by a group of enthusiasts, and while is not open to the public, if you consider yourself an enthusiast and think you can contribute, feel free to contact the author of newRPL via email to request access (for email address, use hpgcc3.org as the domain, and the first name as the user).+This wiki is an ongoing effort by a group of enthusiasts, and while is not open to the public, if you consider yourself an enthusiast and think you can contribute, feel free to contact the author of **newRPL** via email to request access (for email address, use ''hpgcc3.org'' as the domain, and the first name as the user).
  
-The wiki uses the dokuwiki engine. Its syntax is explained here:\\ +The wiki uses the [[https://www.dokuwiki.org/dokuwiki|DokuWiki]] engine. Some useful resources are:\\ 
-[[https://www.dokuwiki.org/wiki:syntax]]\\ +\\ 
-[[https://www.dokuwiki.org/cheatsheet]]\\+  * the [[https://newrpl.wiki.hpgcc3.org/doku.php?id=wiki:syntax|syntax]] documentation; 
 +  * a practical [[https://www.dokuwiki.org/cheatsheet|cheatsheet]]
 +  * a [[playground:playground|playground]] to test your skills.
  
-For mathematical formulas, it uses the Mathjax engine, its syntax is explained here:\\ +For mathematical formulas, this wiki uses the [[http://docs.mathjax.org/en/latest|MathJax]] engine.
-[[http://docs.mathjax.org/en/latest/tex.html]]\\+
  
 ==== General Article guidelines ==== ==== General Article guidelines ====
Line 18: Line 19:
   * Wiki articles should use heading level 2 as the highest (for section titles, level 2 has 5 equal signs).   * Wiki articles should use heading level 2 as the highest (for section titles, level 2 has 5 equal signs).
   * Each Section with a level 2 title needs to be separated with %%----%% in a newline. This allows the automatic table of contents to kick in, and allows editing sections individually.   * Each Section with a level 2 title needs to be separated with %%----%% in a newline. This allows the automatic table of contents to kick in, and allows editing sections individually.
-  * Variables, commands, objects or anything that is presented "as shown on the calculator screen", should be enclosed in double quotes. For example: "Variable ''X'' is assigned the list ''{ 1 2 3 }''."+  * Variables, commands, objects or anything that is presented "as shown on the calculator screen", should be enclosed in two single quotes %%''VAR''%% to be displayed as ''VAR''. For example: "Variable ''X'' is assigned the list ''{ 1 2 3 }''."
   * RPL code needs to be included in %%<code> </code>%% markers.   * RPL code needs to be included in %%<code> </code>%% markers.
-  * Key presses must be... TBD.+  * Key press conventions are summarized in chapter 1 under [[manual:chapter1:notation|Notations and conventions]].
  
  
  • wiki/contributing.txt
  • Last modified: 2021/09/29 10:22
  • by jojo1973