-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathabout.html
More file actions
49 lines (49 loc) · 1.55 KB
/
about.html
File metadata and controls
49 lines (49 loc) · 1.55 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>scripttools</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/scripttool">GitHub</a></li>
</ul>
</nav>
<section>
<h1 id="about-this-software">About this software</h1>
<h2 id="scripttool-0.0.10">scripttool 0.0.10</h2>
<p>updated license</p>
<h3 id="authors">Authors</h3>
<ul>
<li>Robert Doiel, <a href="https://orcid.org/0000-0003-0900-6903"
class="uri">https://orcid.org/0000-0003-0900-6903</a></li>
</ul>
<h3 id="maintainers">Maintainers</h3>
<ul>
<li>https://orcid.org/0000-0003-0900-6903</li>
</ul>
<p>A library and command line program for working with fdx (Final Draft
XML), osf, Fade In and Fountain formatted Screen Play files.</p>
<ul>
<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/scripttool"
class="uri">https://github.com/rsdoiel/scripttool</a></li>
<li>Issues: <a href="https://github.com/rsdoiel/scripttool/issues"
class="uri">https://github.com/rsdoiel/scripttool/issues</a></li>
</ul>
<h3 id="programming-languages">Programming languages</h3>
<ul>
<li>Go</li>
</ul>
</section>
</body>
</html>