#!/bin/sh

# This is the Christianity Corner automated downloads script file. This
# will download various works to your hard drive so that you can view
# the files and documents without an internet connection.


mkdir ~/christianity_corner
cd ~/christianity_corner

wget http://www.kevinleake.com/christian/index.html -O index-christian.html

mkdir biblestudy
cd biblestudy

wget http://www.kevinleake.com/christian/biblestudy.html -O index-biblestudy.html
wget http://www.kevinleake.com/christian/chapverse.html -O chaps_and_verses.html
wget http://www.chick.com/catalog/2010catalog.pdf -O chick_catalog.pdf
wget http://www.wayoflife.org/pdf/genesistorevelation.pdf -O genesis_to_revelation.pdf
wget http://www.biblestudytools.com/site-map/ -O biblestudytools.html
svn co https://crosswire.org/svn/sword/trunk/ sword
svn co https://crosswire.org/svn/swordweb/trunk/ swordweb
svn co https://crosswire.org/svn/gobible/trunk/ gobible
svn co https://gnomesword.svn.sourceforge.net/svnroot/gnomesword/trunk xiphos


mkdir bible_kjv
cd bible_kjv
wget -m http://kjv1611.mobi
wget http://www.bibleprotector.com/KJB-PCE-MINION.pdf
wget http://www.bibleprotector.com/TEXT-PCE.zip
wget http://www.bibleprotector.com/LUL01.pdf
wget http://www.bibleprotector.com/LUL02.pdf
wget http://www.bibleprotector.com/LUL03.pdf
wget http://www.bibleprotector.com/LUL04.pdf
wget http://www.bibleprotector.com/Guide_to_the_PCE_draft_0-5.pdf
wget http://www.bibleprotector.com/Authorized_King_James_Bible_Connection.pdf
wget http://www.bibleprotector.com/ANSWERING_OBJECTIONS.pdf
wget http://www.bibleprotector.com/Is_the_KJB_hard_to_understand.pdf
wget http://www.bibleprotector.com/Is_the_KJB_the_final_received_text.pdf
wget http://www.bibleprotector.com/THE_FINAL_KING_JAMES_BIBLE.pdf
wget http://www.bibleprotector.com/God%27s_chosen_edition_of_the_King_James_Bible.pdf -O God_chosen_edition_of_the_King_James_Bible.pdf
wget http://www.bibleprotector.com/VFC_DOCTRINAL_STATEMENT.pdf
wget http://www.bibleprotector.com/TRACT.pdf
wget http://www.bibleprotector.com/VFC_statement_on_the_guardianship_of_the_KJB.pdf
wget http://www.bibleprotector.com/Dealing_with_contradictions.pdf
wget http://www.bibleprotector.com/THE_7_PERIODS.pdf
wget http://www.bibleprotector.com/Healing.pdf
wget http://www.bibleprotector.com/The_Baptism_of_the_Holy_Ghost.pdf
wget http://www.bibleprotector.com/VFC_KJB_Creationism.pdf
wget http://www.bibleprotector.com/Pancosmic.pdf
wget http://www.bibleprotector.com/God_in_history.pdf
wget http://www.bibleprotector.com/AN_INTRODUCTION_TO_THE_1260_DAYS_PROPHECY.pdf
wget http://www.bibleprotector.com/AN_INTRODUCTION_TO_THE_2300_DAY_PROPHECY.pdf
wget http://www.bibleprotector.com/AN_INTRODUCTION_TO_THE_SIXTH_TRUMPET_PROPHECY.pdf
wget http://www.bibleprotector.com/THERE_IS_ONLY_ONE_PURE_KING_JAMES_BIBLE.pdf
wget http://www.bibleprotector.com/THE_FAMINE.pdf
wget http://www.bibleprotector.com/goodly.pdf -O goodly_words.pdf
wget http://www.bibleprotector.com/glistering_truths.pdf
wget http://www.bibleprotector.com/trumpet.pdf -O blow_the_trumpet.pdf
wget http://www.bibleprotector.com/good_hand.pdf
wget http://www.avpublications.com/avnew/downloads/PDF/NABV/Understanding_KJV.pdf
wget http://www.avpublications.com/avnew/downloads/PDF/Tracts/nabv_tract.pdf
wget http://www.avpublications.com/avnew/downloads/PDF/Tracts/NKJV_tract.pdf
wget http://www.avpublications.com/avnew/downloads/PDF/Tracts/InAwe_tract.pdf
wget http://www.avpublications.com/avnew/downloads/PDF/q1.pdf -O avpub-q1.pdf
wget http://www.avpublications.com/avnew/downloads/PDF/q2.pdf -O avpub-q2.pdf
wget http://www.avpublications.com/avnew/downloads/PDF/q3.pdf -O avpub-q3.pdf
wget http://www.avpublications.com/avnew/downloads/PDF/q4.pdf -O avpub-q4.pdf
wget http://www.avpublications.com/avnew/downloads/PDF/q5.pdf -O avpub-q5.pdf
wget http://www.avpublications.com/avnew/downloads/PDF/q6.pdf -O avpub-q6.pdf
wget http://www.avpublications.com/avnew/downloads/PDF/q7.pdf -O avpub-q7.pdf
wget http://www.avpublications.com/avnew/downloads/PDF/q8.pdf -O avpub-q8.pdf
wget http://www.avpublications.com/avnew/downloads/PDF/q9.pdf -O avpub-q9.pdf
wget http://www.avpublications.com/avnew/downloads/PDF/q10.pdf -O avpub-q10.pdf
wget http://www.avpublications.com/avnew/downloads/PDF/q11.pdf -O avpub-q11.pdf
wget http://www.avpublications.com/avnew/downloads/PDF/q12.pdf -O avpub-q12.pdf
wget http://www.avpublications.com/avnew/downloads/PDF/q13.pdf -O avpub-q13.pdf
wget http://www.avpublications.com/avnew/downloads/PDF/q14.pdf -O avpub-q14.pdf
wget http://www.avpublications.com/avnew/downloads/PDF/q15.pdf -O avpub-q15.pdf
wget http://heargoodnews.us/Bible/kjvbible.pdf
wget http://www.trinitarianbiblesociety.org/site/articles/accav.pdf -O accuracy_of_the_AV.pdf
wget http://www.trinitarianbiblesociety.org/site/articles/a63.pdf -O plain_reasons_for_keeping_to_AV.pdf
cd ../

