From 9df1df4ad6eff44d45290c3b3966b6d0e052784d Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Fri, 21 Dec 2012 13:47:41 +0530 Subject: moved COPYING & TODO to etc/ directory. removed: COPYING TODO added: etc/ etc/COPYING etc/TODO --- etc/TODO | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 etc/TODO (limited to 'etc/TODO') diff --git a/etc/TODO b/etc/TODO new file mode 100644 index 0000000..6a62e32 --- /dev/null +++ b/etc/TODO @@ -0,0 +1,73 @@ +SCRUF - TODO -*- mode: org; -*- + +* features + +** build system (GNU auto tools) + +** test suite + +** implement lists + introduce mark-up for lists. Weird that I have not implement + yet. + +** [hp] documentation + + introduction to 'scruf' & 'scruffy' mark-up. finished the initial + draft. It need to be edited and fine tuned. + +** mark-up to center align text + +* distribution related + +** README file + a brief description of the project; pointer to website; notes on + the platform; a roadmap to important files; pointer to INSTALL + file; pointer to AUTHORS file; project NEWS. +** INSTALL file + point to the manual where installation instruction can be found. +** AUTHORS file +** NEWS file + not required for 0.1.0 release. +** HISTORY file + not required for 0.1.0 release. +** FAQ file + not required for 0.1.0 release. +** checksum + md5sum. +** manual + the manual file should also be part of the source distribution. + +** package & upload it in savannah + +* website + +** create a documentation section in the homepage. + +** create a mailing list section in the homepage + +* 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. +** [done] 'last update' string + the 'last updated' string must be dangled somewhere in the document + that is licked by scruf. + +** [done] tags + introduce 'meta' info in html doc generated -- authorinfo. + +** [done] mailing list +** [done] build rsiddharth's weblog + Test it by generating rsiddharth's weblog using scruf. -- cgit v1.2.3 From 5e645c43fba0160feae7993d0ea6f8687f65238d Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Fri, 21 Dec 2012 16:45:33 +0530 Subject: recreated etc/ with only the TODO in it. the last commit was a mess. removed: etc/ etc/COPYING etc/TODO added: COPYING etc/ etc/TODO --- etc/TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc/TODO') diff --git a/etc/TODO b/etc/TODO index 6a62e32..df33c12 100644 --- a/etc/TODO +++ b/etc/TODO @@ -27,7 +27,8 @@ SCRUF - TODO -*- mode: org; -*- point to the manual where installation instruction can be found. ** AUTHORS file ** NEWS file - not required for 0.1.0 release. + should contain information about new releases and features(if + needed). ** HISTORY file not required for 0.1.0 release. ** FAQ file -- cgit v1.2.3 From 2e4c16423963bdf137ccebc66109afa14eb6672c Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Fri, 21 Dec 2012 19:22:18 +0530 Subject: started writing the README file; added .html files in docs/ removed: docs/scruf added: README docs/scruf-howto.html docs/scruffy-markup.html modified: etc/TODO --- etc/TODO | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'etc/TODO') diff --git a/etc/TODO b/etc/TODO index df33c12..44fd58d 100644 --- a/etc/TODO +++ b/etc/TODO @@ -23,9 +23,9 @@ SCRUF - TODO -*- mode: org; -*- a brief description of the project; pointer to website; notes on the platform; a roadmap to important files; pointer to INSTALL file; pointer to AUTHORS file; project NEWS. -** INSTALL file - point to the manual where installation instruction can be found. ** AUTHORS file + not required at the moment. Author name can be mention in the + README file. ** NEWS file should contain information about new releases and features(if needed). @@ -37,7 +37,6 @@ SCRUF - TODO -*- mode: org; -*- md5sum. ** manual the manual file should also be part of the source distribution. - ** package & upload it in savannah * website -- cgit v1.2.3 From 0fc9def3d0752844930d6a4ecb4ff2d039cbd4d2 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 23 Dec 2012 17:45:04 +0530 Subject: the README file is complete now; TODO was updated. modified: README etc/TODO --- etc/TODO | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'etc/TODO') diff --git a/etc/TODO b/etc/TODO index 44fd58d..62a2aa6 100644 --- a/etc/TODO +++ b/etc/TODO @@ -21,11 +21,9 @@ SCRUF - TODO -*- mode: org; -*- ** README file a brief description of the project; pointer to website; notes on - the platform; a roadmap to important files; pointer to INSTALL - file; pointer to AUTHORS file; project NEWS. -** AUTHORS file - not required at the moment. Author name can be mention in the - README file. + the platform; a roadmap to important files; installation info + file; info about author; + ** NEWS file should contain information about new releases and features(if needed). @@ -34,13 +32,11 @@ SCRUF - TODO -*- mode: org; -*- ** FAQ file not required for 0.1.0 release. ** checksum - md5sum. -** manual - the manual file should also be part of the source distribution. -** package & upload it in savannah - +*** read the gpg handbook and get yourself the gpg thingy. +*** sign package. +** package & upload it to savannah + * website - ** create a documentation section in the homepage. ** create a mailing list section in the homepage @@ -71,3 +67,9 @@ SCRUF - TODO -*- mode: org; -*- ** [done] mailing list ** [done] build rsiddharth's weblog Test it by generating rsiddharth's weblog using scruf. +** [done] manual + the manual file should also be part of the source distribution. +** [done] README file + a brief description of the project; pointer to website; notes on + the platform; a roadmap to important files; installation info + file; info about author; -- cgit v1.2.3 From bf9191e61a5468c0205e5a8ef0c4575d36b62f37 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 23 Dec 2012 17:47:14 +0530 Subject: updated TODO modified: etc/TODO --- etc/TODO | 5 ----- 1 file changed, 5 deletions(-) (limited to 'etc/TODO') diff --git a/etc/TODO b/etc/TODO index 62a2aa6..64c5525 100644 --- a/etc/TODO +++ b/etc/TODO @@ -19,11 +19,6 @@ SCRUF - TODO -*- mode: org; -*- * distribution related -** README file - a brief description of the project; pointer to website; notes on - the platform; a roadmap to important files; installation info - file; info about author; - ** NEWS file should contain information about new releases and features(if needed). -- cgit v1.2.3 From 548d028769de874f4552ac152e31da6a414916f2 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 23 Dec 2012 18:15:32 +0530 Subject: updated etc/TODO --- etc/TODO | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'etc/TODO') diff --git a/etc/TODO b/etc/TODO index 64c5525..a5166df 100644 --- a/etc/TODO +++ b/etc/TODO @@ -32,10 +32,6 @@ SCRUF - TODO -*- mode: org; -*- ** package & upload it to savannah * website -** create a documentation section in the homepage. - -** create a mailing list section in the homepage - * finished todos ** [done] ignore directories @@ -68,3 +64,9 @@ SCRUF - TODO -*- mode: org; -*- a brief description of the project; pointer to website; notes on the platform; a roadmap to important files; installation info file; info about author; + +** [done] create a documentation section in the homepage. + +** [done] create a mailing list section in the homepage + + -- cgit v1.2.3 From f56bc423c3911eff6a21f18aaba64ea25491620e Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 23 Dec 2012 18:25:16 +0530 Subject: updated etc/TODO --- etc/TODO | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'etc/TODO') diff --git a/etc/TODO b/etc/TODO index a5166df..f1459ec 100644 --- a/etc/TODO +++ b/etc/TODO @@ -10,11 +10,6 @@ SCRUF - TODO -*- mode: org; -*- introduce mark-up for lists. Weird that I have not implement yet. -** [hp] documentation - - introduction to 'scruf' & 'scruffy' mark-up. finished the initial - draft. It need to be edited and fine tuned. - ** mark-up to center align text * distribution related @@ -68,5 +63,8 @@ SCRUF - TODO -*- mode: org; -*- ** [done] create a documentation section in the homepage. ** [done] create a mailing list section in the homepage +** [hp] documentation + + introduction to 'scruf' & 'scruffy' mark-up. finished the initial + draft. It need to be edited and fine tuned. - -- cgit v1.2.3 From 2707017336aa14d20e9c8e4261a83598d7c03662 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Wed, 26 Dec 2012 21:30:38 +0530 Subject: updated TODO file --- etc/TODO | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'etc/TODO') diff --git a/etc/TODO b/etc/TODO index f1459ec..e5386b0 100644 --- a/etc/TODO +++ b/etc/TODO @@ -13,7 +13,6 @@ SCRUF - TODO -*- mode: org; -*- ** mark-up to center align text * distribution related - ** NEWS file should contain information about new releases and features(if needed). @@ -21,11 +20,6 @@ SCRUF - TODO -*- mode: org; -*- not required for 0.1.0 release. ** FAQ file not required for 0.1.0 release. -** checksum -*** read the gpg handbook and get yourself the gpg thingy. -*** sign package. -** package & upload it to savannah - * website * finished todos @@ -68,3 +62,4 @@ SCRUF - TODO -*- mode: org; -*- introduction to 'scruf' & 'scruffy' mark-up. finished the initial draft. It need to be edited and fine tuned. + -- cgit v1.2.3