Skip to content

Commit 2b8e566

Browse files
committed
Check it out, here's what you gotta do (Push)
Gotta step in the room with the mood Never juicing yourself, just a confident attitude (Push) Believe me, you will get busy
1 parent 86c4e97 commit 2b8e566

25 files changed

Lines changed: 450 additions & 144 deletions

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,11 @@ add meaning later.
4040

4141
## 1.0.0 and ⊙
4242

43-
The glyph ⊙ expresses a structured combination where the structure matters more than the operands. It is not about
44-
symmetry but coherence. ⊙ marks the point around which a meaning is calibrated. Lea's process is information-preserving
43+
🝄 stands for Lea as a holistic entity. The glyph ⊙ was chosen as a marker for specific aspects at defined points in
44+
time. If 🝄 is the forge, then ⊙ is the moment when the hammer strikes and a new creation emerges.
45+
46+
⊙ expresses a structured combination where the structure matters more than the operands. It is not about symmetry but
47+
coherence. ⊙ marks the point around which a meaning is calibrated. Lea's process is information-preserving
4548
normalization, or a lossless canonicalization.
4649

4750
With the release of "⊙ 1.0.0," Lea will be able to dynamically create an ePub from config and content files only.
@@ -56,6 +59,14 @@ PolyForm-Noncommercial-1.0.0; see separate file LICENSE.md for details.
5659

5760
## Kilometer stones
5861

62+
⊙ 1.0.0 "Check it out, here's what you gotta do (Push) Gotta step in the room with the mood Never juicing yourself, just
63+
a confident attitude (Push) Believe me, you will get busy"
64+
65+
* Modified README.md to clarify the glyphs.
66+
* New Target class for link targets.
67+
* New feature: global link targets; links don't need to know in which text file the targets were declared.
68+
* Added validation of external link targets; this required adding the curl dependency to composer.json.
69+
5970
0.0.22 "Nuestra presentacion especial comenzara en breve"
6071

6172
* As 1.0.0 is drawing near, today was the day to settle on a glyph for Lea: "⊙" (U+2299).
@@ -99,12 +110,6 @@ But that don't make the dirty little things they say about you true (You tell 'e
99110
* Now building normalized identifiers once, shaving off milliseconds versus repeated object access.
100111
* Methods to build metadata, manifest, spine, and guide blocks for content.opf. Incomplete as yet.
101112

102-
The following will be done ASAP. Not available at the time of writing.
103-
104-
x.y.z: "Rearrange your brain, got to free your mind!"
105-
106-
* Moved repo to sha-256 in preparation for Git 3.0
107-
108113
0.0.17: "The ride up front is better When you've been in the back."
109114

