From 07e79180d6a9d1aeb5805d61dcd2687209af51ef Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Tue, 27 Nov 2012 20:57:12 +0530 Subject: new feature: Now Scruf appends a 'last updated' string at the end of 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) --- todo | 47 ++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 38 insertions(+), 9 deletions(-) (limited to 'todo') diff --git a/todo b/todo index 90a0e85..3b73a80 100644 --- a/todo +++ b/todo @@ -1,17 +1,46 @@ -# introduce 'meta' info in html doc generated -- authorinfo, date of creation, etc. +SCRUF - TODO -*- mode: org; -*- -* introduction to 'scruf' & 'scruffy' mark-up. [working on this one] +* features -# Test it by generating your _full_ homepage using scruf. +** 'last update' string + the 'last updated' string must be dangled somewhere in the document + that is licked by scruf. -[done] way to ignore directories -[done] move PresentFile.java to status/ +** tags + introduce 'meta' info in html doc generated -- authorinfo, date of + creation, etc. -[done] extension for scruff marked-up files to make discovery easier. -[done] modify conversion/CanConvert.java (bug) +** implement lists + introduce mark-up for lists. Weird that I have not implement + yet. -[done] include a link or something to view the 'source'. -[done] 'quote' special symbols inside a code-block. \ No newline at end of file +** [hp] documentation + + introduction to 'scruf' & 'scruffy' mark-up. [started writing, but + might not get it done anytime in the near future.] + + +* testing + +** build homepage + Test it by generating your _full_ homepage using scruf. + +* finished todos + +** [done] ignore directories + way to ignore directories + +** [done] move PresentFile.java to status/ + +** [done] extension for scruffy files + extension for scruff marked-up files to make discovery easier. + +** [done] modify conversion/CanConvert.java (bug) + +** [done] link to scruffy source + include a link or something to view the 'source'. + +** [done] 'quote' special symbols inside a code-block. -- cgit v1.2.3