~ubuntu-branches/ubuntu/oneiric/moin/oneiric-security

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2010-03-30 12:55:34 UTC
  • mfrom: (0.1.17 sid)
  • Revision ID: james.westby@ubuntu.com-20100330125534-4c2ufc1rok24447l
Tags: 1.9.2-2ubuntu1
* Merge from Debian testing (LP: #521834). Based on work by Stefan Ebner.
  Remaining changes:
 - Remove python-xml from Suggests field, the package isn't anymore in
   sys.path.
 - Demote fckeditor from Recommends to Suggests; the code was previously
   embedded in moin, but it was also disabled, so there's no reason for us
   to pull this in by default currently. Note: This isn't necessary anymore
   but needs a MIR for fckeditor, so postpone dropping this change until
   lucid+1
* debian/rules:
  - Replace hardcoded python2.5 with python* and hardcore python2.6 for ln
* debian/control.in: drop versioned depends on cdbs

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
 
 * HelpOnAdmonitions - how to put a warning, a note, a tip, mark caution
32
 
 
33
 
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.
34
 
 
35
 
== Automatic Backup of Drafts ==
36
 
## Advanced
37
 
 
38
 
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!
39
 
 
40
 
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.
41
 
 
42
 
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. :)
43
 
 
44
 
(!) 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.
45
 
 
46
 
If you successfully save a page, the internal draft copy of it is not needed any more and will be deleted.