Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update new #68

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions content/en/poetry/the_arctic_plain_by_night
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php
include($_SERVER['DOCUMENT_ROOT']."/poems/minimal_poem_header.php");
include($_SERVER['DOCUMENT_ROOT']."/en/minimal_header.html");
include($_SERVER['DOCUMENT_ROOT']."/poems/./blocks/the_arctic_plain_by_night");
?>
5 changes: 5 additions & 0 deletions content/fr/poetry/the_arctic_plain_by_night
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php
include($_SERVER['DOCUMENT_ROOT']."/poems/minimal_poem_header.php");
include($_SERVER['DOCUMENT_ROOT']."/fr/minimal_header.html");
include($_SERVER['DOCUMENT_ROOT']."/poems/./blocks/the_arctic_plain_by_night");
?>
4 changes: 4 additions & 0 deletions content/poems/blocks/the_arctic_plain_by_night
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<p><em><?=$p->arctic->title;?></em> &ndash; <?=$language[$p->arctic->month];?> <?=$p->arctic->year;?></p>
<blockquote>
<?=$p->arctic->body;?>
</blockquote>
11 changes: 10 additions & 1 deletion content/poems/poems.json
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@
"year": "2024",
"rawpath": "./raw/home_sketch_2.txt",
"audiopath": "../../poems/recordings/sketch.mp4",
"order_in_month": 1,
"order_in_month": 2,
"body": "<div class=\"poem\"><p><span class=\"line\">How words could be?</span><br>\n<span class=\"line\">How they could steep.</span><br>\n<span class=\"line\">To swim in unannounced</span><br>\n<span class=\"line\">recounting false, rhyming memories</span><br>\n<span class=\"line\">to all who would listen.</span><br>\n</p></div>\n<div class=\"poem\"><p><span class=\"line\">And some listened and sipped.</span><br>\n<span class=\"line\">And of those, some tasted.</span><br>\n<span class=\"line\">And of those, some lived and relived.</span><br>\n<span class=\"line\">And at least one,</span><br>\n<span class=\"line\">daring still past the dregs,</span><br>\n<span class=\"line\">never made it all the way home.</p></div>"
},
"untitled": {
Expand All @@ -418,5 +418,14 @@
"audiopath": "../../poems/recordings/sketch_3.mp4",
"order_in_month": 1,
"body": "<div class=\"poem\"><p><span class=\"line\">To travel alone and old is to</span><br>\n<span class=\"line\">sleep upright on the subway,</span><br>\n<span class=\"line\">subsist on Central Park dates</span><br>\n<span class=\"line\">and hostel kitchen coffee.</span><br>\n</p></div>\n<div class=\"poem\"><p><span class=\"line\">To eat a hot dog nearby</span><br>\n<span class=\"line\">and strike conversation across</span><br>\n<span class=\"line\">an open packet of sauerkraut.</span><br>\n<span class=\"line\">To buy a sim card on the plane &mdash; blind.</span><br>\n<span class=\"line\">\"Why would I need that?\"</span><br>\n<span class=\"line\">he asks, sincerely. \"I'll take three.\"</span><br>\n</p></div>\n<div class=\"poem\"><p><span class=\"line\">Always making everyone aware</span><br>\n<span class=\"line\">of how pleasant they've been,</span><br>\n<span class=\"line\">crossing them</span><br>\n<span class=\"line\">on their lonely, rambling path home.</p></div>"
},
"arctic": {
"title": "The arctic plain by night",
"author": "Bryan Kaperick",
"month": "Dec",
"year": "2024",
"rawpath": "./raw/the_arctic_plain_by_night",
"order_in_month": 3,
"body": "<div class=\"poem\"><p><span class=\"line\">Frozen was this place.</span><br>\n<span class=\"line\">Upon it placed a placid slate</span><br>\n<span class=\"line\">of ice. Its might slighted</span><br>\n<span class=\"line\">only by the wooden flame's reach.</span><br>\n<span class=\"line\">Heat-stained beech</span><br>\n<span class=\"line\">sunken in a pool. Stone breached.</span><br>\n<span class=\"line\">Its presence slowly traced.</span><br>\n<span class=\"line\">Flickers glowed, and fore-elements effaced.</span><br>\n</p></div>\n<div class=\"poem\"><p><span class=\"line\">A bear born in such barren land,</span><br>\n<span class=\"line\">fur matted under the harsh cold,</span><br>\n<span class=\"line\">carried further on by</span><br>\n<span class=\"line\">the wailing wind's sail.</span><br>\n<span class=\"line\">This creature comprehends</span><br>\n<span class=\"line\">from deep within.</span><br>\n<span class=\"line\">Ancestral knots never untied,</span><br>\n<span class=\"line\">pulled ever tighter and petrified.</span><br>\n</p></div>\n<div class=\"poem\"><p><span class=\"line\">Fur flakked with mud, dirty</span><br>\n<span class=\"line\">and damp, absorbs the savory</span><br>\n<span class=\"line\">smoke to a saturated choke</span><br>\n<span class=\"line\">and evokes streams</span><br>\n<span class=\"line\">of warm steam stacks to</span><br>\n<span class=\"line\">rise enveloped in empty howls.</span><br>\n<span class=\"line\">They dance intertwined</span><br>\n<span class=\"line\">whispering up unto the divine.</span><br>\n</p></div>\n<div class=\"poem\"><p><span class=\"line\">In between yawns and</span><br>\n<span class=\"line\">howls he gnaws at his prey.</span><br>\n<span class=\"line\">Raw flesh that lends an ache</span><br>\n<span class=\"line\">to his jaw bone,</span><br>\n<span class=\"line\">strained near break. All</span><br>\n<span class=\"line\">to sustain another hunt</span><br>\n<span class=\"line\">between long, lonesome flights</span><br>\n<span class=\"line\">along the arctic plain by night.</p></div>"
}
}
6 changes: 6 additions & 0 deletions content/poems/poems2024.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<a href="<?="/" . $lang . "/poetry/the_arctic_plain_by_night"?>" style="text-decoration:none"><p><em><?=$p->arctic->title;?></em> &ndash; <?=$language[$p->arctic->month];?> <?=$p->arctic->year;?></p>
<blockquote>
<?=$p->arctic->body;?>
</blockquote>
</a>

