about summary refs log tree commit diff stats
path: root/html/filesystem.mu.html
Commit message (Collapse)AuthorAgeFilesLines
* 3934Kartik K. Agaram2017-06-201-1/+1
|
* 3830 - crosslink shape-shifting containers in htmlKartik K. Agaram2017-04-181-2/+2
|
* 3771Kartik K. Agaram2017-03-081-1/+1
|
* 3764 - better colors for cross-linksKartik K. Agaram2017-03-081-3/+4
|
* 3761Kartik K. Agaram2017-03-071-7/+8
|
* 3725Kartik K. Agaram2016-12-271-1/+1
| | | | | | 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.
* 3713 - cross-link calls with definitions in htmlKartik K. Agaram2016-12-261-3/+3
|
* 3710Kartik K. Agaram2016-12-261-20/+20
| | | | | 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-23/+47
| | | | | | 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-4/+4
| | | | 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-2/+2
| | | | | Improvements to syntax highlighting, particularly for Mu code in C++ files.
* 3395Kartik K. Agaram2016-09-171-3/+3
|
* 3266Kartik K. Agaram2016-08-271-2/+0
|
* 3227Kartik K. Agaram2016-08-181-9/+15
|
* 3219Kartik K. Agaram2016-08-171-0/+52
Trying keeping html in the master branch: https://github.com/blog/2228-simpler-github-pages-publishing Let's see if https://akkartik.github.io/mu updates after I push this commit to just the master branch.
-0700 committer Kartik K. Agaram <vc@akkartik.com> 2022-06-02 23:36:07 -0700 crisp font rendering' href='/akkartik/view.love/commit/help.lua?id=9bbfc2be13636040d2084f4ed20fee51a9219bc6'>9bbfc2b ^
778bc78 ^
9bbfc2b ^
778bc78 ^
9bbfc2b ^
de495ae ^
95e17da ^
de495ae ^




9bbfc2b ^



de495ae ^
9bbfc2b ^

de495ae ^
9bbfc2b ^

de495ae ^

9bbfc2b ^


de495ae ^
9bbfc2b ^
de495ae ^
9bbfc2b ^
de495ae ^
9bbfc2b ^







de495ae ^
9bbfc2b ^

de495ae ^

9bbfc2b ^

de495ae ^

db8b5b5 ^
9bbfc2b ^
de495ae ^

9bbfc2b ^

de495ae ^
e27165c ^
bfaa3fd ^
9bbfc2b ^
e27165c ^

bfaa3fd ^
9bbfc2b ^
e27165c ^
de495ae ^
95e17da ^
de495ae ^























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