bento_search 0.5.0 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +6 -5
 - data/app/assets/javascripts/bento_search/ajax_load.js +42 -16
 - data/app/assets/stylesheets/bento_search/suggested_styles.css +9 -0
 - data/app/controllers/bento_search/search_controller.rb +15 -6
 - data/app/helpers/bento_search_helper.rb +24 -8
 - data/app/item_decorators/bento_search/no_links.rb +13 -0
 - data/app/models/bento_search/openurl_creator.rb +18 -8
 - data/app/models/bento_search/registrar.rb +2 -6
 - data/app/models/bento_search/result_item.rb +43 -3
 - data/app/models/bento_search/results.rb +4 -0
 - data/app/models/bento_search/search_engine.rb +25 -23
 - data/app/search_engines/bento_search/ebsco_host_engine.rb +42 -17
 - data/app/search_engines/bento_search/google_books_engine.rb +2 -0
 - data/app/search_engines/bento_search/google_site_search_engine.rb +177 -0
 - data/app/search_engines/bento_search/mock_engine.rb +5 -0
 - data/app/search_engines/bento_search/primo_engine.rb +23 -2
 - data/app/search_engines/bento_search/scopus_engine.rb +4 -1
 - data/app/search_engines/bento_search/summon_engine.rb +4 -14
 - data/app/search_engines/bento_search/worldcat_sru_dc_engine.rb +293 -0
 - data/app/views/bento_search/_std_item.html.erb +4 -5
 - data/app/views/bento_search/_wrap_with_count.html.erb +20 -0
 - data/app/views/bento_search/search/search.html.erb +15 -1
 - data/config/locales/en.yml +6 -4
 - data/lib/bento_search/util.rb +13 -0
 - data/lib/bento_search/version.rb +1 -1
 - data/test/dummy/log/development.log +1 -0
 - data/test/dummy/log/test.log +24357 -0
 - data/test/functional/bento_search/search_controller_test.rb +39 -0
 - data/test/helper/bento_search_helper_test.rb +47 -5
 - data/test/unit/ebsco_host_engine_test.rb +15 -0
 - data/test/unit/google_books_engine_test.rb +1 -0
 - data/test/unit/google_site_search_test.rb +122 -0
 - data/test/unit/item_decorators_test.rb +12 -1
 - data/test/unit/openurl_creator_test.rb +19 -3
 - data/test/unit/primo_engine_test.rb +5 -3
 - data/test/unit/result_item_test.rb +36 -1
 - data/test/unit/search_engine_test.rb +27 -4
 - data/test/unit/worldcat_sru_dc_engine_test.rb +120 -0
 - data/test/vcr_cassettes/google_site/basic_smoke_test.yml +254 -0
 - data/test/vcr_cassettes/google_site/empty_result_set.yml +53 -0
 - data/test/vcr_cassettes/google_site/pagination_object_is_correct_for_actual_page_when_you_ask_for_too_far.yml +260 -0
 - data/test/vcr_cassettes/google_site/with_highlighting.yml +265 -0
 - data/test/vcr_cassettes/google_site/without_highlighting.yml +267 -0
 - data/test/vcr_cassettes/primo/proper_tags_for_snippets.yml +517 -502
 - data/test/vcr_cassettes/primo/search_smoke_test.yml +1 -1
 - data/test/vcr_cassettes/worldcat_sru_dc/smoke_test.yml +628 -0
 - metadata +40 -4
 
| 
         @@ -2,7 +2,7 @@ 
     | 
|
| 
       2 
2 
     | 
    
         
             
            http_interactions:
         
     | 
| 
       3 
3 
     | 
    
         
             
            - request:
         
     | 
| 
       4 
4 
     | 
    
         
             
                method: get
         
     | 
| 
       5 
     | 
    
         
            -
                uri: http:// 
     | 
| 
      
 5 
     | 
    
         
            +
                uri: http://example.org/PrimoWebServices/xservice/search/brief?bulkSize=10&highlight=true&institution=DUMMY_INSTITUTION&lang=eng&loc=adaptor,primo_central_multiple_fe&onCampus=false&query=any,contains,globalization%20from%20below
         
     | 
| 
       6 
6 
     | 
    
         
             
                body:
         
     | 
| 
       7 
7 
     | 
    
         
             
                  encoding: US-ASCII
         
     | 
| 
       8 
8 
     | 
    
         
             
                  string: ''
         
     | 
| 
         @@ -0,0 +1,628 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            ---
         
     | 
| 
      
 2 
     | 
    
         
            +
            http_interactions:
         
     | 
| 
      
 3 
     | 
    
         
            +
            - request:
         
     | 
| 
      
 4 
     | 
    
         
            +
                method: get
         
     | 
| 
      
 5 
     | 
    
         
            +
                uri: http://www.worldcat.org/webservices/catalog/search/sru?maximumRecords=10&query=srw.kw%20=%20%22anarchism%22&recordSchema=info:srw/schema/1/dc&wskey=DUMMY_API_KEY
         
     | 
| 
      
 6 
     | 
    
         
            +
                body:
         
     | 
| 
      
 7 
     | 
    
         
            +
                  encoding: US-ASCII
         
     | 
| 
      
 8 
     | 
    
         
            +
                  string: ''
         
     | 
| 
      
 9 
     | 
    
         
            +
                headers: {}
         
     | 
| 
      
 10 
     | 
    
         
            +
              response:
         
     | 
| 
      
 11 
     | 
    
         
            +
                status:
         
     | 
| 
      
 12 
     | 
    
         
            +
                  code: 200
         
     | 
| 
      
 13 
     | 
    
         
            +
                  message: !binary |-
         
     | 
| 
      
 14 
     | 
    
         
            +
                    T0s=
         
     | 
| 
      
 15 
     | 
    
         
            +
                headers:
         
     | 
| 
      
 16 
     | 
    
         
            +
                  !binary "RGF0ZQ==":
         
     | 
| 
      
 17 
     | 
    
         
            +
                  - !binary |-
         
     | 
| 
      
 18 
     | 
    
         
            +
                    VHVlLCAxOCBTZXAgMjAxMiAyMDo1Nzo0NSBHTVQ=
         
     | 
| 
      
 19 
     | 
    
         
            +
                  !binary "U2VydmVy":
         
     | 
| 
      
 20 
     | 
    
         
            +
                  - !binary |-
         
     | 
| 
      
 21 
     | 
    
         
            +
                    QXBhY2hl
         
     | 
| 
      
 22 
     | 
    
         
            +
                  !binary "VHJhbnNmZXItRW5jb2Rpbmc=":
         
     | 
| 
      
 23 
     | 
    
         
            +
                  - !binary |-
         
     | 
| 
      
 24 
     | 
    
         
            +
                    Y2h1bmtlZA==
         
     | 
| 
      
 25 
     | 
    
         
            +
                  !binary "Q29udGVudC1UeXBl":
         
     | 
| 
      
 26 
     | 
    
         
            +
                  - !binary |-
         
     | 
| 
      
 27 
     | 
    
         
            +
                    dGV4dC94bWw7Y2hhcnNldD11dGYtOA==
         
     | 
| 
      
 28 
     | 
    
         
            +
                body:
         
     | 
| 
      
 29 
     | 
    
         
            +
                  encoding: US-ASCII
         
     | 
| 
      
 30 
     | 
    
         
            +
                  string: ! '<?xml version="1.0" encoding="UTF-8" standalone="no"?>
         
     | 
| 
      
 31 
     | 
    
         
            +
             
     | 
| 
      
 32 
     | 
    
         
            +
                    <?xml-stylesheet type="text/xsl" href="/webservices/catalog/xsl/searchRetrieveResponse.xsl"?>
         
     | 
| 
      
 33 
     | 
    
         
            +
             
     | 
| 
      
 34 
     | 
    
         
            +
             
     | 
| 
      
 35 
     | 
    
         
            +
                    <searchRetrieveResponse xmlns="http://www.loc.gov/zing/srw/" xmlns:oclcterms="http://purl.org/oclc/terms/"
         
     | 
