about summary refs log tree commit diff stats
path: root/html/factorial.mu.html
Commit message (Collapse)AuthorAgeFilesLines
* 3764 - better colors for cross-linksKartik K. Agaram2017-03-081-3/+4
|
* 3761Kartik K. Agaram2017-03-071-10/+11
|
* 3725Kartik K. Agaram2016-12-271-5/+5
| | | | | | More improvements to cross-linking example programs. Include their own functions as well in the tags for each program, even as you share the core .mu files everywhere.
* 3716Kartik K. Agaram2016-12-261-0/+2
| | | | Make hyperlinks less salient in the rendered html since there's so many of them.
* 3710Kartik K. Agaram2016-12-261-33/+33
| | | | | Turns out we don't need to explicitly add anchors for each line. Vim's TOhtml has magic for that out of the box.
* 3709 - line numbers in htmlKartik K. Agaram2016-12-261-36/+60
| | | | | | Each line number also gets an anchor name, but I'm not hyperlinking them for now because I don't want to encourage bookmarking these links just yet. They aren't permalinks because every revision may change what's at any given line number.
* 3569Kartik K. Agaram2016-10-231-8/+8
| | | | Update syntax highlighting to not color numeric locations like literals.
* 3491Kartik K. Agaram2016-10-091-1/+1
| | | | | Update the html, proving that commit 3490 worked. The only changes are from other recent commits.
* 3431Kartik K. Agaram2016-09-301-3/+3
| | | | | Improvements to syntax highlighting, particularly for Mu code in C++ files.
* 3395Kartik K. Agaram2016-09-171-5/+5
|
* 2812Kartik K. Agaram2016-03-271-9/+18
|
* 2745Kartik K. Agaram2016-03-091-1/+1
|
* 2744Kartik K. Agaram2016-03-091-2/+2
| | | | Tweak colors and font-sizes in generated html.
* 2743Kartik K. Agaram2016-03-091-21/+12
| | | | | Looks like "TOhtml | <other command>" doesn't work on Mac OS X for some reason..
* 2430 - make room for more transformsKartik K. Agaram2015-11-131-4/+3
|
* 2423 - describe shape-shifting in html docsKartik K. Agaram2015-11-101-1/+1
|
* 2177Kartik K. Agaram2015-09-071-21/+24
|
* 2175Kartik K. Agaram2015-09-061-24/+21
|
* 2062Kartik K. Agaram2015-08-231-3/+3
|
* 1949Kartik K. Agaram2015-08-061-2/+2
|
* 1925Kartik K. Agaram2015-08-031-2/+2
|
* 1885Kartik K. Agaram2015-07-291-13/+13
|
* 1853Kartik K. Agaram2015-07-251-2/+2
|
* 1818Kartik K. Agaram2015-07-181-2/+2
|
* 1778Kartik K. Agaram2015-07-131-4/+4
|
* 1690Kartik K. Agaram2015-07-011-1/+1
|
* 1631 - update html versionsKartik K. Agaram2015-06-231-5/+5
| | | | | | Html is a little more readable thanks to feedback from J David Eisenberg (https://news.ycombinator.com/item?id=9766330), in particular the suggestion to use https://addons.mozilla.org/En-us/firefox/addon/wcag-contrast-checker.
* 1556Kartik K. Agaram2015-06-121-9/+9
|
* 1549Kartik K. Agaram2015-06-091-2/+2
|
* 1517Kartik K. Agaram2015-05-301-4/+4
|
* 1470Kartik K. Agaram2015-05-261-3/+3
|
* 1459Kartik K. Agaram2015-05-251-0/+71
65403c54abd269ed5717a208b61014502e35967'>a65403c5 ^
fccf56be ^

1b25aa84 ^


c8874cd2 ^



9cfd1782 ^



7090f85d ^







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