aboutsummaryrefslogtreecommitdiffstats
path: root/screenplain
Commit message (Expand)AuthorAgeFilesLines
* Added synopsis support to slugs and sections.Martin Vilcans2012-02-192-0/+21
* Parse the title page.Martin Vilcans2012-02-161-0/+51
* Added support for sectionsMartin Vilcans2012-02-084-17/+42
* Removed unused screenplain.format module etc.Martin Vilcans2012-02-071-23/+0
* Scene headings are now h6 in HTML outputMartin Vilcans2012-02-072-2/+2
* Read the spec again. Scene numbers are alphanumeric only.Martin Vilcans2012-02-071-3/+3
* Added scene numbersMartin Vilcans2012-02-073-17/+28
* Don't count number of blank lines between paragraphs.Martin Vilcans2012-02-011-7/+3
* Refactored spmd parser to use InputParagraph class.Martin Vilcans2012-02-011-82/+98
* New syntax for dual dialog: ^ (Jan 2012 spec)Martin Vilcans2012-02-012-35/+30
* Transitions no longer have to be followed by a scene heading.Martin Vilcans2012-01-311-6/+0
* Changed rules for forced Scene Headings (slugs).Martin Vilcans2012-01-311-3/+9
* Oops, blank lines weren't parsed as blank lines.Martin Vilcans2012-01-311-1/+1
* Use   to avoid empty paragraphs in HTML.Martin Vilcans2012-01-141-11/+4
* Ignore trailing \r and \n properly.Martin Vilcans2012-01-142-18/+34
* A leading ">" on a line means it's parsed as a transition.Martin Vilcans2011-12-161-5/+9
* Possible to escape stars (\*) so they aren't parsed as emphasis.Martin Vilcans2011-12-161-21/+43
* A line with two spaces inside dialog keeps the dialog together.Martin Vilcans2011-12-161-2/+5
* Fixed some problems with old RichString tests.Martin Vilcans2011-12-161-4/+20
* Allow use of stdin and stdout instead of files.Martin Vilcans2011-12-101-11/+29
* Use HTML character references for special characters.Martin Vilcans2011-12-101-1/+1
* Removed unused non-working old plain text formattingMartin Vilcans2011-11-281-60/+0
* Removed support for txt and pdf output from command line.Martin Vilcans2011-11-281-4/+2
* Added licensing information (MIT license)Martin Vilcans2011-11-289-0/+36
* Created context manager for working with HTML tags.Martin Vilcans2011-11-281-44/+64
* Cleaned up a little CSS.Martin Vilcans2011-11-281-2/+2
* Support for centered action elements in HTML output.Martin Vilcans2011-11-282-9/+26
* Slug and Transition support only one line.Martin Vilcans2011-11-282-10/+14
* Support the --bare option to not output a complete HTML document.Martin Vilcans2011-11-282-4/+33
* Changed CSS to style based on Jonathan Poritsky's work.Martin Vilcans2011-11-282-15/+25
* Export complete HTML with CSS.Martin Vilcans2011-11-283-53/+172
* Renamed module annotated_html to html.Martin Vilcans2011-11-272-5/+7
* Some code style changesMartin Vilcans2011-11-264-18/+31
* Allow whitespace after "<" on centered line.Martin Vilcans2011-11-251-1/+1
* Fix incorrectly parsing when mixing italic and bold. Thx, Stu!Martin Vilcans2011-11-221-3/+2
* Fixed bold/underline etc. in FDX. (Capitalization mistake.)Martin Vilcans2011-11-151-2/+2
* Make sure upper case centered paragraph isn't parsed as dialogue.Martin Vilcans2011-11-151-7/+6
* Added support for >centering text<Martin Vilcans2011-11-153-12/+31
* Made RichString non-hierarchical (simpler).Martin Vilcans2011-11-102-123/+219
* Just some cleanup/reformattingMartin Vilcans2011-10-012-3/+4
* Added FDX outputMartin Vilcans2011-09-292-1/+87
* When exporting HTML, use HTML styles for formatting.Martin Vilcans2011-09-273-17/+53
* Use rich strings for all content.Martin Vilcans2011-09-263-16/+54
* PEP8 compliance.Martin Vilcans2011-09-218-4/+28
* Added requirement that a slug must be only one line.Martin Vilcans2011-09-211-3/+5
* Parse bold, italic and underline (no output yet).Martin Vilcans2011-09-211-0/+111
* Write to a stream instead of file name in exporters that support it.Martin Vilcans2011-09-104-22/+41
* A Transition must be followed by a slug, otherwise it's ActionMartin Vilcans2011-09-101-3/+12
* Removed server code from Screenplain library project.Martin Vilcans2011-09-101-21/+12
* Heed hard line breaks, per the SPMD spec.Martin Vilcans2011-09-092-8/+11