Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Side by Side Diff: app/views/index.mustache

Issue 162403002: Remove docs and point to ones on dartlang.org. (Closed) Base URL: https://github.com/dart-lang/pub-dartlang.git@master
Patch Set: Fit in 80 columns. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « app/views/doc/versioning.html ('k') | app/views/layout.mustache » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 {{! Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 {{! Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 for details. All rights reserved. Use of this source code is governed by a 2 for details. All rights reserved. Use of this source code is governed by a
3 BSD-style license that can be found in the LICENSE file. }} 3 BSD-style license that can be found in the LICENSE file. }}
4 4
5 <div class="intro"> 5 <div class="intro">
6 <h1>Welcome to pub.dartlang.org!</h1> 6 <h1>Welcome to pub.dartlang.org!</h1>
7 <p> 7 <p>
8 This is your friendly repository of packages of software for the 8 This is your friendly repository of packages of software for the
9 <a href="http://dartlang.org">Dart programming language</a>. Explore 9 <a href="http://dartlang.org">Dart programming language</a>. Explore
10 packages here and install them using <strong>pub</strong>, the package 10 packages here and install them using <strong>pub</strong>, the package
11 manager for Dart. 11 manager for Dart.
12 </p> 12 </p>
13 <a class="get-started" href="/doc">Get started</a> 13 <a class="get-started"
14 href="https://www.dartlang.org/tools/pub/get-started.html">
15 Get started
16 </a>
14 </div> 17 </div>
15 <h2>Recently updated packages</h2> 18 <h2>Recently updated packages</h2>
16 <table> 19 <table>
17 <thead> 20 <thead>
18 <tr> 21 <tr>
19 <th>Package</th> 22 <th>Package</th>
20 <th>Version</th> 23 <th>Version</th>
21 <th>Description</th> 24 <th>Description</th>
22 <th width="100">Updated</th> 25 <th width="100">Updated</th>
23 </tr> 26 </tr>
24 </thead> 27 </thead>
25 <tbody> 28 <tbody>
26 {{#recent_packages}} 29 {{#recent_packages}}
27 <tr> 30 <tr>
28 <th><a href="/packages/{{name}}">{{name}}</a></th> 31 <th><a href="/packages/{{name}}">{{name}}</a></th>
29 <td><span class="version">{{latest_version.version}}</span></td> 32 <td><span class="version">{{latest_version.version}}</span></td>
30 <td>{{#description}}{{ellipsized_description}}{{/description}}</td> 33 <td>{{#description}}{{ellipsized_description}}{{/description}}</td>
31 <td>{{short_updated}}</td> 34 <td>{{short_updated}}</td>
32 </tr> 35 </tr>
33 {{/recent_packages}} 36 {{/recent_packages}}
34 </tbody> 37 </tbody>
35 <tfoot> 38 <tfoot>
36 <tr> 39 <tr>
37 <td colspan="4"><a href="/packages">More packages...</a></td> 40 <td colspan="4"><a href="/packages">More packages...</a></td>
38 </tr> 41 </tr>
39 </tfoot> 42 </tfoot>
40 </table> 43 </table>
OLDNEW
« no previous file with comments | « app/views/doc/versioning.html ('k') | app/views/layout.mustache » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698