Skip to content

Commit e98d4e5

Browse files
author
Arthur Evans
committed
Update landing text, remove extra versions.
1 parent ab54884 commit e98d4e5

File tree

4 files changed

+10
-48
lines changed

4 files changed

+10
-48
lines changed

1.0/docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The shady DOM system is new to Polymer in 0.8, and radically improves
9696
performance and decreases the size of the polyfill needed to run on browsers
9797
that don’t support shadow DOM natively. The shadow DOM polyfill was optimized
9898
for correctness, though it remained impossible to perfectly polyfill shadow DOM.
99-
Shady DOM is optimized for speed. 0.9 added additional DOM accessors.
99+
Shady DOM is optimized for speed.
100100

101101
In the 1.0 timeframe, we will explore possible ways to do better custom element
102102
interop for external frameworks not expecting the shady DOM system, and improve

1.0/index.md

+7-43
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ title: Welcome
77
<div class="panel left">
88
<img src="./images/polymer1.0-01.svg">
99
<summary>
10-
<h1>There's an element for that</h1>
11-
<p>Web Components usher in a new era of web development based on encapsulated and interoperable custom elements that extend HTML itself. Built atop these new standards, Polymer makes it easier and faster to create anything from a button to a complete application across desktop, mobile, and beyond.</p>
10+
<h1>Production ready</h1>
11+
<p>Polymer 1.0 has been rebuilt from the ground up for speed and efficiency. The new, leaner core library makes it easier than ever to make fast, beautiful, and interoperable web components. If you haven't used Polymer before, it's time to try it out. If you haven't tried it recently, time to take another look.</p>
1212
<a href="docs/start/getting-the-code.html">
1313
<paper-button raised unresolved>
1414
<core-icon icon="archive"></core-icon> Get {{site.project_title}}
@@ -38,17 +38,17 @@ title: Welcome
3838
<section id="catalog" class="main-purple">
3939
<div class="panel">
4040
<summary style="transform: translateZ(0);">
41-
<h1>Element Catalog</h1>
41+
<h1>There's an element for that</h1>
4242
<a href="http://elements.polymer-project.org" target="_blank">
4343
<img src="/images/catalog_fadeout.png" alt="Launch the element catalog" title="Launch the element catalog">
4444
</a>
4545
<div>
4646
<p>
47-
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Officia voluptatem, pariatur excepturi nobis expedita.
47+
Custom elements, built by the Polymer team, ready to use in your applications.
4848
</p>
4949
<a href="http://development.polymer-element-catalog.divshot.io/" target="_blank">
5050
<paper-button>
51-
<core-icon icon="arrow-forward"></core-icon> Try it now
51+
<core-icon icon="arrow-forward"></core-icon> Browse elements
5252
</paper-button>
5353
</a>
5454
</div>
@@ -68,42 +68,6 @@ title: Welcome
6868
</div>
6969
</section> -->
7070

71-
<!-- <section id="listofawesome" class="main-bg">
72-
<div class="panel">
73-
74-
<div layout horizontal>
75-
<div class="checklist-item" flex>
76-
<core-icon icon="trending-up"></core-icon>
77-
<span>Built for speed</span>
78-
</div>
79-
<div flex>
80-
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Facilis obcaecati laborum natus omnis est soluta quam perferendis, incidunt amet itaque iusto magnam numquam quod dolorum eaque ullam molestiae sapiente quisquam.</p>
81-
</div>
82-
</div>
83-
84-
<div layout horizontal>
85-
<div class="checklist-item" flex>
86-
<core-icon icon="check-box"></core-icon>
87-
<span>Works in all Modern Browers</span>
88-
</div>
89-
<div flex>
90-
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Facilis obcaecati laborum natus omnis est soluta quam perferendis, incidunt amet itaque iusto magnam numquam quod dolorum eaque ullam molestiae sapiente quisquam.</p>
91-
</div>
92-
</div>
93-
94-
<div layout horizontal>
95-
<div class="checklist-item" flex>
96-
<core-icon icon="favorite"></core-icon>
97-
<span>Based on Web Component Standards</span>
98-
</div>
99-
<div flex>
100-
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Facilis obcaecati laborum natus omnis est soluta quam perferendis, incidunt amet itaque iusto magnam numquam quod dolorum eaque ullam molestiae sapiente quisquam.</p>
101-
</div>
102-
</div>
103-
104-
</div>
105-
</section> -->
106-
10771
<section id="features" class="main-bg">
10872
<div class="panel">
10973
<div class="feature">
@@ -113,7 +77,7 @@ title: Welcome
11377
</div>
11478
</div>
11579
<h2>Built for Speed</h2>
116-
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptate eum recusandae natus quod, modi quibusdam inventore hic reprehenderit suscipit cum perferendis dicta aliquid, corporis eius architecto soluta explicabo pariatur quas.</p>
80+
<p>Polymer 1.0 replaces the shadow DOM polyfill with a lightweight shim, uses a new, faster data-binding system, and significantly reduces code size.</p>
11781
</div>
11882

11983
<div class="feature">
@@ -123,7 +87,7 @@ title: Welcome
12387
</div>
12488
</div>
12589
<h2>For Modern Browsers</h2>
126-
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Natus quia consectetur, fuga neque cumque ipsam repellendus voluptate perferendis reprehenderit dicta sunt. Iusto laborum, cum, eius culpa pariatur repellendus asperiores atque?</p>
90+
<p>Polymer is built from the ground up for modern browsers, using sparkly unicorn magic. Also a lot of coffee.</p>
12791
</div>
12892

12993
<div class="feature">

Gruntfile.js

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ module.exports = function(grunt) {
1313
// List of version directories to vulcanize.
1414
var POLYMER_VERSIONS = [
1515
'0.5',
16-
'0.9',
1716
'1.0'
1817
];
1918

_config.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@ kramdown:
2222
project_title: Polymer
2323
project_status: 'Dev preview'
2424
latest_version: 0.5.6
25-
default_version: 0.5 # default version the docs should serve
25+
default_version: 1.0 # default version the docs should serve
2626

2727
versions:
2828
'0.5': 'dev preview'
29-
'0.8': 'alpha'
30-
'0.9': 'beta'
29+
'1.0': ''
3130

3231
add_permalinks: true # adds permalinks to heading tags.
3332
load_disqus: true

0 commit comments

Comments
 (0)