Get Halachipedia Offline: Difference between revisions

From Halachipedia
No edit summary
No edit summary
Line 2: Line 2:
# One way to access the site offline is to download a compressed xml version of the database. Because it is very large you should use Notepad++ (for PC) or Sublime (for mac) or the like. [https://drive.google.com/file/d/0B0yD7VqthpReOXh5eHNLNGI4RDA/view?usp=sharing Click here to download the xml database dump] (Nov 2014).
# One way to access the site offline is to download a compressed xml version of the database. Because it is very large you should use Notepad++ (for PC) or Sublime (for mac) or the like. [https://drive.google.com/file/d/0B0yD7VqthpReOXh5eHNLNGI4RDA/view?usp=sharing Click here to download the xml database dump] (Nov 2014).
# Use the [[Special:Book|Book Creator extension]]. Using this you can select pages you want to include in the book, and then generate a downloadable pdf.  
# Use the [[Special:Book|Book Creator extension]]. Using this you can select pages you want to include in the book, and then generate a downloadable pdf.  
# The best option is to actually mirror the site. Wikipedia offers the xml dumps but also offers the database dumps in sql which could be used to recreate the website in its full glory just like it is on the server. The catch with the last option is that it is hard to set up. I'd be very happy to explain it and write a page on Halachipedia for how to do it, but realize that it isn't just one download and you're good. It means downloading and installing php, mysql, and mediawiki software. I think it can be simplified to 15 minutes of work (excluding download times) but it isn't simple. If you're interested, please email me at [mailto:ask@halachipedia.com ask@halachipedia.com].
# The best option is to actually mirror the site. Wikipedia offers the xml dumps but also offers the database dumps in sql which could be used to recreate the website in its full glory just like it is on the server. The catch with the last option is that it is hard to set up.
## Install php and mysql. For mac's, the easiest program which will install both is MAMP. For windows the easiest program to install both is XAMPP.
## [https://drive.google.com/file/d/0B0yD7VqthpReeG0yTWEzaTV2bDQ/view?usp=sharing Download the database here] (Nov 2014) and extract.
## Import the database into your mysql using phpmyadmin uploads folder (with MAMP it is at \Applications\MAMP\bin\phpMyAdmin\uploads)
## Download the mediawiki software with Halachipedia configurations and extract into htdocs folder for either MAMP or XAMPP. For those files, email [mailto:ask@halachipedia.com ask@halachipedia.com].
## Done. Visit the localhost page for Halachipedia.  
# The option which would have been easiest for users is to download every single pages in all of its html and then compress that. The problem is that downloading that and getting it set up corrrectly with links wasn't really possible. I left a program running for days working on that download and it didn't finish, it would have been every large, and still not really functionable, just the links would work but not the edit tab, etc. Wikipedia no longer offers the html option probably for the same reason, it is much larger than the actual database.
# The option which would have been easiest for users is to download every single pages in all of its html and then compress that. The problem is that downloading that and getting it set up corrrectly with links wasn't really possible. I left a program running for days working on that download and it didn't finish, it would have been every large, and still not really functionable, just the links would work but not the edit tab, etc. Wikipedia no longer offers the html option probably for the same reason, it is much larger than the actual database.
For any questions, please email me at [mailto:ask@halachipedia.com ask@halachipedia.com].

Revision as of 00:41, 24 November 2014

We'd like to offer the ability to users to download an offline version of Halachipedia for reference if and when there's no internet access. Here are the possible options:

  1. One way to access the site offline is to download a compressed xml version of the database. Because it is very large you should use Notepad++ (for PC) or Sublime (for mac) or the like. Click here to download the xml database dump (Nov 2014).
  2. Use the Book Creator extension. Using this you can select pages you want to include in the book, and then generate a downloadable pdf.
  3. The best option is to actually mirror the site. Wikipedia offers the xml dumps but also offers the database dumps in sql which could be used to recreate the website in its full glory just like it is on the server. The catch with the last option is that it is hard to set up.
    1. Install php and mysql. For mac's, the easiest program which will install both is MAMP. For windows the easiest program to install both is XAMPP.
    2. Download the database here (Nov 2014) and extract.
    3. Import the database into your mysql using phpmyadmin uploads folder (with MAMP it is at \Applications\MAMP\bin\phpMyAdmin\uploads)
    4. Download the mediawiki software with Halachipedia configurations and extract into htdocs folder for either MAMP or XAMPP. For those files, email ask@halachipedia.com.
    5. Done. Visit the localhost page for Halachipedia.
  4. The option which would have been easiest for users is to download every single pages in all of its html and then compress that. The problem is that downloading that and getting it set up corrrectly with links wasn't really possible. I left a program running for days working on that download and it didn't finish, it would have been every large, and still not really functionable, just the links would work but not the edit tab, etc. Wikipedia no longer offers the html option probably for the same reason, it is much larger than the actual database.

For any questions, please email me at ask@halachipedia.com.