Skip to content

Commit c418213

Browse files
"Moin Wiki" -> "MoinWiki" when referring to markup type
1 parent 7348239 commit c418213

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

docs/intro/features.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Wiki features
122122

123123
Markup support
124124
--------------
125-
* Moin Wiki
125+
* MoinWiki
126126
* Creole
127127
* MediaWiki
128128
* reST

docs/user/moinwiki.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
==========================
11-
Moin Wiki markup overview
11+
MoinWiki markup overview
1212
==========================
1313

1414
This document describes the features of the moinwiki markup language.
@@ -278,14 +278,14 @@ Lists
278278
=====
279279

280280
.. warning::
281-
* All Moin Wiki list syntax (including that for unordered lists,
281+
* All MoinWiki list syntax (including that for unordered lists,
282282
ordered lists and definition lists) requires a leading space before
283283
each item in the list.
284284
* Unfortunately, reStructuredText does not allow leading whitespace
285285
in code samples, so the example markup here will not work if copied
286286
verbatim, and requires
287287
that each line of the list be indented by one space in order to
288-
be valid Moin Wiki markup.
288+
be valid MoinWiki markup.
289289
* This is also an **reSTTODO**
290290

291291
Unordered Lists
@@ -441,7 +441,7 @@ Definition Lists
441441
- reStructuredText does not support multiple definitions for a
442442
single term, so a line break has been forced to illustrate the
443443
appearance of several definitions.
444-
- Using the prescribed Moin Wiki markup will, in fact, produce two
444+
- Using the prescribed MoinWiki markup will, in fact, produce two
445445
separate definitions in MoinMoin (using separate ``<dd>`` tags).
446446

447447
Horizontal Rules

docs/user/templates_metadata.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ will be copied to the modify form within the item creation dialog; note the `tem
3030
tag will not be copied. Users wanting to create a new template using an old
3131
template will need to re-enter the `template` tag.
3232

33-
For templates with Moin Wiki markup, Predefined Variables can be used to insert
33+
For templates with MoinWiki markup, Predefined Variables can be used to insert
3434
date, time, username, item name, and others. See Predefined Variables
35-
in the Moin Wiki markup overview.
35+
in the MoinWiki markup overview.
3636

3737
The example below is a very simple template for the **users** namespace. Each user
38-
is encouraged to create a home page using the 4-line Moin Wiki markup template.
38+
is encouraged to create a home page using the 4-line MoinWiki markup template.
3939
**@ITEM@** and **@EMAIL@** are predefined variables and will be replaced with
4040
the item name (the new item name is expected to be the user's name) and the user's
4141
email address (copied from the current user's settings) when the item is saved.

src/moin/constants/contenttypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def ext_link(href, link_text=None):
173173

174174
CONTENTTYPES_HELP_DOCS = {
175175
# content type: tuple - content type, button text; link generated later based on user preferred language
176-
"text/x.moin.wiki;charset=utf-8": (("moin", _("Click for help on Moin Wiki markup."))),
176+
"text/x.moin.wiki;charset=utf-8": (("moin", _("Click for help on MoinWiki markup."))),
177177
"text/x.moin.wiki;format=1.9;charset=utf-8": (("moin", _("Moinmoin 1.9 format is deprecated, convert to moin 2."))),
178178
"text/x-mediawiki;charset=utf-8": (("mediawiki", _("Click for help on Media Wiki markup."))),
179179
"text/x.moin.creole;charset=utf-8": (("creole", _("Click for help on Creole Wiki markup."))),

src/moin/help/help-en/Home.data

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Because of the way the Markdown parser is constructed, it is frequently not poss
2828

2929
* [[help-en/moin]]
3030

31-
* [[../moin|Moin Wiki markup item]]
31+
* [[../moin|MoinWiki markup item]]
3232
* [[../creole|Creole Wiki markup item]]
3333
* [[../rst|ReST markup item]]
3434
* [[../markdown|Markdown markup item]]

src/moin/help/help-en/MoinWikiMacros.data

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Moin Wiki Macros =
1+
= MoinWiki Macros =
22

33
With the exception of the markup supported within FootNotes, the MoinWiki and CreoleWiki parsers have identical macro syntax and features. The contents of this MoinWiki page will yield similar results when copied to a CreoleWiki page.
44

src/moin/help/help-en/moin.data

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Moin Wiki Syntax =
1+
= MoinWiki Syntax =
22

33
== Table Of Contents ==
44

0 commit comments

Comments
 (0)