about summary refs log tree commit diff
path: root/COPYING
diff options
context:
space:
mode:
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions
r'>2021-01-17Improve button spacing for browsers w/o CSSEric Wong For browsers on low-end machines running browsers without CSS support, the default tree view displayed "logplain" when it should be "log plain". Stop relying on CSS and add a space in between elements to improve accessibility. 2021-01-17Improve decoration display for browsers without CSSEric Wong Text-based browsers without CSS support show all the decorations bunched together without spacing. Rely on a whitespace instead of CSS support. 2021-01-17Use <pre> for commit-msgEric Wong This preserves formatting readable for users of text-based browsers without CSS support. 2021-01-17Improve pageheader display on text-based browsersEric Wong 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. 2021-01-17Use git raw note formatChris Mayo 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> 2021-01-17Touch tags in source-filterJune McEnroe 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. 2021-01-16Add -Wint-conversion tweetJune McEnroe I reference this one often but had lost it until now. 2021-01-15Automatically pipe hilex ANSI output to PAGERJune McEnroe 2021-01-15Use a temp directory in source-filter to preserve nameJune McEnroe Otherwise ctags can't figure out if the input is a lex or yacc file. 2021-01-15Simplyify htagml match outputJune McEnroe 2021-01-15Output htagml -x from the main loopJune McEnroe Silly the way it was written, but I think I started writing it that way before I decided to make it mutually exclusive with regular output. 2021-01-14Call cap_rights_limit on stderr tooJune McEnroe 2021-01-14Add dirent.h to c.sh includesJune McEnroe 2021-01-14Add link to gopher version of text.causal.agencyJune McEnroe 2021-01-14Add igp gopher server for text.causal.agencyJune McEnroe 2021-01-13Clean up html.shJune McEnroe 2021-01-13Remove ttpreJune McEnroe I'm not using this for the bin HTML pages anymore. 2021-01-13Remove hiJune McEnroe Replaced with hilex, which is far less of a hack. hilex still lacks a shell lexer, but hi's was never very good anyway. 2021-01-13Add gg mapping to viJune McEnroe The muscle memory for gg is too strong. 2021-01-13Match \ before newline in string as EscapeJune McEnroe 2021-01-13Remove -t flag from ctags commandsJune McEnroe It's the default/only there for compatibility on the implementations I use. 2021-01-13Match strftime format specifiers