├── CNAME ├── README.md ├── apple-touch-icon-114x114.png ├── apple-touch-icon-72x72.png ├── apple-touch-icon.png ├── favicon.ico ├── images ├── grey.gif ├── loading.gif ├── zoom-in-icon.png └── zoom-out-icon.png ├── index.html ├── javascripts ├── app.js ├── handlebars.1.0.0.beta.3.js ├── imagesLoaded.js ├── jquery-1.5.1.min.js ├── jquery.cookie.js ├── jquery.debounce.js ├── jquery.in-viewport.js └── spin.min.js ├── robots.txt └── stylesheets ├── base.css └── layout.css /CNAME: -------------------------------------------------------------------------------- 1 | redditate.com -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Redditate 2 | ================= 3 | 4 | Redditate is a simple Reddit reader that aims to make the browsing experience more pleasurable and easier for newbies :) 5 | 6 | 7 | Why am I making it? 8 | ----- 9 | 10 | I effin love browsing Reddit, but I wish I had a way to browse it that was a bit more friendly and beautiful. Reddit's design is functional, but I wanted to strip it down and make it my own. I've been noodling in my free time after everyone else is asleep, so don't expect rapid progress. 11 | 12 | 13 | Want to use it yourself? 14 | ----- 15 | 16 | Just go to [www.redditate.com](http://www.redditate.com). Are you a super nerd who wants their own copy?! Download the codebase here on Github, open the index.html file and enjoy (no server needed). 17 | 18 | 19 | What works right now? 20 | ----- 21 | 22 | + Browsing the front page or any subreddit - click the dropdown in the fixed header 23 | + Using fullview and listview - cookies your preference 24 | + Inline imgur and youtube - click them to play or zoom in 25 | + Click images to see max-size inline 26 | + Keyboard navigation 27 | + Endless scrolling 28 | + Check it out on any device (responsive media query goodness) 29 | 30 | 31 | What's coming next? 32 | ----------- 33 | 34 | Honestly not sure just yet. Going to wait to see what everyone thinks and go from there! 35 | 36 | 37 | Can haz feedback? 38 | ----------- 39 | 40 | I would love to hear if you have any feedback on Redditate - just drop me an email at hi@redditate.com. -------------------------------------------------------------------------------- /apple-touch-icon-114x114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhg/Redditate/9f1ac39e6521e0f638dc86797e391512ed054761/apple-touch-icon-114x114.png -------------------------------------------------------------------------------- /apple-touch-icon-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhg/Redditate/9f1ac39e6521e0f638dc86797e391512ed054761/apple-touch-icon-72x72.png -------------------------------------------------------------------------------- /apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhg/Redditate/9f1ac39e6521e0f638dc86797e391512ed054761/apple-touch-icon.png -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhg/Redditate/9f1ac39e6521e0f638dc86797e391512ed054761/favicon.ico -------------------------------------------------------------------------------- /images/grey.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhg/Redditate/9f1ac39e6521e0f638dc86797e391512ed054761/images/grey.gif -------------------------------------------------------------------------------- /images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhg/Redditate/9f1ac39e6521e0f638dc86797e391512ed054761/images/loading.gif -------------------------------------------------------------------------------- /images/zoom-in-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhg/Redditate/9f1ac39e6521e0f638dc86797e391512ed054761/images/zoom-in-icon.png -------------------------------------------------------------------------------- /images/zoom-out-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dhg/Redditate/9f1ac39e6521e0f638dc86797e391512ed054761/images/zoom-out-icon.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 19 | 20 |Shortcuts: j = next post, k = previous post, z = zoom image,
enter = open post, c = comments, f = fullview, l = listview
Want to view another subreddit? Just use this fine equation:
www.redditate.com/?r=r/nameofthesubreddit
Created by Dave Gamache, © 2011.
davegamache.com / @dhg
Redditate proudly rocks the base CSS of Skeleton,
the responsive, grid & boilerplate