From da985fa73f7bc9dba8999bf1c02d6ca0afe58849 Mon Sep 17 00:00:00 2001 From: Andrzej Grzesik Date: Thu, 21 Feb 2013 16:13:43 +0100 Subject: [PATCH] made readme use Markdown and added yourkit --- README.md | 24 ++++++++++++++++++++++++ README.textile | 25 ++++++++++++++----------- 2 files changed, 38 insertions(+), 11 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..eb3d9f6f --- /dev/null +++ b/README.md @@ -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 [info@habitatmap.org](mailto:info@habitatmap.org). + +### 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). diff --git a/README.textile b/README.textile index 6eeb4c80..eb3d9f6f 100644 --- a/README.textile +++ b/README.textile @@ -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 "info@habitatmap.org":mailto:info@habitatmap.org. +You can contact the authors by email at [info@habitatmap.org](mailto:info@habitatmap.org). -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).