From ceed73fa063ffb3b72d21c8a8800122c115acc58 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 10 Nov 2012 11:29:31 +0530 Subject: marked-up files should have a '.scruffy' extension from now on. This 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) --- todo | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'todo') diff --git a/todo b/todo index 07afedf..d925074 100644 --- a/todo +++ b/todo @@ -1,13 +1,17 @@ -# 'quote' special symbols inside a code-block. +# modify conversion/CanConvert.java (bug) # include a link or something to view the 'source'. [working on this one] -# introduce 'meta' info in html doc generated -- authorinfo, date of creation, etc. - --- way to ignore directories -- [done] +# 'quote' special symbols inside a code-block. -# extension for scruff marked-up files to make discovery easier. +# introduce 'meta' info in html doc generated -- authorinfo, date of creation, etc. * introduction to 'scruf' & 'scruffy' mark-up. [working on this one] # Test it by generating your _full_ homepage using scruf. + +[done] way to ignore directories + +[done] move PresentFile.java to status/ + +[done] extension for scruff marked-up files to make discovery easier. \ No newline at end of file -- cgit v1.2.3