| 
      
 36 
     | 
    
         
            +
                    xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:diag="http://www.loc.gov/zing/srw/diagnostic/"
         
     | 
| 
      
 37 
     | 
    
         
            +
                    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
         
     | 
| 
      
 38 
     | 
    
         
            +
             
     | 
| 
      
 39 
     | 
    
         
            +
                    <version>1.1</version>
         
     | 
| 
      
 40 
     | 
    
         
            +
             
     | 
| 
      
 41 
     | 
    
         
            +
                    <numberOfRecords>23588</numberOfRecords>
         
     | 
| 
      
 42 
     | 
    
         
            +
             
     | 
| 
      
 43 
     | 
    
         
            +
                    <records>
         
     | 
| 
      
 44 
     | 
    
         
            +
             
     | 
| 
      
 45 
     | 
    
         
            +
                    <record>
         
     | 
| 
      
 46 
     | 
    
         
            +
             
     | 
| 
      
 47 
     | 
    
         
            +
                    <recordSchema>info:srw/schema/1/dc</recordSchema>
         
     | 
| 
      
 48 
     | 
    
         
            +
             
     | 
| 
      
 49 
     | 
    
         
            +
                    <recordPacking>xml</recordPacking>
         
     | 
| 
      
 50 
     | 
    
         
            +
             
     | 
| 
      
 51 
     | 
    
         
            +
                    <recordData>
         
     | 
| 
      
 52 
     | 
    
         
            +
             
     | 
| 
      
 53 
     | 
    
         
            +
                    <oclcdcs>
         
     | 
| 
      
 54 
     | 
    
         
            +
             
     | 
| 
      
 55 
     | 
    
         
            +
                    <dc:contributor>Pennock, J. Roland (James Roland), 1906-1995.</dc:contributor>
         
     | 
| 
      
 56 
     | 
    
         
            +
             
     | 
| 
      
 57 
     | 
    
         
            +
                    <dc:contributor>Chapman, John W. (John William), 1923-</dc:contributor>
         
     | 
| 
      
 58 
     | 
    
         
            +
             
     | 
| 
      
 59 
     | 
    
         
            +
                    <dc:contributor>Paul Avrich Collection (Library of Congress)</dc:contributor>
         
     | 
| 
      
 60 
     | 
    
         
            +
             
     | 
| 
      
 61 
     | 
    
         
            +
                    <dc:date>1978</dc:date>
         
     | 
| 
      
 62 
     | 
    
         
            +
             
     | 
| 
      
 63 
     | 
    
         
            +
                    <dc:description>Includes index.</dc:description>
         
     | 
| 
      
 64 
     | 
    
         
            +
             
     | 
| 
      
 65 
     | 
    
         
            +
                    <dc:description>Anarchism and political philosophy : an introduction / Gerald
         
     | 
| 
      
 66 
     | 
    
         
            +
                    F. Gaus and John W. Chapman -- What is anarchism? / John P. Clark -- A contractarian
         
     | 
| 
      
 67 
     | 
    
         
            +
                    perspective on anarchy / James M. Buchanan -- Nozick''s anarchism / Eric Mack
         
     | 
| 
      
 68 
     | 
    
         
            +
                    -- Anarchism and world order / Richard A. Falk -- Anarchism and authority
         
     | 
| 
      
 69 
     | 
    
         
            +
                    / Richard T. De George -- Comments on "Anarchism and authority" / Richard
         
     | 
| 
      
 70 
     | 
    
         
            +
                    Wasserstrom -- Anarchism and skepticism / Rex Martin -- The anarchist justification
         
     | 
| 
      
 71 
     | 
    
         
            +
                    of authority / Alan Ritter -- Disrespect for law / Lester J. Mazor -- The
         
     | 
| 
      
 72 
     | 
    
         
            +
                    profoundest respect for law : Mazor''s Anarchy and the political association
         
     | 
| 
      
 73 
     | 
    
         
            +
                    / Lisa Newton -- Disrespect for law and the case for anarchy / Alan Wertheimer
         
     | 
| 
      
 74 
     | 
    
         
            +
                    -- Society without state / Murray N. Rothbard -- Some reflections on arbitrating
         
     | 
| 
      
 75 
     | 
    
         
            +
                    our way to anarchy / Chistopher D. Stone -- Anarchist justice / David Wieck
         
     | 
| 
      
 76 
     | 
    
         
            +
                    -- The dimensions of anarchy / Donald McIntosh -- Philosophical anarchism
         
     | 
| 
      
 77 
     | 
    
         
            +
                    revisited / Grenville Wall -- On the "Kantian" foundations of Robert Paul
         
     | 
| 
      
 78 
     | 
    
         
            +
                    Wolff''s anarchism / Partrick Riley -- Anarchism and violence / April Carter.</dc:description>
         
     | 
| 
      
 79 
     | 
    
         
            +
             
     | 
| 
      
 80 
     | 
    
         
            +
                    <dc:format>xlv, 375 p. ; 22 cm.</dc:format>
         
     | 
| 
      
 81 
     | 
    
         
            +
             
     | 
| 
      
 82 
     | 
    
         
            +
                    <dc:identifier>0814765726</dc:identifier>
         
     | 
| 
      
 83 
     | 
    
         
            +
             
     | 
| 
      
 84 
     | 
    
         
            +
                    <dc:identifier>9780814765722</dc:identifier>
         
     | 
| 
      
 85 
     | 
    
         
            +
             
     | 
| 
      
 86 
     | 
    
         
            +
                    <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
         
     | 
| 
      
 87 
     | 
    
         
            +
             
     | 
| 
      
 88 
     | 
    
         
            +
                    <dc:publisher>New York University Press</dc:publisher>
         
     | 
| 
      
 89 
     | 
    
         
            +
             
     | 
| 
      
 90 
     | 
    
         
            +
                    <dc:relation>Nomos ; 19</dc:relation>
         
     | 
| 
      
 91 
     | 
    
         
            +
             
     | 
| 
      
 92 
     | 
    
         
            +
                    <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Anarchism.</dc:subject>
         
     | 
| 
      
 93 
     | 
    
         
            +
             
     | 
| 
      
 94 
     | 
    
         
            +
                    <dc:title>Anarchism </dc:title>
         
     | 
| 
      
 95 
     | 
    
         
            +
             
     | 
| 
      
 96 
     | 
    
         
            +
                    <dc:type>Text</dc:type>
         
     | 
| 
      
 97 
     | 
    
         
            +
             
     | 
| 
      
 98 
     | 
    
         
            +
                    <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">771213</oclcterms:recordCreationDate>
         
     | 
| 
      
 99 
     | 
    
         
            +
             
     | 
| 
      
 100 
     | 
    
         
            +
                    <oclcterms:recordIdentifier xsi:type="http://purl.org/oclc/terms/lccn">   77084158
         
     | 
| 
      
 101 
     | 
    
         
            +
                    </oclcterms:recordIdentifier>
         
     | 
| 
      
 102 
     | 
    
         
            +
             
     | 
| 
      
 103 
     | 
    
         
            +
                    <oclcterms:recordIdentifier>3540542</oclcterms:recordIdentifier>
         
     | 
| 
      
 104 
     | 
    
         
            +
             
     | 
| 
      
 105 
     | 
    
         
            +
                    </oclcdcs>
         
     | 
| 
      
 106 
     | 
    
         
            +
             
     | 
| 
      
 107 
     | 
    
         
            +
                    </recordData>
         
     | 
| 
      
 108 
     | 
    
         
            +
             
     | 
| 
      
 109 
     | 
    
         
            +
                    </record>
         
     | 
| 
      
 110 
     | 
    
         
            +
             
     | 
| 
      
 111 
     | 
    
         
            +
                    <record>
         
     | 
| 
      
 112 
     | 
    
         
            +
             
     | 
| 
      
 113 
     | 
    
         
            +
                    <recordSchema>info:srw/schema/1/dc</recordSchema>
         
     | 
| 
      
 114 
     | 
    
         
            +
             
     | 
| 
      
 115 
     | 
    
         
            +
                    <recordPacking>xml</recordPacking>
         
     | 
| 
      
 116 
     | 
    
         
            +
             
     | 
