remaned README; added Northanger Abbey; fixed headers on all files

This commit is contained in:
Jacob Haddon 2024-03-18 19:17:19 -04:00
parent 6a2177739a
commit 40683f61c1
4 changed files with 13 additions and 5 deletions

View File

@ -61,6 +61,13 @@ my @books = (
url => "https://www.gutenberg.org/ebooks/767", url => "https://www.gutenberg.org/ebooks/767",
file => "books/agnesgrey.txt", file => "books/agnesgrey.txt",
chapter_marker => "CHAPTER" 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 ); # books hash

View File

@ -19,8 +19,9 @@ you can copy the words below
texts are public domain from Project Gutenberg - https://www.gutenberg.org/ texts are public domain from Project Gutenberg - https://www.gutenberg.org/
content licensed CC-BY-SA https://creativecommons.org/licenses/by-sa/4.0/ 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 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 Written by Jacob Haddon https://jacobhaddon.com
this file uses: this file uses:
@ -187,7 +188,7 @@ $(document).ready(function(){
<header> <header>
<h1>Daily <span class="purple">Blackout</span> Poetry Challenge</h1> <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> <p>Tag the poem: #dailyBlackoutPoetryChallenge</p>

View File

@ -5,7 +5,7 @@ Daily Blackout Poetry Challenge
style.css style.css
license GPLv3.0 https://www.gnu.org/licenses/gpl-3.0.en.html 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 Written by Jacob Haddon https://jacobhaddon.com
*/ */