Skip to content

Instantly share code, notes, and snippets.

@nvie
Forked from jeffkreeftmeijer/README.textile
Created December 7, 2010 05:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nvie/731493 to your computer and use it in GitHub Desktop.
Save nvie/731493 to your computer and use it in GitHub Desktop.

StillMaintained status buttons

Nice status buttons you can add to your README file in your Github repositories to show your project’s current status, fetched from StillMaintained:

   

For a live demo, check out StillMaintained’s own README.

Code

Replace every occurrence of “user” with your Github username and “project” with your project name. Doh. ;)

Textile:

"!http://stillmaintained.com/user/project.png!":http://stillmaintained.com/user/project

Markdown:

[![](http://stillmaintained.com/user/project.png)](http://stillmaintained.com/user/project)

reStructuredText:

.. image:: http://stillmaintained.com/user/project.png

HTML:

<a href="http://stillmaintained.com/user/project"><img src="http://stillmaintained.com/user/project.png"/></a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment