-
Notifications
You must be signed in to change notification settings - Fork 1
/
fountain2html.1.html
96 lines (91 loc) · 2.29 KB
/
fountain2html.1.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!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 - fountain2html.1</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="fountain2html.1.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>fountain2html.1</h1> -->
<h1 id="name">NAME</h1>
<p>fountain2html</p>
<h1 id="synopsis">SYNOPSIS</h1>
<p>fountain2html <a href="#options">OPTIONS</a></p>
<h1 id="description">DESCRIPTION</h1>
<p>fountain2html is a command line program that reads an fountain
document and writes out HTML.</p>
<h1 id="options">OPTIONS</h1>
<dl>
<dt>-help</dt>
<dd>
display help
</dd>
<dt>-license</dt>
<dd>
display license
</dd>
<dt>-version</dt>
<dd>
display version
</dd>
<dt>-i</dt>
<dd>
read from input file
</dd>
<dt>-o</dt>
<dd>
read from output file
</dd>
<dt>-newline</dt>
<dd>
add a trailing newline
</dd>
<dt>-page</dt>
<dd>
If true output an HTML page otherwise an HTML fragement
</dd>
<dt>-inline-css</dt>
<dd>
Add inline CSS
</dd>
<dt>-link-css</dt>
<dd>
Add a link to CSS (default CSS is fountain.css)
</dd>
<dt>-css</dt>
<dd>
Include a custom CSS file
</dd>
<dt>-width</dt>
<dd>
set the width for the text
</dd>
</dl>
<h1 id="examples">EXAMPLES</h1>
<p>Convert a <em>screenplay.fountain</em> to
<em>screenplay.html</em>.</p>
<pre><code> fountain2html -i screenplay.foutnain -o screenplay.html</code></pre>
<p>Or alternatively</p>
<pre><code> cat screenplay.fountain | fountain2html >screenplay.html</code></pre>
</section>
<footer>
</footer>
</body>
</html>