| 
      
 117 
     | 
    
         
            +
                    <recordData>
         
     | 
| 
      
 118 
     | 
    
         
            +
             
     | 
| 
      
 119 
     | 
    
         
            +
                    <oclcdcs>
         
     | 
| 
      
 120 
     | 
    
         
            +
             
     | 
| 
      
 121 
     | 
    
         
            +
                    <dc:contributor>Paul Avrich Collection (Library of Congress)</dc:contributor>
         
     | 
| 
      
 122 
     | 
    
         
            +
             
     | 
| 
      
 123 
     | 
    
         
            +
                    <dc:creator>Hoffman, Robert Louis, 1937-</dc:creator>
         
     | 
| 
      
 124 
     | 
    
         
            +
             
     | 
| 
      
 125 
     | 
    
         
            +
                    <dc:date>1970</dc:date>
         
     | 
| 
      
 126 
     | 
    
         
            +
             
     | 
| 
      
 127 
     | 
    
         
            +
                    <dc:description>[1st ed.]</dc:description>
         
     | 
| 
      
 128 
     | 
    
         
            +
             
     | 
| 
      
 129 
     | 
    
         
            +
                    <dc:description>What is government? / Pierre-Joseph Proudhon -- What is anarchism?
         
     | 
| 
      
 130 
     | 
    
         
            +
                    / Alexander Berkman -- The place of anarchism in the history of political
         
     | 
| 
      
 131 
     | 
    
         
            +
                    thought / Derry Novak -- Anarchism: what it really stands for / Emma Goldman
         
     | 
| 
      
 132 
     | 
    
         
            +
                    -- An anarchist''s view of democracy / Pierre-Joseph Proudhon -- Patriotism
         
     | 
| 
      
 133 
     | 
    
         
            +
                    and government / Leo Tolstoy -- Essentials of anarchism / David Thoreau Wieck
         
     | 
| 
      
 134 
     | 
    
         
            +
                    -- The impossibilities of anarchism / George Bernard Shaw -- The philosophical
         
     | 
| 
      
 135 
     | 
    
         
            +
                    anarchist / William Ernest Hocking -- Government and law / Bertrand Russell
         
     | 
| 
      
 136 
     | 
    
         
            +
                    -- Am estimate of anarchism''s role / James Joll -- The black flag of anarchism
         
     | 
| 
      
 137 
     | 
    
         
            +
                    / Paul Goodman.</dc:description>
         
     | 
| 
      
 138 
     | 
    
         
            +
             
     | 
| 
      
 139 
     | 
    
         
            +
                    <dc:format>165 p. 23 cm.</dc:format>
         
     | 
| 
      
 140 
     | 
    
         
            +
             
     | 
| 
      
 141 
     | 
    
         
            +
                    <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
         
     | 
| 
      
 142 
     | 
    
         
            +
             
     | 
| 
      
 143 
     | 
    
         
            +
                    <dc:publisher>Atherton Press</dc:publisher>
         
     | 
| 
      
 144 
     | 
    
         
            +
             
     | 
| 
      
 145 
     | 
    
         
            +
                    <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Anarchism.</dc:subject>
         
     | 
| 
      
 146 
     | 
    
         
            +
             
     | 
| 
      
 147 
     | 
    
         
            +
                    <dc:title>Anarchism.</dc:title>
         
     | 
| 
      
 148 
     | 
    
         
            +
             
     | 
| 
      
 149 
     | 
    
         
            +
                    <dc:type>Text</dc:type>
         
     | 
| 
      
 150 
     | 
    
         
            +
             
     | 
| 
      
 151 
     | 
    
         
            +
                    <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">700824</oclcterms:recordCreationDate>
         
     | 
| 
      
 152 
     | 
    
         
            +
             
     | 
| 
      
 153 
     | 
    
         
            +
                    <oclcterms:recordIdentifier xsi:type="http://purl.org/oclc/terms/lccn">   71105604
         
     | 
| 
      
 154 
     | 
    
         
            +
                    </oclcterms:recordIdentifier>
         
     | 
| 
      
 155 
     | 
    
         
            +
             
     | 
| 
      
 156 
     | 
    
         
            +
                    <oclcterms:recordIdentifier>90131</oclcterms:recordIdentifier>
         
     | 
| 
      
 157 
     | 
    
         
            +
             
     | 
| 
      
 158 
     | 
    
         
            +
                    </oclcdcs>
         
     | 
| 
      
 159 
     | 
    
         
            +
             
     | 
| 
      
 160 
     | 
    
         
            +
                    </recordData>
         
     | 
| 
      
 161 
     | 
    
         
            +
             
     | 
| 
      
 162 
     | 
    
         
            +
                    </record>
         
     | 
| 
      
 163 
     | 
    
         
            +
             
     | 
| 
      
 164 
     | 
    
         
            +
                    <record>
         
     | 
| 
      
 165 
     | 
    
         
            +
             
     | 
| 
      
 166 
     | 
    
         
            +
                    <recordSchema>info:srw/schema/1/dc</recordSchema>
         
     | 
| 
      
 167 
     | 
    
         
            +
             
     | 
| 
      
 168 
     | 
    
         
            +
                    <recordPacking>xml</recordPacking>
         
     | 
| 
      
 169 
     | 
    
         
            +
             
     | 
| 
      
 170 
     | 
    
         
            +
                    <recordData>
         
     | 
| 
      
 171 
     | 
    
         
            +
             
     | 
| 
      
 172 
     | 
    
         
            +
                    <oclcdcs>
         
     | 
| 
      
 173 
     | 
    
         
            +
             
     | 
| 
      
 174 
     | 
    
         
            +
                    <dc:contributor>Paul Avrich Collection (Library of Congress)</dc:contributor>
         
     | 
| 
      
 175 
     | 
    
         
            +
             
     | 
| 
      
 176 
     | 
    
         
            +
                    <dc:creator>Sonn, Richard David.</dc:creator>
         
     | 
| 
      
 177 
     | 
    
         
            +
             
     | 
| 
      
 178 
     | 
    
         
            +
                    <dc:date>c1992</dc:date>
         
     | 
| 
      
 179 
     | 
    
         
            +
             
     | 
| 
      
 180 
     | 
    
         
            +
                    <dc:description>1. The Place of Anarchism -- 2. The Philosophy of Anarchism
         
     | 
| 
      
 181 
     | 
    
         
            +
                    -- 3. The Anarchist Movement -- 4. Case Study: Anarchism in Spain -- 5. Contemporary
         
     | 
| 
      
 182 
     | 
    
         
            +
                    Anarchism.</dc:description>
         
     | 
| 
      
 183 
     | 
    
         
            +
             
     | 
| 
      
 184 
     | 
    
         
            +
                    <dc:format>xv, 147 p. ; 23 cm.</dc:format>
         
     | 
| 
      
 185 
     | 
    
         
            +
             
     | 
| 
      
 186 
     | 
    
         
            +
                    <dc:identifier>0805786112 (cloth : alk. paper)</dc:identifier>
         
     | 
| 
      
 187 
     | 
    
         
            +
             
     | 
| 
      
 188 
     | 
    
         
            +
                    <dc:identifier>9780805786118 (cloth : alk. paper)</dc:identifier>
         
     | 
| 
      
 189 
     | 
    
         
            +
             
     | 
| 
      
 190 
     | 
    
         
            +
                    <dc:identifier>0805786368 (pbk. : alk. paper)</dc:identifier>
         
     | 
| 
      
 191 
     | 
    
         
            +
             
     | 
| 
      
 192 
     | 
    
         
            +
                    <dc:identifier>9780805786361 (pbk. : alk. paper)</dc:identifier>
         
     | 
| 
      
 193 
     | 
    
         
            +
             
     | 
| 
      
 194 
     | 
    
         
            +
                    <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
         
     | 
| 
      
 195 
     | 
    
         
            +
             
     | 
| 
      
 196 
     | 
    
         
            +
                    <dc:publisher>Twayne Publishers </dc:publisher>
         
     | 
| 
      
 197 
     | 
    
         
            +
             
     | 
| 
      
 198 
     | 
    
         
            +
                    <dc:publisher>Maxwell Macmillan Canada </dc:publisher>
         
     | 
| 
      
 199 
     | 
    
         
            +
             
     | 
| 
      
 200 
     | 
    
         
            +
                    <dc:publisher>Maxwell Macmillan International</dc:publisher>
         
     | 
| 
      
 201 
     | 
    
         
            +
             
     | 
| 
      
 202 
     | 
    
         
            +
                    <dc:relation>Twayne''s studies in intellectual and cultural history ; no.
         
     | 
| 
      
 203 
     | 
    
         
            +
                    4</dc:relation>
         
     | 
| 
      
 204 
     | 
    
         
            +
             
     | 
| 
      
 205 
     | 
    
         
            +
                    <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Anarchism--History.</dc:subject>
         
     | 
| 
      
 206 
     | 
    
         
            +
             
     | 
| 
      
 207 
     | 
    
         
            +
                    <dc:title>Anarchism </dc:title>
         
     | 
| 
      
 208 
     | 
    
         
            +
             
     | 
| 
      
 209 
     | 
    
         
            +
                    <dc:type>Text</dc:type>
         
     | 
| 
      
 210 
     | 
    
         
            +
             
     | 
| 
      
 211 
     | 
    
         
            +
                    <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">920430</oclcterms:recordCreationDate>
         
     | 
| 
      
 212 
     | 
    
         
            +
             
     | 
| 
      
 213 
     | 
    
         
            +
                    <oclcterms:recordIdentifier xsi:type="http://purl.org/oclc/terms/lccn">   92016954
         
     | 
| 
      
 214 
     | 
    
         
            +
                    </oclcterms:recordIdentifier>
         
     | 
| 
      
 215 
     | 
    
         
            +
             
     | 
| 
      
 216 
     | 
    
         
            +
                    <oclcterms:recordIdentifier>25873821</oclcterms:recordIdentifier>
         
     | 
| 
      
 217 
     | 
    
         
            +
             
     | 
| 
      
 218 
     | 
    
         
            +
                    </oclcdcs>
         
     | 
| 
      
 219 
     | 
    
         
            +
             
     | 
| 
      
 220 
     | 
    
         
            +
                    </recordData>
         
     | 
| 
      
 221 
     | 
    
         
            +
             
     | 
| 
      
 222 
     | 
    
         
            +
                    </record>
         
     | 
| 
      
 223 
     | 
    
         
            +
             
     | 
| 
      
 224 
     | 
    
         
            +
                    <record>
         
     | 
| 
      
 225 
     | 
    
         
            +
             
     | 
| 
      
 226 
     | 
    
         
            +
                    <recordSchema>info:srw/schema/1/dc</recordSchema>
         
     | 
| 
      
 227 
     | 
    
         
            +
             
     | 
| 
      
 228 
     | 
    
         
            +
                    <recordPacking>xml</recordPacking>
         
     | 
| 
      
 229 
     | 
    
         
            +
             
     | 
| 
      
 230 
     | 
    
         
            +
                    <recordData>
         
     | 
| 
      
 231 
     | 
    
         
            +
             
     | 
| 
      
 232 
     | 
    
         
            +
                    <oclcdcs>
         
     | 
| 
      
 233 
     | 
    
         
            +
             
     | 
| 
      
 234 
     | 
    
         
            +
                    <dc:creator>Miller, David, 1946-</dc:creator>
         
     | 
| 
      
 235 
     | 
    
         
            +
             
     | 
| 
      
 236 
     | 
    
         
            +
                    <dc:date>1984</dc:date>
         
     | 
| 
      
 237 
     | 
    
         
            +
             
     | 
| 
      
 238 
     | 
    
         
            +
                    <dc:description>Includes index.</dc:description>
         
     | 
| 
      
 239 
     | 
    
         
            +
             
     | 
| 
      
 240 
     | 
    
         
            +
                    <dc:format>216 p. ; 23 cm.</dc:format>
         
     | 
| 
      
 241 
     | 
    
         
            +
             
     | 
| 
      
 242 
     | 
    
         
            +
                    <dc:identifier>0460100939</dc:identifier>
         
     | 
| 
      
 243 
     | 
    
         
            +
             
     | 
| 
      
 244 
     | 
    
         
            +
                    <dc:identifier>9780460100939</dc:identifier>
         
     | 
| 
      
 245 
     | 
    
         
            +
             
     | 
| 
      
 246 
     | 
    
         
            +
                    <dc:identifier>0460110934 (pbk.)</dc:identifier>
         
     | 
| 
      
 247 
     | 
    
         
            +
             
     | 
| 
      
 248 
     | 
    
         
            +
                    <dc:identifier>9780460110938 (pbk.)</dc:identifier>
         
     | 
| 
      
 249 
     | 
    
         
            +
             
     | 
| 
      
 250 
     | 
    
         
            +
                    <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
         
     | 
| 
      
 251 
     | 
    
         
            +
             
     | 
| 
      
 252 
     | 
    
         
            +
                    <dc:publisher>J.M. Dent</dc:publisher>
         
     | 
| 
      
 253 
     | 
    
         
            +
             
     | 
| 
      
 254 
     | 
    
         
            +
                    <dc:relation>Modern ideologies</dc:relation>
         
     | 
| 
      
 255 
     | 
    
         
            +
             
     | 
| 
      
 256 
     | 
    
         
            +
                    <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Anarchism.</dc:subject>
         
     | 
| 
      
 257 
     | 
    
         
            +
             
     | 
| 
      
 258 
     | 
    
         
            +
                    <dc:title>Anarchism </dc:title>
         
     | 
| 
      
 259 
     | 
    
         
            +
             
     | 
| 
      
 260 
     | 
    
         
            +
                    <dc:type>Text</dc:type>
         
     | 
| 
      
 261 
     | 
    
         
            +
             
     | 
| 
      
 262 
     | 
    
         
            +
                    <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">840306</oclcterms:recordCreationDate>
         
     | 
| 
      
 263 
     | 
    
         
            +
             
     | 
| 
      
 264 
     | 
    
         
            +
                    <oclcterms:recordIdentifier xsi:type="http://purl.org/oclc/terms/lccn">   84129651
         
     | 
| 
      
 265 
     | 
    
         
            +
                    </oclcterms:recordIdentifier>
         
     | 
| 
      
 266 
     | 
    
         
            +
             
     | 
| 
      
 267 
     | 
    
         
            +
                    <oclcterms:recordIdentifier>10920428</oclcterms:recordIdentifier>
         
     | 
| 
      
 268 
     | 
    
         
            +
             
     | 
| 
      
 269 
     | 
    
         
            +
                    </oclcdcs>
         
     | 
| 
      
 270 
     | 
    
         
            +
             
     | 
| 
      
 271 
     | 
    
         
            +
                    </recordData>
         
     | 
| 
      
 272 
     | 
    
         
            +
             
     | 
| 
      
 273 
     | 
    
         
            +
                    </record>
         
     | 
| 
      
 274 
     | 
    
         
            +
             
     | 
| 
      
 275 
     | 
    
         
            +
                    <record>
         
     | 
| 
      
 276 
     | 
    
         
            +
             
     | 
| 
      
 277 
     | 
    
         
            +
                    <recordSchema>info:srw/schema/1/dc</recordSchema>
         
     | 
| 
      
 278 
     | 
    
         
            +
             
     | 
| 
      
 279 
     | 
    
         
            +
                    <recordPacking>xml</recordPacking>
         
     | 
| 
      
 280 
     | 
    
         
            +
             
     | 
| 
      
 281 
     | 
    
         
            +
                    <recordData>
         
     | 
| 
      
 282 
     | 
    
         
            +
             
     | 
| 
      
 283 
     | 
    
         
            +
                    <oclcdcs>
         
     | 
| 
      
 284 
     | 
    
         
            +
             
     | 
| 
      
 285 
     | 
    
         
            +
                    <dc:contributor>Byington, Steven T. (Steven Tracy), 1868-1957.</dc:contributor>
         
     | 
| 
      
 286 
     | 
    
         
            +
             
     | 