110115
* Added three string normalization methods to Girlfriend.

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"ext-mbstring": "*",
1515
"ext-libxml": "*",
1616
"ext-dom": "*",
17-
"ext-zip": "*"
17+
"ext-zip": "*",
18+
"ext-curl": "*"
1819
},
1920
"require-dev": {
2021
"sebastian/version": "^6.0"
740 Bytes
Binary file not shown.

examples/text/tpsf-8/AQuestionOfCourageByJesseFBone.xhtml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99
<lea:caption></lea:caption>
1010
</lea:image>
1111

12-
<h1 id="a-question-of-courage" title="A Question of Courage" class="heading">A Question of Courage</h1>
12+
<lea:target>A Question of Courage</lea:target>
13+
<lea:target>A Question of Courage by Jesse F. Bone</lea:target>
14+
<h1 title="A Question of Courage" class="heading">A Question of Courage</h1>
1315

14-
<p class="heading"><em>by <a href="AboutTheAuthorsByEduardPech.xhtml#jesse-f-bone">Jesse F. Bone</a></em></p>
16+
<p class="heading"><em>by <lea:link>Jesse F. Bone</lea:link></em></p>
1517

1618
<p>I smelled the trouble the moment I stepped on the lift and took the long ride up the side of the Lachesis. There was something wrong. I couldn’t put my finger on it but five years in the Navy gives a man a feeling for these things. From the outside the ship was beautiful, a gleaming shaft of duralloy, polished until she shone. Her paint and brightwork glistened. The antiradiation shields on the gun turrets and launchers were folded back exactly according to regulations. The shore uniform of the liftman was spotless and he stood at his station precisely as he should. As the lift moved slowly up past no-man’s country to the life section, I noted a work party hanging precariously from a scaffolding smoothing out meteorite pits in the gleaming hull, while on the catwalk of the gantry standing beside the main cargo hatch a steady stream of supplies disappeared into the ship’s belly.</p>
1719

@@ -426,6 +428,6 @@
426428

427429
<hr class="asterism"/>
428430

429-
<p><em>Idoru Toei’s musical version of this story is available as part of the complimentary complete OST at <a href="https://lphi.top/p-tpsf-8ost">lphi.top/p-tpsf-8ost</a>.</em></p>
431+
<p><em>Idoru Toei’s musical version of this story is available as part of the complimentary complete OST at <lea:link>https://lphi.top/p-tpsf-8ost</lea:link>.</em></p>
430432

431-
<p><em>Your feedback guides our curation. Review at <a href="https://lphi.top/tpsf-8">lphi.top/tpsf-8</a>.</em></p>
433+
<p><em>Your feedback guides our curation. Review at <lea:link>https://lphi.top/tpsf-8</lea:link>.</em></p>

examples/text/tpsf-8/AboutTheAuthors.xhtml

Lines changed: 32 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
<lea:caption></lea:caption>
1414
</lea:image>
1515

16-
<h2 id="poul-anderson" title="Poul Anderson" class="heading">Poul William Anderson</h2>
16+
<lea:target>Poul Anderson</lea:target>
17+
<h2 title="Poul Anderson" class="heading">Poul William Anderson</h2>
1718

1819
<p>Poul William Anderson was born November 25, 1926, in Bristol, Pennsylvania. His beginnings were humble—a
1920
childhood shaped by the hardscrabble rhythms of the American Midwest and a voracious hunger for stories. This
@@ -57,14 +58,15 @@
5758
vividly brought to life—a cartographer of possibility whose work still guides us through the uncertain frontiers
5859
of tomorrow.</p>
5960

60-
<p>Learn more at the Logophilia author hub: <a href="https://lphi.top/a-anderson">lphi.top/a-anderson</a>.</p>
61+
<p>Learn more at the Logophilia author hub: <lea:link>https://lphi.top/a-anderson</lea:link>.</p>
6162

6263
<lea:image>
6364
<lea:file>Jesse-F-Bone-FM-Logophilia-512.jpg</lea:file>
6465
<lea:caption></lea:caption>
6566
</lea:image>
6667

67-
<h2 id="jesse-f-bone" title="Jesse F. Bone" class="heading">Jesse Franklin Bone</h2>
68+
<lea:target>Jesse F. Bone</lea:target>
69+
<h2 title="Jesse F. Bone" class="heading">Jesse Franklin Bone</h2>
6870

6971
<p>Jesse Franklin Bone (June 15, 1916–January 6, 2006) wasn’t a household name, but within the burgeoning science
7072
fiction landscape of the 1950s and 60s, he was a quietly influential voice, known for his meticulous detail and
@@ -101,14 +103,15 @@
101103
corners of space, where ordinary people grapple with extraordinary circumstances and the weight of duty under
102104
the cold gaze of the stars.</p>
103105

104-
<p>Learn more at the Logophilia author hub: <a href="https://lphi.top/a-bone">lphi.top/a-bone</a>.</p>
106+
<p>Learn more at the Logophilia author hub: <lea:link>https://lphi.top/a-bone</lea:link>.</p>
105107

106108
<lea:image>
107109
<lea:file>John-W-Campbell-Jr-FM-Logophilia-512.jpg</lea:file>
108110
<lea:caption></lea:caption>
109111
</lea:image>
110112

111-
<h2 id="john-w-campbell-jr" title="John W. Campbell, Jr." class="heading">John Wood Campbell, Jr.</h2>
113+
<lea:target>John W. Campbell, Jr.</lea:target>
114+
<h2 title="John W. Campbell, Jr." class="heading">John Wood Campbell, Jr.</h2>
112115

113116
<p>John Wood Campbell, Jr., born June 8, 1910, in Newark, New Jersey, was more than just a writer; he was a pivotal
114117
force in shaping the landscape of science fiction as we know it. His life, though marked by scientific curiosity
@@ -148,14 +151,15 @@
148151
universe and the future of humankind—a future he relentlessly imagined, debated, and brought to life through the
149152
stories he told and the writers he inspired.</p>
150153

151-
<p>Learn more at the Logophilia author hub: <a href="https://lphi.top/a-campbell">lphi.top/a-campbell</a>.</p>
154+
<p>Learn more at the Logophilia author hub: <lea:link>https://lphi.top/a-campbell</lea:link>.</p>
152155

153156
<lea:image>
154157
<lea:file>Lester-del-Rey-FM-Logophilia-512.jpg</lea:file>
155158
<lea:caption></lea:caption>
156159
</lea:image>
157160

158-
<h2 id="lester-del-rey" title="Lester del Rey" class="heading">Leonard Knapp</h2>
161+
<lea:target>Lester del Rey</lea:target>
162+
<h2 title="Lester del Rey" class="heading">Leonard Knapp</h2>
159163

160164
<p>Leonard Knapp—better known by his pseudonym Lester del Rey, and occasionally referring to himself (somewhat
161165
facetiously) as Ramón Felipe San Juan Mario Silvio Enrico Smith Heartcourt-Brace Sierra y Alvarez del Rey y de
@@ -196,14 +200,15 @@
196200
behind a body of work that continues to inspire and challenge readers to contemplate not just what the future
197201
might be, but how we will navigate it.</p>
198202

199-
<p>Learn more at the Logophilia author hub: <a href="https://lphi.top/a-knapp">lphi.top/a-knapp</a>.</p>
203+
<p>Learn more at the Logophilia author hub: <lea:link>https://lphi.top/a-knapp</lea:link>.</p>
200204

201205
<lea:image>
202206
<lea:file>Harry-Harrison-FM-Logophilia-512.jpg</lea:file>
203207
<lea:caption></lea:caption>
204208
</lea:image>
205209

206-
<h2 id="harry-harrison" title="Harry Harrison" class="heading">Henry Maxwell Dempsey</h2>
210+
<lea:target>Harry Harrison</lea:target>
211+
<h2 title="Harry Harrison" class="heading">Henry Maxwell Dempsey</h2>
207212

208213
<p>Born in Stamford, Connecticut, in 1925 and departing this world in 2012, Henry Maxwell Dempsey took the surname
209214
Harrison from his stepfather when his mother remarried. He wasn’t just a science fiction author; he was a
@@ -241,14 +246,15 @@
241246
action-packed, and refreshingly grounded in reality, then prepare to be captivated, and discover why Harry
242247
Harrison remains a vital voice in the genre today.</p>
243248

244-
<p>Learn more at the Logophilia author hub: <a href="https://lphi.top/a-harrison">lphi.top/a-harrison</a>.</p>
249+
<p>Learn more at the Logophilia author hub: <lea:link>https://lphi.top/a-harrison</lea:link>.</p>
245250

246251
<lea:image>
247252
<lea:file>Raymond-F-Jones-FM-Logophilia-512.jpg</lea:file>
248253
<lea:caption></lea:caption>
249254
</lea:image>
250255

251-
<h2 id="raymond-f-jones" title="Raymond F. Jones" class="heading">Raymond Fisher Jones</h2>
256+
<lea:target>Raymond F. Jones</lea:target>
257+
<h2 title="Raymond F. Jones" class="heading">Raymond Fisher Jones</h2>
252258

253259
<p>Raymond Fisher Jones (November 17, 1915–January 24, 1994) occupies a unique, often overlooked, space within the
254260
Golden Age of science fiction. While contemporaries like Robert A. Heinlein and Isaac Asimov explored grand
@@ -285,14 +291,15 @@
285291
celebrated figures of the Golden Age, offering a darker, more introspective vision of humanity’s place in the
286292
cosmos—a vision that continues to resonate with unsettling power today.</p>
287293

288-
<p>Learn more at the Logophilia author hub: <a href="https://lphi.top/a-jones">lphi.top/a-jones</a>.</p>
294+
<p>Learn more at the Logophilia author hub: <lea:link>https://lphi.top/a-jones</lea:link>.</p>
289295

290296
<lea:image>
291297
<lea:file>John-Keith-Laumer-FM-Logophilia-512.jpg</lea:file>
292298
<lea:caption></lea:caption>
293299
</lea:image>
294300

295-
<h2 id="keith-laumer" title="Keith Laumer" class="heading">John Keith Laumer</h2>
301+
<lea:target>Keith Laumer</lea:target>
302+
<h2 title="Keith Laumer" class="heading">John Keith Laumer</h2>
296303

297304
<p>John Keith Laumer (June 9, 1925–January 23, 1993) occupies a unique and often overlooked niche within science
298305
fiction, celebrated for his dry wit, intricate plotting, and the delightfully cynical perspective of his
@@ -332,14 +339,16 @@
332339
creation of a truly memorable protagonist in Retief—a character who remains as relevant and entertaining today
333340
as he was decades ago.</p>
334341

335-
<p>Learn more at the Logophilia author hub: <a href="https://lphi.top/a-laumer">lphi.top/a-laumer</a>.</p>
342+
<p>Learn more at the Logophilia author hub: <lea:link>https://lphi.top/a-laumer</lea:link>.</p>
336343

337344
<lea:image>
338345
<lea:file>Robert-Sheckley-FM-Logophilia-512.jpg</lea:file>
339346
<lea:caption></lea:caption>
340347
</lea:image>
341348

342-
<h2 id="robert-sheckley" title="Robert Sheckley" class="heading">Robert Sheckley</h2>
349+
<lea:target>About the Authors</lea:target>
350+
<lea:target>Robert Sheckley</lea:target>
351+
<h2 title="Robert Sheckley" class="heading">Robert Sheckley</h2>
343352

344353
<p>Born amid the noisy optimism and lingering shadows of a post-depression Brooklyn on July 16, 1928, Robert
345354
Sheckley grew up with a city’s nervous heartbeat beneath his stories. His early life wasn’t marked by grand
@@ -387,14 +396,16 @@
387396
leaving behind a body of work that continues to resonate, reminding us that the most terrifying futures are
388397
often those we build for ourselves, one carefully monitored moment at a time.</p>
389398

390-
<p>Learn more at the Logophilia author hub: <a href="https://lphi.top/a-sheckley">lphi.top/a-sheckley</a>.</p>
399+
<p>Learn more at the Logophilia author hub: <lea:link>https://lphi.top/a-sheckley</lea:link>.</p>
391400

392401
<lea:image>
393402
<lea:file>Clifford-D-Simak-FM-Logophilia-512.jpg</lea:file>
394403
<lea:caption></lea:caption>
395404
</lea:image>
396405

397-
<h2 id="clifford-d-simak" title="Clifford D. Simak" class="heading">Clifford Donald Simak</h2>
406+
<lea:target>Clifford D. Simak</lea:target>
407+
408+
<h2 title="Clifford D. Simak" class="heading">Clifford Donald Simak</h2>
398409

399410
<p>Clifford Donald Simak (August 3, 1904–April 25, 1988), born in Millville, Wisconsin, was a cornerstone of
400411
mid-20th century science fiction, known for his lyrical prose and deeply philosophical explorations of
@@ -430,14 +441,15 @@
430441
genre, demonstrating that it could be more than just adventure and spaceships; it could be a vehicle for
431442
profound philosophical inquiry.</p>
432443

433-
<p>Learn more at the Logophilia author hub: <a href="https://lphi.top/a-simak">lphi.top/a-simak</a>.</p>
444+
<p>Learn more at the Logophilia author hub: <lea:link>https://lphi.top/a-simak</lea:link>.</p>
434445

435446
<lea:image>
436447
<lea:file>Daria-Skrinitsa-01-512.jpg</lea:file>
437448
<lea:caption></lea:caption>
438449
</lea:image>
439450

440-
<h2 id="daria-skrinitsa" title="Daria Skrinitsa" class="heading">Daria Ivanovna Skrinitsa</h2>
451+
<lea:target>Daria Skrinitsa</lea:target>
452+
<h2 title="Daria Skrinitsa" class="heading">Daria Ivanovna Skrinitsa</h2>
441453

442454
<div class="qhennthyk">
443455
<p>Email: <a href="mailto:artanvonavi@yandex.ru">artanvonavi@yandex.ru</a><br/>VK: <a
@@ -488,6 +500,6 @@
488500
that explore contemporary values. Driven by a passion for storytelling, and a dedicated competitor in writing
489501
duels, she thrives on creative challenges, seeking to push the boundaries of form.</p>
490502

491-
<p>Learn more at the Logophilia author hub: <a href="https://lphi.top/a-skrinitsa">lphi.top/a-skrinitsa</a>.</p>
503+
<p>Learn more at the Logophilia author hub: <lea:link>https://lphi.top/a-skrinitsa</lea:link>.</p>
492504

493505

0 commit comments

Comments
 (0)