summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* updated TODOdevrsiddharth2014-09-081-5/+0
|
* stylesheet: reverted back to the ol' colorrsiddharth2014-07-251-1/+1
|
* modified: styling/style.css - a:visited is lighter now.rsiddharth2014-07-251-1/+1
|
* updated styling/style.css. <pre> uses overflow: auto instead of breaking ↵rsiddharth2014-07-201-3/+1
| | | | words - neat.
* add some code for debugging + TODO update.rsiddharth2014-07-173-1/+5
|
* modified: styling/style.cssrsiddharth2014-07-171-2/+6
|
* now, scruf does'nt wrap <p> around text inside HTML blocks in scruffy markup ↵rsiddharth2013-11-152-25/+48
| | | | | | file. With this, I guess, HTML can be written in scruffy marked up files.
* styleshee updatersiddharth2013-11-151-5/+14
|
* style sheet update.rsiddharth2013-11-151-1/+26
|
* parser/QuoteSpecialText doesn't escape `<` if it is part of a HTML tag.rsiddharth2013-11-123-6/+86
| | | | I'm trying accomadate HTML markup into the scruffy markup. ;)
* removed extraneous whitespace in a bunch of parsers.rsiddharth2013-11-123-5/+5
|
* ignoring backup files.rsiddharth2013-11-111-0/+1
|
* Now status/PresentFile class also contains the fileContent.rsiddharth2013-11-112-3/+6
| | | | | | This fileContent will be be used later to analyze the difference between the content of original scruffy file and the content of the scruffy file which is parsed through different Parsers.
* updated TODOrsiddharth2013-11-111-4/+9
|
* made more changes to the default stylesheet.rsiddharth2013-11-101-38/+19
| | | | odified: styling/style.css
* styling/style.css. revamped the default stylesheet a bit.rsiddharth2013-11-101-100/+72
| | | | This is still not finished, though.
* parsers/WordDecoration.java: replace <i> -> <em> & <b> -> <strong>rsiddharth2013-11-101-2/+2
| | | | Better semantic.
* parsers/Header.java: set the viewport width to device-width.rsiddharth2013-11-101-3/+4
| | | | This is for Mobile support.
* parsers/CodeBlocks.java. wrapped <code> inside <pre>.rsiddharth2013-11-101-2/+2
| | | | I guess this is better semantic.
* merged from devHEADmasterrsiddharth2013-11-066-59/+94
|\
| * removed extraneous whitspace.rsiddharth2013-11-062-5/+5
| |
| * renamed: .bzrignore -> .gitignorersiddharth2013-11-061-0/+0
| |
| * updated TODO.rsiddharth2013-11-051-1/+3
| |
| * wrote a new parser: parsers/UList.javarsiddharth2013-11-053-1/+84
| | | | | | | | now scruf can parse <ul> lists.
| * updated etc/TODOrsiddharth2013-11-051-56/+6
| |
* | Updated Copyright blocks, README, stylesheet. Added CHANGELOG, MANIFEST.rsiddharth2013-11-0444-973/+219
|\|
| * modified: MANIFEST. removed the docs/ section.rsiddharth2013-11-041-3/+0
| | | | | | | | | | From now on, the canonical place for documentation is at nongnu.org/scruf/manual.
| * modified: CHANGELOGrsiddharth2013-11-041-2/+7
| |
| * updated stylesheet. rsiddharth2013-11-031-0/+3
| | | | | | | | the monopace span elements now have a background and border.
| * removed docs/ section.rsiddharth2013-11-033-736/+0
| | | | | | | | | | From now on the canonical place for documentation is at nongnu.org/scruf/manual/
| * updated README. Put info about codebase in MANIFEST.rsiddharth2013-11-032-131/+76
| |
| * updated the year in the Copyright block in all source files.rsiddharth2013-11-0235-73/+41
| | | | | | | | used license/Liberate.java to do the job. automation rocks.
| * modified: license/Liberate.java. rewrote it.rsiddharth2013-11-021-29/+77
| | | | | | | | now the class can baptize + update parts of the copyright block.
| * license/gpl: updated copyright yearrsiddharth2013-11-021-2/+1
| |
| * added CHANGELOGrsiddharth2013-11-021-0/+17
| |
| * parsers/Images.java: minor change to the alt text block.rsiddharth2013-11-021-2/+2
| |
* | merged from devel branch: styling/style.css (<blockquote> is not oblique ↵rsiddharth2013-11-021-1/+0
|\| | | | | | | anymore).
| * modified: styling/style.css (<blockquote> is not oblique anymore).rsiddharth2013-09-151-1/+0
| |
* | merged from the devel branch.rsiddharth2013-08-146-25/+54
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | conversion/ConvertDirectory.java: * Changes in how `index.scruff' files are parsed. * StyleChecker checks where the stylesheet needs update/creation parsers/CodeBlocks.java: * code block tag changed from <div class="code"> --> <pre> parsers/Images.java: * image alt text formatted for nice viewing in text terminal * SVGs are recognized by the parser now parsers/QuoteSpecialText.java: * regex changed: styling/style.css * lot of changes to the default CSS.
| * modified: styling/style.css (insignificant items' opacity is set to 0.3, ↵rsiddharth2013-06-291-2/+27
| | | | | | | | opacity becomes 1.0 when hovered)
| * modified: parsers/CodeBlocks.java ( code blocks are wrapped around <pre> ↵rsiddharth2013-06-262-4/+8
| | | | | | | | element)
| * modified: parsers/Images.java (`alt' attribute constructs itself nicely now)rsiddharth2013-06-261-2/+2
| |
| * updated etc/TODO (the future of scruf)rsiddharth2013-06-261-10/+5
| |
| * modified: parsers/Images.java (now scruffy-markup accepts svg images)rsiddharth2013-04-271-1/+1
| |
| * modified: parsers/Images.java (Pattern for image recognitionrsiddharth2013-03-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updated. Now scruf can detect images with png|jpg|jpeg extension)x -------------- This line and the following will be ignored -------------- === modified file 'parsers/Images.java' --- a/parsers/Images.java 2012-11-30 13:18:40 +0000 +++ b/parsers/Images.java 2013-03-23 13:00:50 +0000 @@ -28,7 +28,7 @@ private String openTag = "<img src=\"$1\" alt=\" \\[$"; private String closeTag = " />"; public String parse(String fileContent) { - Pattern pattern = Pattern.compile("\\{\\{(.+?\\.(png|jpg))(\\|(.+?))?\\}\\}", Pattern.DOTALL); + Pattern pattern = Pattern.compile("\\{\\{(.+?\\.(png|jp[e]?g))(\\|(.+?))?\\}\\}", Pattern.DOTALL); Matcher matcher = pattern.matcher(fileContent); StringBuffer sbuffer = new StringBuffer(); StringBuilder replacementString =new StringBuilder();
| * modified: parsers/QuoteSpecialText.java (regex that recognizes special-text ↵rsiddharth2013-03-101-1/+1
| | | | | | | | | | | | modified) now, HTML special codes/numbers are not quoted by this class.
| * stylesheet updated -- links are more prominent now.rsiddharth2012-12-311-2/+4
| |
| * [fix] stylesheet is updated, in all scruf aware directories, if the default ↵rsiddharth2012-12-301-3/+6
| | | | | | | | | | | | scruf's stylesheet is updated. modified: conversion/ConvertDirectory.java
| * styling/style.css update -- added subtle border to div.code blockrsiddharth2012-12-301-2/+2
| |
* | merged from devel branch. this is going to labelled version 0.1.0.rsiddharth2012-12-269-124/+920
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removed: TODO docs/scruf added: README docs/scruf-howto.html docs/scruffy-markup.html docs/style.css etc/ etc/TODO etc/scruf-art modified: conversion/ConvertDirectory.java parsers/Footer.java