Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-25 | Set category on render master page | ||
2024-04-25 | Add url to the Page class | ||
This attribute is used to generate hrefs in HTML page. But it is limited only to paths ending with html extension. For example, if you have a file: test.rhtml url attribute will be: test.html But, if you have a file: test.rhtml.php url attribute will be: test.html.php At the moment, it's not possible to manage other extesnsions. | |||
2024-04-25 | Update copyright | ||
2024-04-25 | Add renderContent in Page class | ||
2024-04-25 | Add includeFile method in Page class | ||
2024-04-25 | Rewrite render method in Page class | ||
2024-04-25 | Rewrite initilize in Page class | ||
2024-04-25 | Use attr instead attr_reader in Page class | ||
2024-04-25 | Move the config parser inside Page class | ||
2024-04-25 | Rename initilize and render methods in Page class | ||
2022-04-08 | Eidt description in copyright | ||
2022-03-16 | Add class to map page | ||