Differences between revisions 11 and 27 (spanning 16 versions)
Revision 11 as of 2007-01-14 11:37:17
Size: 3131
Editor: KaiJaeger
Comment:
Revision 27 as of 2009-06-02 08:41:30
Size: 2214
Editor: SimonMarsden
Comment: Typo correction
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#acl AutoAdminGroup:read,write,delete,revert,admin All:read
Line 4: Line 3:
This is a beginner's guide to editing wiki pages. This is a beginner's guide to editing wiki pages in the APL wiki. For general advice how to use !MoinMoin-based wikis, see WikiCourse
Line 10: Line 9:
In a browser window, navigate to the page [WWW] http://s176276151.online.de/testwiki/, then select menu item "Show Raw Text" from the combo box menu to see the source text. Lines beginning ## are comments, lines beginning with a single # are instructions (none are needed for most pages), and the rest is wiki markup. It is strongly recommended that you start on the TestPage to learn the general wiki syntax and to gain some experience. You will find special beginners advice on this page and all other pages with names starting with "!TestPage".
Line 12: Line 11:
Note the line #acl Admins:read,write,delete,revert,admin All:read at the top. This specifies access control, and indicates that admins hold all rights while anybody else has read-only access to this page. The !FrontPage! as well as the three "Example" pages are not editable by ordinary users, while the !TestPages are. This is to ensure a working starting point for the test wiki. == Want to contribute to the wiki but not willing to learn the wiki syntax? ==
Line 14: Line 13:
For a more complex example, navigate to !ExampleNumber. The route from the front page is http://s176276151.online.de/testwiki/moin.cgi/ExampleNumber1. Again, select menu item "Show Raw Text" to see the text. Ask for help on comp.lang.apl - there is a good chance that someone will volunteer.
Line 16: Line 15:
== Useful Pages == == Preconditions for changing/adding pages ==
Line 18: Line 17:
In another browser window, navigate to the wiki front page http://s176276151.online.de/aplwiki/ and then click at "About". Take a look at each of the main links on this page, and especially note that you need to login to edit the wiki, and read the editing guidelines and policy on attachments.

It will be helpful to bring up the Syntax Reference in another browser window.

== Experiment ==

Now that you have some idea of the wiki markup, it is time to try editing a page. You can do this by opening the test wiki site, at http://s176276151.online.de/testwiki/ in another browser window. Select Login, and either create a new user identity, or use the existing one:

||Name||!TestUser||
||Password||!TestUser||

This user really exists and can therefore be used in the test wiki to gain experience.

Once you are logged in, return to the !FrontPage (on the test wiki site) and select the !TestPage for testing. Then click Edit to get the edit screen. If someone else is editing it right now, just enter a page name like Testing1, Testing2 etc. in the page url - this will give you a new page for testing.

Make any changes you like, and click the Preview button towards the bottom of the screen. Next enter any comments in the Optional comment edit box, and click Save Changes. Your changes are now saved in the wiki.
Note that you '''must''' create a user account and log into the wiki before you can do anything potentially harmful like changing, deleting or adding a page.
Line 37: Line 21:
Edit the !TestPage again, and enter a new page link, as a line of the form below. Don't use !MyNewPage, but instead make up your own new page name: To add a new page to the Wiki follow these steps:
Line 39: Line 23:
 * `[:Testing/MyNewPage:This is my new page]` Note that there are two ways to create a new page:
Line 41: Line 25:
Save Changes as before and click on the link. This gives another page with a link Create new empty page. Click this and your new page is created. === The easiest way ===

Select the "!CreateNewPage" command from the "More Actions" combo box displayed on top and at the bottom of each page.

Although this certainly is the easiest way to create a page, it leaves that page unconnected to the rest of the wiki: that is why such a page is called an orphan. However, one of the administrators will care about this sooner or later. If you are not sure where to put your newly created page, this is the right way to create it.

Note that even orphaned pages can be found by the search tool, and that they might be found via Categories as well.

=== The recommended way ===

 1. Look for an appropriate page you want to put a link on.
 1. Change that page by adding the link. Using !CamelCase is the easiest way to do so, but you can also use more sophisticated links; Refere to HelpOnLinking for details.
 1. Click at the link you have just created. This gives you the opportunity to created a new page from scratch.
Line 45: Line 41:
You should now be ready to edit pages on the APL wiki. See EditingGuidelines for more details. If you need further help, email to [MAILTO]kai@aplteam.com

last edited 2007-01-14 KaiJaeger
You should now be ready to edit pages on the APL wiki. See EditingGuidelines for more details. If you need further help, email to <<MailTo(kai AT VERY SPAMFREE aplteam DOT com)>>

Beginner's Introduction

This is a beginner's guide to editing wiki pages in the APL wiki. For general advice how to use MoinMoin-based wikis, see WikiCourse

It will be helpful to open up several browser windows when first experimenting with the wiki.

Wiki Markup

It is strongly recommended that you start on the TestPage to learn the general wiki syntax and to gain some experience. You will find special beginners advice on this page and all other pages with names starting with "TestPage".

Want to contribute to the wiki but not willing to learn the wiki syntax?

Ask for help on comp.lang.apl - there is a good chance that someone will volunteer.

Preconditions for changing/adding pages

Note that you must create a user account and log into the wiki before you can do anything potentially harmful like changing, deleting or adding a page.

Creating a New Page

To add a new page to the Wiki follow these steps:

Note that there are two ways to create a new page:

The easiest way

Select the "CreateNewPage" command from the "More Actions" combo box displayed on top and at the bottom of each page.

Although this certainly is the easiest way to create a page, it leaves that page unconnected to the rest of the wiki: that is why such a page is called an orphan. However, one of the administrators will care about this sooner or later. If you are not sure where to put your newly created page, this is the right way to create it.

Note that even orphaned pages can be found by the search tool, and that they might be found via Categories as well.

  1. Look for an appropriate page you want to put a link on.
  2. Change that page by adding the link. Using CamelCase is the easiest way to do so, but you can also use more sophisticated links; Refere to HelpOnLinking for details.

  3. Click at the link you have just created. This gives you the opportunity to created a new page from scratch.

Next Steps

You should now be ready to edit pages on the APL wiki. See EditingGuidelines for more details. If you need further help, email to <kai AT VERY SPAMFREE aplteam DOT com>

BeginnersStartHere (last edited 2020-03-03 20:58:32 by KaiJaeger)