~wiki

Back to article

Version:     1     2     3     4     5     6     7     8     9     10     11     12     13     14     15     16     17     18     19     20     21     22     23     24     25     26     27     28     29     30     31     32     33     34     35     36     37     38     39     40     41     42     43     44     45     46     47     48     49     50     51     52     53     54     55     56     57     58     59     60     61     62     63     64     65     66     67     68     69     70     71     72     73     74     75     76     77     78     79     80     81     82     83     84     85     86     87     88     89     90     91     92     93     94     95     96     97     98     99     100     101     102     103     104     105     106     107     108     109     110     111     112     113     114     115     116     117     118     119     120     121     122     123     124     125     126     127     128     129     130     131     132     133     134     135     136     137     138     139     140     141     142     143     144     145


-Welcome to the tilde wiki!!! The wiki for [[~Camp]]!
+Welcome to the tilde wiki!!!! The wiki for [[~Camp]]!

This is where all the **happy campers** of http://tilde.camp can document different ideas, compile their collective research, and share information with each other, away from the noise and chaos of the mainstream internet.

This is a simple wiki, powered by PHP, and using the python script [[creoledump]] to translate the [[http://www.wikicreole.org|WikiCreole]] into HTML.

|=Table of Contents|
|[[@READ THIS FIRST]]|
|[[@Syntax]]|
|[[@Changelog]]|
|[[@Bugs]]|

==READ THIS FIRST

**IMPORTANT:**
* The **~~wiki** DOES recognize single line breaks, although this is not in accordance to standard WikiCreole 1.0 specifications.
* The **~~wiki** misrepresents the ~ character, for some reason. It works fine in [[links]] and **Headers** and inside the {{{no-formatting}}} tag, but it doesn't always work in the normal text. The general fix is, if it doesn't show up, use two in it's place.
-** The ~ **//will//** work in a header, or a link, or in the "no formatting" tag.
-** The ~ **//will//** work in normal text //if// no characters directly follow it, as in this~ or ~
-** The ~ **//won't//** work in normal text if any characters come right after it.
-*** But when replaced by two tildes it //will// work. So **~wiki** won't show the tilde, but **~~wiki** will.
-*** **//But//** apparently it works like the --strike-- does, so if you use two tildes in two places it works like ~~this~~. Ay yi yi...
-*** **Worst case scenario:** You use refer to the ~~wiki and then to ~~camp and it all breaks like this...
-*** **Best case scenario:** You use the link tag whenever you refer to the [[~wiki]] or to [[~camp]] :D
+** **//But//** apparently it works like the --strike-- does, so if you use two tildes in two places it works like ~~this~~. Ay yi yi...
+** **Worst case scenario:** You use refer to the ~~wiki and then to ~~camp and it all breaks like this...
+** **Best case scenario:** You use the link tag whenever you refer to the [[~wiki]] or to [[~camp]] :D
+
+For more specifics on **~~wiki** bugs scroll down to [[@Bugs]].

==Syntax

To play around with [[http://www.wikicreole.org/|WikiCreole]] syntax, and try to get a hang of it, feel free to edit the [[sandbox]] article as much as you want!

The syntax for WikiCreole is below:

{{http://www.wikicreole.org/imageServlet?page=CheatSheet%2Fcreole_cheat_sheet.png}}

==Changelog

This logs any changes made to the background programming of the [[~wiki]].

* The articles can contain spaces now! Yay! :)

==Bugs

This is where all the known bugs are listed. Please add to the list if you find any.

* The ~ doesn't always show up.
-*
+** The ~ **//will//** work in a header, or a link, or in the "no formatting" tag.
+** The ~ **//will//** work in normal text //if// no characters directly follow it, as in this~ or standing alone like ~
+** The ~ **//won't//** work in normal text if any characters come right after it.

===Discrepencies/Additions

This is stuff that is not exactly according to WikiCreole 1.0 specifications, although it's not technically a "bug".

* A single line break **will** be represented on the page, as a line break, although it's not supposed to.
* All headers have an "id=" of the same name, which means they can be linked to with a "page jump" link.
* To create a "page jump" link that will link to a header on the page, just create a link of the same name as the header with the "@" symbol just before it. Like: {{{[[@header]]}}}.
Compared to:     1     2     3     4     5     6     7     8     9     10     11     12     13     14     15     16     17     18     19     20     21     22     23     24     25     26     27     28     29     30     31     32     33     34     35     36     37     38     39     40     41     42     43     44     45     46     47     48     49     50     51     52     53     54     55     56     57     58     59     60     61     62     63     64     65     66     67     68     69     70     71     72     73     74     75     76     77     78     79     80     81     82     83     84     85     86     87     88     89     90     91     92     93     94     95     96     97     98     99     100     101     102     103     104     105     106     107     108     109     110     111     112     113     114     115     116     117     118     119     120     121     122     123     124     125     126     127     128     129     130     131     132     133     134     135     136     137     138     139     140     141     142     143     144     145