summaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2012-11-28 09:05:54 +0530
committerrsiddharth <rsiddharth@ninthfloor.org>2012-11-28 09:05:54 +0530
commit7d0d748b58711a28f1af0fabe8d399ebc067b898 (patch)
treec7236daaba09273468dec135527b53a13fa050cd /todo
parent8d538fa1c1fccb3ce1c5324c9b7b6ebeb78439cf (diff)
new feature: meta tag for author info is available.
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)
Diffstat (limited to 'todo')
-rw-r--r--todo9
1 files changed, 4 insertions, 5 deletions
diff --git a/todo b/todo
index d851a86..6c20aab 100644
--- a/todo
+++ b/todo
@@ -2,11 +2,6 @@ SCRUF - TODO -*- mode: org; -*-
* features
-** <meta> tags
- introduce 'meta' info in html doc generated -- authorinfo, date of
- creation, etc.
-
-
** implement lists
introduce mark-up for lists. Weird that I have not implement
yet.
@@ -42,3 +37,7 @@ SCRUF - TODO -*- mode: org; -*-
the 'last updated' string must be dangled somewhere in the document
that is licked by scruf.
+** [done] <meta> tags
+ introduce 'meta' info in html doc generated -- authorinfo.
+
+