explanatory text

master
Jon Dowland 2009-10-16 11:21:26 +01:00
parent 811394ec92
commit 58287a929b
1 changed files with 6 additions and 3 deletions

View File

@ -83,10 +83,13 @@ well-crafted queries.
## Step 2: format conversion
The next step is to convert Mediawiki conventions into Ikiwiki ones. These
include
The next step is to convert Mediawiki conventions into Ikiwiki ones.
* convert Categories into tags
### categories
Mediawiki uses a special page name prefix to define "Categories", which
otherwise behave like ikiwiki tags. You can convert every Mediawiki category
into an ikiwiki tag name using a script such as
import sys, re
pattern = r'\[\[Category:([^\]]+)\]\]'