about summary refs log tree commit diff stats
path: root/html/072recipe.cc.html
Commit message (Collapse)AuthorAgeFilesLines
* 4891Kartik Agaram2018-12-301-0/+1
| | | | | | | | | | | Couple more tweaks to html rendering: a) SubX definitions no longer link redundantly to themselves. This long-standing issue turns out to be tractable to solve for SubX files since the syntax is so simple. b) Fix links to SubX definitions in other directories. I forgot that I have to always generate tags from the directory of the file being linkified. c) Fix link colors. Before we lost all syntax highlighting for functions and Globals. Now they maintain their colors, just add an underline.
* 4890 - new html renderingsKartik Agaram2018-12-291-17/+12
| | | | | | | a) Switch to a light background. b) Linkify calls in .subx files. c) Keep all colorization in the Vim colorscheme, get rid of hacky special-cases in update_html.
* 4814Kartik Agaram2018-12-011-54/+56
|
* 4709Kartik Agaram2018-10-171-13/+13
|
* 4539Kartik Agaram2018-09-071-8/+8
|
* 4447Kartik Agaram2018-07-271-47/+47
|
* 4243Kartik Agaram2018-05-121-1/+1
|
* 4239Kartik Agaram2018-05-081-8/+8
|
* 4228Kartik K. Agaram2018-03-151-452/+609
|
* 4199Kartik K. Agaram2018-01-251-382/+378
|
* 4161Kartik K. Agaram2017-12-151-264/+262
|
* 4155Kartik K. Agaram2017-12-071-374/+442
|
* 4134 - 'input' = 'ingredient'Kartik K. Agaram2017-12-031-2/+2
|
* 4109Kartik K. Agaram2017-11-051-3/+3
|
* 4102Kartik K. Agaram2017-11-011-6/+6
|
* 4003Kartik K. Agaram2017-09-231-2/+2
|
* 3995Kartik K. Agaram2017-09-131-0/+464
es Booth <boothj5@gmail.com> 2014-01-19 16:32:31 +0000 committer James Booth <boothj5@gmail.com> 2014-01-19 16:32:31 +0000 Added tests/config/helpers' href='/danisanti/profani-tty/commit/tests/config/helpers.c?id=5f25d99357bd126bbae99c585cc9d84c265b62fc'>5f25d993 ^
a7a28506 ^

6ef1174b ^
a7a28506 ^
5f25d993 ^
3d7d070b ^
f7843def ^

36790dc2 ^
f7843def ^





36790dc2 ^
f7843def ^

2cdbfc7e ^

















3d7d070b ^










































1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149