-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
51 lines (46 loc) · 2.04 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
<!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">LICENSE</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/fdx">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="fdx">fdx</h1>
<p><em>fdx</em> is a Golang package for working with XML files produced
by many script writing programs (e.g. <a
href="http://www.trelby.org/">Trelby</a>, <a
href="https://storywriter.amazon.com">Amazon Storywriter</a>, <a
href="https://www.celtx.com/index.html">Celtx</a>, <a
href="https://www.fadeinpro.com/">Fade In</a> and of course recent
versions of <a href="https://www.finaldraft.com/">Final Draft</a>). This
package also includes a demonstration command line program called <a
href="docs/">fdx2txt</a> which will read an <em>fdx</em> file and render
plain text in a <a href="https://fountain.io">Fountain</a> like
format.</p>
</section>
<footer>
</footer>
</body>
</html>