Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
revolunet committed Aug 25, 2012
0 parents commit 600a10f
Show file tree
Hide file tree
Showing 38 changed files with 2,391 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
44 changes: 44 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# PythonBooks

PythonBooks is a showcase of the bests free ebooks about Python.

Learn Python, discover new fields, and muscle your brain for free !


## HOW TO ADD YOUR PUBLICATION

If you find a nice ebook about Python, feel free to fork PythonBooks and add it in a few steps :

- Paste the informations into the JSON file.
- Please include a .png file for the cover : less than 100Ko.
- Make a pull request.

Alternatively, you can send us an email with book infos : [email protected]

Thanks per advance !


## HISTORY

Historically, this project was supposed to be an experimental Apple 'NewsStand' application.

After some weeks of work, we discovered that having a functionnal application wasn't enough.

You also have to follow various Apple guidelines and use some Apple libraries to be 'NewsStand' compatible.

So we decided to go full web and this move gave JSBooks a much wider audience.

Thanks Apple to give us this opportunity :)


## Licence

The PythonBooks website is licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php

Each book has his own licence, see book homepage.

## About us

The revolunet team is specialised in rich web applications development, for mobile or desktop.

Check out our website : http://revolunet.com
Loading

0 comments on commit 600a10f

Please sign in to comment.