sohini2689 / gaewiki

Automatically exported from code.google.com/p/gaewiki
0 stars 0 forks source link

Support redirects #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Must be automatic, without having to click through the new links like you must 
if you rename a page now.  The syntax used by MediaWiki is OK:

#REDIRECT [[pagename]]
http://www.mediawiki.org/wiki/Help:Redirects

It would be OK to support several consequent redirects, up to 10 for example.

Original issue reported on code.google.com by justin.forest on 1 Oct 2010 at 6:23

GoogleCodeExporter commented 8 years ago
This syntax is not OK, because it's treated as page header by Markdown and 
results in garbage.  Better use Poole syntax:

redirect: New name
---
# Page title

Page text...

Original comment by justin.forest on 2 Nov 2010 at 2:32

GoogleCodeExporter commented 8 years ago
This issue was closed by revision a3c9535957.

Original comment by justin.forest on 2 Nov 2010 at 4:15