|
31 | 31 | #logo {
|
32 | 32 | margin: 0px 30px 30px 0px;
|
33 | 33 | }
|
| 34 | + ul {margin-left: 0.5em; padding-left: 0.5em;} |
34 | 35 | ul.menu>li {
|
35 | 36 | margin-top: 10px;
|
36 | 37 | }
|
| 38 | + li.release { |
| 39 | + margin-top: 1em; |
| 40 | + } |
37 | 41 | </style>
|
38 | 42 | <link rel="shortcut icon" href="favicon.ico" />
|
39 | 43 | </head>
|
|
48 | 52 | <li>Documentation
|
49 | 53 | <ul>
|
50 | 54 | <li><a href="http://doc.rust-lang.org/doc/tutorial.html">Tutorial</li>
|
51 |
| - <li><a href="http://doc.rust-lang.org/doc/rust.html">Reference</a> |
| 55 | + <li><a href="http://doc.rust-lang.org/doc/rust.html">Manual</a> |
52 | 56 | (<a href="http://doc.rust-lang.org/doc/rust.pdf">PDF</a>)</li>
|
53 |
| - <li><a href="http://doc.rust-lang.org/doc/core/index.html">Core library</a></li> |
54 |
| - <li><a href="http://doc.rust-lang.org/doc/std/index.html">Standard library</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> |
55 | 59 | <li><a href="http://github.com/mozilla/rust/wiki">Uncyclo</a></li>
|
56 | 60 | </ul>
|
57 | 61 | </li>
|
58 |
| - <li>Latest release <br/> |
59 |
| - (<a href="https://github.com/mozilla/rust/blob/release-0.2/RELEASES.txt">0.2, Mar 29 2012</a>): |
60 |
| - <ul> |
| 62 | + <li>Releases (<a href="https://github.com/mozilla/rust/wiki/Doc-detailed-release-notes">detailed notes</a>) |
| 63 | + <ul> |
| 64 | + <li class="release"><a href="https://github.com/mozilla/rust/blob/release-0.3/RELEASES.txt">0.3, Jul 12 2012</a>: |
| 65 | + <ul> |
| 66 | + <li>[<a href="http://dl.rust-lang.org/dist/rust-0.3.tar.gz">.tar.gz</a>] |
| 67 | + (<a href="http://dl.rust-lang.org/dist/rust-0.3.tar.gz.asc">sig</a>) |
| 68 | + <li>[<a href="http://dl.rust-lang.org/dist/rust-0.3-install.exe">.exe</a>] |
| 69 | + (<a href="http://dl.rust-lang.org/dist/rust-0.3-install.exe.asc">sig</a>) |
| 70 | + <li>Docs: |
| 71 | + <ul> |
| 72 | + <li><a href="http://doc.rust-lang.org/doc/0.3/tutorial.html">Tutorial</li> |
| 73 | + <li><a href="http://doc.rust-lang.org/doc/0.3/rust.html">Manual</a> |
| 74 | + (<a href="http://doc.rust-lang.org/doc/0.3/rust.pdf">PDF</a>)</li> |
| 75 | + <li><a href="http://doc.rust-lang.org/doc/0.3/core/index.html">Core lib</a></li> |
| 76 | + <li><a href="http://doc.rust-lang.org/doc/0.3/std/index.html">Std lib</a></li> |
| 77 | + </ul> |
| 78 | + </li> |
| 79 | + </ul> |
| 80 | + <li class="release"><a href="https://github.com/mozilla/rust/blob/release-0.2/RELEASES.txt">0.2, Mar 29 2012</a>: |
| 81 | + <ul> |
61 | 82 | <li>[<a href="http://dl.rust-lang.org/dist/rust-0.2.tar.gz">.tar.gz</a>]
|
62 | 83 | (<a href="http://dl.rust-lang.org/dist/rust-0.2.tar.gz.asc">sig</a>)
|
63 | 84 | <li>[<a href="http://dl.rust-lang.org/dist/rust-0.2-install.exe">.exe</a>]
|
64 | 85 | (<a href="http://dl.rust-lang.org/dist/rust-0.2-install.exe.asc">sig</a>)
|
65 |
| - </ul> |
| 86 | + </ul> |
| 87 | + </li> |
| 88 | + </ul> |
66 | 89 | </li>
|
67 | 90 | <li>Resources
|
68 | 91 | <ul>
|
|
0 commit comments