More actions
(Repair batch-0002 pages from live compare) |
(Repair MoniWiki formatting after migration) |
||
| Line 1: | Line 1: | ||
Things from MoinMoinTodo that got implemented. | Things from [[MoinMoinTodo]] that got implemented. | ||
* Strip closing punctuation from URLs, so that e.g. (http://www.python.org) is recognized properly. Closing punctuation is characters like ":", ",", ".", ")", "?", "!". These are legal in URLs, but if they occur at the very end, you want to exclude them. The same if true for InterWiki links, like MeatBall:InterWiki. | * Strip closing punctuation from URLs, so that e.g. (http://www.python.org) is recognized properly. Closing punctuation is characters like ":", ",", ".", ")", "?", "!". These are legal in URLs, but if they occur at the very end, you want to exclude them. The same if true for [[InterWiki]] links, like MeatBall:[[InterWiki]]. | ||
* Smileys :) | * Smileys :) | ||
* Page''''''Count macro: {{NUMBEROFPAGES}} | * Page''''''Count macro: {{NUMBEROFPAGES}} | ||
| Line 20: | Line 20: | ||
| is done | | is done | ||
|} | |} | ||
* Check for a (configurable) max size in bytes of the RecentChanges page while building it | * Check for a (configurable) max size in bytes of the [[RecentChanges]] page while building it | ||
* Inline code sections (triple-brace open and close on the same line, | * Inline code sections (triple-brace open and close on the same line, | ||
<code>like this</code> | <code>like this</code> | ||
or <code>ThisFunctionWhichIsNotaWikiName()</code>) | or <code>ThisFunctionWhichIsNotaWikiName()</code>) | ||
* SGML-Entities were replaced when saving them a second time, i.e. & #160; without the space had a problem. | * SGML-Entities were replaced when saving them a second time, i.e. & #160; without the space had a problem. | ||
* SpamSpamSpam appeared 3 times in WordIndex. Too much Spam! | * SpamSpamSpam appeared 3 times in [[WordIndex]]. Too much Spam! | ||
* Added a means to add meta tags to the page header, like: | * Added a means to add meta tags to the page header, like: | ||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=euc-jp"> | <META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=euc-jp"> | ||
<META NAME="ROBOTS" CONTENT="NOINDEX,NOFOLLOW"> | <META NAME="ROBOTS" CONTENT="NOINDEX,NOFOLLOW"> | ||
* MoinMoin:J | * [[MoinMoin]]:J | ||
Latest revision as of 00:34, 29 March 2026
Things from MoinMoinTodo that got implemented.
- Strip closing punctuation from URLs, so that e.g. (http://www.python.org) is recognized properly. Closing punctuation is characters like ":", ",", ".", ")", "?", "!". These are legal in URLs, but if they occur at the very end, you want to exclude them. The same if true for InterWiki links, like MeatBall:InterWiki.
- Smileys :)
- Page'Count macro: 8,228
- Headlines:
= H1 = == H2 == === H3 === ==== H4 ==== ===== H5 ===== ====== H6 ======
- Rejoice,
| table | markup |
| is done |
- Check for a (configurable) max size in bytes of the RecentChanges page while building it
- Inline code sections (triple-brace open and close on the same line,
like this
or ThisFunctionWhichIsNotaWikiName())
- SGML-Entities were replaced when saving them a second time, i.e. & #160; without the space had a problem.
- SpamSpamSpam appeared 3 times in WordIndex. Too much Spam!
- Added a means to add meta tags to the page header, like:
<META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=euc-jp"> <META NAME="ROBOTS" CONTENT="NOINDEX,NOFOLLOW">
- MoinMoin:J