summaryrefslogtreecommitdiffstats
path: root/status
Commit message (Collapse)AuthorAgeFilesLines
* modified:rsiddharth2012-10-311-1/+22
| | | | | status/DirectoryInfo.java (added license info) todo (1 task complete)
* added:rsiddharth2012-10-311-0/+10
status/ status/DirectoryInfo.java (record the directory 'level' at which scruf is parsing with respect to 'root' directory.) modified: Scruf.java (added a line to start the directory level count at zero) conversion/ConvertDirectory.java (DirectoryInfo.level used to take count of directory 'leve') conversion/ConvertFile.java (lines related to 'footer' things were removed) io/PresentFile.java ( 'footer' & 'backButton' field removed) parsers/BackButton.java (back button placement happens in the parse method itself, instead of doing it in Header.java) (back button is not placed, if the present directory is root directory) parsers/Footer.java (footer placement happens in the parse method itself, instead of doing it in Header.java) parsers/Header.java (back button placement & footer placement removed.)