Skip to content

Commit

Permalink
- Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
kwlzn committed Jul 26, 2012
1 parent 094d7f9 commit dbea2fb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
19 changes: 11 additions & 8 deletions README.rst → README.md
@@ -1,4 +1,3 @@
=====
blast
=====

Expand All @@ -11,8 +10,12 @@ blast is a simple web-based, multi-platform music player written in python, HTML
installation
------------

the easiest way to install blast is by using python setuptools "easy_install" command:

$ easy_install blast

you can also install using ez_setup, pip or installing the package directly from pypi.


usage
-----
Expand Down Expand Up @@ -51,13 +54,13 @@ open source

blast currently leverages the following open source components to speed development:

- Flask (http://flask.pocoo.org/)
- SoundManager2 (http://www.schillmania.com/projects/soundmanager2/)
- SoundManager2 Page Player (http://www.schillmania.com/projects/soundmanager2/demo/page-player/)
- jQuery (http://jquery.com/)
- jQuery Shuffle Plugin (http://yelotofu.com/labs/jquery/snippets/shuffle/)
- Bootstrap (http://twitter.github.com/bootstrap/)
- Sticky (http://thrivingkings.com/sticky)
- Flask (http://flask.pocoo.org/)
- SoundManager2 (http://www.schillmania.com/projects/soundmanager2/)
- SoundManager2 Page Player (http://www.schillmania.com/projects/soundmanager2/demo/page-player/)
- jQuery (http://jquery.com/)
- jQuery Shuffle Plugin (http://yelotofu.com/labs/jquery/snippets/shuffle/)
- Bootstrap (http://twitter.github.com/bootstrap/)
- Sticky (http://thrivingkings.com/sticky)


contributing
Expand Down
2 changes: 1 addition & 1 deletion TODO
Expand Up @@ -16,8 +16,8 @@

trunk/0.3
[x] make installable via python easy_install for quick setup
[x] fix README formatting problems
[ ] fix modal visibility problem on start
[ ] fix README formatting problems

backlog
[ ] generate ids for files so we don't have to send back unicode in query strings
Expand Down

0 comments on commit dbea2fb

Please sign in to comment.