| 
      
 287 
     | 
    
         
            +
                    <dc:contributor>Anarchism Collection (Library of Congress)</dc:contributor>
         
     | 
| 
      
 288 
     | 
    
         
            +
             
     | 
| 
      
 289 
     | 
    
         
            +
                    <dc:contributor>Paul Avrich Collection (Library of Congress)</dc:contributor>
         
     | 
| 
      
 290 
     | 
    
         
            +
             
     | 
| 
      
 291 
     | 
    
         
            +
                    <dc:creator>Eltzbacher, Paul, 1868-1928.</dc:creator>
         
     | 
| 
      
 292 
     | 
    
         
            +
             
     | 
| 
      
 293 
     | 
    
         
            +
                    <dc:date>1908</dc:date>
         
     | 
| 
      
 294 
     | 
    
         
            +
             
     | 
| 
      
 295 
     | 
    
         
            +
                    <dc:description>Translation of: Der Anarchismus.</dc:description>
         
     | 
| 
      
 296 
     | 
    
         
            +
             
     | 
| 
      
 297 
     | 
    
         
            +
                    <dc:description>Publisher''s advertisement on p. [310].</dc:description>
         
     | 
| 
      
 298 
     | 
    
         
            +
             
     | 
| 
      
 299 
     | 
    
         
            +
                    <dc:description>Includes index.</dc:description>
         
     | 
| 
      
 300 
     | 
    
         
            +
             
     | 
| 
      
 301 
     | 
    
         
            +
                    <dc:description>Translator''s preface.--Books referred to by abbreviated titles.--The
         
     | 
| 
      
 302 
     | 
    
         
            +
                    problem.--Law, the state, property.--Godwin''s teaching.--Proudhon''s teaching.--Stirner''s
         
     | 
| 
      
 303 
     | 
    
         
            +
                    [pseud.] teaching.--Bakunin''s teaching.--Kropotkin''s teaching.--Tucker''s
         
     | 
| 
      
 304 
     | 
    
         
            +
                    teaching.--Tolstoi''s teaching.--The anarchistic teachings.--Anarchism and
         
     | 
| 
      
 305 
     | 
    
         
            +
                    its species.--Conclusion.--Index.</dc:description>
         
     | 
| 
      
 306 
     | 
    
         
            +
             
     | 
| 
      
 307 
     | 
    
         
            +
                    <dc:format>309, [1] p., [6] leaves of plates : ports. ; 18 cm.</dc:format>
         
     | 
| 
      
 308 
     | 
    
         
            +
             
     | 
| 
      
 309 
     | 
    
         
            +
                    <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
         
     | 
| 
      
 310 
     | 
    
         
            +
             
     | 
| 
      
 311 
     | 
    
         
            +
                    <dc:publisher>Benj. R. Tucker </dc:publisher>
         
     | 
| 
      
 312 
     | 
    
         
            +
             
     | 
| 
      
 313 
     | 
    
         
            +
                    <dc:publisher>A.C. Fifield</dc:publisher>
         
     | 
| 
      
 314 
     | 
    
         
            +
             
     | 
| 
      
 315 
     | 
    
         
            +
                    <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Anarchism.</dc:subject>
         
     | 
| 
      
 316 
     | 
    
         
            +
             
     | 
| 
      
 317 
     | 
    
         
            +
                    <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Anarchists.</dc:subject>
         
     | 
| 
      
 318 
     | 
    
         
            +
             
     | 
| 
      
 319 
     | 
    
         
            +
                    <dc:title>Anarchism </dc:title>
         
     | 
| 
      
 320 
     | 
    
         
            +
             
     | 
| 
      
 321 
     | 
    
         
            +
                    <dc:title>Anarchismus.</dc:title>
         
     | 
| 
      
 322 
     | 
    
         
            +
             
     | 
| 
      
 323 
     | 
    
         
            +
                    <dc:type>Text</dc:type>
         
     | 
| 
      
 324 
     | 
    
         
            +
             
     | 
| 
      
 325 
     | 
    
         
            +
                    <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">810310</oclcterms:recordCreationDate>
         
     | 
| 
      
 326 
     | 
    
         
            +
             
     | 
| 
      
 327 
     | 
    
         
            +
                    <oclcterms:recordIdentifier xsi:type="http://purl.org/oclc/terms/lccn">   08005260
         
     | 
| 
      
 328 
     | 
    
         
            +
                    </oclcterms:recordIdentifier>
         
     | 
| 
      
 329 
     | 
    
         
            +
             
     | 
| 
      
 330 
     | 
    
         
            +
                    <oclcterms:recordIdentifier>1916707</oclcterms:recordIdentifier>
         
     | 
| 
      
 331 
     | 
    
         
            +
             
     | 
| 
      
 332 
     | 
    
         
            +
                    </oclcdcs>
         
     | 
| 
      
 333 
     | 
    
         
            +
             
     | 
| 
      
 334 
     | 
    
         
            +
                    </recordData>
         
     | 
| 
      
 335 
     | 
    
         
            +
             
     | 
| 
      
 336 
     | 
    
         
            +
                    </record>
         
     | 
| 
      
 337 
     | 
    
         
            +
             
     | 
| 
      
 338 
     | 
    
         
            +
                    <record>
         
     | 
| 
      
 339 
     | 
    
         
            +
             
     | 
| 
      
 340 
     | 
    
         
            +
                    <recordSchema>info:srw/schema/1/dc</recordSchema>
         
     | 
| 
      
 341 
     | 
    
         
            +
             
     | 
| 
      
 342 
     | 
    
         
            +
                    <recordPacking>xml</recordPacking>
         
     | 
| 
      
 343 
     | 
    
         
            +
             
     | 
| 
      
 344 
     | 
    
         
            +
                    <recordData>
         
     | 
| 
      
 345 
     | 
    
         
            +
             
     | 
| 
      
 346 
     | 
    
         
            +
                    <oclcdcs>
         
     | 
| 
      
 347 
     | 
    
         
            +
             
     | 
| 
      
 348 
     | 
    
         
            +
                    <dc:creator>Sheehan, Sean, 1951-</dc:creator>
         
     | 
| 
      
 349 
     | 
    
         
            +
             
     | 
| 
      
 350 
     | 
    
         
            +
                    <dc:date>2003</dc:date>
         
     | 
| 
      
 351 
     | 
    
         
            +
             
     | 
| 
      
 352 
     | 
    
         
            +
                    <dc:description>Global anarchism -- Anarchos -- Marx, Nietsche and anarchism
         
     | 
| 
      
 353 
     | 
    
         
            +
                    -- Attacking the state -- Subverting hierarchies -- The anarchist tension.</dc:description>
         
     | 
| 
      
 354 
     | 
    
         
            +
             
     | 
| 
      
 355 
     | 
    
         
            +
                    <dc:format>175 p. : ill. ; 21 cm.</dc:format>
         
     | 
| 
      
 356 
     | 
    
         
            +
             
     | 
| 
      
 357 
     | 
    
         
            +
                    <dc:identifier>1861891695</dc:identifier>
         
     | 
| 
      
 358 
     | 
    
         
            +
             
     | 
| 
      
 359 
     | 
    
         
            +
                    <dc:identifier>9781861891693</dc:identifier>
         
     | 
| 
      
 360 
     | 
    
         
            +
             
     | 
| 
      
 361 
     | 
    
         
            +
                    <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
         
     | 
| 
      
 362 
     | 
    
         
            +
             
     | 
| 
      
 363 
     | 
    
         
            +
                    <dc:publisher>Reaktion</dc:publisher>
         
     | 
| 
      
 364 
     | 
    
         
            +
             
     | 
| 
      
 365 
     | 
    
         
            +
                    <dc:relation>Review: "Anarchism is as much an attitude as it is a set of formulated
         
     | 
| 
      
 366 
     | 
    
         
            +
                    doctrines, and in this book Sean M. Sheehan provides a sure map to what anarchism
         
     | 
| 
      
 367 
     | 
    
         
            +
                    really means, describing its history through anecdote and dramatic event,
         
     | 
| 
      
 368 
     | 
    
         
            +
                    and offering explanations of the issues behind this ''movement,'' using examples
         
     | 
