(Is this the method that we've used? meta:MediaWiki#Database dump)
(Media files)
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The latest dump of Appropedia - the text of all pages on the site, in one big XML file - is found [http://www.appropedia.org/currentdump.xml.gz here]. (It's about 11.3 MB This is the newest revision of each page (not the entire history).
The latest dump of Appropedia - the text of all pages on the site, in one big XML file - is found [http://www.appropedia.org/approbackups/currentdump.xml.gz here] or you can check the filesize and date<ref>The date of the latest dump could also be put in the filename, which would be handy... but we're not quite sure how to do this. If you like this idea, and know exactly how to do it, please leave a note on the talk page - thanks!</ref> in the [http://www.appropedia.org/approbackups/ folder].  


It is planned to make a new dump (weekly?). The date of the latest dump can be determined from... (the datestamp on the file after downloading, or is that the time you downloaded? or does it depend on your OS?)
The dump gives you the newest revision of each page, not the entire history.
 
New dumps are made weekly on Saturday night, at midnight.


The dump can be used:
The dump can be used:
Line 11: Line 13:
== Making the dump ==
== Making the dump ==
For the reference of Appropedia tech people, making the dump involves these steps (to be filled in):
For the reference of Appropedia tech people, making the dump involves these steps (to be filled in):
*login to server
The following runs by cron each Saturday:
...
<pre>
cd /home/apropos/appropedia.org/approbackups
/usr/local/php5/bin/php ../maintenance/dumpBackup.php --current | gzip > currentdump.xml.gz
</pre>
 
* see [[meta:MediaWiki#Database dump]] for more ideas.
 
== Media files ==
 
We don't currently have a way to publicly share our backups of media files, but we'd like figure out how, and do it - possibly as an HTML dump. It's on our list of things-to-do. Help is welcome.


*select latest revision only. This serves most purposes, and is much smaller.
==Notes==
<small><references/></small>


(Is this the method that we've used? [[meta:MediaWiki#Database dump]]


[[Category:Appropedia bots]]
[[Category:Appropedia bots]]
[[Category:Appropedia maintenance]]
[[Category:Appropedia maintenance]]
[[Category:Offline content]]
[[Category:Offline content]]

Revision as of 15:24, 16 April 2012

The latest dump of Appropedia - the text of all pages on the site, in one big XML file - is found here or you can check the filesize and date[1] in the folder.

The dump gives you the newest revision of each page, not the entire history.

New dumps are made weekly on Saturday night, at midnight.

The dump can be used:

Making the dump

For the reference of Appropedia tech people, making the dump involves these steps (to be filled in): The following runs by cron each Saturday:

cd /home/apropos/appropedia.org/approbackups
/usr/local/php5/bin/php ../maintenance/dumpBackup.php --current | gzip > currentdump.xml.gz

Media files

We don't currently have a way to publicly share our backups of media files, but we'd like figure out how, and do it - possibly as an HTML dump. It's on our list of things-to-do. Help is welcome.

Notes

  1. The date of the latest dump could also be put in the filename, which would be handy... but we're not quite sure how to do this. If you like this idea, and know exactly how to do it, please leave a note on the talk page - thanks!
Cookies help us deliver our services. By using our services, you agree to our use of cookies.