From fd5d3da1686739938cb38e54c852fe095c861cfe Mon Sep 17 00:00:00 2001
From: moodler
Date: Wed, 2 Jun 2004 12:43:21 +0000
Subject: [PATCH] Wiki help files in English (I did some editing for grammar
etc)
---
lang/en/help/wiki/checklinks.html | 3 +
lang/en/help/wiki/ewikiacceptbinary.html | 12 ++
lang/en/help/wiki/htmlmode.html | 13 ++
lang/en/help/wiki/index.html | 1 +
lang/en/help/wiki/mods.html | 15 +++
lang/en/help/wiki/removepages.html | 3 +
.../help/wiki/revertauthorfieldpattern.html | 5 +
lang/en/help/wiki/revertpages.html | 4 +
lang/en/help/wiki/setpageflags.html | 13 ++
lang/en/help/wiki/strippages.html | 3 +
lang/en/help/wiki/wikiname.html | 11 ++
lang/en/help/wiki/wikitype.html | 39 ++++++
lang/en/help/wiki/wikiusage.html | 115 ++++++++++++++++++
13 files changed, 237 insertions(+)
create mode 100644 lang/en/help/wiki/checklinks.html
create mode 100644 lang/en/help/wiki/ewikiacceptbinary.html
create mode 100644 lang/en/help/wiki/htmlmode.html
create mode 100644 lang/en/help/wiki/index.html
create mode 100644 lang/en/help/wiki/mods.html
create mode 100644 lang/en/help/wiki/removepages.html
create mode 100644 lang/en/help/wiki/revertauthorfieldpattern.html
create mode 100644 lang/en/help/wiki/revertpages.html
create mode 100644 lang/en/help/wiki/setpageflags.html
create mode 100644 lang/en/help/wiki/strippages.html
create mode 100755 lang/en/help/wiki/wikiname.html
create mode 100644 lang/en/help/wiki/wikitype.html
create mode 100644 lang/en/help/wiki/wikiusage.html
diff --git a/lang/en/help/wiki/checklinks.html b/lang/en/help/wiki/checklinks.html
new file mode 100644
index 0000000000..152d07b757
--- /dev/null
+++ b/lang/en/help/wiki/checklinks.html
@@ -0,0 +1,3 @@
+Check Links
+This tool checks all http:// links for availability, and afterwards resaves the
+ wiki page with the dead links marked for easier editing.
diff --git a/lang/en/help/wiki/ewikiacceptbinary.html b/lang/en/help/wiki/ewikiacceptbinary.html
new file mode 100644
index 0000000000..935d7b53d1
--- /dev/null
+++ b/lang/en/help/wiki/ewikiacceptbinary.html
@@ -0,0 +1,12 @@
+Allow Binary Files
+
+If you allow binary content (such as images), you have two possibilities:
+
+ - You can upload and use images on wiki-pages. When editing a page, an upload form will be displayed
+ for uploading images. After a successful upload, an image code is displayed that you can embed in
+ your pages using square brackets. For example: [internal://myimage.gif].
+
+ - You can attach files to a Wiki Page which can be displayed by the attachments action.
+ The size is limited to the setting made in Moodle.
+
+
diff --git a/lang/en/help/wiki/htmlmode.html b/lang/en/help/wiki/htmlmode.html
new file mode 100644
index 0000000000..b69f09702f
--- /dev/null
+++ b/lang/en/help/wiki/htmlmode.html
@@ -0,0 +1,13 @@
+HTML Mode
+
+You have the following possibilities:
+
+- No HTML
+- Escapes all HTML-Tags. Formatting is done through the WikiWords. Filters work in this Mode.
+- Safe HTML
+- Some Tags are allowed and are displayed. There are no filters active which need tags in this mode !
+- HTML only
+- No WikiWords, just HTML. This option allows the use of the HTML-Editor.
+
+
+
diff --git a/lang/en/help/wiki/index.html b/lang/en/help/wiki/index.html
new file mode 100644
index 0000000000..8d1c8b69c3
--- /dev/null
+++ b/lang/en/help/wiki/index.html
@@ -0,0 +1 @@
+
diff --git a/lang/en/help/wiki/mods.html b/lang/en/help/wiki/mods.html
new file mode 100644
index 0000000000..16d49fd574
--- /dev/null
+++ b/lang/en/help/wiki/mods.html
@@ -0,0 +1,15 @@
+
Wikis
+
+A Wiki enables documents to be authored collectively in a simple markup language using a web browser.
+
+"Wiki wiki" means "super fast" in the Hawaiian language, and it is the speed of creating and
+ updating pages that is one of the defining aspects of wiki technology. Generally, there is no
+ prior review before modifications are accepted, and most wikis are open to the general
+ public or at least to all persons who also have access to the wiki server.
+
+The Moodle Wiki module enables participants to work together on web pages to add,
+ expand and change the content. Old versions are never deleted and can be restored.
+
+This module is based on Erfurt Wiki.
+
+
diff --git a/lang/en/help/wiki/removepages.html b/lang/en/help/wiki/removepages.html
new file mode 100644
index 0000000000..6c2a0eaaae
--- /dev/null
+++ b/lang/en/help/wiki/removepages.html
@@ -0,0 +1,3 @@
+Remove Pages
+This function allows you to remove wiki pages. A quick check is done and pages with errors are shown.
+Please take care and think twice before removing a page. Usually it is not necessary.
diff --git a/lang/en/help/wiki/revertauthorfieldpattern.html b/lang/en/help/wiki/revertauthorfieldpattern.html
new file mode 100644
index 0000000000..f08f385c28
--- /dev/null
+++ b/lang/en/help/wiki/revertauthorfieldpattern.html
@@ -0,0 +1,5 @@
+Author for reverting mass changes
+
+This must be a fixed string (you cannot use * or regex), at
+best use the attackers` IP address or host name.
+
diff --git a/lang/en/help/wiki/revertpages.html b/lang/en/help/wiki/revertpages.html
new file mode 100644
index 0000000000..8f4f3218e6
--- /dev/null
+++ b/lang/en/help/wiki/revertpages.html
@@ -0,0 +1,4 @@
+Revert Pages
+
+If someone makes a mess of many pages in your Wiki, you may want to automatically revert those changes by
+ deleting all page versions that carry a certain string in the {author} field (usually the IP address or host name)
diff --git a/lang/en/help/wiki/setpageflags.html b/lang/en/help/wiki/setpageflags.html
new file mode 100644
index 0000000000..bf4dd5fe3e
--- /dev/null
+++ b/lang/en/help/wiki/setpageflags.html
@@ -0,0 +1,13 @@
+Set Page Flags
+Flags are assigned to a wiki page and allow to change the type or behavior.
+
+Flag description:
+
+ TXT | The page contains text. |
+ BIN | The page contains binary data. |
+ OFF | The page is disabled. |
+ HTM | Allow HTML for this page (the general Wiki setting precedes this flag). |
+ RO | Read Only. |
+ WR | Writeable. |
+
+
diff --git a/lang/en/help/wiki/strippages.html b/lang/en/help/wiki/strippages.html
new file mode 100644
index 0000000000..42dcc3bc67
--- /dev/null
+++ b/lang/en/help/wiki/strippages.html
@@ -0,0 +1,3 @@
+Strip Pages
+
+This function purges old versions of all pages stored in the database and just keeps the newest versions.
diff --git a/lang/en/help/wiki/wikiname.html b/lang/en/help/wiki/wikiname.html
new file mode 100755
index 0000000000..0048a34fcc
--- /dev/null
+++ b/lang/en/help/wiki/wikiname.html
@@ -0,0 +1,11 @@
+Initial Page Name for wiki
+
+You can select a name to give to the initial wiki page here. This name will become the first
+page of the wiki whenever it is viewed from the course. If you do not specify a name in wiki
+'camel case' (mixed upper and lower case words, compressed together - e.g. 'WikiName'), then
+whatever you enter will be forced into camel case.
+
+If you leave this field blank, the initial page name will be the wiki name, unless you select
+a page in the 'initial page' field.
+
+
diff --git a/lang/en/help/wiki/wikitype.html b/lang/en/help/wiki/wikitype.html
new file mode 100644
index 0000000000..7c624bfd57
--- /dev/null
+++ b/lang/en/help/wiki/wikitype.html
@@ -0,0 +1,39 @@
+Allow students to contribute to the wiki
+
+
+ - A teacher can always edit every wiki in his course
+ - There are three wiki -types: Teacher, Course/Group, Student
+ - The Activity has the Moodle-Group states: "No Groups" "Separate Groups" and "Visible Groups"
+ - The same initial Content is filled in for all groups
+
+
+There is now a matrice:
+
+
+ |
+ No Groups |
+ Separate Groups |
+ Visible Groups |
+
+
+ Teacher |
+ Teacher creates and changes the wiki. Students can read the contents. |
+ There is a wiki for every group which just the teacher can change. Every student just sees the wiki of his group. |
+ There is a Wik for every group which just the teacher can change. The students can see all wikis, choseable by a Drop-Down box which contains all groups. |
+
+
+ Course/Group |
+ Teacher and user can create and change the wiki. |
+ Students can change and see the wiki of their own group. |
+ Students can change the wiki of their own group. They can see all wikis, choseable by a Drop-Down box which contains all groups. |
+
+
+ Student |
+ Every student sees and can change his own wiki. |
+ Every student can change his own wiki, and sees all other wikis of the students in his group, choseable by a Drop-Down box which contains all students of his group. |
+ Every student can change his own wiki, and sees all other wikis, choseable by a Drop-Down box which contains all students. |
+
+
+
+
+
diff --git a/lang/en/help/wiki/wikiusage.html b/lang/en/help/wiki/wikiusage.html
new file mode 100644
index 0000000000..7437a39966
--- /dev/null
+++ b/lang/en/help/wiki/wikiusage.html
@@ -0,0 +1,115 @@
+Wiki Usage
+
+
+
+Wiki is a platform for working together on constructing web pages. The principles are simple.
+
+
+
+- A text is written and saved.
+- Later, another person may read that text and think of some additions or
+ corrections that could be made. They choose "Edit" and make their changes to the page.
+- After saving their new version, it is available globally.
+
+
+With a wiki, it is also easily possible to add a page or link to existing pages.
+
+
+
+- A link is created by a WikiWord. This is one word with at least two capital letters. If a page with this name already exist, it will be linked automatically, if not, it will be displayed with a question mark.
+- Clicking on this question mark, will start a new blank page with that name, ready to edit.
+
+
+
+
+
+Wiki formatting rules
+
+
+
+
Paragraphs
+
+ - separate paragraphs inside the text with empty lines
+ - use three percent signs %%% to enforce a line break
+ - if you prepend text with spaces or tabs it will get indented
+
+
+ !! Headlines
+
+
+ - use an exclamation mark ! at the beginning of a line to create a small headline
+
+ - !! for medium
+ - !!! for large headlines
+
+
+Text style
+
+
+
+ - if you want to emphasize text enclose it in two single-quotes '' (usually looks italic)
+ - text gets bold with two underscores __ (or if enclosed with two asterisks **)
+ - to make text big enclose it in hash characters ##
+
+ - you can get smaller text using "ยตยต" likewise
+ - a typewrite like font will be used if you enclose text in two equal == signs
+
+
+Lists
+
+
+ - start a line with an asterisk * to begin a list
+ - use # instead for numerated lists
+
+ - you can create sublists
+
+ - subsequent list points should start with the same mix of * and #
+
+
+
+
+ HyperLinks
+
+
+
+ - just enter a WikiWord inside your text to create a new hyper link
+ - enclose some words in [square brackets] to create a HyperLink inside the WikiWikiWeb which is not made up of a valid WikiWord
+
+ - any valid internet address (starting with http:/) like http://www.example.com/ inside the text will be made clickable automagically
+ - enclose a www address or a WikiLink inside square brackets and assign it a neat title using quotation marks or the | character
+
+ - [title | http://example.com]
+
+ - [WikiWord "title"] or ["title for" WikiLink]
+
+
+ - if you don't want a WikiWord or a http://www-address (or [anything] inside square brackets) to become a HyperLink then just prepend it with a exclamation mark or a tilde
+
+ - !NoHyperLink, ~NoHyperLink
+ - ![no hyperlink], !http://nolink.org/
+
+
+
+
+
+ Tables with |
+| just enclose | things with the dash | character |
+| to build a | table structure |
+| browsers usually | leave out the missing | cells |
+
+
+
+Please always put an empty line before and after a table, so it stands out from other text in its own paragraph.
+
+
+ Pictures
+
+
+
+ - to include an image into a page enclose its absolute www-address in square brackets, like [http://www.example.com/pics/image.png]
+ - alternatively you could use the image uploading function.
+
+
+Further readings
+There are more possibilities for Wiki mark-up. Please consult the Erfurt Wiki Homepage for more information.
+
--
2.39.5