... |
... |
@@ -7,7 +7,7 @@ |
7 |
7 |
|
8 |
8 |
== Getting Started with XWiki == |
9 |
9 |
|
10 |
|
-If you would like to add content to the wiki, you can do so as a guest, but some of your options will be limited. its recommended to create an account and post that way. If you want to contribute but dont know where to start or you're overwhelmed by the options, the global dashboard will always be updated with whats being worked on currently. to see all the categories and pages we currently have, go here. IMAGE |
|
10 |
+If you would like to add content to the wiki, its recommended to create an account and post that way. If you want to contribute but dont know where to start or you're overwhelmed by the options, the global dashboard will always be updated with what's being worked on currently. to see all the categories and pages we currently have, go here. IMAGE |
11 |
11 |
Adding content should be relegated to these main categories, or new ones that you want to create. You shouldn't need to edit any pages outside of it for the most part, they may be linked elsewhere as resources for you, but they wont be editable. If you just have some pictures you would like to add to a topic, attach them at the bottom of the page and they will be automatically included in the gallery on the page if it has one. Changes or content added can always be revised to an earlier version easily, so don't be concerned with unwanted additions or edits. You can use the sandbox to experiment with formatting. |
12 |
12 |
|
13 |
13 |
On top of the category content, there are also applications that allow you to take part in the wiki via many other avenues. There is a forum, AI is in the works, Ideas, Suggestions for improvements, A Visualizer, Music Library, Research Papers collection, and many other things, as well as new extensions being added often. The message of the day will alert you to some of the things ive been working on or have finished recently. If you would like to have your Pro White group listed here let me know and I'll add it so others can join with you and network. This has thus far been mostly a solo undertaking, so I apologize if things break for extended times, I assure you I'm working on them when I can, but I have other things to attend to as well. There is typically daily changes and updates being made. |
... |
... |
@@ -20,9 +20,10 @@ |
20 |
20 |
|
21 |
21 |
---- |
22 |
22 |
|
23 |
|
-== Guests can contribute == |
|
23 |
+== --Guests can contribute-- == |
24 |
24 |
|
25 |
|
-1. Guests can edit pages in the main content area without signing up. If this becomes problematic I'll change it but for now I'd like everyone to have access with as little trouble as possible. |
|
25 |
+1. --Guests can edit pages in the main content area without signing up. If this becomes problematic I'll change it but for now I'd like everyone to have access with as little trouble as possible.-- |
|
26 |
+1. This is now changed, too many malicious changes that are tedious to track without registration. |
26 |
26 |
1. Use Your Sandbox on the left, mess around with macros and other editing options. There's a lot of options to customize content. |
27 |
27 |
1. Leave comments, give suggestions, request features. |
28 |
28 |
|
... |
... |
@@ -70,11 +70,11 @@ |
70 |
70 |
* Type `/` and begin typing a macro name. |
71 |
71 |
* Suggestions will auto-complete. |
72 |
72 |
* Examples: |
73 |
|
- * `/toc` |
74 |
|
- * `/box` |
75 |
|
- * `/gallery` |
76 |
|
- * `/footnote` |
77 |
|
- * `/code` |
|
74 |
+* `/toc` |
|
75 |
+* `/box` |
|
76 |
+* `/gallery` |
|
77 |
+* `/footnote` |
|
78 |
+* `/code` |
78 |
78 |
{{/expandable}} |
79 |
79 |
|
80 |
80 |
---- |
... |
... |
@@ -124,9 +124,13 @@ |
124 |
124 |
|
125 |
125 |
{{expandable summary="⚠️ Info and Warning Macros (`/info`, `/warning`)"}} |
126 |
126 |
{{example}} |
127 |
|
-{{info}}This is an info box.{{/info}} |
|
128 |
+{{info}} |
|
129 |
+This is an info box. |
|
130 |
+{{/info}} |
128 |
128 |
|
129 |
|
-{{warning}}This is a warning box.{{/warning}} |
|
132 |
+{{warning}} |
|
133 |
+This is a warning box. |
|
134 |
+{{/warning}} |
130 |
130 |
{{/example}} |
131 |
131 |
{{/expandable}} |
132 |
132 |
|