-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
52 lines (47 loc) · 2.15 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="EN">
<title>R. S. Doiel, Software Engineer/Analyst - README</title>
<link rel="stylesheet" type="text/css" href="/printfonts/print.css" media="print" />
<link rel="stylesheet" type="text/css" href="/webfonts/fonts.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/css/site.css" media="screen" />
<link title="RSS feed for rsdoiel's blog" rel="alternate" type="application/rss+xml" href="https://rsdoiel.github.io/rss.xml" />
<link title="markdown source for page" rel="alternative" type="application/markdown" href="README.md">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="./">README</a></li>
<li><a href="user-manual.html">User Manual</a></li>
<li><a href="license.html">LICENSE</a></li>
<li><a href="about.html">About</a></li>
<li><a href="https://github.com/rsdoiel/osf">GitHub</a></li>
</ul>
</nav>
<section>
<!-- <h1>README</h1> -->
<p><a href="https://www.repostatus.org/#inactive"><img
src="https://www.repostatus.org/badges/latest/inactive.svg"
alt="Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows." /></a></p>
<h1 id="osf">OSF</h1>
<h2 id="a-go-package-support-open-screenplay-format">A Go package
support Open Screenplay Format</h2>
<p>Experimental Golang package for working with Open Screenplay Format
2.0. Open Screenplay Format is an open XML format for screenplays and
the native format (when zipped) for <a
href="https://www.fadeinpro.com">Fade In</a>. Two package will include
several demonstration command line programs <a
href="docs/osf2txt.html">osf2txt</a> which will read a osf file and
render plain text in a <a href="https://fountain.io">Fountain</a> like
format, <a href="docs/txt2osf.html">txt2osf</a> which takes a plain text
file and attempts to render an OSF 2.0 document and finally <a
href="docs/fadein2osf">fadein2osf</a> which will read in a Fade In file
and write out Open Screenplay Format.</p>
</section>
<footer>
</footer>
</body>
</html>