| 
      
 369 
     | 
    
         
            +
                    from around the world." "Anarchist thinking and influences emerge in many
         
     | 
| 
      
 370 
     | 
    
         
            +
                    different aspects of contemporary culture and history, and the author examines
         
     | 
| 
      
 371 
     | 
    
         
            +
                    instances in political thought and action, philosophy and the history of ideas
         
     | 
| 
      
 372 
     | 
    
         
            +
                    as well as in film and literary criticism. The tension between communist and
         
     | 
| 
      
 373 
     | 
    
         
            +
                    individualist anarchies as reflected in the work of Marx and Nietzsche is
         
     | 
| 
      
 374 
     | 
    
         
            +
                    explored and explained, as are the expressions of anarchist ideas found in
         
     | 
| 
      
 375 
     | 
    
         
            +
                    the writings of William Blake and Oscar Wilde, the libertarianism in relation
         
     | 
| 
      
 376 
     | 
    
         
            +
                    to sex and psychology that influenced Wilhelm Reich and the anarchist dimension
         
     | 
| 
      
 377 
     | 
    
         
            +
                    to art movements such as Dada and Surrealism."--BOOK JACKET.</dc:relation>
         
     | 
| 
      
 378 
     | 
    
         
            +
             
     | 
| 
      
 379 
     | 
    
         
            +
                    <dc:relation>FOCI</dc:relation>
         
     | 
| 
      
 380 
     | 
    
         
            +
             
     | 
| 
      
 381 
     | 
    
         
            +
                    <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Anarchism.</dc:subject>
         
     | 
| 
      
 382 
     | 
    
         
            +
             
     | 
| 
      
 383 
     | 
    
         
            +
                    <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Anarchism--History.</dc:subject>
         
     | 
| 
      
 384 
     | 
    
         
            +
             
     | 
| 
      
 385 
     | 
    
         
            +
                    <dc:title>Anarchism </dc:title>
         
     | 
| 
      
 386 
     | 
    
         
            +
             
     | 
| 
      
 387 
     | 
    
         
            +
                    <dc:type>Text</dc:type>
         
     | 
| 
      
 388 
     | 
    
         
            +
             
     | 
| 
      
 389 
     | 
    
         
            +
                    <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">030818</oclcterms:recordCreationDate>
         
     | 
| 
      
 390 
     | 
    
         
            +
             
     | 
| 
      
 391 
     | 
    
         
            +
                    <oclcterms:recordIdentifier>51964957</oclcterms:recordIdentifier>
         
     | 
| 
      
 392 
     | 
    
         
            +
             
     | 
| 
      
 393 
     | 
    
         
            +
                    </oclcdcs>
         
     | 
| 
      
 394 
     | 
    
         
            +
             
     | 
| 
      
 395 
     | 
    
         
            +
                    </recordData>
         
     | 
| 
      
 396 
     | 
    
         
            +
             
     | 
| 
      
 397 
     | 
    
         
            +
                    </record>
         
     | 
| 
      
 398 
     | 
    
         
            +
             
     | 
| 
      
 399 
     | 
    
         
            +
                    <record>
         
     | 
| 
      
 400 
     | 
    
         
            +
             
     | 
| 
      
 401 
     | 
    
         
            +
                    <recordSchema>info:srw/schema/1/dc</recordSchema>
         
     | 
| 
      
 402 
     | 
    
         
            +
             
     | 
| 
      
 403 
     | 
    
         
            +
                    <recordPacking>xml</recordPacking>
         
     | 
| 
      
 404 
     | 
    
         
            +
             
     | 
| 
      
 405 
     | 
    
         
            +
                    <recordData>
         
     | 
| 
      
 406 
     | 
    
         
            +
             
     | 
| 
      
 407 
     | 
    
         
            +
                    <oclcdcs>
         
     | 
| 
      
 408 
     | 
    
         
            +
             
     | 
| 
      
 409 
     | 
    
         
            +
                    <dc:creator>Buckley, A. M., 1968-</dc:creator>
         
     | 
| 
      
 410 
     | 
    
         
            +
             
     | 
| 
      
 411 
     | 
    
         
            +
                    <dc:date>c2011</dc:date>
         
     | 
| 
      
 412 
     | 
    
         
            +
             
     | 
| 
      
 413 
     | 
    
         
            +
                    <dc:description>Explains anarchism, a society in which the state is considered
         
     | 
| 
      
 414 
     | 
    
         
            +
                    unnecessary and there is no authority, and provides examples of governments
         
     | 
| 
      
 415 
     | 
    
         
            +
                    run by this system.</dc:description>
         
     | 
| 
      
 416 
     | 
    
         
            +
             
     | 
| 
      
 417 
     | 
    
         
            +
                    <dc:description>What is government? -- What is anarchy? -- Early history of
         
     | 
| 
      
 418 
     | 
    
         
            +
                    anarchism -- The heday part one : anarchism and violence -- The heday part
         
     | 
| 
      
 419 
     | 
    
         
            +
                    two : anarchism and society -- Poetry, protest, and punks -- Anarchism and
         
     | 
| 
      
 420 
     | 
    
         
            +
                    revolution -- Anarchist economics -- Anarchism and art -- Forms of anarchism
         
     | 
| 
      
 421 
     | 
    
         
            +
                    -- Case studies -- An anarchist legacy -- Reality or Utopia -- Quick facts
         
     | 
| 
      
 422 
     | 
    
         
            +
                    -- Glossary.</dc:description>
         
     | 
| 
      
 423 
     | 
    
         
            +
             
     | 
| 
      
 424 
     | 
    
         
            +
                    <dc:format>160 p. : ill. (some col.) ; 23 cm.</dc:format>
         
     | 
| 
      
 425 
     | 
    
         
            +
             
     | 
| 
      
 426 
     | 
    
         
            +
                    <dc:identifier>9781617147883</dc:identifier>
         
     | 
| 
      
 427 
     | 
    
         
            +
             
     | 
| 
      
 428 
     | 
    
         
            +
                    <dc:identifier>1617147885</dc:identifier>
         
     | 
| 
      
 429 
     | 
    
         
            +
             
     | 
| 
      
 430 
     | 
    
         
            +
                    <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
         
     | 
| 
      
 431 
     | 
    
         
            +
             
     | 
| 
      
 432 
     | 
    
         
            +
                    <dc:publisher>ABDO Pub</dc:publisher>
         
     | 
| 
      
 433 
     | 
    
         
            +
             
     | 
| 
      
 434 
     | 
    
         
            +
                    <dc:relation>Exploring world governments</dc:relation>
         
     | 
| 
      
 435 
     | 
    
         
            +
             
     | 
| 
      
 436 
     | 
    
         
            +
                    <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Anarchism.</dc:subject>
         
     | 
| 
      
 437 
     | 
    
         
            +
             
     | 
| 
      
 438 
     | 
    
         
            +
                    <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Anarchism--History.</dc:subject>
         
     | 
| 
      
 439 
     | 
    
         
            +
             
     | 
| 
      
 440 
     | 
    
         
            +
                    <dc:title>Anarchism </dc:title>
         
     | 
| 
      
 441 
     | 
    
         
            +
             
     | 
| 
      
 442 
     | 
    
         
            +
                    <dc:type>Text</dc:type>
         
     | 
| 
      
 443 
     | 
    
         
            +
             
     | 
| 
      
 444 
     | 
    
         
            +
                    <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">100930</oclcterms:recordCreationDate>
         
     | 
| 
      
 445 
     | 
    
         
            +
             
     | 
| 
      
 446 
     | 
    
         
            +
                    <oclcterms:recordIdentifier xsi:type="http://purl.org/oclc/terms/lccn">  2010039861</oclcterms:recordIdentifier>
         
     | 
| 
      
 447 
     | 
    
         
            +
             
     | 
| 
      
 448 
     | 
    
         
            +
                    <oclcterms:recordIdentifier>663953132</oclcterms:recordIdentifier>
         
     | 
| 
      
 449 
     | 
    
         
            +
             
     | 
| 
      
 450 
     | 
    
         
            +
                    </oclcdcs>
         
     | 