<a href="<?="/" . $lang . "/poetry/home_sketch_2.php"?>" style="text-decoration:none"><p><em><?=$p->sketch->title;?></em> &ndash; <?=$language[$p->sketch->month];?> <?=$p->sketch->year;?></p>
<blockquote>
<?=$p->sketch->body;?>
Expand Down
35 changes: 35 additions & 0 deletions content/poems/raw/the_arctic_plain_by_night
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
Frozen was this place.
Upon it placed a placid slate
of ice. Its might slighted
only by the wooden flame's reach.
Heat-stained beech
sunken in a pool. Stone breached.
Its presence slowly traced.
Flickers glowed, and fore-elements effaced.

A bear born in such barren land,
fur matted under the harsh cold,
carried further on by
the wailing wind's sail.
This creature comprehends
from deep within.
Ancestral knots never untied,
pulled ever tighter and petrified.

Fur flakked with mud, dirty
and damp, absorbs the savory
smoke to a saturated choke
and evokes streams
of warm steam stacks to
rise enveloped in empty howls.
They dance intertwined
whispering up unto the divine.

In between yawns and
howls he gnaws at his prey.
Raw flesh that lends an ache
to his jaw bone,
strained near break. All
to sustain another hunt
between long, lonesome flights
along the arctic plain by night.
39 changes: 39 additions & 0 deletions public/en/poetry/poetry.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,45 @@ <h1 class="title ">Poetry</h1>
My works</h1>
</summary>

<a href="the_arctic_plain_by_night.html" style="text-decoration:none"><p><em>The arctic plain by night</em> &ndash; December 2024</p>
<blockquote>
<div class="poem"><p><span class="line">Frozen was this place.</span><br>
<span class="line">Upon it placed a placid slate</span><br>
<span class="line">of ice. Its might slighted</span><br>
<span class="line">only by the wooden flame's reach.</span><br>
<span class="line">Heat-stained beech</span><br>
<span class="line">sunken in a pool. Stone breached.</span><br>
<span class="line">Its presence slowly traced.</span><br>
<span class="line">Flickers glowed, and fore-elements effaced.</span><br>
</p></div>
<div class="poem"><p><span class="line">A bear born in such barren land,</span><br>
<span class="line">fur matted under the harsh cold,</span><br>
<span class="line">carried further on by</span><br>
<span class="line">the wailing wind's sail.</span><br>
<span class="line">This creature comprehends</span><br>
<span class="line">from deep within.</span><br>
<span class="line">Ancestral knots never untied,</span><br>
<span class="line">pulled ever tighter and petrified.</span><br>
</p></div>
<div class="poem"><p><span class="line">Fur flakked with mud, dirty</span><br>
<span class="line">and damp, absorbs the savory</span><br>
<span class="line">smoke to a saturated choke</span><br>
<span class="line">and evokes streams</span><br>
<span class="line">of warm steam stacks to</span><br>
<span class="line">rise enveloped in empty howls.</span><br>
<span class="line">They dance intertwined</span><br>
<span class="line">whispering up unto the divine.</span><br>
</p></div>
<div class="poem"><p><span class="line">In between yawns and</span><br>
<span class="line">howls he gnaws at his prey.</span><br>
<span class="line">Raw flesh that lends an ache</span><br>
<span class="line">to his jaw bone,</span><br>
<span class="line">strained near break. All</span><br>
<span class="line">to sustain another hunt</span><br>
<span class="line">between long, lonesome flights</span><br>
<span class="line">along the arctic plain by night.</p></div> </blockquote>
</a>

