Skip to content

Commit

Permalink
Quick Save
Browse files Browse the repository at this point in the history
  • Loading branch information
R. S. Doiel committed May 20, 2024
1 parent 99c28f2 commit f9c6230
Show file tree
Hide file tree
Showing 7 changed files with 628 additions and 48 deletions.
6 changes: 3 additions & 3 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<!-- <h1>about</h1> -->

<h1 id="about-this-software">About this software</h1>
<h2 id="osf-0.0.6">osf 0.0.6</h2>
<h2 id="osf-0.0.8">osf 0.0.8</h2>
<h3 id="authors">Authors</h3>
<ul>
<li>Robert Doiel</li>
Expand All @@ -39,8 +39,8 @@ <h3 id="maintainers">Maintainers</h3>
<p>A library and command line programs for working with FadeIn and Open
Screenplay Format (osf) files.</p>
<ul>
<li>License: <a href="https://rsdoiel.github.io/osf/license.html"
class="uri">https://rsdoiel.github.io/osf/license.html</a></li>
<li>License: <a href="https://spdx.org/licenses/AGPL-3.0-or-later"
class="uri">https://spdx.org/licenses/AGPL-3.0-or-later</a></li>
<li>GitHub: <a href="https://github.com/rsdoiel/osf"
class="uri">https://github.com/rsdoiel/osf</a></li>
<li>Issues: <a href="https://github.com/rsdoiel/osf/issues"
Expand Down
2 changes: 1 addition & 1 deletion fadein2osf.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<pre><code>fadein2osf -i screenplay.fadein -o screenplay.osf</code></pre>
<p>Display converted OSF 2.0 XML to the console</p>
<pre><code>fadein2osf -i screenplay.fadein</code></pre>
<p>fadein2osf 0.0.6</p>
<p>fadein2osf 0.0.8</p>
</section>

<footer>
Expand Down
626 changes: 603 additions & 23 deletions license.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions osf2txt.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@
<p>osf2txt is a command line program that reads an osf file and returns
plain text</p>
<p>OPTIONS</p>
<pre><code>-generate-manpage generate man page
-generate-markdown generate Markdown documentation
-h, -help display help
-i, -input set the input filename
-l, -license display license
-nl, -newline add a trailing newline
-o, -output set the output filename
-quiet suppress error messages
-v, -version display version</code></pre>
<pre><code>-generate-manpage generate man page
-generate-markdown generate Markdown documentation
-h, -help display help
-i, -input set the input filename
-l, -license display license
-nl, -newline add a trailing newline
-o, -output set the output filename
-quiet suppress error messages
-v, -version display version</code></pre>
<p>EXAMPLES</p>
<p>Convert <em>screenplay.osf</em> into <em>screenplay.txt</em>.</p>
<pre><code>osf2txt -i screenplay.osf -o screenplay.txt</code></pre>
<p>Or alternatively</p>
<pre><code>cat screenplay.osf | osf2txt &gt; screenplay.txt</code></pre>
<p>osf2txt 0.0.6</p>
<p>osf2txt 0.0.8</p>
</section>

<footer>
Expand Down
18 changes: 9 additions & 9 deletions osf2txt.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ and returns plain text

OPTIONS

-generate-manpage generate man page
-generate-markdown generate Markdown documentation
-h, -help display help
-i, -input set the input filename
-l, -license display license
-nl, -newline add a trailing newline
-o, -output set the output filename
-quiet suppress error messages
-v, -version display version
-generate-manpage generate man page
-generate-markdown generate Markdown documentation
-h, -help display help
-i, -input set the input filename
-l, -license display license
-nl, -newline add a trailing newline
-o, -output set the output filename
-quiet suppress error messages
-v, -version display version


EXAMPLES
Expand Down
2 changes: 1 addition & 1 deletion txt2osf.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<pre><code>txt2osf -i screenplay.txt -o screenplay.osf</code></pre>
<p>Or alternatively</p>
<pre><code>cat screenplay.txt | txt2osf &gt; screenplay.osf</code></pre>
<p>txt2osf 0.0.6</p>
<p>txt2osf 0.0.8</p>
</section>

<footer>
Expand Down
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-05-20"

// ReleaseHash, the Git hash when version.go was generated
ReleaseHash = "b4a3029"
ReleaseHash = "99c28f2"

LicenseText = `
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Expand Down

0 comments on commit f9c6230

Please sign in to comment.