| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-17 | Add preliminary RELEASE.md | John J. Camilleri | |
| 2019-05-06 | update_html rewrites anchors which Pandoc 1.16 doesn't process | John J. Camilleri | |
| See #43 | |||
| 2018-12-10 | TOC for Markdown should now work for both Pandoc < 2.0 and >= 2.0 | John J. Camilleri | |
| The use of $toc$ and $table-of-contents$ flags changed, see: https://pandoc.org/releases.html#pandoc-2.0-29-oct-2017 under "Behaviour changes" | |||
| 2018-12-09 | Replace gf-refman.html with Markdown version gf-refman.md | John J. Camilleri | |
| The raw HTML was invalid, and this way we use the common website template for a uniform look without any duplication. It seems gf-refman.html was once generated from txt2tags, although I have been unable to find this original .t2t file. I also tried to re-generate txt2tags from HTML but was not able to. However I was able to convert HTML to Markdown using Pandoc and I think the result is pretty good, so I think we should use this. The original gf-refman.html can be obtained from git history, e.g.: https://github.com/GrammaticalFramework/gf-core/blob/a7e43d872f5e612f93131f2d8caf811fbee9aa83/doc/gf-refman.html | |||
| 2018-12-08 | Regnerate HTML if template changes | John J. Camilleri | |
| 2018-12-06 | Add some documentation to update_html | John J. Camilleri | |
| 2018-12-06 | Case-insensitve sed replacements handled the dumb way | John J. Camilleri | |
| Because BSD sed != GNU sed | |||
| 2018-12-06 | Fix linking to chapters in gf-tutorial; Remove reference to Htmls. | John J. Camilleri | |
| 2018-12-05 | Rewrite <a name=...> to <div id=...> to preserve page anchors in Pandoc | John J. Camilleri | |
| 2018-11-29 | Rename _template.html to template.html | John J. Camilleri | |
| 2018-11-27 | Work on new download page. Change 18-12 to 4.0.0 | John J. Camilleri | |
| 2018-11-08 | Add download/index.md as demo of working Markdown rendering to HTML | John J. Camilleri | |
| Archive 3.9 pages and mark current ones for 18-12 | |||
| 2018-11-04 | New update_html runx txt2tags followed by pandoc | John J. Camilleri | |
| TODO: handle txt2tags macros in date, e.g. `%%mtime(%F)` in download/encoding-change.t2t | |||
| 2018-11-04 | Links in footer | John J. Camilleri | |
| 2018-11-04 | Comments in update_html script | John J. Camilleri | |
| 2018-11-04 | update_html also takes individual arguments | John J. Camilleri | |
| 2018-11-04 | Use Pandoc instead of txt2tags binary, much more configurable | John J. Camilleri | |
| 2018-10-31 | pre and post HTML templates for all txt2tags conversions | John J. Camilleri | |
| Remaining: cleaning of t2t files (remove unnecessary options) | |||
| 2017-08-11 | Final changes before the release of GF 3.9 | Thomas Hallgren | |
| 2010-12-22 | Documentation fixes | hallgren | |
| + Rename some txt2tags file from .txt to .t2t and remove abandoned .txt files. + Add program update_html that finds all .t2t documents and updates the corresponding .html file. It can be invoked with 'make html'. + Add style to some .html documents | |||
