diff --git a/README.txt b/README.md similarity index 100% rename from README.txt rename to README.md diff --git a/books.pl b/books.pl index 54bbffb..26fa742 100755 --- a/books.pl +++ b/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 diff --git a/index.html b/index.html index 49b7924..b904473 100644 --- a/index.html +++ b/index.html @@ -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(){

Daily Blackout Poetry Challenge

-

Your daily blackout poetry challenge! Make a poem, save the poem, share the poem!

+

Your daily blackout poetry challenge! Make a poem, save the poem, share the poem! There is a new page each day!

Tag the poem: #dailyBlackoutPoetryChallenge

diff --git a/style.css b/style.css index 8a3b119..42d8807 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ Daily Blackout Poetry Challenge style.css 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 */