Main Page

Version 4
by (unknown)
Version 5
by (unknown)

Deletions or items before changed

Additions or items after changed

1 {{{
2 #!html
3
4 -
<div class="aside">
+
<div class="grid">
5 +
<div class="col span9">
6 +
<div class="grid">
7 +
<div class="col span6">
8 }}}
9
10 -
=== Questions? ===
+
=== What are wiki pages? ===
11
12 -
* [?task=new Create a new article]
+
Wiki pages are user-written articles on a range of subjects. Any contributor or a group of contributors can create (and own) new articles, and there can be multiple articles on the same wiki, each written by a different author.
13 -
* [Help:Index Help Articles]
+
14 -
* [Index Full Article List]
+
15
16 {{{
17 #!html
18 -
</div><!-- / .aside -->
+
</div>
19 -
<div class="subject">
+
<div class="col span6 omega">
20 -
<div class="two columns first">
+
21 }}}
22
23 -
=== What are wiki pages? ===
+
=== Who can make a wiki page? ===
24
25 -
Wiki pages are user-written articles on a range of subjects. Any contributor or a group of contributors can create (and own) new articles, and there can be multiple articles on the same wiki, each written by a different author.
+
Anyone with an account can create a new article. When creating a new article, the initial contributor can choose to have a defined list of authors, all of whom can edit the page, or have an open, wiki-like format where anyone can contribute.
26
27 {{{
28 #!html
29
30 -
<div class="two columns second">
+
</div><!-- / .grid -->
31 +
</div>
32 +
<div class="col span3 omega">
33 }}}
34
35 -
=== Who can make a wiki page? ===
+
=== Questions? ===
36
37 -
Anyone with an account can create a new article. When creating a new article, the initial contributor can choose to have a defined list of authors, all of whom can edit the page, or have an open, wiki-like format where anyone can contribute.
+
* [?task=new Create a new article]
38 +
* [Help:Index Help Articles]
39 +
* [Index Full Article List]
40
41 {{{
42 #!html
43
44 -
<div class="clear"></div>
+
</div>
45 -
</div><!-- / .subject -->
+
46 -
<div class="clear"></div>
+
47
48
49
50 -
<div class="four columns first">
+
<div class="grid">
51 +
<div class="col span3">
52 }}}
53
54 == Find an article ==
55
56 {{{
57 #!html
58 -
</div><!-- / .four columns first -->
+
</div><!-- / .col -->
59 -
<div class="four columns second third fourth">
+
<div class="col span9 omega">
60 -
<div class="two columns first">
+
<div class="grid">
61 -
<form action="/search" method="get" class="search">
+
<div class="col span6">
62 -
<fieldset>
+
<form action="/search" method="get" class="search">
63 -
<p>
+
<fieldset>
64 -
<input type="text" name="terms" value="" />
+
<p>
65 -
<input type="hidden" name="section" value="wiki" />
+
<input type="text" name="terms" value="" />
66 -
<input type="submit" value="Search" />
+
<input type="hidden" name="section" value="wiki" />
67 -
</p>
+
<input type="submit" value="Search" />
68 -
</fieldset>
+
</p>
69 -
</form>
+
</fieldset>
70 -
</div><!-- / .two columns first -->
+
</form>
71 -
<div class="two columns second">
+
</div>
72 -
<div class="browse">
+
<div class="col span6 omega">
73 +
<div class="browse">
74 }}}
75
76 [Index Browse the list of available articles]
77
78 {{{
79 #!html
80 -
</div><!-- / .browse -->
+
</div><!-- / .browse -->
81 -
</div><!-- / .two columns second -->
+
</div>
82 -
</div><!-- / .four columns second third fourth -->
+
</div><!-- / .grid -->
83 -
<div class="clear"></div>
+
</div>
84 -
+
</div><!-- / .grid -->
85 -
<div class="four columns first">
+
86 -
<h2>Recent articles</h2>
+
<div class="grid">
87 -
</div><!-- / .four columns first -->
+
<div class="col span3">
88 -
<div class="four columns second">
+
<h2>Recent articles</h2>
89 +
</div>
90 +
<div class="col span3">
91 }}}
92
93 [[RecentPage(1, wiki, 0)]]
94
95 {{{
96 #!html
97 -
</div><!-- / .four columns second -->
+
</div>
98 -
<div class="four columns third">
+
<div class="col span3">
99 }}}
100
101 [[RecentPage(1, wiki, 1)]]
102
103 {{{
104 #!html
105 -
</div><!-- / .four columns third -->
+
</div>
106 -
<div class="four columns fourth">
+
<div class="col span3 omega">
107 }}}
108
109 [[RecentPage(1, wiki, 2)]]
110
111 {{{
112 #!html
113 -
</div><!-- / .four columns fourth -->
+
</div>
114 -
<div class="clear"></div>
+
</div>
115
116 }}}