You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Run `twiki2mediawiki.pl` to convert a TWiki web to MediaWiki.
10
10
- Optionally delete pages from database (e.g. to undo previous import) using [deleteBatch.php](https://www.mediawiki.org/wiki/Manual:DeleteBatch.php)
11
11
- Optionally rename to Mediawiki-style links using [moveBatch.php](https://www.mediawiki.org/wiki/Manual:MoveBatch.php)
12
12
- Optionally import attachments using [importImages.php](https://www.mediawiki.org/wiki/Manual:ImportImages.php)
13
-
- Optionally delete them first using [deleteBatch.php](https://www.mediawiki.org/wiki/Manual:DeleteBatch.php)
13
+
- Optionally delete old versions first using [deleteBatch.php](https://www.mediawiki.org/wiki/Manual:DeleteBatch.php)
14
14
- Attachments from other pages & webs are automatically included
15
15
- Optionally import all your InterWiki links (uses the bundled [addInterwiki.php](https://github.com/ihh/Twiki-to-Mediawiki/blob/master/addInterwiki.php) maintenance script)
16
16
- Preserves timestamps (but not revision history) and usernames (but doesn't create users)
0 commit comments