diff options
| author | nfenwick <nfenwick@pglaf.org> | 2025-03-03 06:21:37 -0800 |
|---|---|---|
| committer | nfenwick <nfenwick@pglaf.org> | 2025-03-03 06:21:37 -0800 |
| commit | b776706f473ade0356b36da128c0db21bce2def2 (patch) | |
| tree | a32f99b0817396f67a64b609e9479e1ba4dd3ba1 /40345-h/40345-h.html | |
| parent | 34300c0fb2fb8e86f2cc44c8b58d58fe70a364d0 (diff) | |
Diffstat (limited to '40345-h/40345-h.html')
| -rw-r--r-- | 40345-h/40345-h.html | 1919 |
1 files changed, 0 insertions, 1919 deletions
diff --git a/40345-h/40345-h.html b/40345-h/40345-h.html deleted file mode 100644 index c72fe68..0000000 --- a/40345-h/40345-h.html +++ /dev/null @@ -1,1919 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.1//EN' 'http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd'> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<meta name="generator" content="Docutils 0.8.1: http://docutils.sourceforge.net/" /> -<style type="text/css"> -/* -Project Gutenberg common docutils stylesheet. - -This stylesheet contains styles common to HTML and EPUB. Put styles -that are specific to HTML and EPUB into their relative stylesheets. - -:Author: Marcello Perathoner (webmaster@gutenberg.org) -:Copyright: This stylesheet has been placed in the public domain. - -This stylesheet is based on: - - :Author: David Goodger (goodger@python.org) - :Copyright: This stylesheet has been placed in the public domain. - - Default cascading style sheet for the HTML output of Docutils. - -*/ - -/* ADE 1.7.2 chokes on !important and throws all css out. */ - -/* FONTS */ - -.italics { font-style: italic } -.no-italics { font-style: normal } - -.bold { font-weight: bold } -.no-bold { font-weight: normal } - -.small-caps { } /* Epub needs italics */ -.gesperrt { } /* Epub needs italics */ -.antiqua { font-style: italic } /* what else can we do ? */ -.monospaced { font-family: monospace } - -.smaller { font-size: smaller } -.larger { font-size: larger } - -.xx-small { font-size: xx-small } -.x-small { font-size: x-small } -.small { font-size: small } -.medium { font-size: medium } -.large { font-size: large } -.x-large { font-size: x-large } -.xx-large { font-size: xx-large } - -.text-transform-uppercase { text-transform: uppercase } -.text-transform-lowercase { text-transform: lowercase } -.text-transform-none { text-transform: none } - -.red { color: red } -.green { color: green } -.blue { color: blue } -.yellow { color: yellow } -.white { color: white } -.gray { color: gray } -.black { color: black } - -/* ALIGN */ - -.left { text-align: left } -.center { text-align: center } -.right { text-align: right } -.justify { text-align: justify } - -/* LINE HEIGHT */ - -body { line-height: 1.5 } -p { margin: 0; - text-indent: 2em } - -/* PAGINATION */ - -.title, .subtitle { page-break-after: avoid } - -.container, .title, .subtitle, #pg-header - { page-break-inside: avoid } - -/* SECTIONS */ - -body { text-align: justify } - -p.pfirst, -p.center, -p.right, -div.center p, -div.right p, -p.noindent { text-indent: 0 } - -.boxed { border: 1px solid black; padding: 1em } -.topic, .note { margin: 5% 0; border: 1px solid black; padding: 1em } -div.section { clear: both } - -div.line-block { margin: 1.5em 0 } /* same leading as p */ -div.line-block.inner { margin: 0 0 0 10% } -div.line { margin-left: 20%; text-indent: -20%; } -.line-block.noindent div.line { margin-left: 0; text-indent: 0; } - -hr.docutils { margin: 1.5em 40%; border: none; border-bottom: 1px solid black; } -div.transition { margin: 1.5em 0 } - -.vfill, .vspace { border: 0px solid white } - -.title { margin: 1.5em 0 } -.title.with-subtitle { margin-bottom: 0 } -.subtitle { margin: 1.5em 0 } - -/* header font style */ -/* http://dev.w3.org/csswg/css3-fonts/#propdef-font-size */ - -h1.title { font-size: 200%; } /* for book title only */ -h2.title, p.subtitle.level-1 { font-size: 150%; margin-top: 4.5em; margin-bottom: 2em } -h3.title, p.subtitle.level-2 { font-size: 120%; margin-top: 2.25em; margin-bottom: 1.25em } -h4.title, p.subtitle.level-3 { font-size: 100%; margin-top: 1.5em; margin-bottom: 1.5em; font-weight: bold; } -h5.title, p.subtitle.level-4 { font-size: 89%; margin-top: 1.87em; margin-bottom: 1.69em; font-style: italic; } -h6.title, p.subtitle.level-5 { font-size: 60%; margin-top: 3.5em; margin-bottom: 2.5em } - -/* title page */ - -h1.title, p.subtitle.level-1, -h2.title, p.subtitle.level-2 { text-align: center } - -#pg-header, -h1.document-title { margin: 10% 0 5% 0 } -p.document-subtitle { margin: 0 0 5% 0 } - -/* PG header and footer */ -#pg-machine-header { } -#pg-produced-by { } - -li.toc-entry { list-style-type: none } -ul.open li, ol.open li { margin-bottom: 1.5em } - -.attribution { margin-top: 1.5em } - -.example-rendered { - margin: 1em 5%; border: 1px dotted red; padding: 1em; background-color: #ffd } -.literal-block.example-source { - margin: 1em 5%; border: 1px dotted blue; padding: 1em; background-color: #eef } - -/* DROPCAPS */ - -/* BLOCKQUOTES */ - -blockquote { margin: 1.5em 10% } - -blockquote.epigraph { } - -blockquote.highlights { } - -div.local-contents { margin: 1.5em 10% } - -div.abstract { margin: 3em 10% } -div.caption { margin: 1.5em 10%; text-align: center; font-style: italic } -div.legend { margin: 1.5em 10% } - -.hidden { display: none } - -.invisible { visibility: hidden; color: white } /* white: mozilla print bug */ - -a.toc-backref { - text-decoration: none ; - color: black } - -dl.docutils dd { - margin-bottom: 0.5em } - -div.figure { margin-top: 3em; margin-bottom: 3em } - -img { max-width: 100% } - -div.footer, div.header { - clear: both; - font-size: smaller } - -div.sidebar { - margin: 0 0 0.5em 1em ; - border: medium outset ; - padding: 1em ; - background-color: #ffffee ; - width: 40% ; - float: right ; - clear: right } - -div.sidebar p.rubric { - font-family: sans-serif ; - font-size: medium } - -ol.simple, ul.simple { margin: 1.5em 0 } - -ol.toc-list, ul.toc-list { padding-left: 0 } -ol ol.toc-list, ul ul.toc-list { padding-left: 5% } - -ol.arabic { - list-style: decimal } - -ol.loweralpha { - list-style: lower-alpha } - -ol.upperalpha { - list-style: upper-alpha } - -ol.lowerroman { - list-style: lower-roman } - -ol.upperroman { - list-style: upper-roman } - -p.credits { - font-style: italic ; - font-size: smaller } - -p.label { - white-space: nowrap } - -p.rubric { - font-weight: bold ; - font-size: larger ; - color: maroon ; - text-align: center } - -p.sidebar-title { - font-family: sans-serif ; - font-weight: bold ; - font-size: larger } - -p.sidebar-subtitle { - font-family: sans-serif ; - font-weight: bold } - -p.topic-title, p.admonition-title { - font-weight: bold } - -pre.address { - margin-bottom: 0 ; - margin-top: 0 ; - font: inherit } - -.literal-block, .doctest-block { - margin-left: 2em ; - margin-right: 2em; } - -span.classifier { - font-family: sans-serif ; - font-style: oblique } - -span.classifier-delimiter { - font-family: sans-serif ; - font-weight: bold } - -span.interpreted { - font-family: sans-serif } - -span.option { - white-space: nowrap } - -span.pre { - white-space: pre } - -span.problematic { - color: red } - -span.section-subtitle { - /* font-size relative to parent (h1..h6 element) */ - font-size: 100% } - -table { margin-top: 1.5em; margin-bottom: 1.5em; border-spacing: 0 } -table.align-left, table.align-right { margin-top: 0 } - -table.table { border-collapse: collapse; } - -table.table.hrules-table thead { border: 1px solid black; border-width: 2px 0 0 } -table.table.hrules-table tbody { border: 1px solid black; border-width: 2px 0 } -table.table.hrules-rows tr { border: 1px solid black; border-width: 0 0 1px } -table.table.hrules-rows tr.last { border-width: 0 } -table.table.hrules-rows td, -table.table.hrules-rows th { padding: 1ex 1em; vertical-align: middle } - -table.table tr { border-width: 0 } -table.table td, -table.table th { padding: 0.5ex 1em } -table.table tr.first td { padding-top: 1ex } -table.table tr.last td { padding-bottom: 1ex } -table.table tr.first th { padding-top: 1ex } -table.table tr.last th { padding-bottom: 1ex } - - -table.citation { - border-left: solid 1px gray; - margin-left: 1px } - -table.docinfo { - margin: 3em 4em } - -table.docutils { } - -tr.footnote.footnote td, tr.footnote.footnote th { - padding: 0 0.5em 1.5em; -} - -table.docutils td, table.docutils th, -table.docinfo td, table.docinfo th { - padding: 0 0.5em; - vertical-align: top } - -table.docutils th.field-name, table.docinfo th.docinfo-name { - font-weight: bold ; - text-align: left ; - white-space: nowrap ; - padding-left: 0 } - -/* used to remove borders from tables and images */ -.borderless, table.borderless td, table.borderless th { - border: 0 } - -table.borderless td, table.borderless th { - /* Override padding for "table.docutils td" with "!important". - The right padding separates the table cells. */ - padding: 0 0.5em 0 0 } /* FIXME: was !important */ - -h1 tt.docutils, h2 tt.docutils, h3 tt.docutils, -h4 tt.docutils, h5 tt.docutils, h6 tt.docutils { - font-size: 100% } - -ul.auto-toc { - list-style-type: none } -</style> -<style type="text/css"> -/* -Project Gutenberg HTML docutils stylesheet. - -This stylesheet contains styles specific to HTML. -*/ - -/* FONTS */ - -/* em { font-style: normal } -strong { font-weight: normal } */ - -.small-caps { font-variant: small-caps } -.gesperrt { letter-spacing: 0.1em } - -/* ALIGN */ - -.align-left { clear: left; - float: left; - margin-right: 1em } - -.align-right { clear: right; - float: right; - margin-left: 1em } - -.align-center { margin-left: auto; - margin-right: auto } - -div.shrinkwrap { display: table; } - -/* SECTIONS */ - -body { margin: 5% 10% 5% 10% } - -/* compact list items containing just one p */ -li p.pfirst { margin-top: 0; margin-bottom: 0 } - -.first { margin-top: 0 !important; - text-indent: 0 !important } -.last { margin-bottom: 0 !important } - -span.dropcap { float: left; margin: 0 0.1em 0 0; line-height: 1 } -img.dropcap { float: left; margin: 0 0.5em 0 0; max-width: 25% } -span.dropspan { font-variant: small-caps } - -.no-page-break { page-break-before: avoid !important } - -/* PAGINATION */ - -@media screen { - .coverpage, .frontispiece, .titlepage, .verso, .dedication, .plainpage - { margin: 10% 0; } - - div.clearpage, div.cleardoublepage - { margin: 10% 0; border: none; border-top: 1px solid gray; } - - .vfill { margin: 5% 10% } -} - -@media print { - div.clearpage { page-break-before: always; padding-top: 10% } - div.cleardoublepage { page-break-before: right; padding-top: 10% } - - .vfill { margin-top: 20% } - h2.title { margin-top: 20% } -} - -</style> -<title>A SONG OF THE GUNS</title> -<meta name="PG.Rights" content="Public Domain" /> -<meta name="PG.Title" content="A Song of the Guns" /> -<meta name="PG.Producer" content="Al Haines" /> -<link rel="coverpage" href="images/img-cover.jpg" /> -<meta name="DC.Creator" content="Gilbert Frankau" /> -<meta name="DC.Created" content="1916" /> -<meta name="PG.Id" content="40345" /> -<meta name="PG.Released" content="2012-07-26" /> -<meta name="DC.Language" content="en" /> -<meta name="DC.Title" content="A Song of the Guns" /> - -<link href="http://purl.org/dc/terms/" rel="schema.DCTERMS" /> -<link href="http://id.loc.gov/vocabulary/relators" rel="schema.MARCREL" /> -<meta content="A Song of the Guns" name="DCTERMS.title" /> -<meta content="song.rst" name="DCTERMS.source" /> -<meta content="en" scheme="DCTERMS.RFC4646" name="DCTERMS.language" /> -<meta content="2012-07-27T03:22:58.046610+00:00" scheme="DCTERMS.W3CDTF" name="DCTERMS.modified" /> -<meta content="Project Gutenberg" name="DCTERMS.publisher" /> -<meta content="Public Domain in the USA." name="DCTERMS.rights" /> -<link href="http://www.gutenberg.org/ebooks/40345" rel="DCTERMS.isFormatOf" /> -<meta content="Gilbert Frankau" name="DCTERMS.creator" /> -<meta content="2012-07-26" scheme="DCTERMS.W3CDTF" name="DCTERMS.created" /> -<meta content="width=device-width" name="viewport" /> -<meta content="EpubMaker 0.3.19b4 by Marcello Perathoner <webmaster@gutenberg.org>" name="generator" /> -<style type="text/css"> -.pageno { position: absolute; right: 95%; font: medium sans-serif; text-indent: 0 } -.pageno:after { color: gray; content: '[' attr(title) ']' } -.lineno { position: absolute; left: 95%; font: medium sans-serif; text-indent: 0 } -.lineno:after { color: gray; content: '[' attr(title) ']' } -.toc-pageref { float: right } -pre { font-family: monospace; font-size: 0.9em; white-space: pre-wrap } -</style> -</head> -<body> -<div class="document" id="a-song-of-the-guns"> -<h1 class="document-title level-1 pfirst title">A SONG OF THE GUNS</h1> - -<!-- -*- encoding: utf-8 -*- --> -<div class="clearpage"> -</div> -<!-- -*- encoding: utf-8 -*- --> -<div class="align-None container language-en noindent pgheader" id="pg-header" xml:lang="en" lang="en"> -<p class="noindent pfirst">This eBook is for the use of anyone anywhere at no cost and with -almost no restrictions whatsoever. You may copy it, give it away or -re-use it under the terms of the <a class="reference internal" href="#project-gutenberg-license">Project Gutenberg License</a> -included with this eBook or online at -<a class="reference external" href="http://www.gutenberg.org/license">http://www.gutenberg.org/license</a>.</p> -<p class="noindent pnext"></p> -<div class="noindent vspace" style="height: 2em"> -</div> -<div class="align-None container noindent white-space-pre-line" id="pg-machine-header"> -<p class="noindent pfirst white-space-pre-line"><span class="white-space-pre-line">Title: A Song of the Guns<br /> -<br /> -Author: Gilbert Frankau<br /> -<br /> -Release Date: July 26, 2012 [EBook #40345]<br /> -<br /> -Language: English<br /> -<br /> -Character set encoding: UTF-8</span></p> -</div> -<div class="noindent vspace" style="height: 2em"> -</div> -<p class="noindent pfirst" id="pg-start-line">*** START OF THIS PROJECT GUTENBERG EBOOK <span>A SONG OF THE GUNS</span> ***</p> -<div class="noindent vspace" style="height: 4em"> -</div> -<p class="noindent pfirst" id="pg-produced-by"><span>Produced by Al Haines.</span></p> -<div class="noindent vspace" style="height: 1em"> -</div> -<p class="noindent pfirst"><span></span></p> -</div> -<div class="align-None container coverpage"> -<div class="vspace" style="height: 3em"> -</div> -<div class="align-center auto-scaled figure" style="width: 51%" id="figure-6"> -<span id="cover"></span><img class="align-center" style="display: block; width: 100%" alt=" " src="images/img-cover.jpg" /> -<div class="caption figure"> -Cover</div> -</div> -</div> -<div class="vspace" style="height: 4em"> -</div> -<div class="align-None center container titlepage white-space-pre-line"> -<p class="pfirst white-space-pre-line x-large">A SONG OF THE GUNS</p> -<div class="vspace white-space-pre-line" style="height: 2em"> -</div> -<p class="medium pfirst white-space-pre-line">BY</p> -<p class="large pnext white-space-pre-line">GILBERT FRANKAU, R.S.A.</p> -<div class="vspace white-space-pre-line" style="height: 4em"> -</div> -<p class="medium pfirst white-space-pre-line">BOSTON AND NEW YORK<br /> -HOUGHTON MIFFLIN COMPANY<br /> -The Riverside Press Cambridge<br /> -1916</p> -<div class="vspace white-space-pre-line" style="height: 4em"> -</div> -</div> -<div class="align-None center container verso white-space-pre-line"> -<p class="center pfirst small white-space-pre-line">COPYRIGHT, 1916, BY GILBERT FRANKAU<br /> -ALL RIGHTS RESERVED<br /> -<em class="italics white-space-pre-line">Published April 1916</em></p> -<div class="vspace white-space-pre-line" style="height: 3em"> -</div> -</div> -<!-- --> -<p class="center medium pfirst">NOTE</p> -<div class="vspace" style="height: 2em"> -</div> -<p class="pfirst"><em class="italics">A Song of the Guns</em> was written under what are -probably the most remarkable conditions in which a poem has -ever been composed. The author, who is now serving in -Flanders, was present at the battle of Loos, and during a -lull in the fighting--when the gunners, who had been sleepless -for five nights, were resting like tired dogs under their -guns--he jotted down the main theme of the poem. After -the battle the artillery brigade to which he was attached was -ordered to Ypres, and it was during the long trench warfare -in this district, within sight of the ruined tower of Ypres -Cathedral, that the poem was finally completed. The last -three stanzas were written at midnight in Brigade -Headquarters with the German shells screaming over into the -ruined town.</p> -<div class="vspace" style="height: 4em"> -</div> -<p class="center large pfirst">CONTENTS</p> -<div class="vspace" style="height: 2em"> -</div> -<p class="left medium pfirst white-space-pre-line"><a class="reference internal white-space-pre-line" href="#the-voice-of-the-slaves">The Voice of the Slaves</a><br /> -<a class="reference internal white-space-pre-line" href="#headquarters">Headquarters</a><br /> -<a class="reference internal white-space-pre-line" href="#gun-teams">Gun-Teams</a><br /> -<a class="reference internal white-space-pre-line" href="#eyes-in-the-air">Eyes in the Air</a><br /> -<a class="reference internal white-space-pre-line" href="#signals">Signals</a><br /> -<a class="reference internal white-space-pre-line" href="#the-observers">The Observers</a><br /> -<a class="reference internal white-space-pre-line" href="#ammunition-column">Ammunition Column</a><br /> -<a class="reference internal white-space-pre-line" href="#the-voice-of-the-guns">The Voice of the Guns</a></p> -<div class="vspace" style="height: 4em"> -</div> -<p class="center large pfirst" id="id1">A SONG OF THE GUNS</p> -<div class="vspace" style="height: 2em"> -</div> -<!-- --> -<blockquote> -<div> -<div class="line-block outermost"> -<div class="line">These are our masters, the slim</div> -<div class="inner line-block"> -<div class="line">Grim muzzles that irk in the pit;</div> -</div> -<div class="line">That chafe for the rushing of wheels,</div> -<div class="inner line-block"> -<div class="line">For the teams plunging madly to bit</div> -</div> -<div class="line">As the gunners wing down to unkey,</div> -<div class="inner line-block"> -<div class="line">For the trails sweeping half-circle-right,</div> -</div> -<div class="line">For the six breech-blocks clashing as one</div> -<div class="inner line-block"> -<div class="line">To a target viewed clear on the sight--</div> -</div> -<div class="line">Gray masses the shells search and tear</div> -<div class="inner line-block"> -<div class="line">Into fragments that bunch as they run--</div> -</div> -<div class="line">For the hour of the red battle-harvest,</div> -<div class="inner line-block"> -<div class="line">The dream of the slaves of the gun!</div> -</div> -</div> -<div class="line-block outermost"> -<div class="line">We have bartered our souls to the guns;</div> -<div class="inner line-block"> -<div class="line">Every fibre of body and brain</div> -</div> -<div class="line">Have we trained to them, chained to them. Serfs?</div> -<div class="inner line-block"> -<div class="line">Aye! but proud of the weight of our chain,</div> -</div> -<div class="line">Of our backs that are bowed to their workings,</div> -<div class="inner line-block"> -<div class="line">To hide them and guard and disguise,</div> -</div> -<div class="line">Of our ears that are deafened with service,</div> -<div class="inner line-block"> -<div class="line">Of hands that are scarred, and of eyes</div> -</div> -<div class="line">Grown hawklike with marking their prey,</div> -<div class="inner line-block"> -<div class="line">Of wings that are slashed as with swords</div> -</div> -<div class="line">When we hover, the turn of a blade</div> -<div class="inner line-block"> -<div class="line">From the death that is sweet to our lords.</div> -</div> -</div> -</div> -</blockquote> -<div class="vspace" style="height: 4em"> -</div> -<p class="center large pfirst" id="the-voice-of-the-slaves">THE VOICE OF THE SLAVES</p> -<div class="vspace" style="height: 2em"> -</div> -<!-- --> -<blockquote> -<div> -<div class="line-block outermost"> -<div class="line"><em class="italics">By the ears and the eyes and the brain,</em></div> -<div class="inner line-block"> -<div class="line"><em class="italics">By the limbs and the hands and the wings,</em></div> -</div> -<div class="line"><em class="italics">We are slaves to our masters the guns;</em></div> -<div class="inner line-block"> -<div class="line"><em class="italics">But their slaves are the masters of kings!</em></div> -</div> -</div> -</div> -</blockquote> -<div class="vspace" style="height: 4em"> -</div> -<p class="center large pfirst" id="headquarters">HEADQUARTERS</p> -<div class="vspace" style="height: 2em"> -</div> -<!-- --> -<blockquote> -<div> -<div class="line-block outermost"> -<div class="line">A league and a league from the trenches,</div> -<div class="inner line-block"> -<div class="line">from the traversed maze of the lines,--</div> -</div> -<div class="line">Where daylong the sniper watches and daylong the</div> -<div class="inner line-block"> -<div class="line">bullet whines,</div> -</div> -<div class="line">And the cratered earth is in travail with mines and</div> -<div class="inner line-block"> -<div class="line">with countermines,--</div> -</div> -</div> -<div class="line-block outermost"> -<div class="line">Here, where haply some woman dreamed, (are</div> -<div class="inner line-block"> -<div class="line">those her roses that bloom</div> -</div> -<div class="line">In the garden beyond the windows of my littered</div> -<div class="inner line-block"> -<div class="line">working-room?)</div> -</div> -<div class="line">We have decked the map for our masters as a bride</div> -<div class="inner line-block"> -<div class="line">is decked for the groom.</div> -</div> -</div> -<div class="line-block outermost"> -<div class="line">Here, on each numbered lettered square,--cross-road</div> -<div class="inner line-block"> -<div class="line">and mound and wire,</div> -</div> -<div class="line">Loophole, redoubt, and emplacement, are the targets</div> -<div class="inner line-block"> -<div class="line">their mouths desire,--</div> -</div> -<div class="line">Gay with purples and browns and blues, have we</div> -<div class="inner line-block"> -<div class="line">traced them their arcs of fire.</div> -</div> -</div> -<div class="line-block outermost"> -<div class="line">And ever the type-keys clatter; and ever our keen</div> -<div class="inner line-block"> -<div class="line">wires bring</div> -</div> -<div class="line">Word from the watchers a-crouch below, word</div> -<div class="inner line-block"> -<div class="line">from the watchers a-wing;</div> -</div> -<div class="line">And ever we hear the distant growl of our hid guns</div> -<div class="inner line-block"> -<div class="line">thundering;</div> -</div> -</div> -<div class="line-block outermost"> -<div class="line">Hear it hardly, and turn again to our maps, where</div> -<div class="inner line-block"> -<div class="line">the trench-lines crawl,</div> -</div> -<div class="line">Red on the gray and each with a sign for the</div> -<div class="inner line-block"> -<div class="line">ranging shrapnel's fall--</div> -</div> -<div class="line">Snakes that our masters shall scotch at dawn, as is</div> -<div class="inner line-block"> -<div class="line">written here on the wall.</div> -</div> -</div> -<div class="line-block outermost"> -<div class="line">For the weeks of our waiting draw to a close....</div> -<div class="inner line-block"> -<div class="line">There is scarcely a leaf astir</div> -</div> -<div class="line">In the garden beyond my windows where the</div> -<div class="inner line-block"> -<div class="line">twilight shadows blur</div> -</div> -<div class="line">The blaze of some woman's roses....</div> -<div class="inner line-block"> -<div class="inner line-block"> -<div class="line">"Bombardment orders, sir."</div> -</div> -</div> -</div> -</div> -</blockquote> -<div class="vspace" style="height: 4em"> -</div> -<p class="center large pfirst" id="gun-teams">GUN-TEAMS</p> -<div class="vspace" style="height: 2em"> -</div> -<!-- --> -<blockquote> -<div> -<div class="line-block outermost"> -<div class="line">Their rugs are sodden, their heads are down, their</div> -<div class="inner line-block"> -<div class="inner line-block"> -<div class="line">tails are turned to the storm.</div> -</div> -<div class="line">(Would you know them, you that groomed them</div> -<div class="inner line-block"> -<div class="line">in the sleek fat days of peace,--</div> -</div> -</div> -<div class="line">When the tiles rang to their pawings in the lighted</div> -<div class="inner line-block"> -<div class="inner line-block"> -<div class="line">stalls and warm,--</div> -</div> -<div class="line">Now the foul clay cakes on breeching-strap and</div> -<div class="inner line-block"> -<div class="line">clogs the quick-release?)</div> -</div> -</div> -</div> -<div class="line-block outermost"> -<div class="line">The blown rain stings, there is never a star, the</div> -<div class="inner line-block"> -<div class="inner line-block"> -<div class="line">tracks are rivers of slime.</div> -</div> -<div class="line">(You must harness up by guesswork with a</div> -<div class="inner line-block"> -<div class="line">failing torch for light,</div> -</div> -</div> -<div class="line">Instep-deep in unmade standings, for it's active-service time,</div> -<div class="inner line-block"> -<div class="line">And our resting weeks are over, and we move</div> -<div class="inner line-block"> -<div class="line">the guns to-night.)</div> -</div> -</div> -</div> -<div class="line-block outermost"> -<div class="line">The iron tires slither, the traces sag; their blind</div> -<div class="inner line-block"> -<div class="inner line-block"> -<div class="line">hooves stumble and slide;</div> -</div> -<div class="line">They are war-worn, they are weary, soaked with</div> -<div class="inner line-block"> -<div class="line">sweat and sopped with rain.</div> -</div> -</div> -<div class="line">(You must hold them, you must help them, swing</div> -<div class="inner line-block"> -<div class="inner line-block"> -<div class="line">your lead and centre wide</div> -</div> -<div class="line">Where the greasy granite pave peters out to</div> -<div class="inner line-block"> -<div class="line">squelching drain.)</div> -</div> -</div> -</div> -<div class="line-block outermost"> -<div class="line">There is shrapnel bursting a mile in front on the</div> -<div class="inner line-block"> -<div class="inner line-block"> -<div class="line">road that the guns must take:</div> -</div> -<div class="line">(You are nervous, you are thoughtful, you are</div> -<div class="inner line-block"> -<div class="line">shifting in your seat,</div> -</div> -</div> -<div class="line">As you watch the ragged feathers flicker orange</div> -<div class="inner line-block"> -<div class="inner line-block"> -<div class="line">flame and break)--</div> -</div> -<div class="line">But the teams are pulling steady down the</div> -<div class="inner line-block"> -<div class="line">battered village street.</div> -</div> -</div> -</div> -<div class="line-block outermost"> -<div class="line">You have shod them cold, and their coats are long,</div> -<div class="inner line-block"> -<div class="inner line-block"> -<div class="line">and their bellies gray with the mud;</div> -</div> -<div class="line">They have done with gloss and polish, but the</div> -<div class="inner line-block"> -<div class="line">fighting heart's unbroke.</div> -</div> -</div> -<div class="line">We, who saw them hobbling after us down white</div> -<div class="inner line-block"> -<div class="inner line-block"> -<div class="line">roads flecked with blood,</div> -</div> -<div class="line">Patient, wondering why we left them, till we</div> -<div class="inner line-block"> -<div class="line">lost them in the smoke;</div> -</div> -</div> -</div> -<div class="line-block outermost"> -<div class="line">Who have felt them shiver between our knees,</div> -<div class="inner line-block"> -<div class="inner line-block"> -<div class="line">when the shells rain black from the skies,</div> -</div> -<div class="line">When the bursting terrors find us and the lines</div> -<div class="inner line-block"> -<div class="line">stampede as one;</div> -</div> -</div> -<div class="line">Who have watched the pierced limbs quiver and</div> -<div class="inner line-block"> -<div class="inner line-block"> -<div class="line">the pain in stricken eyes,</div> -</div> -<div class="line">Know the worth of humble servants, foolish-faithful</div> -<div class="inner line-block"> -<div class="line">to their gun!</div> -</div> -</div> -</div> -</div> -</blockquote> -<div class="vspace" style="height: 4em"> -</div> -<p class="center large pfirst" id="eyes-in-the-air">EYES IN THE AIR</p> -<div class="vspace" style="height: 2em"> -</div> -<!-- --> -<blockquote> -<div> -<div class="line-block outermost"> -<div class="line">Our guns are a league behind us, our target a mile below,</div> -<div class="line">And there's never a cloud to blind us from the haunts of</div> -<div class="inner line-block"> -<div class="line">our lurking foe--</div> -</div> -<div class="line">Sunk pit whence his shrapnel tore us, support-trench crest-concealed,</div> -<div class="line">As clear as the charts before us, his ramparts lie revealed.</div> -<div class="line">His panicked watchers spy us, a droning threat in the void;</div> -<div class="line">Their whistling shells outfly us--puff upon puff, deployed</div> -<div class="line">Across the green beneath us, across the flanking grey,</div> -<div class="line">In fume and fire to sheathe us and balk us of our prey.</div> -</div> -<div class="line-block outermost"> -<div class="line">Below, beyond, above her,</div> -<div class="inner line-block"> -<div class="line">Their iron web is spun!</div> -</div> -<div class="line">Flicked but unsnared we hover,</div> -<div class="inner line-block"> -<div class="line">Edged planes against the sun:</div> -</div> -<div class="line">Eyes in the air above his lair,</div> -<div class="inner line-block"> -<div class="line">The hawks that guide the gun!</div> -</div> -</div> -<div class="line-block outermost"> -<div class="line">No word from earth may reach us save, white against the ground,</div> -<div class="line">The strips outspread to teach us whose ears are deaf to sound:</div> -<div class="line">But down the winds that sear us, athwart our engine's shriek,</div> -<div class="line">We send--and know they hear us, the ranging guns we speak.</div> -<div class="line">Our visored eyeballs show us their answering pennant, broke</div> -<div class="line">Eight thousand feet below us, a whirl of flame-stabbed smoke--</div> -<div class="line">The burst that hangs to guide us, while numbed gloved fingers tap</div> -<div class="line">From wireless key beside us the circles of the map.</div> -</div> -<div class="line-block outermost"> -<div class="line">Line--target--short or over--</div> -<div class="inner line-block"> -<div class="line">Comes, plain as clock-hands run,</div> -</div> -<div class="line">Word from the birds that hover,</div> -<div class="inner line-block"> -<div class="line">Unblinded, tail to sun--</div> -</div> -<div class="line">Word out of air to range them fair,</div> -<div class="inner line-block"> -<div class="line">From hawks that guide the gun!</div> -</div> -</div> -<div class="line-block outermost"> -<div class="line">Your flying shells have failed you, your landward guns are dumb:</div> -<div class="line">Since earth hath naught availed you, these skies be open! Come,</div> -<div class="line">Where, wild to meet and mate you, flame in their beaks for breath,</div> -<div class="line">Black doves! the white hawks wait you on the wind-tossed</div> -<div class="inner line-block"> -<div class="line">boughs of death.</div> -</div> -<div class="line">These boughs be cold without you, our hearts are hot for this,</div> -<div class="line">Our wings shall beat about you, our scorching breath shall kiss:</div> -<div class="line">Till, fraught with that we gave you, fulfilled of our desire,</div> -<div class="line">You bank,--too late to save you from biting beaks of fire,--</div> -</div> -<div class="line-block outermost"> -<div class="line">Turn sideways from your lover,</div> -<div class="inner line-block"> -<div class="line">Shudder and swerve and run,</div> -</div> -<div class="line">Tilt; stagger; and plunge over</div> -<div class="inner line-block"> -<div class="line">Ablaze against the sun,--</div> -</div> -<div class="line">Doves dead in air, who clomb to dare</div> -<div class="inner line-block"> -<div class="line">The hawks that guide the gun!</div> -</div> -</div> -</div> -</blockquote> -<div class="vspace" style="height: 4em"> -</div> -<p class="center large pfirst" id="signals">SIGNALS</p> -<div class="vspace" style="height: 2em"> -</div> -<!-- --> -<blockquote> -<div> -<div class="line-block outermost"> -<div class="inner line-block"> -<div class="line">The hot wax drips from the flares</div> -<div class="line">On the scrawled pink forms that litter</div> -<div class="line">The bench where he sits; the glitter</div> -</div> -<div class="line">Of stars is framed by the sandbags atop of the dug-out stairs.</div> -<div class="inner line-block"> -<div class="line">And the lagging watch-hands creep;</div> -<div class="line">And his cloaked mates murmur in sleep,--</div> -<div class="line">Forms he can wake with a kick,--</div> -</div> -<div class="line">And he hears, as he plays with the pressel-switch, the strapped</div> -<div class="inner line-block"> -<div class="inner line-block"> -<div class="line">receiver click</div> -</div> -<div class="line">On his ear that listens, listens;</div> -<div class="line">And the candle-flicker glistens</div> -</div> -<div class="line">On the rounded brass of the switch-board where the red wires</div> -<div class="inner line-block"> -<div class="inner line-block"> -<div class="line">cluster thick.</div> -</div> -</div> -</div> -<div class="line-block outermost"> -<div class="inner line-block"> -<div class="line">Wires from the earth, from the air;</div> -<div class="line">Wires that whisper and chatter</div> -<div class="line">At night, when the trench-rats patter</div> -</div> -<div class="line">And nibble among the rations and scuttle back to their lair;</div> -<div class="inner line-block"> -<div class="line">Wires that are never at rest,--</div> -<div class="line">For the linesmen tap them and test,</div> -<div class="line">And ever they tremble with tone:--</div> -</div> -<div class="line">And he knows from a hundred signals the buzzing call of his own,</div> -<div class="inner line-block"> -<div class="line">The breaks and the vibrant stresses,--</div> -<div class="line">The Z and the G and the S's</div> -</div> -<div class="line">That call his hand to the answering key and his mouth to the</div> -<div class="inner line-block"> -<div class="inner line-block"> -<div class="line">microphone.</div> -</div> -</div> -</div> -<div class="line-block outermost"> -<div class="inner line-block"> -<div class="line">For always the laid guns fret</div> -<div class="line">On the words that his mouth shall utter,</div> -<div class="line">When rifle and Maxim stutter</div> -</div> -<div class="line">And the rockets volley to starward from the spurting parapet;</div> -<div class="inner line-block"> -<div class="line">And always his ear must hark</div> -<div class="line">To the voices out of the dark,--</div> -<div class="line">For the whisper over the wire,</div> -</div> -<div class="line">From the bombed and the battered trenches where the wounded moan</div> -<div class="inner line-block"> -<div class="inner line-block"> -<div class="line">in the mire,--</div> -</div> -<div class="line">For a sign to waken the thunder</div> -<div class="line">Which shatters the night in sunder</div> -</div> -<div class="line">With the flash of the leaping muzzles and the beat of battery-fire.</div> -</div> -</div> -</blockquote> -<div class="vspace" style="height: 4em"> -</div> -<p class="center large pfirst" id="the-observers">THE OBSERVERS</p> -<div class="vspace" style="height: 2em"> -</div> -<!-- --> -<blockquote> -<div> -<div class="line-block outermost"> -<div class="line">Ere the last light that leaps the night has hung and shone and died,</div> -<div class="inner line-block"> -<div class="line">While yet the breast-high fog of dawn is swathed about the plain,</div> -</div> -<div class="line">By hedge and track our slaves go back, the waning stars for guide,</div> -<div class="inner line-block"> -<div class="line">Eyes of our mouths; the mists have cleared, the guns would speak again!</div> -</div> -</div> -<div class="line-block outermost"> -<div class="line">Faint on the ears that strain to hear, their orders trickle down</div> -<div class="inner line-block"> -<div class="line">"Degrees--twelve--left of zero line--corrector one three eight--</div> -</div> -<div class="line">Three thousand." ... Shift our trails and lift the muzzles that</div> -<div class="inner line-block"> -<div class="inner line-block"> -<div class="line">shall drown</div> -</div> -<div class="line">The rifle's idle chatter when our sendings detonate.</div> -</div> -</div> -<div class="line-block outermost"> -<div class="line">Sending or still, these serve our will; the hidden eyes that mark</div> -<div class="inner line-block"> -<div class="line">From gutted farm, from laddered tree that scans the furrowed slope,</div> -</div> -<div class="line">From coigns of slag whose pit-ropes sag on burrowed ways and dark,</div> -<div class="inner line-block"> -<div class="line">In open trench where sandbags hold the steady periscope.</div> -</div> -</div> -<div class="line-block outermost"> -<div class="line">Waking, they know the instant foe, the bullets phutting by,</div> -<div class="inner line-block"> -<div class="line">The blurring lens, the sodden map, the wires that leak or break!</div> -</div> -<div class="line">Sleeping, they dream of shells that scream adown a sunless sky--</div> -<div class="inner line-block"> -<div class="line">And the splinters patter round them in their dug-outs as they wake.</div> -</div> -</div> -<div class="line-block outermost"> -<div class="line">Not theirs, the wet glad bayonet, the red and racing hour,</div> -<div class="inner line-block"> -<div class="line">The rush that clears the bombing-post with knife and hand-grenade;</div> -</div> -<div class="line">Not theirs the zest when, steel to breast, the last survivors cower,--</div> -<div class="inner line-block"> -<div class="line">Yet can ye hold the ground ye won, save these be there to aid?</div> -</div> -</div> -<div class="line-block outermost"> -<div class="line">These, that observe the shell's far swerve, these of the quiet voice,</div> -<div class="inner line-block"> -<div class="line">That bids "go on," repeats the range, corrects for fuse or line...</div> -</div> -<div class="line">Though dour the task their masters ask, what room for thought or choice?</div> -<div class="inner line-block"> -<div class="line">This is ours by right of service, heedless gift of youthful eyne!</div> -</div> -</div> -<div class="line-block outermost"> -<div class="line">Careless they give while yet they live; the dead we tasked too sore</div> -<div class="inner line-block"> -<div class="line">Bear witness we were naught begrudged of riches or of youth;</div> -</div> -<div class="line">Careless they gave; across their grave our calling salvoes roar,</div> -<div class="inner line-block"> -<div class="line">And those we maimed come back to us in proof our dead speak truth!</div> -</div> -</div> -</div> -</blockquote> -<div class="vspace" style="height: 4em"> -</div> -<p class="center large pfirst" id="ammunition-column">AMMUNITION COLUMN</p> -<div class="vspace" style="height: 2em"> -</div> -<!-- --> -<blockquote> -<div> -<div class="line-block outermost"> -<div class="line"><em class="italics">I am only a cog in a giant machine, a link of an endless chain:--</em></div> -<div class="line"><em class="italics">And the rounds are drawn, and the rounds are fired,</em></div> -<div class="inner line-block"> -<div class="line"><em class="italics">and the empties return again;</em></div> -</div> -<div class="line"><em class="italics">'Railroad, lorry, and limber; battery, column, and park;</em></div> -<div class="line"><em class="italics">'To the shelf where the set fuse waits the breech, from</em></div> -<div class="inner line-block"> -<div class="line"><em class="italics">the quay where the shells embark.</em></div> -</div> -<div class="line">We have watered and fed, and eaten our beef; the</div> -<div class="inner line-block"> -<div class="line">long dull day drags by,</div> -</div> -<div class="line">As I sit here watching our "Archibalds" <em class="italics">strafing</em> an empty sky;</div> -<div class="line">Puff and flash on the far-off blue round the speck</div> -<div class="inner line-block"> -<div class="line">one guesses the plane--</div> -</div> -<div class="line">Smoke and spark of the gun-machine that is fed by the endless chain.</div> -</div> -<div class="line-block outermost"> -<div class="line">I am only a cog in a giant machine, a little link in the chain,</div> -<div class="line">Waiting a word from the wagon-lines that the guns are hungry again:--</div> -<div class="line"><em class="italics">Column-wagon to battery-wagon, and battery-wagon to gun;</em></div> -<div class="line"><em class="italics">To the loader kneeling 'twixt trail and wheel from the</em></div> -<div class="inner line-block"> -<div class="line"><em class="italics">shops where the steam-lathes run.</em></div> -</div> -<div class="line">There's a lone mule braying against the line where</div> -<div class="inner line-block"> -<div class="line">the mud cakes fetlock-deep!</div> -</div> -<div class="line">There's a lone soul humming a hint of a song in</div> -<div class="inner line-block"> -<div class="line">the barn where the drivers sleep;</div> -</div> -<div class="line">And I hear the pash of the orderly's horse as he</div> -<div class="inner line-block"> -<div class="line">canters him down the lane--</div> -</div> -<div class="line">Another cog in the gun-machine, a link in the selfsame chain.</div> -</div> -<div class="line-block outermost"> -<div class="line">I am only a cog in a giant machine, but a vital link in the chain;</div> -<div class="line">And the Captain has sent from the wagon-line to</div> -<div class="inner line-block"> -<div class="line">fill his wagons again;--</div> -</div> -<div class="line"><em class="italics">From wagon-limber to gunpit dump; from loader's forearm at breech</em></div> -<div class="line"><em class="italics">To the working party that melts away when the shrapnel</em></div> -<div class="inner line-block"> -<div class="line"><em class="italics">bullets screech.--</em></div> -</div> -<div class="line">So the restless section pulls out once more in column</div> -<div class="inner line-block"> -<div class="line">of route from the right,</div> -</div> -<div class="line">At the tail of a blood-red afternoon; so the flux of another night</div> -<div class="line">Bears back the wagons we fill at dawn to the sleeping column again...</div> -<div class="line">Cog on cog in the gun-machine, link on link in the chain!</div> -</div> -</div> -</blockquote> -<div class="vspace" style="height: 4em"> -</div> -<div class="center large line-block noindent outermost" id="the-voice-of-the-guns"> -<div class="line">THE VOICE OF THE GUNS</div> -</div> -<div class="vspace" style="height: 2em"> -</div> -<!-- --> -<blockquote> -<div> -<div class="line-block outermost"> -<div class="line">We are the guns, and your masters! Saw ye our flashes?</div> -<div class="line">Heard ye the scream of our shells in the night, and the</div> -<div class="inner line-block"> -<div class="line">shuddering crashes?</div> -</div> -<div class="line">Saw ye our work by the roadside, the gray wounded lying,</div> -<div class="line">Moaning to God that he made them--the maimed and the dying?</div> -<div class="inner line-block"> -<div class="inner line-block"> -<div class="line">Husbands or sons,</div> -</div> -</div> -<div class="line">Fathers or lovers, we break them! We are the guns!</div> -</div> -<div class="line-block outermost"> -<div class="line">We are the guns and ye serve us! Dare ye grow weary,</div> -<div class="line">Steadfast at nighttime, at noontime; or waking, when dawn</div> -<div class="inner line-block"> -<div class="line">winds blow dreary</div> -</div> -<div class="line">Over the fields and the flats and the reeds of the barrier water,</div> -<div class="line">To wait on the hour of our choosing, the minute decided for slaughter?</div> -<div class="inner line-block"> -<div class="inner line-block"> -<div class="line">Swift the clock runs;</div> -</div> -</div> -<div class="line">Yes, to the ultimate second. Stand to your guns!</div> -</div> -<div class="line-block outermost"> -<div class="line">We are the guns and we need you! Here in the timbered</div> -<div class="line">Pits that are screened by the crest and the copse</div> -<div class="inner line-block"> -<div class="line">where at dusk ye unlimbered,</div> -</div> -<div class="line">Pits that one found us--and, finding, gave life (did</div> -<div class="inner line-block"> -<div class="line">he flinch from the giving?);</div> -</div> -<div class="line">Laboured by moonlight when wraith of the dead</div> -<div class="inner line-block"> -<div class="line">brooded yet o'er the living,</div> -<div class="inner line-block"> -<div class="line">Ere with the sun's</div> -</div> -</div> -<div class="line">Rising the sorrowful spirit abandoned its guns.</div> -</div> -<div class="line-block outermost"> -<div class="line">Who but the guns shall avenge him? Strip us for action!</div> -<div class="line">Load us and lay to the centremost hair of the dial-sight's refraction.</div> -<div class="line">Set your quick hands to our levers to compass the sped soul's assoiling;</div> -<div class="line">Brace your taut limbs to the shock when the thrust</div> -<div class="inner line-block"> -<div class="line">of the barrel recoiling</div> -<div class="inner line-block"> -<div class="line">Deafens and stuns!</div> -</div> -</div> -<div class="line">Vengeance is ours for our servants. Trust ye the guns!</div> -</div> -<div class="line-block outermost"> -<div class="line">Least of our bond-slaves or greatest, grudge ye the burden?</div> -<div class="line">Hard is this service of ours which has only our service for guerdon:</div> -<div class="line">Grow the limbs lax, and unsteady the hands, which</div> -<div class="inner line-block"> -<div class="line">aforetime we trusted;</div> -</div> -<div class="line">Flawed, the clear crystal of sight; and the clean</div> -<div class="inner line-block"> -<div class="line">steel of hardihood rusted?</div> -<div class="inner line-block"> -<div class="line"><em class="italics">Dominant ones,</em></div> -</div> -</div> -<div class="line"><em class="italics">Are we not tried serfs and proven--true to our guns?</em></div> -</div> -<div class="line-block outermost"> -<div class="line"><em class="italics">Ye are the guns! Are we worthy? Shall not these speak for us,</em></div> -<div class="line"><em class="italics">Out of the woods where the torn trees are slashed with</em></div> -<div class="inner line-block"> -<div class="line"><em class="italics">the vain bolts that seek for us,</em></div> -</div> -<div class="line"><em class="italics">Thunder of batteries firing in unison, swish of shell flighting,</em></div> -<div class="line"><em class="italics">Hissing that rushes to silence and breaks to the thud of alighting?</em></div> -<div class="inner line-block"> -<div class="inner line-block"> -<div class="line"><em class="italics">Death that outruns</em></div> -</div> -</div> -<div class="line"><em class="italics">Horseman and foot? Are we justified? Answer, O guns!</em></div> -</div> -<div class="line-block outermost"> -<div class="line">Yea! by your works are ye justified,--toil unrelieved;</div> -<div class="line">Manifold labours, coördinate each to the sending achieved;</div> -<div class="line">Discipline, not of the feet but the soul, unremitting, unfeigned;</div> -<div class="line">Tortures unholy by flame and by maiming, known, faced, and disdained;</div> -<div class="inner line-block"> -<div class="line">Courage that shuns</div> -</div> -<div class="line">Only foolhardiness;--even by these are ye worthy your guns!</div> -</div> -<div class="line-block outermost"> -<div class="line">Wherefore--and unto ye only--power has been given;</div> -<div class="line">Yea! beyond man, over men, over desolate cities and riven;</div> -<div class="line">Yea! beyond space, over earth and the seas and the</div> -<div class="inner line-block"> -<div class="line">sky's high dominions;</div> -</div> -<div class="line">Yea! beyond time, over Hell and the fiends and</div> -<div class="inner line-block"> -<div class="line">the Death-Angel's pinions!</div> -<div class="inner line-block"> -<div class="line">Vigilant ones,</div> -</div> -</div> -<div class="line">Loose them, and shatter, and spare not. We are the guns!</div> -</div> -</div> -</blockquote> -<div class="vspace" style="height: 4em"> -</div> -<p class="center pfirst small">THE END</p> -<div class="vspace" style="height: 4em"> -</div> -<p class="center pfirst small">CAMBRIDGE . MASSACHUSETTS -U . S . A</p> -<div class="vspace" style="height: 4em"> -</div> -<div class="center transition"> -<p class="pfirst">――――</p> -</div> -<div class="vspace" style="height: 4em"> -</div> -<p class="center pfirst x-large">BOOKS ON THE GREAT WAR</p> -<div class="vspace" style="height: 2em"> -</div> -<p class="center medium pfirst"><em class="italics">Published by</em></p> -<p class="center large pnext">Houghton Mifflin Company</p> -<p class="pnext">Thrilling stories of real adventure; graphic -pictures of the fighting by men who actually -fought; notable volumes dealing with the larger -aspects of the struggle; in short, books for every taste -and on every phase of the war may be found in these -pages.</p> -<div class="vspace" style="height: 4em"> -</div> -<p class="center large pfirst"><em class="italics">Personal Narratives</em></p> -<div class="vspace" style="height: 2em"> -</div> -<p class="center medium pfirst">With the French</p> -<div class="vspace" style="height: 2em"> -</div> -<p class="center medium pfirst white-space-pre-line">A SOLDIER OF THE LEGION<br /> -E. MORLAE</p> -<p class="pnext">An incomparable account of the great offensive of September, -1915; graphic, thrilling, and filled with the Foreign Legion's -own dare-devil spirit. With frontispiece.</p> -<div class="vspace" style="height: 2em"> -</div> -<p class="center medium pfirst white-space-pre-line">A HILLTOP ON THE MARNE<br /> -MILDRED ALDRICH</p> -<p class="pnext">"Perhaps the straightest and most charming book written on -a single aspect of the war."--<em class="italics">The New Republic</em>. Illustrated. -$1.25 net.</p> -<div class="vspace" style="height: 3em"> -</div> -<p class="center medium pfirst">With the British</p> -<div class="vspace" style="height: 2em"> -</div> -<p class="center medium pfirst white-space-pre-line">THE FIRST HUNDRED THOUSAND<br /> -IAN HAY</p> -<p class="pnext">The story of a British volunteer. Called <em class="italics">the greatest book of -the war</em> by the leading English papers. With frontispiece. -$1.50 net.</p> -<div class="vspace" style="height: 2em"> -</div> -<p class="center medium pfirst white-space-pre-line">KITCHENER'S MOB<br /> -JAMES NORMAN HALL</p> -<p class="pnext">The graphic and uncensored account of the adventures of -an American volunteer in Kitchener's Army. Illustrated. -$1.25 net.</p> -<div class="vspace" style="height: 2em"> -</div> -<p class="center medium pfirst">In Belgium</p> -<p class="center medium pnext white-space-pre-line">BELGIUM'S AGONY<br /> -EMILE VERHAEREN</p> -<p class="pnext">The story of what Belgium has endured and how she has -endured it, told by her greatest poet. $1.25 net.</p> -<div class="vspace" style="height: 2em"> -</div> -<p class="center medium pfirst white-space-pre-line">THE LOG OF A NON-COMBATANT<br /> -HORACE GREEN</p> -<p class="pnext">"A lively, readable narrative of personal experiences, thrilling, -painful, humorous."--<em class="italics">Churchman</em>. Illustrated. $1.25 net.</p> -<div class="vspace" style="height: 2em"> -</div> -<p class="center medium pfirst">In Germany</p> -<p class="center medium pnext white-space-pre-line">TO RUHLEBEN AND BACK<br /> -GEOFFREY PYKE</p> -<p class="pnext">The story of a young Englishman's escape from a detention -camp and flight across Germany. One of the most picturesque -and thrilling narratives of the war. Illustrated. $1.50 net.</p> -<div class="vspace" style="height: 2em"> -</div> -<p class="center medium pfirst">In Italy</p> -<p class="center medium pnext white-space-pre-line">THE WORLD DECISION<br /> -ROBERT HERRICK</p> -<p class="pnext">Contains a graphic, first-hand account of Italy's entrance into -the war, as well as a remarkable analysis of the larger aspects -of the struggle. $1.25 net.</p> -<div class="vspace" style="height: 2em"> -</div> -<p class="center medium pfirst">With the Austrians</p> -<p class="center medium pnext white-space-pre-line">FOUR WEEKS IN THE TRENCHES<br /> -FRITZ KREISLER</p> -<p class="pnext">"Filled with memorable scenes and striking descriptions. It -will stand as a picture of war."--<em class="italics">New York Globe</em>. Illustrated. -$1.00 net.</p> -<div class="vspace" style="height: 2em"> -</div> -<p class="center medium pfirst">With the Russians</p> -<p class="center medium pnext white-space-pre-line">DAY BY DAY WITH THE RUSSIAN ARMY<br /> -BERNARD PARES</p> -<p class="pnext">"A wonderful narrative. When the history of this great war -comes to be written it will be an invaluable -document."--<em class="italics">London Morning Post</em>. Illustrated. $2.50 net.</p> -<div class="vspace" style="height: 2em"> -</div> -<p class="center medium pfirst">With the Japanese</p> -<p class="center medium pnext white-space-pre-line">THE FALL OF TSINGTAU<br /> -JEFFERSON JONES</p> -<p class="pnext">A remarkable study of war and diplomacy in the Orient that -"should be read by every American who is interested in the -future of our status in the Far East."--<em class="italics">New York Tribune</em>. -Illustrated. $1.75 net.</p> -<div class="vspace" style="height: 2em"> -</div> -<p class="center medium pfirst">On the Ocean</p> -<p class="center medium pnext white-space-pre-line">THE LUSITANIA'S LAST VOYAGE<br /> -C. E. LAURIAT, JR.</p> -<p class="pnext">"Not only a document of historic interest, but a thrilling -narrative of the greatest disaster of its kind."--<em class="italics">The Dial</em>. -Illustrated. $1.00 net.</p> -<div class="vspace" style="height: 3em"> -</div> -<p class="center medium pfirst"><em class="italics">Causes and Results of the War</em></p> -<p class="center medium pnext">Diplomatic</p> -<p class="center medium pnext white-space-pre-line">THE DIPLOMACY OF THE WAR OF 1914: The Beginnings of the War<br /> -ELLERY C. STOWELL</p> -<p class="pnext">"The most complete statement that has been given."--LORD -BRYCE. "The whole tangled web of diplomacy is made crystal -clear in this really statesmanlike book."--<em class="italics">New York Times</em>. -$5.00 net.</p> -<div class="vspace" style="height: 2em"> -</div> -<p class="center medium pfirst white-space-pre-line">PAN-GERMANISM<br /> -ROLAND G. USHER</p> -<p class="pnext">The war has borne out in a remarkable way the accuracy of -this analysis of the game of world politics that preceded the -resort to arms.</p> -<div class="vspace" style="height: 2em"> -</div> -<p class="center medium pfirst white-space-pre-line">THIRTY YEARS<br /> -SIR THOMAS BARCLAY</p> -<p class="pnext">The story of the forming of the Entente between France and -England told by the man largely responsible for its existence. -$3.50 net.</p> -<div class="vspace" style="height: 2em"> -</div> -<p class="center medium pfirst">Financial</p> -<p class="center medium pnext white-space-pre-line">THE RULING CASTE AND FRENZIED TRADE IN GERMANY<br /> -MAURICE MILLIOUD</p> -<p class="pnext">Shows the part played by the over-extension of German trade -in bringing on the war. $1.00 net.</p> -<div class="vspace" style="height: 2em"> -</div> -<p class="center medium pfirst white-space-pre-line">THE AUDACIOUS WAR<br /> -C. W. BARRON</p> -<p class="pnext">An analysis of the commercial and financial aspects of the -war by one of America's keenest business men. "Not only -of prime importance but of breathless interest."--<em class="italics">Philadelphia -Public Ledger</em>. $1.00 net.</p> -<div class="vspace" style="height: 3em"> -</div> -<p class="center medium pfirst"><em class="italics">America and the War</em></p> -<div class="vspace" style="height: 2em"> -</div> -<p class="center medium pfirst">The Diplomatic Aspects</p> -<p class="center medium pnext white-space-pre-line">THE CHALLENGE OF THE FUTURE<br /> -ROLAND G. USHER</p> -<p class="pnext">"The most cogent analysis of national prospects and possibilities -any student of world politics has yet written."--<em class="italics">Boston -Herald</em>. $1.75 net.</p> -<div class="vspace" style="height: 2em"> -</div> -<p class="center medium pfirst">The Military Aspects</p> -<p class="center medium pnext white-space-pre-line">ARE WE READY?<br /> -H. D. WHEELER</p> -<p class="pnext">A sane constructive study of our unpreparedness for war. -"You have performed a real service to the American -people."--HENRY T. STIMSON, Former Secretary of War. $1.50 net.</p> -<div class="vspace" style="height: 2em"> -</div> -<p class="center medium pfirst">The Moral Aspects</p> -<p class="center medium pnext white-space-pre-line">THE ROAD TOWARD PEACE<br /> -CHARLES W. ELIOT</p> -<p class="pnext">"Few writers have discussed the way and means of establishing -peace and friendly relations among nations with more -sanity and far-reaching estimate of values."--<em class="italics">Detroit Free -Press</em>. $1.00 net.</p> -<p class="center medium pnext white-space-pre-line">GERMANY VERSUS CIVILIZATION<br /> -WILLIAM ROSCOE THAYER</p> -<p class="pnext">A biting indictment of Prussianism and an analysis of the -meaning of the war to America. $1.00 net.</p> -<div class="vspace" style="height: 2em"> -</div> -<p class="center medium pfirst white-space-pre-line">COUNTER-CURRENTS<br /> -AGNES REPPLIER</p> -<p class="pnext">Dealing mainly with issues arising from the war, these essays -will take their place among the most brilliant of -contemporary comment. $1.25 net.</p> -<div class="vspace" style="height: 3em"> -</div> -<p class="center medium pfirst"><em class="italics">Miscellaneous</em></p> -<div class="vspace" style="height: 2em"> -</div> -<p class="center medium pfirst">Fiction</p> -<p class="center medium pnext white-space-pre-line">THE FIELD OF HONOUR<br /> -H. FIELDING-HALL</p> -<p class="pnext">Short stories dealing with the spirit of England at war. -"Admirably written without one superfluous word to mar the -directness of their appeal."--<em class="italics">New York Times</em>. $1.50 net.</p> -<div class="vspace" style="height: 2em"> -</div> -<p class="center medium pfirst">Poetry</p> -<p class="center medium pnext white-space-pre-line">A SONG OF THE GUNS<br /> -GILBERT FRANKAU</p> -<p class="pnext">Vivid, powerful verse written to the roar of guns on the -western front, by a son of Frank Danby, the novelist.</p> -<div class="vspace" style="height: 2em"> -</div> -<p class="center medium pfirst">Biography</p> -<p class="center medium pnext white-space-pre-line">KITCHENER, ORGANIZER OF VICTORY<br /> -HAROLD BEGBIE</p> -<p class="pnext">The first full and satisfactory account of the life and deeds of -England's great War Minister. Suppressed in England for its -frankness. Illustrated. $1.25.</p> -<div class="vspace" style="height: 2em"> -</div> -<p class="center medium pfirst">History</p> -<p class="center medium pnext white-space-pre-line">IS WAR DIMINISHING?<br /> -FREDERICK ADAMS WOODS, M.D., AND ALEXANDER BALTZLEY</p> -<p class="pnext">The first complete and authoritative study of the question of -whether warfare has increased or diminished in the last five -centuries. $1.00 net.</p> -<div class="vspace" style="height: 2em"> -</div> -<p class="center large pfirst white-space-pre-line">HOUGHTON MIFFLIN COMPANY<br /> -BOSTON AND NEW YORK</p> -<div class="vspace" style="height: 4em"> -</div> -<p class="center medium pfirst">The New Poetry Series</p> -<p class="center pnext small">PUBLISHED BY -HOUGHTON MIFFLIN COMPANY</p> -<div class="vspace" style="height: 2em"> -</div> -<p class="left medium pfirst white-space-pre-line">IRRADIATIONS. SAND AND SPRAY. JOHN GOULD FLETCHER.<br /> -SOME IMAGIST POETS.<br /> -JAPANESE LYRICS. Translated by LAFCADIO HEARN.<br /> -AFTERNOONS OF APRIL. GRACE HAZARD CONKLING.<br /> -THE CLOISTER: A VERSE DRAMA. EMILE VERHAEREN.<br /> -INTERFLOW. GEOFFREY C. FABER.<br /> -STILLWATER PASTORALS AND OTHER POEMS. PAUL SHIVELL.<br /> -IDOLS. WALTER CONRAD ARENSBERG.<br /> -TURNS AND MOVIES, AND OTHER TALES IN VERSE. CONRAD AIKEN.<br /> -ROADS. GRACE FALLOW NORTON.<br /> -GOBLINS AND PAGODAS. JOHN GOULD FLETCHER.<br /> -SOME IMAGIST POETS, 1916.<br /> -A SONG OF THE GUNS. GILBERT FRANKAU.</p> -<div class="vspace" style="height: 6em"> -</div> -<!-- -*- encoding: utf-8 -*- --> -<div class="backmatter"> -</div> -<p class="pfirst" id="pg-end-line">*** END OF THIS PROJECT GUTENBERG EBOOK <span>A SONG OF THE GUNS</span> ***</p> -<div class="cleardoublepage"> -</div> -<div class="language-en level-2 pgfooter section" id="a-word-from-project-gutenberg" xml:lang="en" lang="en"> -<span id="pg-footer"></span><h2 class="level-2 pfirst section-title title">A Word from Project Gutenberg</h2> -<p class="pfirst">We will update this book if we find any errors.</p> -<p class="pnext">This book can be found under: <a class="reference external" href="http://www.gutenberg.org/ebooks/40345"><span>http://www.gutenberg.org/ebooks/40345</span></a></p> -<p class="pnext">Creating the works from public domain print editions means that no one -owns a United States copyright in these works, so the Foundation (and -you!) can copy and distribute it in the United States without -permission and without paying copyright royalties. Special rules, set -forth in the General Terms of Use part of this license, apply to -copying and distributing Project Gutenberg™ electronic works to -protect the Project Gutenberg™ concept and trademark. Project -Gutenberg is a registered trademark, and may not be used if you charge -for the eBooks, unless you receive specific permission. If you do not -charge anything for copies of this eBook, complying with the rules is -very easy. You may use this eBook for nearly any purpose such as -creation of derivative works, reports, performances and research. -They may be modified and printed and given away – you may do -practically <em class="italics">anything</em> with public domain eBooks. Redistribution is -subject to the trademark license, especially commercial -redistribution.</p> -<div class="level-3 section" id="the-full-project-gutenberg-license"> -<span id="project-gutenberg-license"></span><h3 class="level-3 pfirst section-title title">The Full Project Gutenberg License</h3> -<p class="pfirst"><em class="italics">Please read this before you distribute or use this work.</em></p> -<p class="pnext">To protect the Project Gutenberg™ mission of promoting the free -distribution of electronic works, by using or distributing this work -(or any other work associated in any way with the phrase “Project -Gutenberg”), you agree to comply with all the terms of the Full -Project Gutenberg™ License available with this file or online at -<a class="reference external" href="http://www.gutenberg.org/license">http://www.gutenberg.org/license</a>.</p> -<div class="level-4 section" id="section-1-general-terms-of-use-redistributing-project-gutenberg-electronic-works"> -<h4 class="level-4 pfirst section-title title">Section 1. General Terms of Use & Redistributing Project Gutenberg™ electronic works</h4> -<p class="pfirst"><strong class="bold">1.A.</strong> By reading or using any part of this Project Gutenberg™ -electronic work, you indicate that you have read, understand, agree to -and accept all the terms of this license and intellectual property -(trademark/copyright) agreement. If you do not agree to abide by all -the terms of this agreement, you must cease using and return or -destroy all copies of Project Gutenberg™ electronic works in your -possession. If you paid a fee for obtaining a copy of or access to a -Project Gutenberg™ electronic work and you do not agree to be bound by -the terms of this agreement, you may obtain a refund from the person -or entity to whom you paid the fee as set forth in paragraph 1.E.8.</p> -<p class="pnext"><strong class="bold">1.B.</strong> “Project Gutenberg” is a registered trademark. It may only be -used on or associated in any way with an electronic work by people who -agree to be bound by the terms of this agreement. There are a few -things that you can do with most Project Gutenberg™ electronic works -even without complying with the full terms of this agreement. See -paragraph 1.C below. There are a lot of things you can do with Project -Gutenberg™ electronic works if you follow the terms of this agreement -and help preserve free future access to Project Gutenberg™ electronic -works. See paragraph 1.E below.</p> -<p class="pnext"><strong class="bold">1.C.</strong> The Project Gutenberg Literary Archive Foundation (“the -Foundation” or PGLAF), owns a compilation copyright in the collection -of Project Gutenberg™ electronic works. Nearly all the individual -works in the collection are in the public domain in the United -States. If an individual work is in the public domain in the United -States and you are located in the United States, we do not claim a -right to prevent you from copying, distributing, performing, -displaying or creating derivative works based on the work as long as -all references to Project Gutenberg are removed. Of course, we hope -that you will support the Project Gutenberg™ mission of promoting free -access to electronic works by freely sharing Project Gutenberg™ works -in compliance with the terms of this agreement for keeping the Project -Gutenberg™ name associated with the work. You can easily comply with -the terms of this agreement by keeping this work in the same format -with its attached full Project Gutenberg™ License when you share it -without charge with others.</p> -<p class="pnext"></p> -<p class="pnext"><strong class="bold">1.D.</strong> The copyright laws of the place where you are located also -govern what you can do with this work. Copyright laws in most -countries are in a constant state of change. If you are outside the -United States, check the laws of your country in addition to the terms -of this agreement before downloading, copying, displaying, performing, -distributing or creating derivative works based on this work or any -other Project Gutenberg™ work. The Foundation makes no -representations concerning the copyright status of any work in any -country outside the United States.</p> -<p class="pnext"><strong class="bold">1.E.</strong> Unless you have removed all references to Project Gutenberg:</p> -<p class="pnext"><strong class="bold">1.E.1.</strong> The following sentence, with active links to, or other -immediate access to, the full Project Gutenberg™ License must appear -prominently whenever any copy of a Project Gutenberg™ work (any work -on which the phrase “Project Gutenberg” appears, or with which the -phrase “Project Gutenberg” is associated) is accessed, displayed, -performed, viewed, copied or distributed:</p> -<blockquote> -<div> -<p class="pfirst">This eBook is for the use of anyone anywhere at no cost and with -almost no restrictions whatsoever. You may copy it, give it away or -re-use it under the terms of the Project Gutenberg License included -with this eBook or online at <a class="reference external" href="http://www.gutenberg.org">http://www.gutenberg.org</a></p> -</div> -</blockquote> -<p class="pfirst"><strong class="bold">1.E.2.</strong> If an individual Project Gutenberg™ electronic work is -derived from the public domain (does not contain a notice indicating -that it is posted with permission of the copyright holder), the work -can be copied and distributed to anyone in the United States without -paying any fees or charges. If you are redistributing or providing -access to a work with the phrase “Project Gutenberg” associated with -or appearing on the work, you must comply either with the requirements -of paragraphs 1.E.1 through 1.E.7 or obtain permission for the use of -the work and the Project Gutenberg™ trademark as set forth in -paragraphs 1.E.8 or 1.E.9.</p> -<p class="pnext"><strong class="bold">1.E.3.</strong> If an individual Project Gutenberg™ electronic work is -posted with the permission of the copyright holder, your use and -distribution must comply with both paragraphs 1.E.1 through 1.E.7 and -any additional terms imposed by the copyright holder. Additional terms -will be linked to the Project Gutenberg™ License for all works posted -with the permission of the copyright holder found at the beginning of -this work.</p> -<p class="pnext"><strong class="bold">1.E.4.</strong> Do not unlink or detach or remove the full Project -Gutenberg™ License terms from this work, or any files containing a -part of this work or any other work associated with Project -Gutenberg™.</p> -<p class="pnext"><strong class="bold">1.E.5.</strong> Do not copy, display, perform, distribute or redistribute -this electronic work, or any part of this electronic work, without -prominently displaying the sentence set forth in paragraph 1.E.1 with -active links or immediate access to the full terms of the Project -Gutenberg™ License.</p> -<p class="pnext"><strong class="bold">1.E.6.</strong> You may convert to and distribute this work in any binary, -compressed, marked up, nonproprietary or proprietary form, including -any word processing or hypertext form. However, if you provide access -to or distribute copies of a Project Gutenberg™ work in a format other -than “Plain Vanilla ASCII” or other format used in the official -version posted on the official Project Gutenberg™ web site -(<a class="reference external" href="http://www.gutenberg.org">http://www.gutenberg.org</a>), you must, at no additional cost, fee or -expense to the user, provide a copy, a means of exporting a copy, or a -means of obtaining a copy upon request, of the work in its original -“Plain Vanilla ASCII” or other form. Any alternate format must include -the full Project Gutenberg™ License as specified in paragraph 1.E.1.</p> -<p class="pnext"><strong class="bold">1.E.7.</strong> Do not charge a fee for access to, viewing, displaying, -performing, copying or distributing any Project Gutenberg™ works -unless you comply with paragraph 1.E.8 or 1.E.9.</p> -<p class="pnext"><strong class="bold">1.E.8.</strong> You may charge a reasonable fee for copies of or providing -access to or distributing Project Gutenberg™ electronic works provided -that</p> -<ul class="open"> -<li><p class="first pfirst">You pay a royalty fee of 20% of the gross profits you derive from -the use of Project Gutenberg™ works calculated using the method you -already use to calculate your applicable taxes. The fee is owed to -the owner of the Project Gutenberg™ trademark, but he has agreed to -donate royalties under this paragraph to the Project Gutenberg -Literary Archive Foundation. Royalty payments must be paid within 60 -days following each date on which you prepare (or are legally -required to prepare) your periodic tax returns. Royalty payments -should be clearly marked as such and sent to the Project Gutenberg -Literary Archive Foundation at the address specified in Section 4, -“Information about donations to the Project Gutenberg Literary -Archive Foundation.”</p> -</li> -<li><p class="first pfirst">You provide a full refund of any money paid by a user who notifies -you in writing (or by e-mail) within 30 days of receipt that s/he -does not agree to the terms of the full Project Gutenberg™ -License. You must require such a user to return or destroy all -copies of the works possessed in a physical medium and discontinue -all use of and all access to other copies of Project Gutenberg™ -works.</p> -</li> -<li><p class="first pfirst">You provide, in accordance with paragraph 1.F.3, a full refund of -any money paid for a work or a replacement copy, if a defect in the -electronic work is discovered and reported to you within 90 days of -receipt of the work.</p> -</li> -<li><p class="first pfirst">You comply with all other terms of this agreement for free -distribution of Project Gutenberg™ works.</p> -</li> -</ul> -<p class="pfirst"><strong class="bold">1.E.9.</strong> If you wish to charge a fee or distribute a Project -Gutenberg™ electronic work or group of works on different terms than -are set forth in this agreement, you must obtain permission in writing -from both the Project Gutenberg Literary Archive Foundation and -Michael Hart, the owner of the Project Gutenberg™ trademark. Contact -the Foundation as set forth in Section 3. below.</p> -<p class="pnext"><strong class="bold">1.F.</strong></p> -<p class="pnext"><strong class="bold">1.F.1.</strong> Project Gutenberg volunteers and employees expend -considerable effort to identify, do copyright research on, transcribe -and proofread public domain works in creating the Project Gutenberg™ -collection. Despite these efforts, Project Gutenberg™ electronic -works, and the medium on which they may be stored, may contain -“Defects,” such as, but not limited to, incomplete, inaccurate or -corrupt data, transcription errors, a copyright or other intellectual -property infringement, a defective or damaged disk or other medium, a -computer virus, or computer codes that damage or cannot be read by -your equipment.</p> -<p class="pnext"><strong class="bold">1.F.2.</strong> LIMITED WARRANTY, DISCLAIMER OF DAMAGES – Except for the -“Right of Replacement or Refund” described in paragraph 1.F.3, the -Project Gutenberg Literary Archive Foundation, the owner of the -Project Gutenberg™ trademark, and any other party distributing a -Project Gutenberg™ electronic work under this agreement, disclaim all -liability to you for damages, costs and expenses, including legal -fees. YOU AGREE THAT YOU HAVE NO REMEDIES FOR NEGLIGENCE, STRICT -LIABILITY, BREACH OF WARRANTY OR BREACH OF CONTRACT EXCEPT THOSE -PROVIDED IN PARAGRAPH 1.F.3. YOU AGREE THAT THE FOUNDATION, THE -TRADEMARK OWNER, AND ANY DISTRIBUTOR UNDER THIS AGREEMENT WILL NOT BE -LIABLE TO YOU FOR ACTUAL, DIRECT, INDIRECT, CONSEQUENTIAL, PUNITIVE OR -INCIDENTAL DAMAGES EVEN IF YOU GIVE NOTICE OF THE POSSIBILITY OF SUCH -DAMAGE.</p> -<p class="pnext"><strong class="bold">1.F.3.</strong> LIMITED RIGHT OF REPLACEMENT OR REFUND – If you discover a -defect in this electronic work within 90 days of receiving it, you can -receive a refund of the money (if any) you paid for it by sending a -written explanation to the person you received the work from. If you -received the work on a physical medium, you must return the medium -with your written explanation. The person or entity that provided you -with the defective work may elect to provide a replacement copy in -lieu of a refund. If you received the work electronically, the person -or entity providing it to you may choose to give you a second -opportunity to receive the work electronically in lieu of a refund. If -the second copy is also defective, you may demand a refund in writing -without further opportunities to fix the problem.</p> -<p class="pnext"><strong class="bold">1.F.4.</strong> Except for the limited right of replacement or refund set -forth in paragraph 1.F.3, this work is provided to you ‘AS-IS,’ WITH -NO OTHER WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT -LIMITED TO WARRANTIES OF MERCHANTIBILITY OR FITNESS FOR ANY PURPOSE.</p> -<p class="pnext"><strong class="bold">1.F.5.</strong> Some states do not allow disclaimers of certain implied -warranties or the exclusion or limitation of certain types of -damages. If any disclaimer or limitation set forth in this agreement -violates the law of the state applicable to this agreement, the -agreement shall be interpreted to make the maximum disclaimer or -limitation permitted by the applicable state law. The invalidity or -unenforceability of any provision of this agreement shall not void the -remaining provisions.</p> -<p class="pnext"><strong class="bold">1.F.6.</strong> INDEMNITY – You agree to indemnify and hold the Foundation, -the trademark owner, any agent or employee of the Foundation, anyone -providing copies of Project Gutenberg™ electronic works in accordance -with this agreement, and any volunteers associated with the -production, promotion and distribution of Project Gutenberg™ -electronic works, harmless from all liability, costs and expenses, -including legal fees, that arise directly or indirectly from any of -the following which you do or cause to occur: (a) distribution of this -or any Project Gutenberg™ work, (b) alteration, modification, or -additions or deletions to any Project Gutenberg™ work, and (c) any -Defect you cause.</p> -</div> -<div class="level-4 section" id="section-2-information-about-the-mission-of-project-gutenberg"> -<h4 class="level-4 pfirst section-title title">Section 2. Information about the Mission of Project Gutenberg™</h4> -<p class="pfirst">Project Gutenberg™ is synonymous with the free distribution of -electronic works in formats readable by the widest variety of -computers including obsolete, old, middle-aged and new computers. It -exists because of the efforts of hundreds of volunteers and donations -from people in all walks of life.</p> -<p class="pnext">Volunteers and financial support to provide volunteers with the -assistance they need, is critical to reaching Project Gutenberg™'s -goals and ensuring that the Project Gutenberg™ collection will remain -freely available for generations to come. In 2001, the Project -Gutenberg Literary Archive Foundation was created to provide a secure -and permanent future for Project Gutenberg™ and future generations. To -learn more about the Project Gutenberg Literary Archive Foundation and -how your efforts and donations can help, see Sections 3 and 4 and the -Foundation web page at <a class="reference external" href="http://www.pglaf.org">http://www.pglaf.org</a> .</p> -</div> -<div class="level-4 section" id="section-3-information-about-the-project-gutenberg-literary-archive-foundation"> -<h4 class="level-4 pfirst section-title title">Section 3. Information about the Project Gutenberg Literary Archive Foundation</h4> -<p class="pfirst">The Project Gutenberg Literary Archive Foundation is a non profit -501(c)(3) educational corporation organized under the laws of the -state of Mississippi and granted tax exempt status by the Internal -Revenue Service. The Foundation's EIN or federal tax identification -number is 64-6221541. Its 501(c)(3) letter is posted at -<a class="reference external" href="http://www.gutenberg.org/fundraising/pglaf">http://www.gutenberg.org/fundraising/pglaf</a> . Contributions to the -Project Gutenberg Literary Archive Foundation are tax deductible to -the full extent permitted by U.S. federal laws and your state's laws.</p> -<p class="pnext">The Foundation's principal office is located at 4557 Melan Dr. -S. Fairbanks, AK, 99712., but its volunteers and employees are -scattered throughout numerous locations. Its business office is -located at 809 North 1500 West, Salt Lake City, UT 84116, (801) -596-1887, email <a class="reference external" href="mailto:business@pglaf.org">business@pglaf.org</a>. Email contact links and up to date -contact information can be found at the Foundation's web site and -official page at <a class="reference external" href="http://www.pglaf.org">http://www.pglaf.org</a></p> -<p class="pnext">For additional contact information:</p> -<blockquote> -<div> -<div class="line-block outermost"> -<div class="line">Dr. Gregory B. Newby</div> -<div class="line">Chief Executive and Director</div> -<div class="line"><a class="reference external" href="mailto:gbnewby@pglaf.org">gbnewby@pglaf.org</a></div> -</div> -</div> -</blockquote> -</div> -<div class="level-4 section" id="section-4-information-about-donations-to-the-project-gutenberg-literary-archive-foundation"> -<h4 class="level-4 pfirst section-title title">Section 4. Information about Donations to the Project Gutenberg Literary Archive Foundation</h4> -<p class="pfirst">Project Gutenberg™ depends upon and cannot survive without wide spread -public support and donations to carry out its mission of increasing -the number of public domain and licensed works that can be freely -distributed in machine readable form accessible by the widest array of -equipment including outdated equipment. Many small donations ($1 to -$5,000) are particularly important to maintaining tax exempt status -with the IRS.</p> -<p class="pnext">The Foundation is committed to complying with the laws regulating -charities and charitable donations in all 50 states of the United -States. Compliance requirements are not uniform and it takes a -considerable effort, much paperwork and many fees to meet and keep up -with these requirements. We do not solicit donations in locations -where we have not received written confirmation of compliance. To SEND -DONATIONS or determine the status of compliance for any particular -state visit <a class="reference external" href="http://www.gutenberg.org/fundraising/donate">http://www.gutenberg.org/fundraising/donate</a></p> -<p class="pnext">While we cannot and do not solicit contributions from states where we -have not met the solicitation requirements, we know of no prohibition -against accepting unsolicited donations from donors in such states who -approach us with offers to donate.</p> -<p class="pnext">International donations are gratefully accepted, but we cannot make -any statements concerning tax treatment of donations received from -outside the United States. U.S. laws alone swamp our small staff.</p> -<p class="pnext">Please check the Project Gutenberg Web pages for current donation -methods and addresses. Donations are accepted in a number of other -ways including checks, online payments and credit card donations. To -donate, please visit: <a class="reference external" href="http://www.gutenberg.org/fundraising/donate">http://www.gutenberg.org/fundraising/donate</a></p> -</div> -<div class="level-4 section" id="section-5-general-information-about-project-gutenberg-electronic-works"> -<h4 class="level-4 pfirst section-title title">Section 5. General Information About Project Gutenberg™ electronic works.</h4> -<p class="pfirst">Professor Michael S. Hart is the originator of the Project Gutenberg™ -concept of a library of electronic works that could be freely shared -with anyone. For thirty years, he produced and distributed Project -Gutenberg™ eBooks with only a loose network of volunteer support.</p> -<p class="pnext">Project Gutenberg™ eBooks are often created from several printed -editions, all of which are confirmed as Public Domain in the -U.S. unless a copyright notice is included. Thus, we do not -necessarily keep eBooks in compliance with any particular paper -edition.</p> -<p class="pnext">Each eBook is in a subdirectory of the same number as the eBook's -eBook number, often in several formats including plain vanilla ASCII, -compressed (zipped), HTML and others.</p> -<p class="pnext">Corrected <em class="italics">editions</em> of our eBooks replace the old file and take over -the old filename and etext number. The replaced older file is -renamed. <em class="italics">Versions</em> based on separate sources are treated as new -eBooks receiving new filenames and etext numbers.</p> -<p class="pnext">Most people start at our Web site which has the main PG search -facility:</p> -<blockquote> -<div> -<p class="pfirst"><a class="reference external" href="http://www.gutenberg.org">http://www.gutenberg.org</a></p> -</div> -</blockquote> -<p class="pfirst">This Web site includes information about Project Gutenberg™, including -how to make donations to the Project Gutenberg Literary Archive -Foundation, how to help produce our new eBooks, and how to subscribe -to our email newsletter to hear about new eBooks.</p> -</div> -</div> -</div> -</div> -</body> -</html> |
