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

Unified Diff: chrome/common/extensions/docs/templates/public/home/index.html

Issue 151773002: Docserver: Properly implement the Cron logic for ContentProvider and TemplateDataSource so that the… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/public/home/index.html
diff --git a/chrome/common/extensions/docs/templates/public/home/index.html b/chrome/common/extensions/docs/templates/public/home/index.html
deleted file mode 100644
index 4c54f9fb040e453896710ded76413c97d546f696..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/docs/templates/public/home/index.html
+++ /dev/null
@@ -1,115 +0,0 @@
-{{+content:partials.site}}
-
-<section class="g-section g-tpl-67-33">
- <div class="g-unit g-first">
- <article class="g-content" id="featured">
- <a href="/devtools/remote-debugging.html"><img src="{{static}}/images/mocks/multidevice.png" class="screenshot"></a>
- <h4 class="label">Featured article</h4>
- <a href="/devtools/remote-debugging.html"><h1>Mobile DevTools: Remote Debugging for Android with Screencast</h1></a>
- <p class="description">
- Until now, while remote debugging a mobile device,
- you had to shift your eyes back and forth between the device and your desktop machine.
- Now Screencast displays your device's screen right inside of Chrome DevTools on your desktop.
- </p>
-
- <p>
- You can also interact with your mobile device from your desktop,
- as clicks on the screencast get translated into taps and touch events.
- Typing on the desktop keyboard also sends keystrokes to the device --
- much better than typing with your thumbs!
- </p>
- <p><button class="button"><a href ="/devtools/remote-debugging.html">Learn more</a></button></p>
- </article>
- </div>
- <div class="g-unit g-last" id="upcoming-events">
- <article class="g-content">
- <a href="https://developers.google.com/live/shows/5371585095532544-5707702298738688"><img src="{{static}}/images/mocks/udacity.png" class="screenshot"></a>
- <h4 class="label">Upcoming Event</h4>
- <a href="https://developers.google.com/live/shows/5371585095532544-5707702298738688"><h2>Udacity Mobile Web Dev Office Hours</h2></a>
- <p class="description"><a href="https://developers.google.com/live/shows/5371585095532544-5707702298738688">Learn more</a></p>
- </article>
- <article class="g-content">
- <a href="https://developers.google.com/live/shows/5035410623299584"><img src="{{static}}/images/mocks/webview_video_thumb.png" class="screenshot"></a>
- <h4 class="label">Google Developers Live</h4>
- <a href="https://developers.google.com/live/shows/5035410623299584"><h2>Chrome WebView Debugging</h2></a>
- <p class="description"><a href="https://developers.google.com/live/shows/5035410623299584">Watch the episode</a></p>
- </article>
- </div>
-</section>
-
-<section id="site-sections" class="g-section g-tpl-33-67">
- <div class="g-unit g-first">
- <article class="g-content">
- <a href="/home/devtools-pillar.html"><h2 class="devtools">Chrome DevTools</h2></a>
- <p class="description">The Chrome Developer Tools are a set of web authoring and debugging tools built right into Google Chrome.</p>
- <p><a href="/home/devtools-pillar.html">Learn more about DevTools</a></p>
- </article>
- </div>
- <div class="g-unit">
- <div class="g-section g-tpl-50-50">
- <div class="g-unit g-first">
- <article class="g-content">
- <a href="/home/multi-device-pillar.html"><h2 class="multidevice">Multi-Device</h2></a>
- <p class="description">Chrome runs on tablets, smartphones, and other devices.
- Make your content ready for the multi-device web!</p>
- <p><a href="/home/multi-device-pillar.html">Learn more about Multi-Device</a></p>
- </article>
- </div>
- <div class="g-unit g-last">
- <article class="g-content">
- <a href="/home/platform-pillar.html"><h2 class="platform">Platform</h2></a>
- <p class="description">Build Chrome Apps and Extensions and publish in Store. With Native Client,
-compile native code and run in any website.</p>
- <p><a href="/home/platform-pillar.html">Learn more about Platform</a></p>
- </article>
- </div>
- </div>
- </div>
-</section>
-
-<section id="developer-news" class="g-section g-tpl-33-67 more-section">
- <h1>Further Resources</h1>
- <div class="g-unit g-first">
- <article class="g-content">
- <h2>Forums</h2>
- <p>
- <ul>
- <li><a href="https://groups.google.com/a/chromium.org/">chromium.org Groups</a></li>
- <li><a href="https://groups.google.com/forum/#!forum/native-client-discuss">Native Client Group</a></li>
- <li><a href="http://stackoverflow.com/tags/google-chrome">google-chrome on Stack Overflow</a>
- </li>
- </ul>
- </p>
- </article>
- </div>
- <div class="g-unit">
- <div class="g-section g-tpl-50-50">
- <div class="g-unit g-first">
- <article class="g-content">
- <h2>Languages & Libraries</h2>
- <p>
- <ul>
- <li><a href="http://www.polymer-project.org/">Polymer</a></li>
- <li><a href="https://www.dartlang.org/">Dart</a>
- </li>
- </ul>
- </p>
- </article>
- </div>
- <div class="g-unit g-last">
- <article class="g-content">
- <h2>Open Web Docs</h2>
- <ul>
- <li><a href="http://www.html5rocks.com/en/">HTML5 Rocks</a>
- </li>
- <li><a href="http://www.webplatform.org/">WebPlatform.org</a></li>
- </ul>
- </p>
- </article>
- </div>
- </div>
- </div>
-</section>
-
-{{/partials.site}}
-

Powered by Google App Engine
This is Rietveld 408576698