diff options
author | Florian Bruhin <git@the-compiler.org> | 2014-09-16 22:16:45 +0200 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2014-09-16 22:16:45 +0200 |
commit | 0ce54ec1fcef6b85fd89dc7c513cafced4bcc1e8 (patch) | |
tree | 12bfd020ffed75b1778b4c107b84ff6c81bf09f2 /doc | |
parent | a1e257ac4ad74690c18da47c2bffcacba5aed49c (diff) | |
download | qutebrowser-0ce54ec1fcef6b85fd89dc7c513cafced4bcc1e8.tar.gz qutebrowser-0ce54ec1fcef6b85fd89dc7c513cafced4bcc1e8.zip |
Update notes with asciidoc HTML stuff
Diffstat (limited to 'doc')
-rw-r--r-- | doc/notes | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -61,3 +61,17 @@ Completion view (not QTreeView) Perhaps using a QHBoxLayout of QTableViews and creating/destroying them based on the completion would be a better idea? + +HTML help pages +=============== + +- Only generate HTML when releasing (and ship it with the releases!) + (setuptools integration) +X Update asciidoc along with source updates +X Provide script to generate HTML from asciidoc +- Show error page with some instructions when HTMLs are missing. +- Show some kind of message when: + - .html files are found + - .asciidoc files are found (because qutebrowser is running locally from + gitrepo) + - .asciidoc files are newer than .html files |