summary refs log tree commit diff
path: root/www (follow)
Commit message (Collapse)AuthorAge
...
* Use <pre> for commit-msgEric Wong2021-01-17
| | | | | This preserves formatting readable for users of text-based browsers without CSS support.
* Improve pageheader display on text-based browsersEric Wong2021-01-17
| | | | | | | | | | | Text-based browsers (and some GUI browsers such as dillo) display the pageheader as: "summaryrefslogtreecommitdiff" This is difficult-to-read. Improve accessibility for users who cannot run memory-hungry browsers by using whitespace instead of relying on CSS.
* Use git raw note formatChris Mayo2021-01-17
| | | | | | | | | | | | | | | | Currently a commit note is shown as: Notes Notes: <note text> Change to: Notes <note text> Signed-off-by: Chris Mayo <aklhfex at gmail.com>
* Touch tags in source-filterJune McEnroe2021-01-17
| | | | | ctags does not create the tags file if the input file contains nothing worth tagging, and htagml errors if there is no tags file to load.
* Use a temp directory in source-filter to preserve nameJune McEnroe2021-01-15
| | | | Otherwise ctags can't figure out if the input is a lex or yacc file.
* Call cap_rights_limit on stderr tooJune McEnroe2021-01-14
|
* Add link to gopher version of text.causal.agencyJune McEnroe2021-01-14
|
* Add igp gopher server for text.causal.agencyJune McEnroe2021-01-14
|
* Switch git.causal.agency to hilex and htagmlJune McEnroe2021-01-13
| | | | Still missing a shell lexer in hilex, but well... it's shell.
* Style causal.agency like bin HTMLJune McEnroe2021-01-12
|
* Replace causal.agency with a simple mdoc pageJune McEnroe2021-01-12
|
* Publish "Using vi"June McEnroe2021-01-11
|
* Update taglineJune McEnroe2021-01-05
|
* Add "this commit" option to switch formAlyssa Ross2020-12-27
| | | | | | | | | | | | | | | | | Branches are grouped into their own section to make the "this commit" option visually distinct. Adding this option will result in two options being marked as selected if a branch has the same name as a commit oid. But that would cause all sorts of other problems anyway (attempting to switch to the branch would actually give you the commit, etc.), so let's not worry about that. A "permalink" link on the blob view next to the "plain" link would probably be more discoverable, but that would only work for the blob view. The switch UI is visible everywhere. Signed-off-by: Alyssa Ross <hi@alyssa.is>
* Show subject in commit page titleJune McEnroe2020-12-27
|
* Show symlink targets in tree listingJune McEnroe2020-12-27
| | | | | Add links to symbolic link targets in tree listings, formatted like "ls -l". Path normalization collapses any ".." components of the link.
* Disallow blame in robots.txtJune McEnroe2020-12-27
|
* Don't link to blame for binary blobsJune McEnroe2020-12-27
|
* Bail from blame if blob is binaryJune McEnroe2020-12-27
| | | | This avoids piping binary blobs through the source-filter.
* Remove dependency on memrchrJune McEnroe2020-12-27
|
* Remove cgit/git submoduleJune McEnroe2020-12-27
|
* Merge commit '6169012d588458b9dbbbea56528d5e3669596c80' as ↵June McEnroe2020-12-27
| | | | | | 'www/git.causal.agency/cgit' From tag 'v1.2.3'.
* Note lack of macro expansions in Q(...)June McEnroe2020-12-03
|
* Fix missing "to" in "hot tips"June McEnroe2020-12-02
|
* Publish "hot tips"June McEnroe2020-12-02
|
* Publish "Inability"June McEnroe2020-11-26
| | | | I don't know, it's something.
* Render content into atom feedJune McEnroe2020-11-26
| | | | And fix some atom lints.
* Use mandoc -T utf8 for text.June McEnroe2020-10-07
| | | | Don't depend on LANG being set.
* Enable toc in cgit renderings of man pagesJune McEnroe2020-09-12
| | | | | | | | But keep it disabled for READMEs since they always use non-standard sections and the TOC is just distracting there, I think. Also add the style so its h1 is the same size as the ones inside sections...
* Use scheme CSS variables for causal.agencyJune McEnroe2020-08-23
|
* Add catsit to causal.agencyJune McEnroe2020-08-23
|
* Add some actual info to top of causal.agencyJune McEnroe2020-08-23
|
* Publish "LibreTLS"June McEnroe2020-08-09
|
* Add scooper update to "IRC Suite"June McEnroe2020-08-02
|
* Add scooper to causal.agencyJune McEnroe2020-07-31
|
* Install up CGI with mode 700June McEnroe2020-07-14
| | | | It should never be served as a regular file.
* Check that there is upload dataJune McEnroe2020-07-14
|
* Add CGI upload program for temp.causal.agencyJune McEnroe2020-07-14
|
* Tweak causal.agency for mostly no reasonJune McEnroe2020-06-30
|
* Add note about litterbox bot useJune McEnroe2020-06-19
|
* Publish "IRC suite"June McEnroe2020-06-19
|
* Prefix mandoc with exec in about-filterJune McEnroe2020-06-08
|
* Update mdoc source URLsJune McEnroe2020-05-31
|
* Post "casual update"June McEnroe2020-05-06
|
* Add endorsement to git.causal.agencyJune McEnroe2020-04-29
|
* Include <content src> in feedJune McEnroe2020-04-04
| | | | Maybe this gets feed readers to embed the content?
* Set publish date in feed from .DdJune McEnroe2020-04-04
|
* Update cgit setup post with git-http-backendJune McEnroe2020-04-01
|
* Publish "How I Relay Chat"June McEnroe2020-03-08
|
* Style %T outside of Rs in italicJune McEnroe2020-02-27
|