Various changes
authorNeil Smith <neil.git@njae.me.uk>
Fri, 31 Jan 2014 15:32:30 +0000 (15:32 +0000)
committerNeil Smith <neil.git@njae.me.uk>
Fri, 31 Jan 2014 15:32:30 +0000 (15:32 +0000)
cipher.py
find_best_caesar_break_parameters.py
language_models.py
make-cracking-dictionary.py
segment.py
war-and-peace.txt

index 3e42da109840697938fe9fd16ca95f09a234574b..5f39a780dd608d4385eb9db9d41c0c7b8edb4df7 100644 (file)
--- a/cipher.py
+++ b/cipher.py
@@ -11,32 +11,12 @@ logger.setLevel(logging.WARNING)
 #logger.setLevel(logging.DEBUG)
 
 
-modular_division_table = [[0]*26 for x in range(26)]
+modular_division_table = [[0]*26 for _ in range(26)]
 for a in range(26):
     for b in range(26):
         c = (a * b) % 26
         modular_division_table[b][c] = a
 
-def letters(text):
-    """Remove all non-alphabetic characters from a text
-    >>> letters('The Quick')
-    'TheQuick'
-    >>> letters('The Quick BROWN fox jumped! over... the (9lazy) DOG')
-    'TheQuickBROWNfoxjumpedoverthelazyDOG'
-    """
-    return ''.join([c for c in text if c in string.ascii_letters])
-
-def sanitise(text):
-    """Remove all non-alphabetic characters and convert the text to lowercase
-    
-    >>> sanitise('The Quick')
-    'thequick'
-    >>> sanitise('The Quick BROWN fox jumped! over... the (9lazy) DOG')
-    'thequickbrownfoxjumpedoverthelazydog'
-    """
-    # sanitised = [c.lower() for c in text if c in string.ascii_letters]
-    # return ''.join(sanitised)
-    return letters(text).lower()
 
 def ngrams(text, n):
     """Returns all n-grams of a text
index 88de1dc8da1515679ca8b732162523a280ec37c9..edab90fcc2c55bfe5dc6b74b425413837030f1cd 100644 (file)
@@ -38,12 +38,12 @@ def eval_all():
         itertools.product(metrics, scalings, message_lengths)))
 
 def eval_one_parameter_set(metric, scaling, message_length):
-    for i in range(trials):
+    for _ in range(trials):
         sample_start = random.randint(0, corpus_length - message_length)
         sample = corpus[sample_start:(sample_start + message_length)]
         key = random.randint(1, 25)
         sample_ciphertext = caesar_encipher(sample, key)
-        (found_key, score) = caesar_break(sample_ciphertext, 
+        found_key, _ = caesar_break(sample_ciphertext, 
                                           metric=metric['func'], 
                                           target_counts=scaling['corpus_frequency'], 
                                           message_frequency_scaling=scaling['scaling'])
index 5626edbfd03bd802877e7114699437af7dd6164a..8c98a2e27906ed959b5820f2ef58f38f5dbd157a 100644 (file)
@@ -70,7 +70,9 @@ def unaccent(text):
        >>> unaccent('HÉLLÖ')
        'HELLO'
        """
