index
:
screenplain
cleanup-testing
master
Write your screenplay in plain text and run it through this program to make it look good
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
spmd_test.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Transitions no longer have to be followed by a scene heading.
Martin Vilcans
2012-01-31
1
-2
/
+16
*
Changed rules for forced Scene Headings (slugs).
Martin Vilcans
2012-01-31
1
-4
/
+13
*
A leading ">" on a line means it's parsed as a transition.
Martin Vilcans
2011-12-16
1
-0
/
+21
*
A line with two spaces inside dialog keeps the dialog together.
Martin Vilcans
2011-12-16
1
-1
/
+15
*
Added licensing information (MIT license)
Martin Vilcans
2011-11-28
1
-0
/
+4
*
Some code style changes
Martin Vilcans
2011-11-26
1
-0
/
+1
*
Allow whitespace after "<" on centered line.
Martin Vilcans
2011-11-25
1
-6
/
+14
*
Make sure upper case centered paragraph isn't parsed as dialogue.
Martin Vilcans
2011-11-15
1
-0
/
+9
*
Added support for >centering text<
Martin Vilcans
2011-11-15
1
-0
/
+23
*
Made RichString non-hierarchical (simpler).
Martin Vilcans
2011-11-10
1
-31
/
+32
*
Just some cleanup/reformatting
Martin Vilcans
2011-10-01
1
-1
/
+0
*
Use rich strings for all content.
Martin Vilcans
2011-09-26
1
-0
/
+15
*
PEP8 compliance.
Martin Vilcans
2011-09-21
1
-0
/
+1
*
Added requirement that a slug must be only one line.
Martin Vilcans
2011-09-21
1
-0
/
+13
*
Parse bold, italic and underline (no output yet).
Martin Vilcans
2011-09-21
1
-4
/
+0
*
A Transition must be followed by a slug, otherwise it's Action
Martin Vilcans
2011-09-10
1
-2
/
+0
*
Heed hard line breaks, per the SPMD spec.
Martin Vilcans
2011-09-09
1
-0
/
+37
*
Split code into more modules.
Martin Vilcans
2011-09-09
1
-0
/
+152