mkdir bible_web
cd bible_web
wget http://ebible.org/web/web.pdf
wget http://ebible.org/bible/hnv/hnv.pdf
wget http://worldenglishbible.org/web/webtxt.zip
wget http://ebible.org/bible/web/webfaq.htm
wget http://ebible.org/bible/web/webfaq.txt
cd ../
cd ../

mkdir church_services
cd church_services

wget http://www.kevinleake.com/christian/church.html -O index-church.html

mkdir common_prayer
cd common_prayer
wget http://www.eskimo.com/~lhowell/bcp1662/download/html/bcp_1662_h.zip
wget http://www.vulcanhammer.org/anglican/bcp-1662.pdf -O bcp_1662.pdf
wget http://www.archive.org/download/liturgycomparedw01bailuoft/liturgycomparedw01bailuoft.pdf -O liturgy_w_bible_01.pdf
wget http://www.archive.org/download/liturgycomparedw02bailuoft/liturgycomparedw02bailuoft.pdf -O liturgy_w_bible_02.pdf
wget http://www.vulcanhammer.org/anglican/bcp-1928.pdf -O bcp_1928ecusa_01.pdf
wget http://www.kevinleake.com/christian/alt_lect_1871.pdf
wget http://www.archive.org/download/bookofcommonpray00grearich/bookofcommonpray00grearich.pdf -O bcp_1689.pdf
wget http://justus.anglican.org/resources/bcp/1789/1871Standard/1871Std.pdf -O bcp_1789ecusa.pdf
wget http://justus.anglican.org/resources/bcp/1892Standard/bcp.pdf -O bcp_1892ecusa.pdf
wget http://justus.anglican.org/resources/bcp/1928Standard/bcp1928std.pdf -O bcp_1928ecusa_02.pdf
wget http://dl.dropbox.com/u/4905842/Liturgy/BCP.PDF -O bcp_1962can.pdf
wget http://rechurch.org/Txtpdf/BCPComplete75.pdf -O bcp_2003recusa.pdf
wget http://www.trecus.net/downloads/tbcp/TBCP.zip
cd ../

mkdir common_order
cd common_order
wget http://www.archive.org/download/abookofcommonord00unknuoft/abookofcommonord00unknuoft.pdf -O bco_1896scot.pdf
wget http://www.archive.org/download/bookofcommonorde00unknuoft/bookofcommonorde00unknuoft.pdf -O bco_1922can.pdf
cd ../

