~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to wiki/underlay/pages/HelpOnEditing/revisions/00000001

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20080622211713-inlv5k4eifxckelr
ImportĀ upstreamĀ versionĀ 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Please edit system and help pages ONLY in the master wiki!
 
2
## For more information, please see MoinMoin:MoinDev/Translation.
 
3
##master-page:Unknown-Page
 
4
##master-date:Unknown-Date
 
5
#acl -All:write Default
 
6
#format wiki
 
7
#language en
 
8
 
 
9
HelpForUsers > HelpOnEditing
 
10
 
 
11
== Page Editing ==
 
12
Names of pages may either {{{LookLikeThis}}} (that is called a WikiName) or {{{[[Like this]]}}} (a so-called free link). If you write a word that LookLikeThis, it will be automatically turned into a link. More details about this you find on HelpForBeginners.
 
13
 
 
14
The following pages describe the elements (wiki markup) you can use to get special formatting effects:
 
15
 * HelpOnFormatting - general text formatting rules
 
16
 * HelpOnLinking - external hyperlinks and inline images
 
17
 * HelpOnHeadlines - section headings
 
18
 * HelpOnRules - horizontal rules
 
19
 * HelpOnLists - lists and indented sections
 
20
 * HelpOnTables - tables
 
21
 * HelpOnDictionaries - dictionaries
 
22
 * HelpOnSmileys - how to insert a :)
 
23
 * HelpOnMacros - Macros allow you to use dynamic elements in a page
 
24
 * HelpOnParsers - data processing parsers (replaces Processors)
 
25
 * HelpOnProcessingInstructions - how to influence page formatting 
 
26
 * HelpOnVariables - how variables work (built in and self-defined)
 
27
 * HelpOnXmlPages - how to store pages with XML content and process them via XSLT
 
28
 * HelpOnEditLocks - how to behave correctly when edit locking is activated
 
29
 * HelpOnCategories - how to group wiki pages
 
30
 * /SubPages - how to group together related information
 
31
 
 
32
To experiment with wiki markup, go to the WikiSandBox and then click on "Edit''''''Text" at the bottom of the page. Use your browser's "open a new window with this link" feature on the word "WikiSandBox", so you can keep the help pages open side-by-side to the editing window.
 
33
 
 
34
== Automatic Backup of Drafts ==
 
35
## Advanced
 
36
 
 
37
Every time you are in the editor and use the "Preview", "Spell Check", "Cancel" or "Save Changes" buttons, moin saves a draft copy of your work internally. Use preview often!
 
38
 
 
39
If you hit "cancel" accidentally, your machine crashes, or the browser window was accidentally closed, then the automatic backup of your draft may be easily recovered.
 
40
 
 
41
To recover that draft, you simply edit that page again. If there is a draft, an alert message will be in the message box and a "load draft" button will be present.  Clicking the "load draft" will load your saved draft into the editor box replacing the current revision already loaded. You can continue editing the loaded draft, but this time try to save it at the end. :)
 
42
 
 
43
(!) Don't use the "preview", "spell check", "save changes" or "cancel" buttons on that page before "load draft" or you will overwrite your old draft with a new one.
 
44
 
 
45
If you successfully save a page, the internal draft copy of it is not needed any more and will be deleted.