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

« back to all changes in this revision

Viewing changes to wiki/underlay/pages/WikiCourse(2f)20(20)Dynamic(20)content/revisions/00000001

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mfrom: (0.9.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080622211713-fpo2zrq3s5dfecxg
Tags: 1.7.0-3
Simplify /etc/moin/wikilist format: "USER URL" (drop unneeded middle
CONFIG_DIR that was wrongly advertised as DATA_DIR).  Make
moin-mass-migrate handle both formats and warn about deprecation of
the old one.

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:
 
4
##master-date:
 
5
#acl -All:write Default
 
6
#format wiki
 
7
#language en
 
8
#pragma section-numbers off
 
9
<<Navigation(slides)>>
 
10
 
 
11
(!) ''The following four chapters are about advanced details. If you don't care about this, you can just [[../30 The graphical editor|skip]] them.''
 
12
 
 
13
= Dynamic content =
 
14
MoinMoin is built in a quite modular way, so its functions are expandable by using plug-ins. Macros, parsers, actions, etc. can either be built-in, included, or installed as a plug-in.
 
15
 
 
16
== Macros ==
 
17
A macro is entered as wiki markup and it processes a few parameters to generate an output, which is displayed in the content area.
 
18
 
 
19
== Parsers ==
 
20
A parser is entered as wiki markup and it processes a few parameters and a multiline block of text data to generate an output, which is displayed in the content area.
 
21
 
 
22
== Actions ==
 
23
An action is mostly called using the menu (or a macro) and generates a complete HTML page on its own.
 
24
 
 
25
##(!) Examples are on the following pages...