Class WIBS

java.lang.Object
  extended byWIBS

public class WIBS
extends java.lang.Object


Field Summary
(package private) static java.lang.String ipodname
           
(package private) static java.lang.String slash
           
 
Constructor Summary
WIBS()
           
 
Method Summary
static java.lang.String clean_html(java.lang.String input_html)
          Clean the downloaded html.
static void download_website(java.lang.String downloadURL, java.lang.String filename)
           
static void downloadChapter(java.lang.String chapter_name)
          Download the requested BibleGateway passage.
static void downloadToday()
          Download today's reading.
static java.lang.String fix_footnotes(java.lang.String chapter_text)
          Fix footnotes in the downloaded chapter.
static void main(java.lang.String[] args)
          Main program.
static void pint(java.lang.String chapter_text, java.lang.String chapter_name)
          PINT Java - 4000 chars file writer.
static java.lang.String replace_chars(java.lang.String this_text, java.lang.String search_char, java.lang.String replace_char)
          Replace characters in a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ipodname

static java.lang.String ipodname

slash

static java.lang.String slash
Constructor Detail

WIBS

public WIBS()
Method Detail

clean_html

public static java.lang.String clean_html(java.lang.String input_html)
Clean the downloaded html.


download_website

public static void download_website(java.lang.String downloadURL,
                                    java.lang.String filename)

downloadChapter

public static void downloadChapter(java.lang.String chapter_name)
Download the requested BibleGateway passage. Now uses version 51.


downloadToday

public static void downloadToday()
Download today's reading.


fix_footnotes

public static java.lang.String fix_footnotes(java.lang.String chapter_text)
Fix footnotes in the downloaded chapter.


main

public static void main(java.lang.String[] args)
Main program. Give it chapter to download, and it does it for you.


pint

public static void pint(java.lang.String chapter_text,
                        java.lang.String chapter_name)
PINT Java - 4000 chars file writer.


replace_chars

public static java.lang.String replace_chars(java.lang.String this_text,
                                             java.lang.String search_char,
                                             java.lang.String replace_char)
Replace characters in a string.