Skip to content

Commit

Permalink
Quick Save
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdoiel committed Mar 9, 2024
1 parent 2f9ef22 commit c963739
Show file tree
Hide file tree
Showing 13 changed files with 8 additions and 200 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ testdata/The%20Last%20Birthday%20Card.fountain
testdata/The%20Last%20Birthday%20Card.pdf
bin/
dist/
man/
4 changes: 2 additions & 2 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<!-- <h1>about</h1> -->

<h1 id="about-this-software">About this software</h1>
<h2 id="fountain-1.0.0">fountain 1.0.0</h2>
<h2 id="fountain-1.0.1">fountain 1.0.1</h2>
<h3 id="authors">Authors</h3>
<ul>
<li>Robert Doiel</li>
Expand All @@ -45,7 +45,7 @@ <h3 id="maintainers">Maintainers</h3>
</ul>
<h3 id="programming-languages">Programming languages</h3>
<ul>
<li>Go</li>
<li>Go &gt;= 1.22</li>
</ul>
</section>

Expand Down
2 changes: 1 addition & 1 deletion fountain2html.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%fountain2html(1) | version 1.0.1 acbb019
%fountain2html(1) | version 1.0.1 2f9ef22
% R. S. Doiel
% 2024-03-09

Expand Down
2 changes: 1 addition & 1 deletion fountain2json.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%fountain2json(1) | version 1.0.1 acbb019
%fountain2json(1) | version 1.0.1 2f9ef22
% R. S. Doiel
% 2024-03-09

Expand Down
2 changes: 1 addition & 1 deletion fountainfmt.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%fountainfmt(1) | version 1.0.1 acbb019
%fountainfmt(1) | version 1.0.1 2f9ef22
% R. S. Doiel
% 2024-03-09

Expand Down
67 changes: 0 additions & 67 deletions man/man1/fountain2html.1

This file was deleted.

58 changes: 0 additions & 58 deletions man/man1/fountain2json.1

This file was deleted.

68 changes: 0 additions & 68 deletions man/man1/fountainfmt.1

This file was deleted.

Binary file added pagefind/fragment/en_89b7e7e.pf_fragment
Binary file not shown.
Binary file added pagefind/index/en_715d08e.pf_index
Binary file not shown.
2 changes: 1 addition & 1 deletion pagefind/pagefind-entry.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"1.0.4","languages":{"en":{"hash":"en_4e66340951","wasm":"en","page_count":9}}}
{"version":"1.0.4","languages":{"en":{"hash":"en_51dd612a37","wasm":"en","page_count":9}}}
Binary file added pagefind/pagefind.en_51dd612a37.pf_meta
Binary file not shown.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const (
ReleaseDate = "2024-03-09"

// ReleaseHash, the Git hash when version.go was generated
ReleaseHash = "acbb019"
ReleaseHash = "2f9ef22"

LicenseText = `
All rights reserved.
Expand Down

0 comments on commit c963739

Please sign in to comment.