summaryrefslogtreecommitdiffstats
path: root/parsers/MetaParser.java
Commit message (Collapse)AuthorAgeFilesLines
* bug-fixes; now the final HTML adornings are done in Header,rsiddharth2012-11-281-1/+22
| | | | | | | | | | | | | LastUpdate & CloseHtmlTags parsers added: parsers/CloseHtmlTags.java (closes the HTML tags) modified: index/IndexCreator.java (bug fix) parsers/Header.java (couple of lines moved to CloseHtmlTag parser) parsers/MetaParser.java (copyright text added) parsers/ParserList.java (new parser + some parser sequence re-arrangements)
* new feature: meta tag for author info is available.rsiddharth2012-11-281-0/+39
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)