aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2024-01-18 08:56:27 +0100
committerMatěj Cepl <mcepl@cepl.eu>2024-01-18 09:46:19 +0100
commitba79ba9075b75eeda531000f93d1d6cd0efe6d7a (patch)
tree8b484a057f6224c3da73a50c731b87d584b9ba83
parentad0436dce205a646d63aff21a1fbb774e90a7497 (diff)
downloadfountain.vim-ba79ba9075b75eeda531000f93d1d6cd0efe6d7a.tar.gz
Rename README to README.md, and add LICENSE.
-rw-r--r--LICENSE22
-rw-r--r--README.md (renamed from README)12
2 files changed, 30 insertions, 4 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..df70f4a
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,22 @@
+Copyright © 2022 Matěj Cepl, mcepl at cepl dot eu
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the “Software”), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
diff --git a/README b/README.md
index a8bf882..5c59cfa 100644
--- a/README
+++ b/README.md
@@ -14,6 +14,7 @@ Known issues in the current version: text emphasis only renders in 'normal' text
The official Fountain site contains a great deal of helpful material, including sample scripts and apps. In brief, Fountain allows you to type a screenplay in plain text. Here is an excerpt from Big Fish by John August, one of the screenwriters behind Fountain, and note that the text can be flush or tabbed as desired.
+```
EDWARD
(whispering)
Turn off your flashlights! She'll see 'em.
@@ -24,11 +25,14 @@ EXT. A CREEPY OLD HOUSE - NIGHT
ADULT EDWARD (V.O.)
Now, it's common knowledge that most towns of a certain size have a witch, if only to eat misbehaving children and the occasional puppy who wanders into her yard. Witches use those bones to cast spells and curses that make the land infertile.
+```
- ====
+----
-The following image previews the syntax in a few different colorschemes:
+Happy screenwriting!
-http://elflife.net/vim/FountainRenderedColorschemes.png
+----
-Happy screenwriting!
+All issues, questions, complaints, or (even better!) patches
+should be send via email to [me](mailto:mcepl@cepl.eu) email list
+(for patches use [git send-email](https://git-send-email.io/)).