Skip to content

Commit

Permalink
First post
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Sep 25, 2009
1 parent 95649d0 commit 3bd45e2
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _layouts/post.html
Expand Up @@ -8,5 +8,5 @@ <h4>
published {{ page.date | date_to_string }} by {{ page.author }}
</h4>
{{ content }}
<div id="disqus_thread"></div><script type="text/javascript" src="http://disqus.com/forums/gemcutter-update/embed.js"></script><noscript><a href="http://gemcutter-update.disqus.com/?url=ref">View the discussion thread.</a></noscript><a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
<div id="disqus_thread"></div><script type="text/javascript" src="http://disqus.com/forums/gemcutter-update/embed.js"></script><noscript><a href="http://gemcutter-update.disqus.com/?url=ref">View the discussion thread.</a></noscript>
</div>
44 changes: 43 additions & 1 deletion _posts/2009-09-25-kinetic-energy.textile
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -9,5 +9,5 @@ <h4>
published {{ site.posts.first.date | date_to_string }} by {{ site.posts.first.author }}
</h4>
{{ site.posts.first.content }}
<a id="comments" href="{{ site.posts.first.url }}#disqus">Comments &raquo;</a>
<a id="comments" href="{{ site.posts.first.url }}#disqus_thread">Comments &raquo;</a>
</div>
22 changes: 22 additions & 0 deletions stylesheets/update.css
Expand Up @@ -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;
}

0 comments on commit 3bd45e2

Please sign in to comment.