<a href="home_sketch_2.html" style="text-decoration:none"><p><em>Home sketch #2</em> &ndash; December 2024</p>
<blockquote>
<div class="poem"><p><span class="line">How words could be?</span><br>
Expand Down
5 changes: 5 additions & 0 deletions public/en/poetry/the_arctic_plain_by_night.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php
include($_SERVER['DOCUMENT_ROOT']."/poems/minimal_poem_header.php");
include($_SERVER['DOCUMENT_ROOT']."/en/minimal_header.html");
include($_SERVER['DOCUMENT_ROOT']."/poems/./blocks/the_arctic_plain_by_night");
?>
39 changes: 39 additions & 0 deletions public/fr/poetry/poetry.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,45 @@ <h1 class="title ">Poésie</h1>
Mes oeuvres</h1>
</summary>

<a href="the_arctic_plain_by_night.html" style="text-decoration:none"><p><em>The arctic plain by night</em> &ndash; Decembre 2024</p>
<blockquote>
<div class="poem"><p><span class="line">Frozen was this place.</span><br>
<span class="line">Upon it placed a placid slate</span><br>
<span class="line">of ice. Its might slighted</span><br>
<span class="line">only by the wooden flame's reach.</span><br>
<span class="line">Heat-stained beech</span><br>
<span class="line">sunken in a pool. Stone breached.</span><br>
<span class="line">Its presence slowly traced.</span><br>
<span class="line">Flickers glowed, and fore-elements effaced.</span><br>
</p></div>
<div class="poem"><p><span class="line">A bear born in such barren land,</span><br>
<span class="line">fur matted under the harsh cold,</span><br>
<span class="line">carried further on by</span><br>
<span class="line">the wailing wind's sail.</span><br>
<span class="line">This creature comprehends</span><br>
<span class="line">from deep within.</span><br>
<span class="line">Ancestral knots never untied,</span><br>
<span class="line">pulled ever tighter and petrified.</span><br>
</p></div>
<div class="poem"><p><span class="line">Fur flakked with mud, dirty</span><br>
<span class="line">and damp, absorbs the savory</span><br>
<span class="line">smoke to a saturated choke</span><br>
<span class="line">and evokes streams</span><br>
<span class="line">of warm steam stacks to</span><br>
<span class="line">rise enveloped in empty howls.</span><br>
<span class="line">They dance intertwined</span><br>
<span class="line">whispering up unto the divine.</span><br>
</p></div>
<div class="poem"><p><span class="line">In between yawns and</span><br>
<span class="line">howls he gnaws at his prey.</span><br>
<span class="line">Raw flesh that lends an ache</span><br>
<span class="line">to his jaw bone,</span><br>
<span class="line">strained near break. All</span><br>
<span class="line">to sustain another hunt</span><br>
<span class="line">between long, lonesome flights</span><br>
<span class="line">along the arctic plain by night.</p></div> </blockquote>
</a>

<a href="home_sketch_2.html" style="text-decoration:none"><p><em>Home sketch #2</em> &ndash; Decembre 2024</p>
<blockquote>
<div class="poem"><p><span class="line">How words could be?</span><br>
Expand Down
5 changes: 5 additions & 0 deletions public/fr/poetry/the_arctic_plain_by_night.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php
include($_SERVER['DOCUMENT_ROOT']."/poems/minimal_poem_header.php");
include($_SERVER['DOCUMENT_ROOT']."/fr/minimal_header.html");
include($_SERVER['DOCUMENT_ROOT']."/poems/./blocks/the_arctic_plain_by_night");
?>