-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
68 lines (63 loc) · 2.38 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!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="LICENSE">LICENSE</a></li>
<li><a href="user-manual.html">User Manual</a></li>
<li><a href="INSTALL.html">INSTALL</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="fountain">fountain</h1>
<p><em>fountain</em> is an experimental Golang package for working with
Fountain formatted Screenplay documents. It provides a parser, pretty
prints using the String func and has an HTML renderer. <em>fountain</em>
format is supported by many programs (see list at <a
href="https://fountain.io">fountain.io</a>).</p>
<p>This package also includes a demonstration command line programs</p>
<dl>
<dt><a href="fountain2json.1.html">fountain2json</a></dt>
<dd>
A fountain to JSON converter (useful for building reports)
</dd>
<dt><a href="fountainfmt.1.html">fountainfmt</a></dt>
<dd>
A fountain document pretty printer
</dd>
<dt><a href="fountain2html.1.html">fountain2html</a></dt>
<dd>
A fountain to HTML converter
</dd>
</dl>
<h2 id="reference-materials">Reference materials</h2>
<ul>
<li><a href="https://fountain.io">fountain.io</a> - this is official
place for all things fountain
<ul>
<li><a href="https://fountain.io/syntax">Fountain Syntax</a></li>
</ul></li>
</ul>
</section>
<footer>
</footer>
</body>
</html>