about summary refs log tree commit diff
path: root/html.c (follow)
Commit message (Collapse)AuthorAge
* Make copyrights and AUTHORS consistent HEAD masterJune McEnroe2022-09-18
|
* Use SEARCH for a subset of thread rootsJune McEnroe2021-06-12
| | | | | | This does way less duplicate work by fetching all threads and all thread root envelopes once, then doing searches for subsets of thread roots.
* Generate navigation for search pagesJune McEnroe2021-06-11
|
* Generalize index.{atom,html} to search pagesJune McEnroe2021-06-11
|
* Don't output "0 replies" at all 1.0aJune McEnroe2021-04-26
|
* Fix address group spacingJune McEnroe2021-04-25
|
* Don't URL-encode fragment linksJune McEnroe2021-04-22
| | | | | Seems that actually makes them not work correctly when they contain weird things.
* Fix handling groups in address listsJune McEnroe2021-04-22
|
* Omit HTML nav from nested messagesJune McEnroe2021-04-21
| | | | | We don't output mbox for nested messages, nor do we necessarily have a parent message on the same page.
* Remove unnecessary capture group in URL regexJune McEnroe2021-04-09
| | | | | | | | That capture group actually makes the regex ambiguous, it seems, since apparently some implementations backtrack to match the . branch rather than the $ branch, leaving off a trailing character from the second capture group. Regardless, that trailing capture group is totally unnecessary and I don't know why it was there.
* Generate properly populated reply Cc listsJune McEnroe2021-03-01
|
* Match any non-context diff lines as "head"June McEnroe2021-01-18
| | | | | The explicit state between Patch and Diff also allows applying markup to the diffstat in the future, perhaps.
* Handle mail with no trailing newline correctlyJune McEnroe2020-12-08
| | | | Embarrassing that my mail client produced such a thing.
* Refactor patch markup generationJune McEnroe2020-12-03
|
* Switch to inline default stylesheetJune McEnroe2020-12-02
|
* Be even less weird about HTMLJune McEnroe2020-12-01
|
* Move reply link to message navJune McEnroe2020-11-30
|
* Stop being so weird about HTMLJune McEnroe2020-11-29
|
* Replace templateBuffer with templateStringJune McEnroe2020-11-28
|
* Say OpenSSL in additional permission noticesJune McEnroe2020-11-28
|
* Add additional permission for linking with LibreSSLJune McEnroe2020-06-08
| | | | https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs
* Remove base title from thread titlesJune McEnroe2020-05-11
|
* Eliminate stray whitespace in HTML and AtomJune McEnroe2020-05-11
|
* Add generator linksJune McEnroe2020-05-01
|
* Rename baseAddress to baseMailtoJune McEnroe2020-04-30
|
* Add -S for subscribe linkJune McEnroe2020-04-30
| | | | These base* variables are badly named...
* Wrap footer text in <small>June McEnroe2020-04-30
|
* Nest <q> elements for increased levels of quotationJune McEnroe2020-04-30
|
* Highlight diff/index/---/+++ lines of patches as wellJune McEnroe2020-04-29
|
* Turn URLs into HTML linksJune McEnroe2020-04-29
|
* Clean up html.cJune McEnroe2020-04-28
|
* Style groups in recipientsJune McEnroe2020-04-27
| | | | Can't actually test this oops.
* Rename part->id to part->contentIDJune McEnroe2020-04-26
| | | | Disambiguate with messageID.
* Include Cc address in reply mailtosJune McEnroe2020-04-26
|
* Add mailto address for the archiveJune McEnroe2020-04-26
|
* Include <> around Message-Id in mailto: URLsJune McEnroe2020-04-26
|
* Add link to index on thread pagesJune McEnroe2020-04-26
|
* Fall back to Content-Type name parameter for attachmentsJune McEnroe2020-04-26
|
* Generate index.atomJune McEnroe2020-04-26
|
* Render index.htmlJune McEnroe2020-04-25
|
* Wrap <summary> replies count in <data>June McEnroe2020-04-25
|
* Use replyTo address in mailto:June McEnroe2020-04-24
|
* Wrap quoted lines in <q>June McEnroe2020-04-23
|
* Move message nav back below recipientsJune McEnroe2020-04-23
|
* Add generate time footerJune McEnroe2020-04-23
|
* Add basic patch highlightingJune McEnroe2020-04-23
|
* Remove HTML inline TODOsJune McEnroe2020-04-22
| | | | | | | | format=flowed, because it's not very useful for display, more useful for composing, <https://fastmail.blog/2016/12/17/format-flowed/>. Quoting because I believe <blockquote> is not allowed inside <pre> (it's not "phrasing content") and <q> just seems awkward.
* Render id, description and language as <pre> attributesJune McEnroe2020-04-22
|
* Add parent links to message navJune McEnroe2020-04-21
|
* Put attachments inside <ul>June McEnroe2020-04-20
|