mkdir creeds
cd creeds
wget http://www.apuritansmind.com/wcf/PDF/Westminster_Confession.pdf
wget http://www.apuritansmind.com/wcf/PDF/Solemn_League_Covenant.pdf
wget http://www.apuritansmind.com/wcf/PDF/Shorter_Catechism.pdf
wget http://www.apuritansmind.com/wcf/PDF/Larger_Catechism.pdf
wget http://www.apuritansmind.com/wcf/PDF/DirectoryPublickWorship.pdf
wget http://www.apuritansmind.com/wcf/PDF/DirectoryFamilyWorship.pdf
wget http://www.apuritansmind.com/wcf/PDF/FormPresbyterialChurchGov.pdf
wget http://www.apuritansmind.com/wcf/PDF/Sum_of_Saving_Knowledge.pdf
wget http://www.apuritansmind.com/wcf/PDF/To_The_Christian_Reader.pdf
wget http://www.shalomrb.com/Downloads/1689%20Baptist%20Confession%20of%20Faith.pdf -O baptist_confession_1689.pdf

cd ../
cd ../

mkdir musick
cd musick
wget http://www.eskimo.com/~lhowell/bcp1662/download/html/psalter_h.zip
wget http://openhymnal.org/OpenHymnal2009.12.pdf
cd ../

mkdir lectionary
cd lectionary

wget -m http://lectionarycentral.com
wget http://www.kevinleake.com/christian/lectionary.html -O index-lectionary.html
wget http://www.commontexts.org/publications/RCLDailyReadings_YearA.pdf -O RCL-Year-A.pdf
wget http://www.commontexts.org/publications/DailyreadingsB.pdf -O RCL-Year-B.pdf
wget http://www.commontexts.org/publications/RCLDailyReadings_YearC.pdf -O RCL-Year-C.pdf
wget http://www.lectionarylite.com/pdfs/PDF-Clergy%20Secrets-Distribution%20Copy.pdf -O clergy-secrets.pdf
wget http://www.luthersem.edu/word%26world/Archives/10-1_Catechism/10-1_Sundberg.pdf -O critic_10-1_Sundberg.pdf
wget http://lectionarylite.com/jamescgoodloe.pdf -O critic_james_goodloe.pdf
wget http://lectionarylite.com/Flavell%20Article.pdf -O critic_flavell.pdf
wget http://www.luthersem.edu/word%26world/Archives/19-1_Preaching/19-1_Luecke.pdf -O critic_19-1_Luecke.pdf
wget http://www.luthersem.edu/word%26world/Archives/8-2_Heresy/8-2_Gossai.pdf -O critic_8-2_Gossai.pdf
wget http://www.edginet.org/mcheyne/year_classic_single_a4.pdf -O mcheyne_classic_single_a4.pdf
wget http://www.edginet.org/mcheyne/year_classic_single_letter.pdf -O mcheyne_classic_single_letter.pdf
wget http://www.edginet.org/mcheyne/year_carson_a4.pdf -O mcheyne_carson_a4.pdf
wget http://www.edginet.org/mcheyne/year_carson_letter.pdf -O mcheyne_carson_letter.pdf
wget http://www.edginet.org/mcheyne/mcheyne_bookmarks.pdf
wget http://web.ukonline.co.uk/d.haslam/mccheyne/calendar/calendar.pdf -O mcheyne_haslam_calendar.pdf
wget http://web.ukonline.co.uk/d.haslam/mccheyne/calendar/booklet.pdf -O mcheyne_haslam_booklet.pdf
wget http://www.mountzion.org/text/DailyBibleReading.pdf -O mcheyne_mountzion.pdf
wget http://www.oakleys.org.uk/system/files/mcCheyne.pdf -O mcheyne_oakleys.pdf
wget http://www.trinitarianbiblesociety.org/site/articles/bwl.pdf -O TBS_bwl_brs.pdf
wget http://www.bereans.org/TheBible/Compan.pdf -O BRC_bereans.pdf
wget http://www.explorethebible.com/pdfs/BibleCompanion.pdf -O BRC_explorethebible.pdf
wget http://www.thechristadelphians.org/btcd/BTCD/documents/pdf_files/BRC/BRC_English.pdf

cd ~/

