diff --git a/_layouts/post.html b/_layouts/post.html index 40f91df67f9..8ef64537cf8 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -8,5 +8,5 @@

published {{ page.date | date_to_string }} by {{ page.author }}

{{ content }} -
blog comments powered by Disqus +
diff --git a/_posts/2009-09-25-kinetic-energy.textile b/_posts/2009-09-25-kinetic-energy.textile index 0e0fcfecca2..7f421e711b2 100644 --- a/_posts/2009-09-25-kinetic-energy.textile +++ b/_posts/2009-09-25-kinetic-energy.textile @@ -4,4 +4,46 @@ layout: post author: Nick Quaranto --- -Welcome to the first edition of The Update!! +Welcome to the first edition of The Update! This blog is going to cover the latest features, news, and awesome gems coming out of Gemcutter. Let's get started. + +h5. Announcements + +As you can tell, the redesign is live! Thanks to "Thoughtbot":http://thoughtbot.com for donating design time to the project and making sure it looks great. + +The next big piece of news is that this site will be moving to "http://rubygems.org":http://rubygems.org soon. (The current site will stay live at "http://docs.rubygems.org":http://docs.rubygems.org). We're currently working with the RubyGems team on this, and it will require a little bit of redirecting and rebranding on our part. Stay tuned here for updates! + +We're also going to use this space to feature gems that are new (and of course, some that are old) that are hosted on the site. This will be a column in the style of "GitHub Rebase":http://rebase.github.com, so if you've got ridiculous Ruby images or great gems on gemcutter be sure to let us know. + +h5. Features + +Much has happened since our "launch":http://www.rubyinside.com/gemcutter-a-fast-and-easy-approach-to-ruby-gem-hosting-2281.html. (No, that wasn't planned.) Since then we've had a lot of great new features added in: + +* Adding/removing owners on a gem +* Subscribe to gems to get a feed of what's been updated +* Enhanced search with descriptions +* Prerelease gem support +* "Better gem documentation":http://gemcutter.org/pages/gem_docs +* Faster gem indexing for newly pushed gems +* Improved gem serving thanks to rack-cache and Varnish +* HTTP Proxy support for the gem + +And so much more that can't fit here. + +h5. Upcoming + +Here's a sneak peek at some features slated for the future. No guarantees here on what could be finished, but these are some of the ideas in the works. The great part is that you can "contribute":http://github.com/qrush/gemcutter and make these (or your own) a reality! + +* Deleting gems +* Full text search of READMEs from gems +* JRuby support +* Gravatar Integration (everyone loves avatars!) +* Stats page +* Better download tracking for individual gem versions + +If you've got your own ideas, "feel free to submit an issue!":http://github.com/qrush/gemcutter/issues + +h5. Thanks! + +Enough thanks can't be said for the great start that this project has had so far. This will have to suffice: Thanks to you for using it, our over 15 contributors for their hard work, and Heroku for supporting the project. + +If you haven't yet, @gem install gemcutter@ and @gem tumble@ away! See you next time. diff --git a/index.html b/index.html index aa2b1b625f0..f55619758b0 100644 --- a/index.html +++ b/index.html @@ -9,5 +9,5 @@

published {{ site.posts.first.date | date_to_string }} by {{ site.posts.first.author }}

{{ site.posts.first.content }} - Comments » + Comments » diff --git a/stylesheets/update.css b/stylesheets/update.css index 447ecde8624..8d763a40c1e 100644 --- a/stylesheets/update.css +++ b/stylesheets/update.css @@ -11,3 +11,25 @@ h4 { #comments:hover { text-decoration: underline; } + +.main h5 { + font-weight: 900; + font-size: 1.4em; + color: #000; + text-decoration: underline; + margin-left: 36px; +} + +.main ul { + font-size: 1.5em; + line-height: 1.3em; + list-style: inside; +} + +#disqus_thread { + font-size: 1.6em; + line-height: 1.5; + color: #5e543e; + margin: 1.5em 36px; +} +