summaryrefslogtreecommitdiffstats
path: root/conversion/CreateHtmlFile.java
Commit message (Collapse)AuthorAgeFilesLines
* New Parser: Source; Bug-fix for conversion/CanConvert.java & ↵rsiddharth2012-11-101-3/+11
| | | | | | | | | | | | | | license/Liberate.java. added: parsers/Source.java (New Parser, adds a link to the 'scruffy' source file) modified: conversion/CanConvert.java (bug-fix) conversion/CreateHtmlFile.java (we have two versions of the create() method now) license/Liberate.java (regex fix) parsers/ParserList.java (new parser added, see above)
* baptized the following files with GPL license info:rsiddharth2012-11-101-1/+22
| | | | | conversion/CreateHtmlFile.java conversion/ignore/Ignored.java
* marked-up files should have a '.scruffy' extension from now on. Thisrsiddharth2012-11-101-0/+22
commit is an un-stable commit. It has bugs. removed: io/PresentFile.java (moved to status/PresentFile.java) added: conversion/CreateHtmlFile.java (creates a corresponding '.html' file for a given '.scruffy' marked-up file) (needs some fine-tuning) status/PresentFile.java (see above) modified: conversion/ConvertFile.java (CreatHtmlFile object takes care of producing a corresponding html 'File') conversion/FileSieve.java (regex modified to reflect the '.scruffy' extension) index/IndexCreator.java (edits to reflect the '.scruffy' extension) parsers/BackButton.java (edit to reflect the '.scruffy' extension) parsers/DocumentName.java (edit to reflect the package change for PresentFile class) parsers/Header.java (edit to reflect the package change for PresentFile class) todo (updated todo)