| 
      
 451 
     | 
    
         
            +
             
     | 
| 
      
 452 
     | 
    
         
            +
                    </recordData>
         
     | 
| 
      
 453 
     | 
    
         
            +
             
     | 
| 
      
 454 
     | 
    
         
            +
                    </record>
         
     | 
| 
      
 455 
     | 
    
         
            +
             
     | 
| 
      
 456 
     | 
    
         
            +
                    <record>
         
     | 
| 
      
 457 
     | 
    
         
            +
             
     | 
| 
      
 458 
     | 
    
         
            +
                    <recordSchema>info:srw/schema/1/dc</recordSchema>
         
     | 
| 
      
 459 
     | 
    
         
            +
             
     | 
| 
      
 460 
     | 
    
         
            +
                    <recordPacking>xml</recordPacking>
         
     | 
| 
      
 461 
     | 
    
         
            +
             
     | 
| 
      
 462 
     | 
    
         
            +
                    <recordData>
         
     | 
| 
      
 463 
     | 
    
         
            +
             
     | 
| 
      
 464 
     | 
    
         
            +
                    <oclcdcs>
         
     | 
| 
      
 465 
     | 
    
         
            +
             
     | 
| 
      
 466 
     | 
    
         
            +
                    <dc:creator>Labadie, Jo, 1850-1933.</dc:creator>
         
     | 
| 
      
 467 
     | 
    
         
            +
             
     | 
| 
      
 468 
     | 
    
         
            +
                    <dc:date>1932</dc:date>
         
     | 
| 
      
 469 
     | 
    
         
            +
             
     | 
| 
      
 470 
     | 
    
         
            +
                    <dc:description>Caption title: Anarchism and crime.</dc:description>
         
     | 
| 
      
 471 
     | 
    
         
            +
             
     | 
| 
      
 472 
     | 
    
         
            +
                    <dc:format>24 p., [1] leaf of plates : ill., port. ; 13 cm.</dc:format>
         
     | 
| 
      
 473 
     | 
    
         
            +
             
     | 
| 
      
 474 
     | 
    
         
            +
                    <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
         
     | 
| 
      
 475 
     | 
    
         
            +
             
     | 
| 
      
 476 
     | 
    
         
            +
                    <dc:publisher>The Labadie Shop</dc:publisher>
         
     | 
| 
      
 477 
     | 
    
         
            +
             
     | 
| 
      
 478 
     | 
    
         
            +
                    <dc:relation>Anarchism and crime.</dc:relation>
         
     | 
| 
      
 479 
     | 
    
         
            +
             
     | 
| 
      
 480 
     | 
    
         
            +
                    <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Anarchism.</dc:subject>
         
     | 
| 
      
 481 
     | 
    
         
            +
             
     | 
| 
      
 482 
     | 
    
         
            +
                    <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Anarchists.</dc:subject>
         
     | 
| 
      
 483 
     | 
    
         
            +
             
     | 
| 
      
 484 
     | 
    
         
            +
                    <dc:title>Anarchism </dc:title>
         
     | 
| 
      
 485 
     | 
    
         
            +
             
     | 
| 
      
 486 
     | 
    
         
            +
                    <dc:type>Text</dc:type>
         
     | 
| 
      
 487 
     | 
    
         
            +
             
     | 
| 
      
 488 
     | 
    
         
            +
                    <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">811214</oclcterms:recordCreationDate>
         
     | 
| 
      
 489 
     | 
    
         
            +
             
     | 
| 
      
 490 
     | 
    
         
            +
                    <oclcterms:recordIdentifier>7993029</oclcterms:recordIdentifier>
         
     | 
| 
      
 491 
     | 
    
         
            +
             
     | 
| 
      
 492 
     | 
    
         
            +
                    </oclcdcs>
         
     | 
| 
      
 493 
     | 
    
         
            +
             
     | 
| 
      
 494 
     | 
    
         
            +
                    </recordData>
         
     | 
| 
      
 495 
     | 
    
         
            +
             
     | 
| 
      
 496 
     | 
    
         
            +
                    </record>
         
     | 
| 
      
 497 
     | 
    
         
            +
             
     | 
| 
      
 498 
     | 
    
         
            +
                    <record>
         
     | 
| 
      
 499 
     | 
    
         
            +
             
     | 
| 
      
 500 
     | 
    
         
            +
                    <recordSchema>info:srw/schema/1/dc</recordSchema>
         
     | 
| 
      
 501 
     | 
    
         
            +
             
     | 
| 
      
 502 
     | 
    
         
            +
                    <recordPacking>xml</recordPacking>
         
     | 
| 
      
 503 
     | 
    
         
            +
             
     | 
| 
      
 504 
     | 
    
         
            +
                    <recordData>
         
     | 
| 
      
 505 
     | 
    
         
            +
             
     | 
| 
      
 506 
     | 
    
         
            +
                    <oclcdcs>
         
     | 
| 
      
 507 
     | 
    
         
            +
             
     | 
| 
      
 508 
     | 
    
         
            +
                    <dc:creator>Ward, Colin, 1924-</dc:creator>
         
     | 
| 
      
 509 
     | 
    
         
            +
             
     | 
| 
      
 510 
     | 
    
         
            +
                    <dc:date>2004</dc:date>
         
     | 
| 
      
 511 
     | 
    
         
            +
             
     | 
| 
      
 512 
     | 
    
         
            +
                    <dc:format>141 p. : ill. ; 18 cm.</dc:format>
         
     | 
| 
      
 513 
     | 
    
         
            +
             
     | 
| 
      
 514 
     | 
    
         
            +
                    <dc:identifier>0192804774 (pbk.)</dc:identifier>
         
     | 
| 
      
 515 
     | 
    
         
            +
             
     | 
| 
      
 516 
     | 
    
         
            +
                    <dc:identifier>9780192804778 (pbk.)</dc:identifier>
         
     | 
| 
      
 517 
     | 
    
         
            +
             
     | 
| 
      
 518 
     | 
    
         
            +
                    <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
         
     | 
| 
      
 519 
     | 
    
         
            +
             
     | 
| 
      
 520 
     | 
    
         
            +
                    <dc:publisher>Oxford University Press</dc:publisher>
         
     | 
| 
      
 521 
     | 
    
         
            +
             
     | 
| 
      
 522 
     | 
    
         
            +
                    <dc:relation>Very short introduction 116</dc:relation>
         
     | 
| 
      
 523 
     | 
    
         
            +
             
     | 
| 
      
 524 
     | 
    
         
            +
                    <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Anarchism.</dc:subject>
         
     | 
| 
      
 525 
     | 
    
         
            +
             
     | 
| 
      
 526 
     | 
    
         
            +
                    <dc:title>Anarchism </dc:title>
         
     | 
| 
      
 527 
     | 
    
         
            +
             
     | 
| 
      
 528 
     | 
    
         
            +
                    <dc:type>Text</dc:type>
         
     | 
| 
      
 529 
     | 
    
         
            +
             
     | 
| 
      
 530 
     | 
    
         
            +
                    <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">040525</oclcterms:recordCreationDate>
         
     | 
| 
      
 531 
     | 
    
         
            +
             
     | 
| 
      
 532 
     | 
    
         
            +
                    <oclcterms:recordIdentifier>56538912</oclcterms:recordIdentifier>
         
     | 
| 
      
 533 
     | 
    
         
            +
             
     | 
| 
      
 534 
     | 
    
         
            +
                    </oclcdcs>
         
     | 
| 
      
 535 
     | 
    
         
            +
             
     | 
| 
      
 536 
     | 
    
         
            +
                    </recordData>
         
     | 
| 
      
 537 
     | 
    
         
            +
             
     | 
| 
      
 538 
     | 
    
         
            +
                    </record>
         
     | 
| 
      
 539 
     | 
    
         
            +
             
     | 
| 
      
 540 
     | 
    
         
            +
                    <record>
         
     | 
| 
      
 541 
     | 
    
         
            +
             
     | 
| 
      
 542 
     | 
    
         
            +
                    <recordSchema>info:srw/schema/1/dc</recordSchema>
         
     | 
