fix step numbering

master
Jon Dowland 2009-10-16 11:59:27 +01:00
parent f6d08ceb35
commit 7a9512918d
1 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ the result.
It is possible to extract the page data from the database with some
well-crafted queries.
## Step 2: format conversion
## Step 3: format conversion
The next step is to convert Mediawiki conventions into Ikiwiki ones.
@ -122,7 +122,7 @@ into an ikiwiki tag name using a script such as
sys.stdout.write(re.sub(pattern, manglecat, line))
else: sys.stdout.write(line)
## Step 3: Mediawiki plugin
## Step 4: Mediawiki plugin
The [[plugins/contrib/mediawiki]] plugin can be used by ikiwiki to interpret
most of the Mediawiki syntax.