squelched admin-e-mail
Christian Fraß

Christian Fraß commited on 2018-08-21 22:43:59
Zeige 3 geänderte Dateien mit 13 Einfügungen und 1 Löschungen.

... ...
@@ -2,6 +2,6 @@
2 2
 	<header>Preface</header>
3 3
 	<p>Folksprak is the name of a project that aims to construct an inter-Germanic zonal auxiliary language, which means a language that can be easily understood by any speaker of a Germanic language (a group numbering over 465 million native speakers with an additional 300 to 900 million speaking English as a second language) without ever having learned it.</p>
4 4
 	<p>Folksprak is not meant to be designed by any one individual, but rather a collective work created by all interested parties; so you're welcome to participate.</p>
5
-	<p>The content of this document is the result of a collaboration between people from different parts on earth, connected by the internet. Its not a final specification for Folksprak, but a draft as a base to work on. Please let us know what you think about it and how you would improve it! You can find us in the IRC-Channel <span class="code">##folksprak</span> on <a href="irc://irc.freenode.net">irc.freenode.net</a>. You can also write an E-Mail to <a href="mailto:admin@folksprak.org">admin@folksprak.org</a> or leave thoughts at <a href="https://public.etherpad-mozilla.org/p/fs-draft">this Etherpad</a>.</p>
5
+	<p>The content of this document is the result of a collaboration between people from different parts on earth, connected by the internet. Its not a final specification for Folksprak, but a draft as a base to work on. Please let us know what you think about it and how you would improve it! You can find us in the IRC-Channel <span class="code">##folksprak</span> on <a href="irc://irc.freenode.net">irc.freenode.net</a>. You can also write an E-Mail to {{show:section-preface.adminemail|squelch:html}} or leave thoughts at <a href="https://public.etherpad-mozilla.org/p/fs-draft">this Etherpad</a>.</p>
6 6
 </section>
7 7
 
... ...
@@ -0,0 +1,3 @@
1
+{
2
+	"adminemail": "admin@folksprak.org"
3
+}
... ...
@@ -1,3 +1,12 @@
1
+.ninja {
2
+	& > :nth-child(2n+0) {
3
+	}
4
+	
5
+	& > :nth-child(2n+1) {
6
+		display: none;
7
+	}
8
+}
9
+
1 10
 table.datatable
2 11
 {
3 12
 	border-collapse: collapse;
4 13