| 
      
 543 
     | 
    
         
            +
             
     | 
| 
      
 544 
     | 
    
         
            +
                    <recordPacking>xml</recordPacking>
         
     | 
| 
      
 545 
     | 
    
         
            +
             
     | 
| 
      
 546 
     | 
    
         
            +
                    <recordData>
         
     | 
| 
      
 547 
     | 
    
         
            +
             
     | 
| 
      
 548 
     | 
    
         
            +
                    <oclcdcs>
         
     | 
| 
      
 549 
     | 
    
         
            +
             
     | 
| 
      
 550 
     | 
    
         
            +
                    <dc:contributor>Chomsky, Noam.</dc:contributor>
         
     | 
| 
      
 551 
     | 
    
         
            +
             
     | 
| 
      
 552 
     | 
    
         
            +
                    <dc:contributor>Nelson, Wendy.</dc:contributor>
         
     | 
| 
      
 553 
     | 
    
         
            +
             
     | 
| 
      
 554 
     | 
    
         
            +
                    <dc:contributor>What''s Left.</dc:contributor>
         
     | 
| 
      
 555 
     | 
    
         
            +
             
     | 
| 
      
 556 
     | 
    
         
            +
                    <dc:creator>Chomsky, Noam.</dc:creator>
         
     | 
| 
      
 557 
     | 
    
         
            +
             
     | 
| 
      
 558 
     | 
    
         
            +
                    <dc:date>c1997</dc:date>
         
     | 
| 
      
 559 
     | 
    
         
            +
             
     | 
| 
      
 560 
     | 
    
         
            +
                    <dc:description>What''s left presents.</dc:description>
         
     | 
| 
      
 561 
     | 
    
         
            +
             
     | 
| 
      
 562 
     | 
    
         
            +
                    <dc:description>"During this gathering of journalists, Noam Chomsky fields
         
     | 
| 
      
 563 
     | 
    
         
            +
                    questions about anarchism, authority, and the prohibition of marijuana among
         
     | 
| 
      
 564 
     | 
    
         
            +
                    other things."--Container.</dc:description>
         
     | 
| 
      
 565 
     | 
    
         
            +
             
     | 
| 
      
 566 
     | 
    
         
            +
                    <dc:format>1 sound cassette (45 min.) : analog.</dc:format>
         
     | 
| 
      
 567 
     | 
    
         
            +
             
     | 
| 
      
 568 
     | 
    
         
            +
                    <dc:language xsi:type="http://purl.org/dc/terms/ISO639-2">eng</dc:language>
         
     | 
| 
      
 569 
     | 
    
         
            +
             
     | 
| 
      
 570 
     | 
    
         
            +
                    <dc:publisher>What''s Left</dc:publisher>
         
     | 
| 
      
 571 
     | 
    
         
            +
             
     | 
| 
      
 572 
     | 
    
         
            +
                    <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Chomsky, Noam--Political
         
     | 
| 
      
 573 
     | 
    
         
            +
                    and social views.</dc:subject>
         
     | 
| 
      
 574 
     | 
    
         
            +
             
     | 
| 
      
 575 
     | 
    
         
            +
                    <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Anarchism.</dc:subject>
         
     | 
| 
      
 576 
     | 
    
         
            +
             
     | 
| 
      
 577 
     | 
    
         
            +
                    <dc:subject xsi:type="http://purl.org/dc/terms/LCSH">Authority.</dc:subject>
         
     | 
| 
      
 578 
     | 
    
         
            +
             
     | 
| 
      
 579 
     | 
    
         
            +
                    <dc:title>Anarchism</dc:title>
         
     | 
| 
      
 580 
     | 
    
         
            +
             
     | 
| 
      
 581 
     | 
    
         
            +
                    <dc:title>Noam Chomsky speaking on anarchism</dc:title>
         
     | 
| 
      
 582 
     | 
    
         
            +
             
     | 
| 
      
 583 
     | 
    
         
            +
                    <dc:title>Title on container spine: Noam Chomsky anarchism</dc:title>
         
     | 
| 
      
 584 
     | 
    
         
            +
             
     | 
| 
      
 585 
     | 
    
         
            +
                    <dc:type>Sound</dc:type>
         
     | 
| 
      
 586 
     | 
    
         
            +
             
     | 
| 
      
 587 
     | 
    
         
            +
                    <oclcterms:recordCreationDate xsi:type="http://purl.org/oclc/terms/marc008date">010727</oclcterms:recordCreationDate>
         
     | 
| 
      
 588 
     | 
    
         
            +
             
     | 
| 
      
 589 
     | 
    
         
            +
                    <oclcterms:recordIdentifier>47661938</oclcterms:recordIdentifier>
         
     | 
| 
      
 590 
     | 
    
         
            +
             
     | 
| 
      
 591 
     | 
    
         
            +
                    </oclcdcs>
         
     | 
| 
      
 592 
     | 
    
         
            +
             
     | 
| 
      
 593 
     | 
    
         
            +
                    </recordData>
         
     | 
| 
      
 594 
     | 
    
         
            +
             
     | 
| 
      
 595 
     | 
    
         
            +
                    </record>
         
     | 
| 
      
 596 
     | 
    
         
            +
             
     | 
| 
      
 597 
     | 
    
         
            +
                    </records>
         
     | 
| 
      
 598 
     | 
    
         
            +
             
     | 
| 
      
 599 
     | 
    
         
            +
                    <nextRecordPosition>11</nextRecordPosition>
         
     | 
| 
      
 600 
     | 
    
         
            +
             
     | 
| 
      
 601 
     | 
    
         
            +
                    <resultSetIdleTime/>
         
     | 
| 
      
 602 
     | 
    
         
            +
             
     | 
| 
      
 603 
     | 
    
         
            +
                    <echoedSearchRetrieveRequest xmlns:srw="http://www.loc.gov/zing/srw/">
         
     | 
| 
      
 604 
     | 
    
         
            +
             
     | 
| 
      
 605 
     | 
    
         
            +
                    <version>1.1</version>
         
     | 
| 
      
 606 
     | 
    
         
            +
             
     | 
| 
      
 607 
     | 
    
         
            +
                    <query>srw.kw = "anarchism"</query>
         
     | 
| 
      
 608 
     | 
    
         
            +
             
     | 
| 
      
 609 
     | 
    
         
            +
                    <maximumRecords>10</maximumRecords>
         
     | 
| 
      
 610 
     | 
    
         
            +
             
     | 
| 
      
 611 
     | 
    
         
            +
                    <recordSchema>info:srw/schema/1/dc</recordSchema>
         
     | 
| 
      
 612 
     | 
    
         
            +
             
     | 
| 
      
 613 
     | 
    
         
            +
                    <recordPacking>xml</recordPacking>
         
     | 
| 
      
 614 
     | 
    
         
            +
             
     | 
| 
      
 615 
     | 
    
         
            +
                    <startRecord>1</startRecord>
         
     | 
| 
      
 616 
     | 
    
         
            +
             
     | 
| 
      
 617 
     | 
    
         
            +
                    <sortKeys>relevance</sortKeys>
         
     | 
| 
      
 618 
     | 
    
         
            +
             
     | 
| 
      
 619 
     | 
    
         
            +
                    <wskey>DUMMY_API_KEY</wskey>
         
     | 
| 
      
 620 
     | 
    
         
            +
             
     | 
| 
      
 621 
     | 
    
         
            +
                    </echoedSearchRetrieveRequest>
         
     | 
| 
      
 622 
     | 
    
         
            +
             
     | 
| 
      
 623 
     | 
    
         
            +
                    </searchRetrieveResponse>
         
     | 
| 
      
 624 
     | 
    
         
            +
             
     | 
| 
      
 625 
     | 
    
         
            +
            '
         
     | 
| 
      
 626 
     | 
    
         
            +
                http_version: 
         
     | 
| 
      
 627 
     | 
    
         
            +
              recorded_at: Tue, 18 Sep 2012 20:57:46 GMT
         
     | 
| 
      
 628 
     | 
    
         
            +
            recorded_with: VCR 2.2.5
         
     |