Subject: | HTML to MediaWiki Bug/Feature-Request |
I am converting the HTML created by PhpWiki into MediaWiki format using
the online converter. The problem is that the HTML wiki-links that
PhpWiki creates attach a LONG alpha-numeric SESSIONID string which the
converter preserves in MediaWiki format. I don't want that string
preserved as it's obviously session-specific and incomprehensible to
MediaWiki.
How to duplicate this error:
1. Go to the online converter at
http://diberri.dyndns.org/html2wiki.html and enter
http://wiki.boalt.org/index.php?pagename=BoaltGroupWiki in the Fetch URL
blank.
2. Insert http://wiki.boalt.org/index.php?pagename= in the URL for wiki
links blank.
3. Ensure that MediaWiki dialect is selected and click "Convert HTML to
wiki markup."
Note all the &PHPSESSID=[really long alpha-numeric string here] that
appear. Those should all be dropped.