From 6a228d44f03d5f814c17e396dae8d11fa82977e8 Mon Sep 17 00:00:00 2001 From: Rob Kam Date: Wed, 19 Jun 2024 22:55:23 +0100 Subject: [PATCH 1/5] Redirect to WikiTeam3 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0d936287..a618f4e4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +> [!IMPORTANT] +> ## **This project is no longer actively maintained. Please use the Save the Web Project's [WikiTeam3](https://github.com/saveweb/wikiteam3) fork instead.** + # `MediaWiki Dump Generator` **MediaWiki Dump Generator can archive wikis from the largest to the tiniest.** From fb395584a67fa5de8bcb7ddf3d561e39e00db8f2 Mon Sep 17 00:00:00 2001 From: Rob Kam Date: Thu, 20 Jun 2024 00:33:17 +0100 Subject: [PATCH 2/5] rm xtra space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a618f4e4..22d788bb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ > [!IMPORTANT] -> ## **This project is no longer actively maintained. Please use the Save the Web Project's [WikiTeam3](https://github.com/saveweb/wikiteam3) fork instead.** +> ## **This project is no longer actively maintained. Please use the Save the Web Project's [WikiTeam3](https://github.com/saveweb/wikiteam3) fork instead.** # `MediaWiki Dump Generator` From 66dc1976ec530df112738ac7616045e0fabc3bea Mon Sep 17 00:00:00 2001 From: Rob Kam Date: Thu, 20 Jun 2024 12:52:45 +0100 Subject: [PATCH 3/5] Redirect to WikiTeam3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22d788bb..ffa6c9db 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ > [!IMPORTANT] -> ## **This project is no longer actively maintained. Please use the Save the Web Project's [WikiTeam3](https://github.com/saveweb/wikiteam3) fork instead.** +> ## **This project is no longer actively maintained. Please use Save the Web Project's [WikiTeam3](https://github.com/saveweb/wikiteam3) fork instead.** # `MediaWiki Dump Generator` From 015d851da2b2ae04d9bb8934d030ecc2cc7bc3ab Mon Sep 17 00:00:00 2001 From: Rob Kam Date: Wed, 10 Jul 2024 14:50:29 +0100 Subject: [PATCH 4/5] add some info about --cookies.txt --- USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USAGE.md b/USAGE.md index 57504819..b389dd52 100644 --- a/USAGE.md +++ b/USAGE.md @@ -41,7 +41,7 @@ dumpgenerator --api http://wiki.domain.org/w/api.php --index http://wiki.domain. If you only want the XML histories, just use `--xml`. For only the images, just `--images`. For only the current version of every page, `--xml --curonly`. -To dump a private wiki you will have to use a login which has at the least read permission on that wiki. +To dump a private wiki you will have to use a login which has at the least read permission on that wiki. However, if the private wiki uses cookies for authentication, you'll also need to provide --cookies and keep the browser logged in. Note that the cookies.txt file needs to be in Netscape format. ### Resuming an incomplete dump From 21a298b431e1e88c098584392d6bf73d59ef1b8b Mon Sep 17 00:00:00 2001 From: Rob Kam Date: Wed, 10 Jul 2024 15:31:20 +0100 Subject: [PATCH 5/5] add some info about --cookies option --- USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USAGE.md b/USAGE.md index b389dd52..2057513d 100644 --- a/USAGE.md +++ b/USAGE.md @@ -41,7 +41,7 @@ dumpgenerator --api http://wiki.domain.org/w/api.php --index http://wiki.domain. If you only want the XML histories, just use `--xml`. For only the images, just `--images`. For only the current version of every page, `--xml --curonly`. -To dump a private wiki you will have to use a login which has at the least read permission on that wiki. However, if the private wiki uses cookies for authentication, you'll also need to provide --cookies and keep the browser logged in. Note that the cookies.txt file needs to be in Netscape format. +To dump a private wiki you will have to use a login which has at the least read permission on that wiki. However, if the private wiki uses cookies for authentication, you'll also need to use --cookies and keep the user logged in, the web-browser itself can be closed. Note that the cookies.txt file needs to be in Netscape format. ### Resuming an incomplete dump