summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * [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
* | merged from devel branch: now scruf supports HTML5 audio tag. for other ↵rsiddharth2012-12-066-10/+73
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes, see below. added: parsers/Audio.java modified: index/IndexCreator.java parsers/Images.java parsers/NullIt.java parsers/ParserList.java styling/style.css pending merges: rsiddharth 2012-12-02 stylesheet update: formatting for audio tag. rsiddharth 2012-12-02 new feature: I have added support for <audio> tags for Ogg audio. rsiddharth 2012-11-30 minor-fix(es) to comply with standards rsiddharth 2012-11-30 bug fix: parser/Nullit.java quotes the full regex before sending the
| * 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
* | removed:rsiddharth2012-11-2912-47/+279
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parsers/DocumentName.java added: parsers/CloseHtmlTags.java parsers/LastUpdate.java parsers/MetaParser.java modified: conversion/ConvertFile.java index/IndexCreator.java parsers/CodeBlocks.java parsers/Header.java parsers/ParserList.java parsers/QuoteSpecialText.java status/PresentFile.java styling/style.css todo
| * 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)
* | merged from devel branchrsiddharth2012-11-1027-211/+486
|\|
| * 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)
| * removed:rsiddharth2012-10-2530-58/+1204
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | notes writefile added: COPYING -- gpl text (full) 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 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 >> All the .java files were 'baptized' for 100% software freedom. todo -- minor edit. license/gpl -- minor edit again.
| * modified:rsiddharth2012-10-252-2/+2
| | | | | | | | | | parsers/CodeBlocks.java parsers/Paragraphs.java
| * Updated styling/style.css for proper formatting of monospace phrases and rsiddharth2012-10-251-47/+28
| | | | | | | | | | | | code blocks. modified: styling/style.css
| * [Break-through]: a code-block is properly formatted now and arsiddharth2012-10-251-2/+2
|/ | | | | | | | 'monospace' marked-up phrased is properly turned to monospace again with proper formatting. modified: parsers/WordDecoration.java
* --> merged from devel branch.rsiddharth2012-10-254-12/+29
|\ | | | | | | | | | | | | | | | | added: notes modified: license/gpl parsers/CodeBlocks.java parsers/WordDecoration.java
| * added:rsiddharth2012-10-254-12/+29
|/ | | | | | | | notes modified: license/gpl parsers/CodeBlocks.java parsers/WordDecoration.java
* Modified parsers/Paragraphs.java & styling/style.cssrsiddharth2012-08-042-41/+115
|
* merged from /data/Programming/repo/scruf/rsiddharth2012-06-275-18/+34
|\