From 81b7e854cee1a214481a2cd2d234c192c3ec21e3 Mon Sep 17 00:00:00 2001 From: PureCS Date: Tue, 3 Jul 2018 19:34:45 +0100 Subject: [PATCH] Update README --- README.md | 15 +-------------- info.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 14 deletions(-) create mode 100644 info.md diff --git a/README.md b/README.md index 1117c9f..902e5b6 100644 --- a/README.md +++ b/README.md @@ -1,14 +1 @@ -This is the wiki hosted at rswiki.moparisthebest.com, in the wiki git repo. - -In this repo you'll find the tools we used for converting from mediawiki to gollum: - -* legit_pages.py was written by vortex, and used to scrape and generate legit_pages.txt, which was used to export RSWiki-*.xml -* mw2gollum.py converts a mediawiki dump to gollum preserving all contributor names, changes, and timestamps, each change is a seperate commit -* mwbashclean.sh is run before every commit mw2gollum.py makes -* nginxredirect.sh is run to create an nginx config file to redirect old mediawiki titles to the new gollum URLs, generated nginxredirect.conf -* category.sh scrapes and generates category pages like mediawiki, needs to be ran whenever pages are added to categories - -Deprecated because they do not preserve history: - -* mw-to-gollum.rb was slightly modified from here: https://gist.github.com/MasterRoot24/ab85de0e7b82ba7f5974 DEPRECATED USE mw2gollum.py instead which preserves history! -* mediawiki2gollum.sh uses mw-to-gollum.rb to convert the mediawiki xml, then does various things to clean up all the links and names so they will work DEPRECATED USE mw2gollum.py instead which preserves history! +# You can find the new repository [here](https://github.com/moparisthebest/rswiki-book/) diff --git a/info.md b/info.md new file mode 100644 index 0000000..f850497 --- /dev/null +++ b/info.md @@ -0,0 +1,14 @@ +This was the wiki hosted at rswiki.moparisthebest.com, in the wiki git repo. + +In this repo you'll find the tools we used for converting from mediawiki to gollum: + +* legit_pages.py was written by vortex, and used to scrape and generate legit_pages.txt, which was used to export RSWiki-*.xml +* mw2gollum.py converts a mediawiki dump to gollum preserving all contributor names, changes, and timestamps, each change is a seperate commit +* mwbashclean.sh is run before every commit mw2gollum.py makes +* nginxredirect.sh is run to create an nginx config file to redirect old mediawiki titles to the new gollum URLs, generated nginxredirect.conf +* category.sh scrapes and generates category pages like mediawiki, needs to be ran whenever pages are added to categories + +Deprecated because they do not preserve history: + +* mw-to-gollum.rb was slightly modified from here: https://gist.github.com/MasterRoot24/ab85de0e7b82ba7f5974 DEPRECATED USE mw2gollum.py instead which preserves history! +* mediawiki2gollum.sh uses mw-to-gollum.rb to convert the mediawiki xml, then does various things to clean up all the links and names so they will work DEPRECATED USE mw2gollum.py instead which preserves history!