majc 0.2.1
This commit is contained in:
parent
cef85339f8
commit
85836fecd9
|
@ -0,0 +1,17 @@
|
||||||
|
# [ANN] majc 0.2.1
|
||||||
|
|
||||||
|
A parsing bug has been found in majc 0.2.0. Specifically when parsing pages that include a comment in a preformatted text block, majc's parser could accidentally eat the entire document and only render the contents of that preformatted text block. For an example of this, see the source of gemlog.blue[1].
|
||||||
|
|
||||||
|
=> gemini://gemlog.blue [1] gemlog.blue
|
||||||
|
|
||||||
|
A fix has been made and this behavior should never happen again. If you find other cases where this kind of unexpected eating the document thing happens, please contact me and I will fix it as soon as I am able to.
|
||||||
|
|
||||||
|
You can download majc 0.2.1 from greedo[2].
|
||||||
|
|
||||||
|
Be well.
|
||||||
|
|
||||||
|
=> https://xena.greedo.xeserv.us/pkg/maj/majc_0.2.1_amd64.deb [2] majc_0.2.1_amd64.deb
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
=> . Go back
|
|
@ -2,7 +2,7 @@
|
||||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||||
<id>gemini://cetacean.club/journal/</id>
|
<id>gemini://cetacean.club/journal/</id>
|
||||||
<title>Flight Journal</title>
|
<title>Flight Journal</title>
|
||||||
<updated>2020-07-28T15:01:46.601288+00:00</updated>
|
<updated>2020-07-28T20:20:28.038074+00:00</updated>
|
||||||
<author>
|
<author>
|
||||||
<name>Cadey Alicia Ratio</name>
|
<name>Cadey Alicia Ratio</name>
|
||||||
<email>cadey@firemail.css</email>
|
<email>cadey@firemail.css</email>
|
||||||
|
@ -64,4 +64,10 @@
|
||||||
<updated>2020-07-28T15:01:46.601288+00:00</updated>
|
<updated>2020-07-28T15:01:46.601288+00:00</updated>
|
||||||
<link href="gemini://cetacean.club/journal/07-28-2020-dreams-favicons-more.gmi" rel="alternate"/>
|
<link href="gemini://cetacean.club/journal/07-28-2020-dreams-favicons-more.gmi" rel="alternate"/>
|
||||||
</entry>
|
</entry>
|
||||||
|
<entry>
|
||||||
|
<id>gemini://cetacean.club/journal/07-28-2020-majc-0-2-1.gmi</id>
|
||||||
|
<title>[ANN] majc 0.2.1</title>
|
||||||
|
<updated>2020-07-28T20:20:28.038074+00:00</updated>
|
||||||
|
<link href="gemini://cetacean.club/journal/07-28-2020-majc-0-2-1.gmi" rel="alternate"/>
|
||||||
|
</entry>
|
||||||
</feed>
|
</feed>
|
||||||
|
|
|
@ -10,6 +10,7 @@ These logs will contain thoughts, feelings, major events in my life and other su
|
||||||
=> 07-27-2020-6e-notes.gmi 7/27/2020 - 6E Notes
|
=> 07-27-2020-6e-notes.gmi 7/27/2020 - 6E Notes
|
||||||
=> 07-27-2020-majc-0-2-0.gmi 7/27/2020 - [ANN] majc 0.2.0
|
=> 07-27-2020-majc-0-2-0.gmi 7/27/2020 - [ANN] majc 0.2.0
|
||||||
=> 07-28-2020-dreams-favicons-more.gmi 7/28/2020 - Favicon, Weird Dreams and More
|
=> 07-28-2020-dreams-favicons-more.gmi 7/28/2020 - Favicon, Weird Dreams and More
|
||||||
|
=> 07-28-2020-majc-0-2-1.gmi 7/28/2020 - [ANN] majc 0.2.1
|
||||||
|
|
||||||
## Stories
|
## Stories
|
||||||
Occasionally I write little stories that are not really connected to anything. I have not really had a good place to publish these in the past. This place seems as good as any.
|
Occasionally I write little stories that are not really connected to anything. I have not really had a good place to publish these in the past. This place seems as good as any.
|
||||||
|
|
|
@ -16,7 +16,7 @@ The main homepage for majc is on tulpa.dev:
|
||||||
## Installation
|
## Installation
|
||||||
majc can be installed on amd64 linux with this .deb file:
|
majc can be installed on amd64 linux with this .deb file:
|
||||||
|
|
||||||
=> https://xena.greedo.xeserv.us/pkg/maj/majc_0.2.0_amd64.deb majc_0.2.0_amd64.deb
|
=> https://xena.greedo.xeserv.us/pkg/maj/majc_0.2.1_amd64.deb majc_0.2.1_amd64.deb
|
||||||
|
|
||||||
Then you can run it with `majc`:
|
Then you can run it with `majc`:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue