Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-25 | Hyde v0.0.3HEADv0.0.3master | ||
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 | Re-add SOURCES in Makefile | ||
2024-04-25 | Fix sed in Makefile | ||
2024-04-25 | Add confing.mk | ||
2024-04-25 | Update copyright | ||
2024-04-25 | Call render in main method | ||
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 | Move listarticles inside Hyde class | ||
2024-04-25 | Rename initilize and render methods in Page class | ||
2024-04-25 | Add baseHref option | ||
2024-04-25 | Add HydeOptionParser class | ||
2024-04-25 | Add Hyde class with main function | ||
2024-04-25 | Hyde v0.0.2v0.0.2 | ||
2024-04-25 | Add VERSION file | ||
2022-05-11 | Add `hyde` file | ||
It's a simple template used to execute Hyde. You have to run `make install` to generate a script. | |||
2022-05-11 | Add `install` and `clean` targets to Makefile | ||
2022-05-11 | Add some comment | ||
2022-04-08 | Eidt description in copyright | ||
2022-04-07 | Edit CONTRIBUTE | ||
2022-04-06 | Reformat CONTRIBUTE | ||
2022-04-06 | Rename CONTRIBUTE.md to CONTRIBUTE | ||
2022-04-06 | Rename CONTRIBUTE to CONTRIBUTE.md | ||
2022-04-06 | Add CONTRIBUTE file | ||
2022-03-16 | Add content to README.md | ||
2022-03-16 | Clean code | ||
Removed code has moved to page.rb and optparser.rb. | |||
2022-03-16 | Add class to map page | ||
2022-03-16 | Add module to parse program arguments | ||
2022-03-15 | Rename README -> README.md | ||
2022-03-15 | Rename README.md to README | ||
2022-03-15 | Add README.md | ||
2021-12-28 | Add support to multiple templatesv0.0.1 | ||
2021-12-27 | Add method to list articles and extend Page class | ||
2021-12-27 | Add Makefile | ||
2021-12-27 | Add parser to *.rhtml.config file | ||
2021-12-22 | Migration to Ruby | ||
2021-12-22 | Add hyde.sh and hyde.sh.mk | ||
2021-12-22 | Backup before delete | ||
2021-04-06 | Resolve conflicts | ||
2021-04-06 | Update README.md with build instructions | ||
2021-04-06 | Update README.md with build instructions | ||
2021-04-06 | Add check.sh | ||
2021-04-06 | Merge remote-tracking branch 'refs/remotes/origin/master' | ||
2021-04-06 | Change project's name in pom.xml | ||