Skip to content

Commit

Permalink
made readme use Markdown and added yourkit
Browse files Browse the repository at this point in the history
  • Loading branch information
ags313 committed Feb 21, 2013
1 parent 252ba99 commit da985fa
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 11 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
##AirCasting - Share your Air!

###About

This is the android app for the AirCasting project - the project aims to build a platform for gathering, visualization and sharing of environmental data. To learn more about the platform visit [aircasting.org](http://aircasting.org).

### Contribute

If you'd like to contribute just use the usual github process - fork, make changes, issue a pull request.

Grab maven (http://maven.apache.org) and Android SDK (http://developer.android.com/sdk/index.html), then use Maven SDK Deployer (https://github.com/mosabua/maven-android-sdk-deployer/) to put Android SDK into your local maven repository.

#### Contact

You can contact the authors by email at [[email protected]](mailto:[email protected]).

### Thanks
AirCasting uses The YourKit Java Profiler for Performance Tuning

YourKit is kindly supporting open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of innovative and intelligent tools for profiling Java and .NET applications. Take a look at YourKit's leading software products: [YourKit Java Profiler](http://www.yourkit.com/java/profiler/index.jsp) and [YourKit .NET Profiler](http://www.yourkit.com/.net/profiler/index.jsp).

### License

The project is licensed under the GPLv3. For more information see COPYING and visit [http://www.gnu.org/licenses/gpl-3.0.html](http://www.gnu.org/licenses/gpl-3.0.html).
25 changes: 14 additions & 11 deletions README.textile
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
h1. AirCasting - Share your Air!
##AirCasting - Share your Air!

h2. About
###About

This is the android app for the AirCasting project - the project aims to build a platform for gathering, visualization and sharing of environmental data. To learn more about the platform visit "aircasting.org":http://aircasting.org.
This is the android app for the AirCasting project - the project aims to build a platform for gathering, visualization and sharing of environmental data. To learn more about the platform visit [aircasting.org](http://aircasting.org).

h2. Contribute
### Contribute

If you'd like to contribute just use the usual github process - fork, make changes, issue a pull request.

Grab maven (http://maven.apache.org) and Android SDK (http://developer.android.com/sdk/index.html),
then use Maven SDK Deployer (https://github.com/mosabua/maven-android-sdk-deployer/) to put Android
SDK into your local maven repository.
Grab maven (http://maven.apache.org) and Android SDK (http://developer.android.com/sdk/index.html), then use Maven SDK Deployer (https://github.com/mosabua/maven-android-sdk-deployer/) to put Android SDK into your local maven repository.

h2. Contact
#### Contact

You can contact the authors by email at "[email protected]":mailto:[email protected].
You can contact the authors by email at [[email protected]](mailto:[email protected]).

h2. License
### Thanks
AirCasting uses The YourKit Java Profiler for Performance Tuning

The project is licensed under the GPLv3. For more information see COPYING and visit "http://www.gnu.org/licenses/gpl-3.0.html":http://www.gnu.org/licenses/gpl-3.0.html.
YourKit is kindly supporting open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of innovative and intelligent tools for profiling Java and .NET applications. Take a look at YourKit's leading software products: [YourKit Java Profiler](http://www.yourkit.com/java/profiler/index.jsp) and [YourKit .NET Profiler](http://www.yourkit.com/.net/profiler/index.jsp).

### License

The project is licensed under the GPLv3. For more information see COPYING and visit [http://www.gnu.org/licenses/gpl-3.0.html](http://www.gnu.org/licenses/gpl-3.0.html).

0 comments on commit da985fa

Please sign in to comment.