Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Changed CSS to style based on Jonathan Poritsky's work. | Martin Vilcans | 2011-11-28 | 2 | -15/+25 | |
| | | | | I couldn't copy his straigh as the HTML structure has changed. | |||||
* | Export complete HTML with CSS. | Martin Vilcans | 2011-11-28 | 3 | -53/+172 | |
| | | | | | This should now be a bit more ideomatic HTML. For example, slugs are <h2> tags. | |||||
* | Renamed module annotated_html to html. | Martin Vilcans | 2011-11-27 | 2 | -5/+7 | |
| | | | | Annotation will be a flag to normal html, if we need it. | |||||
* | Some code style changes | Martin Vilcans | 2011-11-26 | 7 | -24/+44 | |
| | ||||||
* | Allow whitespace after "<" on centered line. | Martin Vilcans | 2011-11-25 | 2 | -7/+15 | |
| | ||||||
* | Fix incorrectly parsing when mixing italic and bold. Thx, Stu! | Martin Vilcans | 2011-11-22 | 2 | -4/+29 | |
| | ||||||
* | Fixed bold/underline etc. in FDX. (Capitalization mistake.) | Martin Vilcans | 2011-11-15 | 2 | -11/+11 | |
| | ||||||
* | Make sure upper case centered paragraph isn't parsed as dialogue. | Martin Vilcans | 2011-11-15 | 2 | -7/+15 | |
| | ||||||
* | Added support for >centering text< | Martin Vilcans | 2011-11-15 | 4 | -12/+54 | |
| | ||||||
* | Made RichString non-hierarchical (simpler). | Martin Vilcans | 2011-11-10 | 5 | -206/+338 | |
| | | | | Also: FDX output should have correct line breaks now. | |||||
* | Added script for running Screenplain. | Martin Vilcans | 2011-11-06 | 1 | -0/+9 | |
| | ||||||
* | Clarified some things in the README | Martin Vilcans | 2011-10-11 | 1 | -2/+10 | |
| | ||||||
* | Just some cleanup/reformatting | Martin Vilcans | 2011-10-01 | 4 | -4/+5 | |
| | ||||||
* | Added FDX output | Martin Vilcans | 2011-09-29 | 3 | -1/+132 | |
| | ||||||
* | When exporting HTML, use HTML styles for formatting. | Martin Vilcans | 2011-09-27 | 3 | -17/+53 | |
| | ||||||
* | Use rich strings for all content. | Martin Vilcans | 2011-09-26 | 5 | -16/+72 | |
| | ||||||
* | PEP8 compliance. | Martin Vilcans | 2011-09-21 | 10 | -4/+32 | |
| | ||||||
* | Added requirement that a slug must be only one line. | Martin Vilcans | 2011-09-21 | 2 | -3/+18 | |
| | | | | Otherwise it is parsed as dialog. | |||||
* | Parse bold, italic and underline (no output yet). | Martin Vilcans | 2011-09-21 | 3 | -4/+233 | |
| | ||||||
* | Write to a stream instead of file name in exporters that support it. | Martin Vilcans | 2011-09-10 | 4 | -22/+41 | |
| | ||||||
* | Readme with info about how to install python2.5 | Martin Vilcans | 2011-09-10 | 1 | -0/+5 | |
| | ||||||
* | A Transition must be followed by a slug, otherwise it's Action | Martin Vilcans | 2011-09-10 | 2 | -5/+12 | |
| | ||||||
* | Removed server code from Screenplain library project. | Martin Vilcans | 2011-09-10 | 7 | -2683/+12 | |
| | ||||||
* | Heed hard line breaks, per the SPMD spec. | Martin Vilcans | 2011-09-09 | 3 | -8/+48 | |
| | ||||||
* | Split code into more modules. | Martin Vilcans | 2011-09-09 | 8 | -102/+103 | |
| | ||||||
* | Added command-line options | Martin Vilcans | 2011-09-08 | 3 | -10/+36 | |
| | ||||||
* | Added CSS for annotated HTML output | Martin Vilcans | 2011-08-24 | 1 | -0/+64 | |
| | ||||||
* | Added annotated HTML output. | Martin Vilcans | 2011-08-24 | 1 | -0/+54 | |
| | | | | (File was missing.) | |||||
* | Doing the least important styling first: The favicon! | Martin Vilcans | 2011-08-24 | 2 | -0/+4 | |
| | ||||||
* | New spec for transitions. | Martin Vilcans | 2011-08-24 | 2 | -5/+46 | |
| | | | | The rule that a transition must be followed by a slug is not implemented. | |||||
* | Serve annotated HTML from server so we can debug parsing | Martin Vilcans | 2011-08-24 | 3 | -5/+10 | |
| | ||||||
* | Ignore leading spaces and trailing EOL characters on lines. | Martin Vilcans | 2011-08-24 | 1 | -0/+9 | |
| | ||||||
* | Preliminary formatting for dual dialog | Martin Vilcans | 2011-08-24 | 1 | -0/+11 | |
| | ||||||
* | Corrected README: Now Screenplain uses Stu's SPMD format. | Martin Vilcans | 2011-08-23 | 1 | -5/+3 | |
| | ||||||
* | First simplistic version of the AppEngine server | Martin Vilcans | 2011-08-23 | 4 | -0/+2589 | |
| | ||||||
* | Simplified dual dialog design. | Martin Vilcans | 2011-08-23 | 2 | -27/+133 | |
| | | | | Forgot to add tests earlier. Here they are too! | |||||
* | Parse the paragraph types according to the SPMD spec (more or less). | Martin Vilcans | 2011-08-23 | 1 | -31/+68 | |
| | ||||||
* | Development notes | Martin Vilcans | 2011-08-23 | 2 | -0/+16 | |
| | ||||||
* | First work towards SPMD support. | Martin Vilcans | 2011-08-22 | 4 | -143/+26 | |
| | ||||||
* | Documented input format. | Martin Vilcans | 2011-08-10 | 1 | -2/+68 | |
| | ||||||
* | Added first version of code | Martin Vilcans | 2011-08-09 | 6 | -0/+172 | |
| | ||||||
* | Added readme | Martin Vilcans | 2011-08-09 | 1 | -0/+99 | |
| | ||||||
* | .gitignore (first commit) | Martin Vilcans | 2011-08-09 | 1 | -0/+2 | |