remaned README; added Northanger Abbey; fixed headers on all files
This commit is contained in:
parent
6a2177739a
commit
40683f61c1
11
books.pl
11
books.pl
@ -25,7 +25,7 @@ use DateTime;
|
||||
# This uses
|
||||
# * File::Slurp - https://metacpan.org/pod/File::Slurp
|
||||
# * JSON - https://metacpan.org/pod/JSON
|
||||
#
|
||||
#
|
||||
# Texts are from Project Gutenburg - https://www.gutenberg.org/
|
||||
#
|
||||
###################################
|
||||
@ -54,13 +54,20 @@ my @books = (
|
||||
url => "https://www.gutenberg.org/ebooks/1260",
|
||||
file => "books/janeeyre.txt",
|
||||
chapter_marker => "CHAPTER"
|
||||
},
|
||||
},
|
||||
{
|
||||
title => "Agnes Grey",
|
||||
author => "Anne Bronte",
|
||||
url => "https://www.gutenberg.org/ebooks/767",
|
||||
file => "books/agnesgrey.txt",
|
||||
chapter_marker => "CHAPTER"
|
||||
},
|
||||
{
|
||||
title => "Northanger Abbey",
|
||||
author => "Jane Austen",
|
||||
url => "https://www.gutenberg.org/ebooks/121",
|
||||
file => "books/northangerabbey.txt",
|
||||
chapter_marker => "CHAPTER"
|
||||
}
|
||||
); # books hash
|
||||
|
||||
|
@ -19,8 +19,9 @@ you can copy the words below
|
||||
|
||||
texts are public domain from Project Gutenberg - https://www.gutenberg.org/
|
||||
content licensed CC-BY-SA https://creativecommons.org/licenses/by-sa/4.0/
|
||||
|
||||
code license GPLv3.0 https://www.gnu.org/licenses/gpl-3.0.en.html
|
||||
Code repository:
|
||||
Code repository: https://code.jacobhaddon.com/jake/dbpc
|
||||
Written by Jacob Haddon https://jacobhaddon.com
|
||||
|
||||
this file uses:
|
||||
@ -187,7 +188,7 @@ $(document).ready(function(){
|
||||
<header>
|
||||
<h1>Daily <span class="purple">Blackout</span> Poetry Challenge</h1>
|
||||
|
||||
<p>Your daily blackout poetry challenge! Make a poem, save the poem, share the poem!</p>
|
||||
<p>Your daily blackout poetry challenge! Make a poem, save the poem, share the poem! There is a new page each day!</p>
|
||||
|
||||
<p>Tag the poem: #dailyBlackoutPoetryChallenge</p>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user