-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtestdata.html
More file actions
61 lines (61 loc) · 2.07 KB
/
testdata.html
File metadata and controls
61 lines (61 loc) · 2.07 KB
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>osf</title>
<link rel="stylesheet" href="/css/site.css">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="index.html">README</a></li>
<li><a href="LICENSE">LICENSE</a></li>
<li><a href="INSTALL.html">INSTALL</a></li>
<li><a href="user_manual.html">User Manual</a></li>
<li><a href="about.html">About</a></li>
<li><a href="search.html">Search</a></li>
<li><a href="https://github.com/rsdoiel/osf">GitHub</a></li>
</ul>
</nav>
<section>
<p>{ “title”: “OSF, A Go package support Open Screenplay Format” }</p>
<h1 id="about-the-test-data">About the test data</h1>
<p>The <a href="fountain.io">fountain</a> website has some good files
for reviewing formatting difference between fountain, fdx and PDF. Some
are referenced in the test programs but they are optional. It is not
clear to me the licensing arrangements for the text so I have not
included them in this repository.</p>
<p>If you want to include them in the test sequence go to the fountain
website and download them and place them in the <em>testdata</em>
directory. When you run <code>go test</code> they will be found and
included in the basic test process.</p>
<h2 id="optional-test-fdx-files">Optional test FDX files</h2>
<ul>
<li><a href="https://fountain.io/_downloads/Big-Fish.fountain">Big
Fish</a>
<ul>
<li><a href="https://fountain.io/_downloads/Big-Fish.fdx">fdx</a></li>
<li><a href="https://fountain.io/_downloads/Big-Fish.pdf">pdf</a></li>
</ul></li>
<li><a
href="https://fountain.io/_downloads/Brick-&-Steel.fountain">Brick
& Stell</a>
<ul>
<li><a
href="https://fountain.io/_downloads/Brick-&-Steel.fdx">fdx</a></li>
<li><a
href="https://fountain.io/_downloads/Brick-&-Steel.pdf">pdf</a></li>
</ul></li>
<li><a
href="https://fountain.io/_downloads/The-Last-Birthday-Card.fountain">Birthday
Card</a>
<ul>
<li><a
href="https://fountain.io/_downloads/The-Last-Birthday-Card.fdx">fdx</a></li>
<li><a
href="https://fountain.io/_downloads/The-Last-Birthday-Card.pdf">pdf</a></li>
</ul></li>
</ul>
</section>
</body>
</html>