summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* updated TODOrsiddharth2012-12-231-5/+0
| | | | | modified: etc/TODO
* the README file is complete now; TODO was updated.rsiddharth2012-12-232-43/+89
| | | | | | modified: README etc/TODO
* started writing the README file; added .html files in docs/rsiddharth2012-12-215-91/+660
| | | | | | | | | | | removed: docs/scruf added: README docs/scruf-howto.html docs/scruffy-markup.html modified: etc/TODO
* recreated etc/ with only the TODO in it.rsiddharth2012-12-212-1/+2
| | | | | | | | | | | | | the last commit was a mess. removed: etc/ etc/COPYING etc/TODO added: COPYING etc/ etc/TODO
* moved COPYING & TODO to etc/ directory.rsiddharth2012-12-212-2/+1
| | | | | | | | | | removed: COPYING TODO added: etc/ etc/COPYING etc/TODO
* [bug-fix]: when the default style sheet is newer than the style sheetrsiddharth2012-12-213-6/+59
| | | | | | | | | | in that directory, the new default style sheet is copied to that directory. added Run.java to bzr (forgot to add it in the last commit) modified: styling/StyleChecker.java styling/style.css
* Scruf.java has been renamed to Run.javarsiddharth2012-12-211-49/+0
| | | | | | | removed: Scruf.java unknown: Run.java
* [method named changed]: The method named 'resolve()' in ↵rsiddharth2012-12-212-2/+2
| | | | | | | | styling/StyleChecker.java is changed to 'check()'. modified: conversion/ConvertDirectory.java styling/StyleChecker.java
* [bug-fix]: Each directory is checked if it contains the style.css, ifrsiddharth2012-12-212-10/+21
| | | | | | | | | | not present a new style.css in copied to the respective location. To reflect this, styling.StyleChecker class is used in conversion.ConvertDirectory instead of scruf.Scruf. modified: Scruf.java conversion/ConvertDirectory.java
* added license text to parsers/SymbolMap.java.rsiddharth2012-12-211-0/+21
| | | | | modified: parsers/SymbolMap.java
* updated TODOrsiddharth2012-12-211-16/+19
| | | | | modified: TODO
* [bug-fix]: From now on, all the special characters in the stringrsiddharth2012-12-201-2/+28
| | | | | | | inside "monospace" blocks (the ones surrounded by ` character) are quoted to the corresponding HTML number. modified: parsers/WordDecoration.java
* SymbolMap class which was in CodeBlock.java is shifted to a dedicatedrsiddharth2012-12-202-56/+63
| | | | | | | | file -- parsers/SymbolMap.java. added: parsers/SymbolMap.java modified: parsers/CodeBlocks.java
* [bug-fix]: Back Buttons were not put in webpages that were present inrsiddharth2012-12-201-2/+3
| | | | | | the "root" directory. This commit fixes this. modified: parsers/BackButton.java
* bunch of new todos; 'todo' renamed to 'TODO'.rsiddharth2012-12-151-1/+29
| | | | | | | removed: todo added: TODO
* stylesheet update: formatting for audio tag. rsiddharth2012-12-021-0/+8
| | | | | modified: styling/style.css
* new feature: I have added support for <audio> tags for Ogg audio.rsiddharth2012-12-022-0/+53
| | | | | | | added: parsers/Audio.java (to parse audio) modified: parsers/ParserList.java (new parser added, see above)
* minor-fix(es) to comply with standardsrsiddharth2012-11-302-3/+3
| | | | | | | modified: index/IndexCreator.java (added space after the link mark-up) parsers/Images.java (now the string for the alt parameter in the <img> will be surrounded by square brackets)
* bug fix: parser/Nullit.java quotes the full regex before sending thersiddharth2012-11-301-7/+9
| | | | | | | regex to Pattern.compile(). modified: parsers/NullIt.java
* updated styling/style.cssrsiddharth2012-11-291-1/+13
| | | | | modified: styling/style.css
* bug-fixes; now the final HTML adornings are done in Header,rsiddharth2012-11-285-11/+72
| | | | | | | | | | | | | LastUpdate & CloseHtmlTags parsers added: parsers/CloseHtmlTags.java (closes the HTML tags) modified: index/IndexCreator.java (bug fix) parsers/Header.java (couple of lines moved to CloseHtmlTag parser) parsers/MetaParser.java (copyright text added) parsers/ParserList.java (new parser + some parser sequence re-arrangements)
* new feature: meta tag for author info is available.rsiddharth2012-11-287-45/+48
| | | | | | | | | | | | | removed: parsers/DocumentName.java (MetaParser supersedes this Parser) added: parsers/MetaParser.java (it looks for meta info and updates them to PresentFile) modified: conversion/ConvertFile.java (now it initiates some of the PresentFile fields to null) parsers/Header.java (Meta field 'author' added) parsers/ParserList.java (added MetaParser, removed DocumentName) status/PresentFile.java (new field 'author') todo (update todo)
* parsers/LastUpdate.java was baptized, todo was updatedrsiddharth2012-11-272-7/+26
| | | | | | modified: parsers/LastUpdate.java todo
* new feature: Now Scruf appends a 'last updated' string at the end ofrsiddharth2012-11-273-9/+69
| | | | | | | | | | all html files, it generates. parsers/LastUpdate.java does this job. added: parsers/LastUpdate.java (new parser) modified: parsers/ParserList.java (added new Parser: see above) todo (now scruf todos are in org-mode)
* updated styling/style.cssrsiddharth2012-11-111-0/+12
|
* todo updatedrsiddharth2012-11-111-3/+3
|
* new feature: special text (symbols) are quoted to HTML number inside arsiddharth2012-11-113-13/+78
| | | | | | | | | | | | | code-block modified: parsers/CodeBlocks.java (new class 'SymbolMap' which has a list of symbols & their corresponding HTML number) ( quote() in 'CodeBlock' class uses the SymbolMap to quote text) parsers/ParserList.java (list re-ordered, CodeBlock has gone up) parsers/QuoteSpecialText.java ( if regex matches '&#35;', it leaves the text un-quoted)
* updated todorsiddharth2012-11-101-5/+5
|
* New Parser: Source; Bug-fix for conversion/CanConvert.java & ↵rsiddharth2012-11-105-5/+51
| | | | | | | | | | | | | | 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-102-2/+44
| | | | | conversion/CreateHtmlFile.java conversion/ignore/Ignored.java
* marked-up files should have a '.scruffy' extension from now on. Thisrsiddharth2012-11-109-19/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* added:rsiddharth2012-11-095-16/+134
| | | | | | | | | | | | conversion/ignore/ conversion/ignore/Ignored.java (a class getting info about ignored child-directories, in the present directory) modified: conversion/ConvertDirectory.java (added code to check if the child-directory is in the ignored list) docs/scruf (started sketching out documentation on how to use scruf) styling/style.css todo
* added:rsiddharth2012-11-041-0/+21
| | | | | docs/ docs/scruf
* modified:rsiddharth2012-11-022-2/+5
| | | | | parsers/Header.java (now the 'scruf' footer links to project's homepage) todo (new things to do)
* added:rsiddharth2012-11-015-6/+52
| | | | | | | | | | parsers/QuoteSpecialText.java (new parser to quote special text) modified: parsers/CodeBlocks.java (the regex was made more strict) parsers/Footer.java (fix: appendTail() was added after while()) parsers/ParserList.java (new parser, see above) (parser order changed) todo
* updated todorsiddharth2012-10-311-8/+1
|
* modified:rsiddharth2012-10-312-2/+23
| | | | | status/DirectoryInfo.java (added license info) todo (1 task complete)
* added:rsiddharth2012-10-318-32/+44
| | | | | | | | | | | | | | | | | | | | | | status/ status/DirectoryInfo.java (record the directory 'level' at which scruf is parsing with respect to 'root' directory.) modified: Scruf.java (added a line to start the directory level count at zero) conversion/ConvertDirectory.java (DirectoryInfo.level used to take count of directory 'leve') conversion/ConvertFile.java (lines related to 'footer' things were removed) io/PresentFile.java ( 'footer' & 'backButton' field removed) parsers/BackButton.java (back button placement happens in the parse method itself, instead of doing it in Header.java) (back button is not placed, if the present directory is root directory) parsers/Footer.java (footer placement happens in the parse method itself, instead of doing it in Header.java) parsers/Header.java (back button placement & footer placement removed.)
* modified:rsiddharth2012-10-315-23/+4
| | | | | | | | | conversion/ConvertDirectory.java (minor edit) index/IndexCreator.java (removed code which (1) creates a index file, if it is not present (2) checks for the existence of index.html) io/WriteFile.java (made the stdout message more verbose) parsers/Header.java ('scruf' footer links to scruf's project page) todo (1 task completed)
* removed abstractrsiddharth2012-10-301-120/+0
|
* added license info to parsers/DocumentDate.javarsiddharth2012-10-301-1/+22
|
* todo modifiedrsiddharth2012-10-271-0/+3
|
* modified:rsiddharth2012-10-276-40/+54
| | | | | | | | | | | | | | | | | | | .bzrignore conversion/ConvertDirectory.java (bug-fix) It is checked whether file "index" is modified since the last conversion. This check was not performed before. conversion/ConvertFile.java Some optimization there. Now we check if the file content is "empty" before we delve into conversion. index/IndexCreator.java # "index" file is created in the directory, if it is not created. # write() renamed to shouldConvert(). The method now returns true when a link is added to 'index' or when the index.html file does not exists. io/ReadFile.java # Exception message for made verbose. todo
* added abstractrsiddharth2012-10-261-0/+120
|
* modified:rsiddharth2012-10-261-2/+16
| | | | | | todo: list of things to be done. unknown: abstract
* removed abstractrsiddharth2012-10-261-120/+0
|
* stylesheet modifiedrsiddharth2012-10-261-11/+30
|
* # merged from devel branch.rsiddharth2012-10-2632-136/+1279
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removed: notes writefile added: COPYING parsers/DocumentDate.java modified: Initialization.java Scruf.java conversion/CanConvert.java conversion/ConvertDirectory.java conversion/ConvertFile.java conversion/FileSieve.java index/IndexCreator.java io/PresentFile.java io/ReadFile.java io/WriteFile.java license/Liberate.java license/gpl parsers/BackButton.java parsers/CodeBlocks.java parsers/DocumentName.java parsers/Footer.java parsers/Header.java parsers/Headings.java parsers/Images.java parsers/LineBreak.java parsers/Links.java parsers/NullIt.java parsers/Paragraphs.java parsers/ParserList.java parsers/WordDecoration.java styling/StyleChecker.java styling/style.css todo pending merges: rsiddharth 2012-10-26 added: rsiddharth 2012-10-26 modified: rsiddharth 2012-10-25 removed: rsiddharth 2012-10-25 modified: rsiddharth 2012-10-25 Updated styling/style.css for proper formatting of monospace phrases and rsiddharth 2012-10-25 [Break-through]: a code-block is properly formatted now and a
| * added:rsiddharth2012-10-262-1/+17
| | | | | | | | | | | | parsers/DocumentDate.java modified: parsers/Paragraphs.java
| * modified:rsiddharth2012-10-267-28/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | index/IndexCreator.java Structural modification. parsers/CodeBlocks.java replacement string was edited. @@ -33,7 +33,7 @@ - replacement.append("<div class=\\\"code\\\">"); + replacement.append("<div class=\"code\">"); parsers/DocumentName.java Structural modification. parsers/Header.java "powered by scruf" was linked. parsers/Paragraphs.java Display message. (should remove it in next commit). parsers/ParserList.java New parser -- DocumentDate parsers/WordDecoration.java replacement string was edited. @@ -34,7 +34,7 @@ - tagMap.put("`","<span class=\\\"monospace\\\">$7</span>"); + tagMap.put("`","<span class=\"monospace\">$7</span>"); unknown: parsers/DocumentDate.java (will add it in next commit)