-       return unicodedata.normalize('NFKD', text).encode('ascii', 'ignore').decode('utf-8')
+       return unicodedata.normalize('NFKD', text).\
+               encode('ascii', 'ignore').\
+               decode('utf-8')
 
 def sanitise(text):
     """Remove all non-alphabetic characters and convert the text to lowercase
index 2c94ff2341d0d98a6e8bcbe0f2c46fc393ed3730..f2ba6cbf8c02500fe276510cead64a0d2ca662dd 100644 (file)
@@ -1,4 +1,4 @@
-import cipher
+import language_models
 
 american = set(open('/usr/share/dict/american-english', 'r').readlines())
 british = set(open('/usr/share/dict/british-english', 'r').readlines())
@@ -9,19 +9,9 @@ words = american | british | cracklib
 sanitised_words = set()
 
 for w in words:
-    sanitised_words.add(cipher.sanitise(w))
+    sanitised_words.add(language_models.sanitise(w))
     
 sanitised_words.discard('')
 
 with open('words.txt', 'w') as f:
     f.write('\n'.join(sorted(sanitised_words, key=lambda w: (len(w), w))))
-    #for w in sanitised_words:
-        #f.write('{0}\n'.format(w))
-
-
-    
-
-
-
-
-
index bd15e00e41913aa5115da546fb70215143341df2..dd0b2a8347ee800c4addf996f369ea0293b47bb7 100644 (file)
@@ -1,4 +1,3 @@
-# import re, string, random, glob, operator, heapq
 import string
 import collections
 from math import log10
index 0af8a94fa53d95bee844cee0eb9db7c1adc40385..317904950c5781059a1827b9c4b3db606889a7be 100644 (file)
@@ -1,4 +1,33 @@
-WAR AND PEACE\r
+The Project Gutenberg EBook of War and Peace, by Leo Tolstoy\r
+\r
+This eBook is for the use of anyone anywhere at no cost and with almost\r
+no restrictions whatsoever.  You may copy it, give it away or re-use it\r
+under the terms of the Project Gutenberg License included with this\r
+eBook or online at www.gutenberg.org\r
+\r
+\r
+Title: War and Peace\r
+\r
+Author: Leo Tolstoy\r
+\r
+Translators: Louise and Aylmer Maude\r
+\r
+Posting Date: January 10, 2009 [EBook #2600]\r
+\r
+Last Updated: March 15, 2013\r
+\r
+Language: English\r
+\r
+\r
+*** START OF THIS PROJECT GUTENBERG EBOOK WAR AND PEACE ***\r
+\r
+An Anonymous Volunteer, and David Widger\r
+\r
+\r
+\r
+\r
+\r
+WAR AND PEACE\r
 \r
 By Leo Tolstoy/Tolstoi\r
 \r
@@ -2998,7 +3027,7 @@ CHAPTER XIV
 After receiving her visitors, the countess was so tired that she gave\r
 orders to admit no more, but the porter was told to be sure to invite to\r
 dinner all who came "to congratulate." The countess wished to have a\r
-tete-a-tete talk with the friend of her childhood, Princess Anna\r
+tête-à-tête talk with the friend of her childhood, Princess Anna\r
 Mikhaylovna, whom she had not seen properly since she returned from\r
 Petersburg. Anna Mikhaylovna, with her tear-worn but pleasant face, drew\r
 her chair nearer to that of the countess.\r
@@ -9309,14 +9338,14 @@ executing of the plan.
 "I am not jesting," Bilibin went on. "Nothing is truer or sadder. These\r
 gentlemen ride onto the bridge alone and wave white handkerchiefs; they\r
 assure the officer on duty that they, the marshals, are on their way to\r
-negotiate with Prince Auersperg. He lets them enter the tete-de-pont. *\r
+negotiate with Prince Auersperg. He lets them enter the tête-de-pont. *\r
 They spin him a thousand gasconades, saying that the war is over, that\r
 the Emperor Francis is arranging a meeting with Bonaparte, that they\r
 desire to see Prince Auersperg, and so on. The officer sends for\r
 Auersperg; these gentlemen embrace the officers, crack jokes, sit on the\r
 cannon, and meanwhile a French battalion gets to the bridge unobserved,\r
 flings the bags of incendiary material into the water, and approaches\r
-the tete-de-pont. At length appears the lieutenant general, our dear\r
+the tête-de-pont. At length appears the lieutenant general, our dear\r
 Prince Auersperg von Mautern himself. 'Dearest foe! Flower of the\r
 Austrian army, hero of the Turkish wars Hostilities are ended, we can\r
 shake one another's hand.... The Emperor Napoleon burns with impatience\r
@@ -21254,7 +21283,7 @@ and Princess Mary's helpless attempts to protect them were their
 customary long-established relations on the matter.\r
 \r
 "Mais, ma bonne amie," said Prince Andrew, "vous devriez au contraire\r
-m'etre reconnaissante de ce que j'explique a Pierre votre intimite avec\r
+m'être reconnaissante de ce que j'explique a Pierre votre intimité avec\r
 ce jeune homme." *\r
 \r
 \r
@@ -23422,7 +23451,7 @@ of nothing.
 \r
 As he had done on their first meeting at Kochubey's, Speranski produced\r
 a strong impression on Prince Andrew on the Wednesday, when he received\r
-him tete-a-tete at his own house and talked to him long and\r
+him tête-à-tête at his own house and talked to him long and\r
 confidentially.\r
 \r
 To Bolkonski so many people appeared contemptible and insignificant\r
@@ -30091,7 +30120,7 @@ princess told the count that she would be delighted, and only begged him
 to stay longer at Anna Semenovna's, and he departed.\r
 \r
 Despite the uneasy glances thrown at her by Princess Mary--who wished to\r
-have a tete-a-tete with Natasha--Mademoiselle Bourienne remained in the\r
+have a tête-à-tête with Natasha--Mademoiselle Bourienne remained in the\r
 room and persistently talked about Moscow amusements and theaters.\r
 Natasha felt offended by the hesitation she had noticed in the anteroom,\r
 by her father's nervousness, and by the unnatural manner of the princess\r
@@ -32254,7 +32283,7 @@ honor I can't allow anyone to use."
 Pierre glanced at him with amazement, unable to understand what he\r
 wanted.\r
 \r
-"Though it was tete-a-tete," Anatole continued, "still I can't..."\r
+"Though it was tête-à-tête," Anatole continued, "still I can't..."\r
 \r
 "Is it satisfaction you want?" said Pierre ironically.\r
 \r
@@ -41615,7 +41644,7 @@ Preis geben," * said one of them.
 * "The war must be extended widely. I cannot sufficiently commend that\r
 view."\r
 \r
-"Oh, ja," said the other, "der Zweck ist nur den Feind zu schwachen, so\r
+"Oh, ja," said the other, "der Zweck ist nur den Feind zu schwächen, so\r
 kann man gewiss nicht den Verlust der Privat-Personen in Achtung\r
 nehmen." *\r
 \r
@@ -64619,3 +64648,360 @@ the present case it is similarly necessary to renounce a freedom that
 does not exist, and to recognize a dependence of which we are not\r
 conscious.\r
 \r
+\r
+\r
+\r
+\r
+End of the Project Gutenberg EBook of War and Peace, by Leo Tolstoy\r
+\r
+*** END OF THIS PROJECT GUTENBERG EBOOK WAR AND PEACE ***\r
+\r
+***** This file should be named 2600-8.txt or 2600-8.zip ***** This and\r
+all associated files of various formats will be found in:\r
+http://www.gutenberg.org/2/6/0/2600/\r
+\r
+An Anonymous Volunteer, and David Widger\r
+\r
+\r
+Updated editions will replace the previous one--the old editions will be\r
+renamed.\r
+\r
+Creating the works from public domain print editions means that no one\r
+owns a United States copyright in these works, so the Foundation (and\r
+you!) can copy and distribute it in the United States without permission\r
+and without paying copyright royalties.  Special rules, set forth in the\r
+General Terms of Use part of this license, apply to copying and\r
+distributing Project Gutenberg-tm electronic works to protect the\r
+PROJECT GUTENBERG-tm concept and trademark.  Project Gutenberg is a\r
+registered trademark, and may not be used if you charge for the eBooks,\r
+unless you receive specific permission.  If you do not charge anything\r
+for copies of this eBook, complying with the rules is very easy.  You\r
+may use this eBook for nearly any purpose such as creation of derivative\r
+works, reports, performances and research.  They may be modified and\r
+printed and given away--you may do practically ANYTHING with public\r
+domain eBooks.  Redistribution is subject to the trademark license,\r
+especially commercial redistribution.\r
+\r
+*** START: FULL LICENSE ***\r
+\r
+THE FULL PROJECT GUTENBERG LICENSE PLEASE READ THIS BEFORE YOU\r
+DISTRIBUTE OR USE THIS WORK\r
+\r
+To protect the Project Gutenberg-tm mission of promoting the free\r
+distribution of electronic works, by using or distributing this work (or\r
+any other work associated in any way with the phrase "Project\r
+Gutenberg"), you agree to comply with all the terms of the Full Project\r
+Gutenberg-tm License (available with this file or online at\r
+http://gutenberg.org/license).\r
+\r
+\r
+Section 1.  General Terms of Use and Redistributing Project Gutenberg-tm\r
+electronic works\r
+\r
+1.A.  By reading or using any part of this Project Gutenberg-tm\r
+electronic work, you indicate that you have read, understand, agree to\r
+and accept all the terms of this license and intellectual property\r
+(trademark/copyright) agreement.  If you do not agree to abide by all\r
+the terms of this agreement, you must cease using and return or destroy\r
+all copies of Project Gutenberg-tm electronic works in your possession.\r
+If you paid a fee for obtaining a copy of or access to a Project\r
+Gutenberg-tm electronic work and you do not agree to be bound by the\r
+terms of this agreement, you may obtain a refund from the person or\r
+entity to whom you paid the fee as set forth in paragraph 1.E.8.\r
+\r
+1.B.  "Project Gutenberg" is a registered trademark.  It may only be\r
+used on or associated in any way with an electronic work by people who\r
+agree to be bound by the terms of this agreement.  There are a few\r
+things that you can do with most Project Gutenberg-tm electronic works\r
+even without complying with the full terms of this agreement.  See\r
+paragraph 1.C below.  There are a lot of things you can do with Project\r
+Gutenberg-tm electronic works if you follow the terms of this agreement\r
+and help preserve free future access to Project Gutenberg-tm electronic\r
+works.  See paragraph 1.E below.\r
+\r
+1.C.  The Project Gutenberg Literary Archive Foundation ("the\r
+Foundation" or PGLAF), owns a compilation copyright in the collection of\r
+Project Gutenberg-tm electronic works.  Nearly all the individual works\r
+in the collection are in the public domain in the United States.  If an\r
+individual work is in the public domain in the United States and you are\r
+located in the United States, we do not claim a right to prevent you\r
+from copying, distributing, performing, displaying or creating\r
+derivative works based on the work as long as all references to Project\r
+Gutenberg are removed.  Of course, we hope that you will support the\r
+Project Gutenberg-tm mission of promoting free access to electronic\r
+works by freely sharing Project Gutenberg-tm works in compliance with\r
+the terms of this agreement for keeping the Project Gutenberg-tm name\r
+associated with the work.  You can easily comply with the terms of this\r
+agreement by keeping this work in the same format with its attached full\r
+Project Gutenberg-tm License when you share it without charge with\r
+others.\r
+\r
+1.D.  The copyright laws of the place where you are located also govern\r
+what you can do with this work.  Copyright laws in most countries are in\r
+a constant state of change.  If you are outside the United States, check\r
+the laws of your country in addition to the terms of this agreement\r
+before downloading, copying, displaying, performing, distributing or\r
+creating derivative works based on this work or any other Project\r
+Gutenberg-tm work.  The Foundation makes no representations concerning\r
+the copyright status of any work in any country outside the United\r
+States.\r
+\r
+1.E.  Unless you have removed all references to Project Gutenberg:\r
+\r
+1.E.1.  The following sentence, with active links to, or other immediate\r
+access to, the full Project Gutenberg-tm License must appear prominently\r
+whenever any copy of a Project Gutenberg-tm work (any work on which the\r
+phrase "Project Gutenberg" appears, or with which the phrase "Project\r
+Gutenberg" is associated) is accessed, displayed, performed, viewed,\r
+copied or distributed:\r
+\r
+This eBook is for the use of anyone anywhere at no cost and with almost\r
+no restrictions whatsoever.  You may copy it, give it away or re-use it\r
+under the terms of the Project Gutenberg License included with this\r
+eBook or online at www.gutenberg.org\r
+\r
+1.E.2.  If an individual Project Gutenberg-tm electronic work is derived\r
+from the public domain (does not contain a notice indicating that it is\r
+posted with permission of the copyright holder), the work can be copied\r
+and distributed to anyone in the United States without paying any fees\r
+or charges.  If you are redistributing or providing access to a work\r
+with the phrase "Project Gutenberg" associated with or appearing on the\r
+work, you must comply either with the requirements of paragraphs 1.E.1\r
+through 1.E.7 or obtain permission for the use of the work and the\r
+Project Gutenberg-tm trademark as set forth in paragraphs 1.E.8 or\r
+1.E.9.\r
+\r
+1.E.3.  If an individual Project Gutenberg-tm electronic work is posted\r
+with the permission of the copyright holder, your use and distribution\r
+must comply with both paragraphs 1.E.1 through 1.E.7 and any additional\r
+terms imposed by the copyright holder.  Additional terms will be linked\r
+to the Project Gutenberg-tm License for all works posted with the\r
+permission of the copyright holder found at the beginning of this work.\r
+\r
+1.E.4.  Do not unlink or detach or remove the full Project Gutenberg-tm\r
+License terms from this work, or any files containing a part of this\r
+work or any other work associated with Project Gutenberg-tm.\r
+\r
+1.E.5.  Do not copy, display, perform, distribute or redistribute this\r
+electronic work, or any part of this electronic work, without\r
+prominently displaying the sentence set forth in paragraph 1.E.1 with\r
+active links or immediate access to the full terms of the Project\r
+Gutenberg-tm License.\r
+\r
+1.E.6.  You may convert to and distribute this work in any binary,\r
+compressed, marked up, nonproprietary or proprietary form, including any\r
+word processing or hypertext form.  However, if you provide access to or\r
+distribute copies of a Project Gutenberg-tm work in a format other than\r
+"Plain Vanilla ASCII" or other format used in the official version\r
+posted on the official Project Gutenberg-tm web site\r
+(www.gutenberg.org), you must, at no additional cost, fee or expense to\r
+the user, provide a copy, a means of exporting a copy, or a means of\r
+obtaining a copy upon request, of the work in its original "Plain\r
+Vanilla ASCII" or other form.  Any alternate format must include the\r
+full Project Gutenberg-tm License as specified in paragraph 1.E.1.\r
+\r
+1.E.7.  Do not charge a fee for access to, viewing, displaying,\r
+performing, copying or distributing any Project Gutenberg-tm works\r
+unless you comply with paragraph 1.E.8 or 1.E.9.\r
+\r
+1.E.8.  You may charge a reasonable fee for copies of or providing\r
+access to or distributing Project Gutenberg-tm electronic works provided\r
+that\r
+\r
+- You pay a royalty fee of 20% of the gross profits you derive from the\r
+use of Project Gutenberg-tm works calculated using the method you\r
+already use to calculate your applicable taxes.  The fee is owed to the\r
+owner of the Project Gutenberg-tm trademark, but he has agreed to donate\r
+royalties under this paragraph to the Project Gutenberg Literary Archive\r
+Foundation.  Royalty payments must be paid within 60 days following each\r
+date on which you prepare (or are legally required to prepare) your\r
+periodic tax returns.  Royalty payments should be clearly marked as such\r
+and sent to the Project Gutenberg Literary Archive Foundation at the\r
+address specified in Section 4, "Information about donations to the\r
+Project Gutenberg Literary Archive Foundation."\r
+\r
+- You provide a full refund of any money paid by a user who notifies you\r
+in writing (or by e-mail) within 30 days of receipt that s/he does not\r
+agree to the terms of the full Project Gutenberg-tm License.  You must\r
+require such a user to return or destroy all copies of the works\r
+possessed in a physical medium and discontinue all use of and all access\r
+to other copies of Project Gutenberg-tm works.\r
+\r
+- You provide, in accordance with paragraph 1.F.3, a full refund of any\r
+money paid for a work or a replacement copy, if a defect in the\r
+electronic work is discovered and reported to you within 90 days of\r
+receipt of the work.\r
+\r
+- You comply with all other terms of this agreement for free\r
+distribution of Project Gutenberg-tm works.\r
+\r
+1.E.9.  If you wish to charge a fee or distribute a Project Gutenberg-tm\r
+electronic work or group of works on different terms than are set forth\r
+in this agreement, you must obtain permission in writing from both the\r
+Project Gutenberg Literary Archive Foundation and Michael Hart, the\r
+owner of the Project Gutenberg-tm trademark.  Contact the Foundation as\r
+set forth in Section 3 below.\r
+\r
+1.F.\r
+\r
+1.F.1.  Project Gutenberg volunteers and employees expend considerable\r
+effort to identify, do copyright research on, transcribe and proofread\r
+public domain works in creating the Project Gutenberg-tm collection.\r
+Despite these efforts, Project Gutenberg-tm electronic works, and the\r
+medium on which they may be stored, may contain "Defects," such as, but\r
+not limited to, incomplete, inaccurate or corrupt data, transcription\r
+errors, a copyright or other intellectual property infringement, a\r
+defective or damaged disk or other medium, a computer virus, or computer\r
+codes that damage or cannot be read by your equipment.\r
+\r
+1.F.2.  LIMITED WARRANTY, DISCLAIMER OF DAMAGES - Except for the "Right\r
+of Replacement or Refund" described in paragraph 1.F.3, the Project\r
+Gutenberg Literary Archive Foundation, the owner of the Project\r
+Gutenberg-tm trademark, and any other party distributing a Project\r
+Gutenberg-tm electronic work under this agreement, disclaim all\r
+liability to you for damages, costs and expenses, including legal fees.\r
+YOU AGREE THAT YOU HAVE NO REMEDIES FOR NEGLIGENCE, STRICT LIABILITY,\r
+BREACH OF WARRANTY OR BREACH OF CONTRACT EXCEPT THOSE PROVIDED IN\r
+PARAGRAPH F3.  YOU AGREE THAT THE FOUNDATION, THE TRADEMARK OWNER, AND\r
+ANY DISTRIBUTOR UNDER THIS AGREEMENT WILL NOT BE LIABLE TO YOU FOR\r
+ACTUAL, DIRECT, INDIRECT, CONSEQUENTIAL, PUNITIVE OR INCIDENTAL DAMAGES\r
+EVEN IF YOU GIVE NOTICE OF THE POSSIBILITY OF SUCH DAMAGE.\r
+\r
+1.F.3.  LIMITED RIGHT OF REPLACEMENT OR REFUND - If you discover a\r
+defect in this electronic work within 90 days of receiving it, you can\r
+receive a refund of the money (if any) you paid for it by sending a\r
+written explanation to the person you received the work from.  If you\r
+received the work on a physical medium, you must return the medium with\r
+your written explanation.  The person or entity that provided you with\r
+the defective work may elect to provide a replacement copy in lieu of a\r
+refund.  If you received the work electronically, the person or entity\r
+providing it to you may choose to give you a second opportunity to\r
+receive the work electronically in lieu of a refund.  If the second copy\r
+is also defective, you may demand a refund in writing without further\r
+opportunities to fix the problem.\r
+\r
+1.F.4.  Except for the limited right of replacement or refund set forth\r
+in paragraph 1.F.3, this work is provided to you 'AS-IS' WITH NO OTHER\r
+WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO\r
+WARRANTIES OF MERCHANTIBILITY OR FITNESS FOR ANY PURPOSE.\r
+\r
+1.F.5.  Some states do not allow disclaimers of certain implied\r
+warranties or the exclusion or limitation of certain types of damages.\r
+If any disclaimer or limitation set forth in this agreement violates the\r
+law of the state applicable to this agreement, the agreement shall be\r
+interpreted to make the maximum disclaimer or limitation permitted by\r
+the applicable state law.  The invalidity or unenforceability of any\r
+provision of this agreement shall not void the remaining provisions.\r
+\r
+1.F.6.  INDEMNITY - You agree to indemnify and hold the Foundation, the\r
+trademark owner, any agent or employee of the Foundation, anyone\r
+providing copies of Project Gutenberg-tm electronic works in accordance\r
+with this agreement, and any volunteers associated with the production,\r
+promotion and distribution of Project Gutenberg-tm electronic works,\r
+harmless from all liability, costs and expenses, including legal fees,\r
+that arise directly or indirectly from any of the following which you do\r
+or cause to occur: (a) distribution of this or any Project Gutenberg-tm\r
+work, (b) alteration, modification, or additions or deletions to any\r
+Project Gutenberg-tm work, and (c) any Defect you cause.\r
+\r
+\r
+Section  2.  Information about the Mission of Project Gutenberg-tm\r
+\r
+Project Gutenberg-tm is synonymous with the free distribution of\r
+electronic works in formats readable by the widest variety of computers\r
+including obsolete, old, middle-aged and new computers.  It exists\r
+because of the efforts of hundreds of volunteers and donations from\r
+people in all walks of life.\r
+\r
+Volunteers and financial support to provide volunteers with the\r
+assistance they need, are critical to reaching Project Gutenberg-tm's\r
+goals and ensuring that the Project Gutenberg-tm collection will remain\r
+freely available for generations to come.  In 2001, the Project\r
+Gutenberg Literary Archive Foundation was created to provide a secure\r
+and permanent future for Project Gutenberg-tm and future generations. To\r
+learn more about the Project Gutenberg Literary Archive Foundation and\r
+how your efforts and donations can help, see Sections 3 and 4 and the\r
+Foundation web page at http://www.pglaf.org.\r
+\r
+\r
+Section 3.  Information about the Project Gutenberg Literary Archive\r
+Foundation\r
+\r
+The Project Gutenberg Literary Archive Foundation is a non profit\r
+501(c)(3) educational corporation organized under the laws of the state\r
+of Mississippi and granted tax exempt status by the Internal Revenue\r
+Service.  The Foundation's EIN or federal tax identification number is\r
+64-6221541.  Its 501(c)(3) letter is posted at\r
+http://pglaf.org/fundraising.  Contributions to the Project Gutenberg\r
+Literary Archive Foundation are tax deductible to the full extent\r
+permitted by U.S. federal laws and your state's laws.\r
+\r
+The Foundation's principal office is located at 4557 Melan Dr. S.\r
+Fairbanks, AK, 99712., but its volunteers and employees are scattered\r
+throughout numerous locations.  Its business office is located at 809\r
+North 1500 West, Salt Lake City, UT 84116, (801) 596-1887, email\r
+business@pglaf.org.  Email contact links and up to date contact\r
+information can be found at the Foundation's web site and official page\r
+at http://pglaf.org\r
+\r
+For additional contact information: Dr. Gregory B. Newby Chief Executive\r
+and Director gbnewby@pglaf.org\r
+\r
+\r
+Section 4.  Information about Donations to the Project Gutenberg\r
+Literary Archive Foundation\r
+\r
+Project Gutenberg-tm depends upon and cannot survive without wide spread\r
+public support and donations to carry out its mission of increasing the\r
+number of public domain and licensed works that can be freely\r
+distributed in machine readable form accessible by the widest array of\r
+equipment including outdated equipment.  Many small donations ($1 to\r
+$5,000) are particularly important to maintaining tax exempt status with\r
+the IRS.\r
+\r
+The Foundation is committed to complying with the laws regulating\r
+charities and charitable donations in all 50 states of the United\r
+States.  Compliance requirements are not uniform and it takes a\r
+considerable effort, much paperwork and many fees to meet and keep up\r
+with these requirements.  We do not solicit donations in locations where\r
+we have not received written confirmation of compliance.  To SEND\r
+DONATIONS or determine the status of compliance for any particular state\r
+visit http://pglaf.org\r
+\r
+While we cannot and do not solicit contributions from states where we\r
+have not met the solicitation requirements, we know of no prohibition\r
+against accepting unsolicited donations from donors in such states who\r
+approach us with offers to donate.\r
+\r
+International donations are gratefully accepted, but we cannot make any\r
+statements concerning tax treatment of donations received from outside\r
+the United States.  U.S. laws alone swamp our small staff.\r
+\r
+Please check the Project Gutenberg Web pages for current donation\r
+methods and addresses.  Donations are accepted in a number of other ways\r
+including checks, online payments and credit card donations. To donate,\r
+please visit: http://pglaf.org/donate\r
+\r
+\r
+Section 5.  General Information About Project Gutenberg-tm electronic\r
+works.\r
+\r
+Professor Michael S. Hart is the originator of the Project Gutenberg-tm\r
+concept of a library of electronic works that could be freely shared\r
+with anyone.  For thirty years, he produced and distributed Project\r
+Gutenberg-tm eBooks with only a loose network of volunteer support.\r
+\r
+\r
+Project Gutenberg-tm eBooks are often created from several printed\r
+editions, all of which are confirmed as Public Domain in the U.S. unless\r
+a copyright notice is included.  Thus, we do not necessarily keep eBooks\r
+in compliance with any particular paper edition.\r
+\r
+Most people start at our Web site which has the main PG search facility:\r
+\r
+http://www.gutenberg.org\r
+\r
+This Web site includes information about Project Gutenberg-tm, including\r
+how to make donations to the Project Gutenberg Literary Archive\r
+Foundation, how to help produce our new eBooks, and how to subscribe to\r
+our email newsletter to hear about new eBooks.\r