| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-25 | Split index generation and HTML conversion | Kévin Le Gouguec | |
| So that I can re-use generate-index.py for READMEs. | |||
| 2020-03-24 | Distinguish indices from regular pages | Kévin Le Gouguec | |
| So that I can add a special recipe for them, where I'll concatenate the directory index. | |||
| 2020-03-15 | Generate indices for folders without READMEs | Kévin Le Gouguec | |
| 2020-03-15 | Use git-ls-files(1) to compute list of source files | Kévin Le Gouguec | |
| It's not clear whether or not Python supports '\0' for null: the reference[1] says nothing about this specific escape sequence, but Python 3.7 seems to recognize it… repr('\0') says "'\\x00'", so let's use that. [1]: https://docs.python.org/3/reference/lexical_analysis.html#string-and-bytes-literals | |||
| 2020-03-15 | Stop duplicating list of text file extensions | Kévin Le Gouguec | |
| 2020-03-15 | Refactor dependency writer to make it easier to reason about indices | Kévin Le Gouguec | |
| 2020-03-14 | Let Makefile compute page folders | Kévin Le Gouguec | |
| Since it already computes the list of pages. I'm not comfortable with the pattern substitution, the implicit "slash management" is not obvious. | |||
| 2020-03-14 | Update page list whenever folders changed | Kévin Le Gouguec | |
| 2020-03-14 | Turn READMEs into HTML indices | Kévin Le Gouguec | |
| 2020-03-14 | Add rudimentary webizer scripts | Kévin Le Gouguec | |
