|
36 | 36 | margin-top: 10px;
|
37 | 37 | }
|
38 | 38 | li.release {
|
39 |
| - margin-top: 1em; |
| 39 | + margin-bottom: 1em; |
40 | 40 | }
|
41 | 41 | </style>
|
42 | 42 | <link rel="shortcut icon" href="favicon.ico" />
|
|
51 | 51 | <ul class="unstyled menu">
|
52 | 52 | <li>Documentation
|
53 | 53 | <ul>
|
54 |
| - <li><a href="http://doc.rust-lang.org/doc/tutorial.html">Tutorial</li> |
55 |
| - <li><a href="http://doc.rust-lang.org/doc/rust.html">Manual</a> |
56 |
| - (<a href="http://doc.rust-lang.org/doc/rust.pdf">PDF</a>)</li> |
57 |
| - <li><a href="http://doc.rust-lang.org/doc/core/index.html">Core lib</a></li> |
58 |
| - <li><a href="http://doc.rust-lang.org/doc/std/index.html">Std lib</a></li> |
59 |
| - <li><a href="http://github.com/mozilla/rust/wiki">Uncyclo</a></li> |
| 54 | + <li><a href="http://doc.rust-lang.org/doc/0.3/tutorial.html">Tutorial</li> |
| 55 | + <li><a href="http://doc.rust-lang.org/doc/0.3/rust.html">Manual</a> |
| 56 | + (<a href="http://doc.rust-lang.org/doc/0.3/rust.pdf">PDF</a>)</li> |
| 57 | + <li><a href="http://doc.rust-lang.org/doc/0.3/core/index.html">Core lib</a></li> |
| 58 | + <li><a href="http://doc.rust-lang.org/doc/0.3/std/index.html">Std lib</a></li> |
| 59 | + <li><a href="http://github.com/mozilla/rust/wiki/Docs">Other docs</a></li> |
60 | 60 | </ul>
|
61 | 61 | </li>
|
62 |
| - <li>Releases (<a href="https://github.com/mozilla/rust/wiki/Doc-detailed-release-notes">detailed notes</a>) |
| 62 | + <li>Releases |
63 | 63 | <ul>
|
64 | 64 | <li class="release"><a href="https://github.com/mozilla/rust/blob/release-0.3.1/RELEASES.txt">0.3.1, Jul 20 2012</a>:<br/>
|
65 | 65 | (Minor OSX fix)
|
|
74 | 74 | (<a href="http://dl.rust-lang.org/dist/rust-0.3.tar.gz.asc">sig</a>)
|
75 | 75 | <li>[<a href="http://dl.rust-lang.org/dist/rust-0.3-install.exe">.exe</a>]
|
76 | 76 | (<a href="http://dl.rust-lang.org/dist/rust-0.3-install.exe.asc">sig</a>)
|
77 |
| - <li>Docs: |
78 |
| - <ul> |
79 |
| - <li><a href="http://doc.rust-lang.org/doc/0.3/tutorial.html">Tutorial</li> |
80 |
| - <li><a href="http://doc.rust-lang.org/doc/0.3/rust.html">Manual</a> |
81 |
| - (<a href="http://doc.rust-lang.org/doc/0.3/rust.pdf">PDF</a>)</li> |
82 |
| - <li><a href="http://doc.rust-lang.org/doc/0.3/core/index.html">Core lib</a></li> |
83 |
| - <li><a href="http://doc.rust-lang.org/doc/0.3/std/index.html">Std lib</a></li> |
84 |
| - </ul> |
85 | 77 | </li>
|
86 | 78 | </ul>
|
87 |
| - <li class="release"><a href="https://github.com/mozilla/rust/blob/release-0.2/RELEASES.txt">0.2, Mar 29 2012</a>: |
88 |
| - <ul> |
89 |
| - <li>[<a href="http://dl.rust-lang.org/dist/rust-0.2.tar.gz">.tar.gz</a>] |
90 |
| - (<a href="http://dl.rust-lang.org/dist/rust-0.2.tar.gz.asc">sig</a>) |
91 |
| - <li>[<a href="http://dl.rust-lang.org/dist/rust-0.2-install.exe">.exe</a>] |
92 |
| - (<a href="http://dl.rust-lang.org/dist/rust-0.2-install.exe.asc">sig</a>) |
93 |
| - </ul> |
94 |
| - </li> |
| 79 | + </li> |
| 80 | + <li><a href="https://github.com/mozilla/rust/wiki/Doc-releases">Previous releases</a></li> |
| 81 | + <li><a href="https://github.com/mozilla/rust/wiki/Doc-detailed-release-notes">Detailed release notes</a></li> |
95 | 82 | </ul>
|
96 | 83 | </li>
|
97 | 84 | <li>Resources
|
98 | 85 | <ul>
|
99 | 86 | <li><a href="http://github.com/mozilla/rust">Github</a></li>
|
| 87 | + <li><a href="http://github.com/mozilla/rust/wiki">Uncyclo</a></li> |
100 | 88 | <li><a href="http://bot.rust-lang.org">Build bot</a></li>
|
101 | 89 | <li><a href="http://twitter.com/rustlang">Twitter</a></li>
|
102 | 90 | <li><a href="http://irclog.gr/#browse/irc.mozilla.org/rust">IRC logs</a>
|
|
0 commit comments