index
:
screenplain
feature/pdf
magentastripe
master
msm_notes
page-size
pdf-font-support
python2
python3
MSM's mirror of Screenplain
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-08-13
Use six.text_type in richstring_test
python2
Martin Vilcans
2013-08-13
Use six.StringIO instead of StringIO.StringIO
Martin Vilcans
2013-08-13
Use six.StringIO for Python 3 compat
Martin Vilcans
2013-08-13
Use six.next instead of it.next (Py3 compat)
Martin Vilcans
2013-08-13
Use six in richstring to be compatible with Python 3
Martin Vilcans
2013-08-13
Got rid of overloaded "classes" parameter.
Martin Vilcans
2013-08-13
Avoid overloaded function in fountain.py
Martin Vilcans
2013-08-13
Always output styles in consistent order (Bold, Italic, Underline)
Martin Vilcans
2013-08-13
Use unittest2 if available but don't require it.
Martin Vilcans
2013-08-13
Removed dependency on unittest2
Martin Vilcans
2013-08-13
Use bin/test for Travis tests
Martin Vilcans
2013-08-13
Add Travis CI config
Martin Vilcans
2013-08-13
Removed Python 2.5 requirement and Reportlab (not used right now)
Martin Vilcans
2012-07-22
Fixed runtime error on HTML output of dual dialogue.
Martin Vilcans
2012-07-10
Strip leading and trailing whitespace from character names.
Martin Vilcans
2012-07-10
Automatically create test cases from files in tests/files
Martin Vilcans
2012-07-10
Changed bad test case name
Martin Vilcans
2012-07-09
Added page break support.
Martin Vilcans
2012-07-09
Refactored html.py to use a class instead of global functions.
Martin Vilcans
2012-07-09
Refactored how we generate HTML tags.
Martin Vilcans
2012-07-08
PEP8 compliance.
Martin Vilcans
2012-07-08
Only a single period creates a slug.
Martin Vilcans
2012-03-12
Support mixed sections and synopsises
Martin Vilcans
2012-03-12
Refactored trying different paragraph types.
Martin Vilcans
2012-03-12
Support sections that are bunched together.
Martin Vilcans
2012-03-01
Line breaks become <br/> instead of <p> in HTML.
Martin Vilcans
2012-02-23
Output synopsis to HTML.
Martin Vilcans
2012-02-20
Added test script
Martin Vilcans
2012-02-20
Added commenting out using /* boneyard */
Martin Vilcans
2012-02-19
Transition must end with "TO:", not just ":"
Martin Vilcans
2012-02-19
Better error messages on unsupported formats.
Martin Vilcans
2012-02-19
Removed pdf and text modules as they aren't supported yet anyway.
Martin Vilcans
2012-02-19
Renamed SPMD to Fountain
Martin Vilcans
2012-02-19
Moved spmd tests into separate classes.
Martin Vilcans
2012-02-19
Added synopsis support to slugs and sections.
Martin Vilcans
2012-02-16
Parse the title page.
Martin Vilcans
2012-02-08
Updated README to reflect new reality (Fountain, www.screenplain.com etc)
Martin Vilcans
2012-02-08
Added support for sections
Martin Vilcans
2012-02-07
Removed unused screenplain.format module etc.
Martin Vilcans
2012-02-07
Scene headings are now h6 in HTML output
Martin Vilcans
2012-02-07
Read the spec again. Scene numbers are alphanumeric only.
Martin Vilcans
2012-02-07
Added scene numbers
Martin Vilcans
2012-02-01
Don't count number of blank lines between paragraphs.
Martin Vilcans
2012-02-01
Refactored spmd parser to use InputParagraph class.
Martin Vilcans
2012-02-01
New syntax for dual dialog: ^ (Jan 2012 spec)
Martin Vilcans
2012-02-01
Some pep8 compliance regarding whitespace
Martin Vilcans
2012-01-31
Updated readme to reflect that we don't support PDF output yet.
Martin Vilcans
2012-01-31
Transitions no longer have to be followed by a scene heading.
Martin Vilcans
2012-01-31
Changed rules for forced Scene Headings (slugs).
Martin Vilcans
2012-01-31
Added tests on actual input/output files.
Martin Vilcans
[next]