forked from rsdoiel/scripttool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNOTES.html
35 lines (32 loc) · 1.1 KB
/
NOTES.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
<!DOCTYPE html>
<html>
<head><title>scripttool, a program for converting screen play formats</title>
<link href="/css/site.css" rel="stylesheet" />
</head>
<body><header>scripttool, a program for converting screen play formats</header>
<section>
<h1>Misc dev notes</h1>
<ul>
<li><a href="https://quoteunquoteapps.com/courierprime/">Courier Prime</a> -</li>
<li><a href="https://wordpress.org/plugins/wp-scrippets/">Scrippets</a> - a WP plugin for fountain fragments</li>
<li>John Augusts’s Scrippets <a href="https://johnaugust.com/2008/scrippets-php-and-a-call-to-coders">Call to Coders</a></li>
</ul>
</section>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="./">README</a></li>
<li><a href="license.html">LICENSE</a></li>
<li><a href="install.html">INSTALL</a></li>
<li><a href="docs/scripttool.html">Documentation</a></li>
<li><a href="TODO.html">TODO</a></li>
<li><a href="https://github.com/rsdoiel/scripttool">Github</a></li>
</ul>
</nav>
<footer>
copyright (c) 2017 all rights reserved.
Released under the BSD 2-Clause license
See: http://opensource.org/licenses/BSD-2-Clause
</footer>
</body>
</html>