scala-news-reader

rss/atom news reader in scala

git clone https://9o.is/git/scala-news-reader.git

commit fdcf42d56a81ee7929e9d34ca40c032ea73bbfa1
parent 753da281e4d2b7ec6aa77943e39b41aa85f84af9
Author: Jul <jul@9o.is>
Date:   Sun, 11 Aug 2013 22:18:16 -0400

moved all files in /img to s3 (where it is cached)

Diffstat:
Msrc/main/webapp/help/verify/blogger.html | 6+++---
Msrc/main/webapp/help/verify/tumblr.html | 12++++++------
Dsrc/main/webapp/img/colorwheel.png | 0
Dsrc/main/webapp/img/favicon.ico | 0
Dsrc/main/webapp/img/help/blogger_1.jpg | 0
Dsrc/main/webapp/img/help/blogger_2.jpg | 0
Dsrc/main/webapp/img/help/blogger_3.jpg | 0
Dsrc/main/webapp/img/help/tumblr_1.jpg | 0
Dsrc/main/webapp/img/help/tumblr_2.jpg | 0
Dsrc/main/webapp/img/help/tumblr_3.jpg | 0
Dsrc/main/webapp/img/help/tumblr_4.jpg | 0
Dsrc/main/webapp/img/help/tumblr_5.jpg | 0
Dsrc/main/webapp/img/help/tumblr_6.jpg | 0
Dsrc/main/webapp/img/icon/apple-touch-icon-114-precomposed.png | 0
Dsrc/main/webapp/img/icon/apple-touch-icon-144-precomposed.png | 0
Dsrc/main/webapp/img/icon/apple-touch-icon-16-precomposed.png | 0
Dsrc/main/webapp/img/icon/apple-touch-icon-57-precomposed.png | 0
Dsrc/main/webapp/img/icon/apple-touch-icon-72-precomposed.png | 0
Dsrc/main/webapp/img/spinner.gif | 0
Dsrc/main/webapp/img/wp.png | 0
Dsrc/main/webapp/img/yt95x40.png | 0
Msrc/main/webapp/index.html | 12++++++------
Msrc/main/webapp/templates-hidden/base-wrap.html | 14+++++++-------
Msrc/main/webapp/templates-hidden/parts/categories.html | 2+-
Msrc/main/webapp/templates-hidden/parts/verification.html | 2+-
25 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/src/main/webapp/help/verify/blogger.html b/src/main/webapp/help/verify/blogger.html @@ -2,15 +2,15 @@ <h2>Step 1</h2> <p>Go to your blog's dashboard and click on "Template"</p> - <img src="/img/help/blogger_1.jpg"> + <img src="https://s3.amazonaws.com/readmeans/img/help/blogger_1.jpg"> <h2>Step 2</h2> <p>Click on "Edit HTML"</p> - <img src="/img/help/blogger_2.jpg"> + <img src="https://s3.amazonaws.com/readmeans/img/help/blogger_2.jpg"> <h2>Step 3</h2> <p>Find the &lt;head&gt; tag and paste your specially given meta tag there. Click on "Save Template"</p> - <img src="/img/help/blogger_3.jpg"> + <img src="https://s3.amazonaws.com/readmeans/img/help/blogger_3.jpg"> <h2>Step 4</h2> <p>Go back to Read Means Verification page and click on the "Verify" button. You should be verified.</p> diff --git a/src/main/webapp/help/verify/tumblr.html b/src/main/webapp/help/verify/tumblr.html @@ -2,27 +2,27 @@ <h2>Step 1</h2> <p>Log in to your Tumblr and click the settings button.</p> - <img src="/img/help/tumblr_1.jpg"> + <img src="https://s3.amazonaws.com/readmeans/img/help/tumblr_1.jpg"> <h2>Step 2</h2> <p>Click on the blog you want to verify.</p> - <img src="/img/help/tumblr_2.jpg"> + <img src="https://s3.amazonaws.com/readmeans/img/help/tumblr_2.jpg"> <h2>Step 3</h2> <p>In the blog's settings page, click on "Customize"</p> - <img src="/img/help/tumblr_3.jpg"> + <img src="https://s3.amazonaws.com/readmeans/img/help/tumblr_3.jpg"> <h2>Step 4</h2> <p>In the the left-side panel, click on "Edit HTML"</p> - <img src="/img/help/tumblr_4.jpg"> + <img src="https://s3.amazonaws.com/readmeans/img/help/tumblr_4.jpg"> <h2>Step 5</h2> <p>Find the &lt;head&gt; tag and paste your specially given meta tag there. Click on "Update Preview"</p> - <img src="/img/help/tumblr_5.jpg"> + <img src="https://s3.amazonaws.com/readmeans/img/help/tumblr_5.jpg"> <h2>Step 6</h2> <p>"Save" button will appear. Click it!</p> - <img src="/img/help/tumblr_6.jpg"> + <img src="https://s3.amazonaws.com/readmeans/img/help/tumblr_6.jpg"> <h2>Step 7</h2> <p>Go back to Read Means Verification page and click on the "Verify" button. You should be verified.</p> diff --git a/src/main/webapp/img/colorwheel.png b/src/main/webapp/img/colorwheel.png Binary files differ. diff --git a/src/main/webapp/img/favicon.ico b/src/main/webapp/img/favicon.ico Binary files differ. diff --git a/src/main/webapp/img/help/blogger_1.jpg b/src/main/webapp/img/help/blogger_1.jpg Binary files differ. diff --git a/src/main/webapp/img/help/blogger_2.jpg b/src/main/webapp/img/help/blogger_2.jpg Binary files differ. diff --git a/src/main/webapp/img/help/blogger_3.jpg b/src/main/webapp/img/help/blogger_3.jpg Binary files differ. diff --git a/src/main/webapp/img/help/tumblr_1.jpg b/src/main/webapp/img/help/tumblr_1.jpg Binary files differ. diff --git a/src/main/webapp/img/help/tumblr_2.jpg b/src/main/webapp/img/help/tumblr_2.jpg Binary files differ. diff --git a/src/main/webapp/img/help/tumblr_3.jpg b/src/main/webapp/img/help/tumblr_3.jpg Binary files differ. diff --git a/src/main/webapp/img/help/tumblr_4.jpg b/src/main/webapp/img/help/tumblr_4.jpg Binary files differ. diff --git a/src/main/webapp/img/help/tumblr_5.jpg b/src/main/webapp/img/help/tumblr_5.jpg Binary files differ. diff --git a/src/main/webapp/img/help/tumblr_6.jpg b/src/main/webapp/img/help/tumblr_6.jpg Binary files differ. diff --git a/src/main/webapp/img/icon/apple-touch-icon-114-precomposed.png b/src/main/webapp/img/icon/apple-touch-icon-114-precomposed.png Binary files differ. diff --git a/src/main/webapp/img/icon/apple-touch-icon-144-precomposed.png b/src/main/webapp/img/icon/apple-touch-icon-144-precomposed.png Binary files differ. diff --git a/src/main/webapp/img/icon/apple-touch-icon-16-precomposed.png b/src/main/webapp/img/icon/apple-touch-icon-16-precomposed.png Binary files differ. diff --git a/src/main/webapp/img/icon/apple-touch-icon-57-precomposed.png b/src/main/webapp/img/icon/apple-touch-icon-57-precomposed.png Binary files differ. diff --git a/src/main/webapp/img/icon/apple-touch-icon-72-precomposed.png b/src/main/webapp/img/icon/apple-touch-icon-72-precomposed.png Binary files differ. diff --git a/src/main/webapp/img/spinner.gif b/src/main/webapp/img/spinner.gif Binary files differ. diff --git a/src/main/webapp/img/wp.png b/src/main/webapp/img/wp.png Binary files differ. diff --git a/src/main/webapp/img/yt95x40.png b/src/main/webapp/img/yt95x40.png Binary files differ. diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html @@ -35,7 +35,7 @@ style="background-color: #1E7697; color: #fff"> <div class="text">Discover blog writers by your favorite categories.</div> - <img src="https://s3.amazonaws.com/readmeans/index/categories.jpg" + <img src="https://s3.amazonaws.com/readmeans/img/index/categories.jpg" alt="Search by categories" /> </div> </div> @@ -45,7 +45,7 @@ style="background-color: #FDA348; color: #fff"> <div class="text">Save and share articles with your Facebook and Read Means friends</div> - <img src="https://s3.amazonaws.com/readmeans/index/share-laptop1.jpg" + <img src="https://s3.amazonaws.com/readmeans/img/index/share-laptop1.jpg" alt="Share and Save articles" /> </div> </div> @@ -59,7 +59,7 @@ style="background-color: #84D5F4; color: #fff; height: 700px"> <div class="text">Follow blog writers and view all their articles plus the writers they follow.</div> - <img src="https://s3.amazonaws.com/readmeans/index/profile-phone.jpg" + <img src="https://s3.amazonaws.com/readmeans/img/index/profile-phone.jpg" alt="Follow blog writers and view who they follow." /> </div> </div> @@ -77,7 +77,7 @@ about the writer's purpose.</div> </div> <div class="span8"> - <img src="https://s3.amazonaws.com/readmeans/index/video1.jpg" alt="Watch quick videos" /> + <img src="https://s3.amazonaws.com/readmeans/img/index/video1.jpg" alt="Watch quick videos" /> </div> </div> @@ -93,7 +93,7 @@ <div class="span12 offset0 content" style="background-color: #FB840B; color: #fff; height: 700px"> <div class="text">Beautiful. Casual. Simple. Clean. Fun.</div> - <img src="https://s3.amazonaws.com/readmeans/index/reader-ipad.jpg" + <img src="https://s3.amazonaws.com/readmeans/img/index/reader-ipad.jpg" alt="Simple. Casual. Simple. Clean. Fun." /> </div> </div> @@ -103,7 +103,7 @@ style="background-color: #00c7e1; color: #fff; height: 700px"> <div class="text">Explore a category and preview 8 chosen writers</div> - <img src="https://s3.amazonaws.com/readmeans/index/writers-8.jpg" + <img src="https://s3.amazonaws.com/readmeans/img/index/writers-8.jpg" alt="Explore writers by category." /> </div> </div> diff --git a/src/main/webapp/templates-hidden/base-wrap.html b/src/main/webapp/templates-hidden/base-wrap.html @@ -16,12 +16,12 @@ <![endif]--> <!-- fav and touch icons --> - <link rel="shortcut icon" href="/img/favicon.ico"> - <link rel="apple-touch-icon" href="/img/icon/apple-touch-icon-16-precomposed.png"> - <link rel="apple-touch-icon" sizes="57x57" href="/img/icon/apple-touch-icon-57-precomposed.png"> - <link rel="apple-touch-icon" sizes="72x72" href="/img/icon/apple-touch-icon-72-precomposed.png"> - <link rel="apple-touch-icon" sizes="114x114" href="/img/icon/apple-touch-icon-114-precomposed.png"> - <link rel="apple-touch-icon" sizes="144x144" href="/img/icon/apple-touch-icon-144-precomposed.png"> + <link rel="shortcut icon" href="https://s3.amazonaws.com/readmeans/img/icon/favicon.ico"> + <link rel="apple-touch-icon" href="https://s3.amazonaws.com/readmeans/img/icon/apple-touch-icon-16-precomposed.png"> + <link rel="apple-touch-icon" sizes="57x57" href="https://s3.amazonaws.com/readmeans/img/icon/apple-touch-icon-57-precomposed.png"> + <link rel="apple-touch-icon" sizes="72x72" href="https://s3.amazonaws.com/readmeans/img/icon/apple-touch-icon-72-precomposed.png"> + <link rel="apple-touch-icon" sizes="114x114" href="https://s3.amazonaws.com/readmeans/img/icon/apple-touch-icon-114-precomposed.png"> + <link rel="apple-touch-icon" sizes="144x144" href="https://s3.amazonaws.com/readmeans/img/icon/apple-touch-icon-144-precomposed.png"> <script type="text/javascript" src="//use.typekit.net/jdi5hji.js"></script> <script type="text/javascript">try{Typekit.load();}catch(e){}</script> @@ -88,7 +88,7 @@ <div data-lift="SnipHelpers.setNoticeContainer" id="notices-container"> <div data-lift="Notices"></div> <div style="display:none;" id="ajax-spinner" class="text-center"> - <img src="/img/spinner.gif" width="32" height="16"/> + <img src="https://s3.amazonaws.com/readmeans/img/spinner.gif" width="32" height="16"/> </div> </div> diff --git a/src/main/webapp/templates-hidden/parts/categories.html b/src/main/webapp/templates-hidden/parts/categories.html @@ -23,7 +23,7 @@ people to follow you. If you don't provide one, you will lose search ranking. Must be 30 seconds or less: </span> <span> <span data-lift="BlogWriterVideoSnip"></span> <img class="yt" - src="/img/yt95x40.png"> <span class="help-inline"><small>www.youtube.com/watch?v=<span + src="https://s3.amazonaws.com/readmeans/img/yt95x40.png"> <span class="help-inline"><small>www.youtube.com/watch?v=<span style="color: red">0Bmhjf0rKe8</span></small></span> </span> </div> diff --git a/src/main/webapp/templates-hidden/parts/verification.html b/src/main/webapp/templates-hidden/parts/verification.html @@ -39,7 +39,7 @@ <div> <p>To verify Wordpress.com blogs, you must login with O-Authentication. It's safe and easy to use. Just click on the Wordpress logo.</p> <p> - <a id="wordpress-login"><img src="/img/wp.png" width="200" /></a> + <a id="wordpress-login"><img src="https://s3.amazonaws.com/readmeans/img/wp.png" width="200" /></a> </p> <p>Need help verifying with other services?</p>