| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-07-08 | Only a single period creates a slug. | Martin Vilcans | |
| Fixes #4 | |||
| 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 | |
| This should make line breaks look good with the new CSS. | |||
| 2012-02-23 | Output synopsis to HTML. | Martin Vilcans | |
| Used Jonathan's CSS. | |||
| 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 | |
| New in Fountain spec. | |||
| 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 | |
| The title page isn't actually used for anything right now, but if it is in the source, at least it doesn't appear as action lines in the output. | |||
| 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 | |
| It's not needed by the latest spec. | |||
| 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 | |
| Double linebreaks no longer signify a slug. Instead you can force one with a leading period: e.g. FADE IN: .DARKNESS (whatever that would look like!?) | |||
| 2012-01-31 | Added tests on actual input/output files. | Martin Vilcans | |
| This is to make sure everything works from the command-line level to avoid silly mistakes like the last bug. | |||
| 2012-01-31 | Oops, blank lines weren't parsed as blank lines. | Martin Vilcans | |
| This broke more or less everything in SPMD. Thanks, Anil! | |||
| 2012-01-14 | Use to avoid empty paragraphs in HTML. | Martin Vilcans | |
| Otherwise empty paragraphs won't be seen. | |||
| 2012-01-14 | Ignore trailing \r and \n properly. | Martin Vilcans | |
| This caused the "two spaces creates blank line inside dialog" trick to fail. | |||
| 2011-12-16 | A leading ">" on a line means it's parsed as a transition. | Martin Vilcans | |
| (But only if it's the last paragraph or followed by a slug.) | |||
| 2011-12-16 | Possible to escape stars (\*) so they aren't parsed as emphasis. | Martin Vilcans | |
| 2011-12-16 | A line with two spaces inside dialog keeps the dialog together. | Martin Vilcans | |
| Fixed according to spec. | |||
| 2011-12-16 | Fixed some problems with old RichString tests. | Martin Vilcans | |
| Sometimes the segments of the RichString objects became RichString objects instead of Segment. That's what you get for dynamic typing I guess... | |||
| 2011-12-10 | Allow use of stdin and stdout instead of files. | Martin Vilcans | |
| 2011-12-10 | Use HTML character references for special characters. | Martin Vilcans | |
| E.g. write "é"; instead of "é". | |||
| 2011-11-28 | Removed unused non-working old plain text formatting | Martin Vilcans | |
| 2011-11-28 | Removed support for txt and pdf output from command line. | Martin Vilcans | |
| It doesn't work, so avoid confusion. See bug #1. | |||
| 2011-11-28 | Added licensing information (MIT license) | Martin Vilcans | |
| 2011-11-28 | Created context manager for working with HTML tags. | Martin Vilcans | |
| This simplifies the code a little. | |||
| 2011-11-28 | Cleaned up a little CSS. | Martin Vilcans | |
| 2011-11-28 | Support for centered action elements in HTML output. | Martin Vilcans | |
| 2011-11-28 | Slug and Transition support only one line. | Martin Vilcans | |
| Show that in parameter to __init__. | |||
| 2011-11-28 | Support the --bare option to not output a complete HTML document. | Martin Vilcans | |
| 2011-11-28 | Changed CSS to style based on Jonathan Poritsky's work. | Martin Vilcans | |
| I couldn't copy his straigh as the HTML structure has changed. | |||
| 2011-11-28 | Export complete HTML with CSS. | Martin Vilcans | |
| This should now be a bit more ideomatic HTML. For example, slugs are <h2> tags. | |||
| 2011-11-27 | Renamed module annotated_html to html. | Martin Vilcans | |
| Annotation will be a flag to normal html, if we need it. | |||
| 2011-11-26 | Some code style changes | Martin Vilcans | |
