Skip to content

MirakelX/mirakel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is obsolete. We do not support it anymore. If you are searching Mirakel for Android, please look here

In one of the next Mirakel (Android) versions we will stop supporting syncing with Mirakel




Mirakel

Mirakel is a free Wunderlist clone. The aim is to develop a Webapp (in Ruby on Rails), a desktop-application (in Python) and an Android-App. You have the ability to run your own Mirakel-Server and sync your Client-Applications with your Server.

Try it

Here you can try Mirakel: http://mirakel.azapps.de/

This application is still alpha. no guarantees are given for any functionality or data persistance.

I will try to set up a good–working application, when Mirakel leaves the alpha-status.

Install

Clone the Git-repository and run the following commands:

$ bundle install
$ rake db:migrate

Then you can run a server via

$ rails server

Feedback

Via my Github profile:

http://github.com/azapps

Android App

The repo for the Android App you can find here: https://github.com/azapps/mirakel-android

License

(MIT License)

Copyright (c) 2012-2013 Anatolij Zelenin, Georg Semmler

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.