about summary refs log tree commit diff stats
path: root/html/http-server.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-12-27 22:20:43 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-12-27 22:20:43 -0800
commit97eb971b7574b3f283d7111a567a301faec9912d (patch)
tree4a1f9d1987ca601efba78865c8b3d1766d23af92 /html/http-server.mu.html
parentdf0c0babff599b0ab85f56cd50ee0b4143f12886 (diff)
downloadmu-97eb971b7574b3f283d7111a567a301faec9912d.tar.gz
3725
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.
Diffstat (limited to 'html/http-server.mu.html')
-rw-r--r--html/http-server.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/http-server.mu.html b/html/http-server.mu.html
index 7a42603a..ac913d62 100644
--- a/html/http-server.mu.html
+++ b/html/http-server.mu.html
@@ -64,7 +64,7 @@ if ('onhashchange' in window) {
 <span id="L7" class="LineNr"> 7 </span><span class="Comment"># After running it, navigate to localhost:8080. Your browser should display</span>
 <span id="L8" class="LineNr"> 8 </span><span class="Comment"># &quot;SUCCESS!&quot; and the server will terminate after one connection.</span>
 <span id="L9" class="LineNr"> 9 </span>
-<span id="L10" class="LineNr">10 </span><span class="muRecipe">def</span> main [
+<span id="L10" class="LineNr">10 </span><span class="muRecipe">def</span> <a href='http-server.mu.html#L10'>main</a> [
 <span id="L11" class="LineNr">11 </span>  <span class="Constant">local-scope</span>
 <span id="L12" class="LineNr">12 </span>  socket:num <span class="Special">&lt;-</span> $open-server-socket <span class="Constant">8080/port</span>
 <span id="L13" class="LineNr">13 </span>  $print <span class="Constant">[Mu socket creation returned ]</span>, socket, <span class="Constant">10/newline</span>
43:48 +0200 committer hut <hut@lavabit.com> 2010-04-19 23:43:48 +0200 updated pydoc' href='/akspecs/ranger/commit/doc/pydoc/ranger.ext.command_parser.html?h=v1.4.3&id=c9383c72b2f62bee90050d02a307381cb6bfa536'>c9383c72 ^
4c13e1f2 ^





34a60763 ^
4c13e1f2 ^









34a60763 ^
4c13e1f2 ^










c9383c72 ^

4c13e1f2 ^

c9383c72 ^

4c13e1f2 ^







c9383c72 ^







4c13e1f2 ^
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