SWADroid/README.md
2014-08-09 09:27:47 +02:00

84 lines
3.6 KiB
Markdown

# SWADroid
Android client for e-learning platform [SWAD][swad].
[Install from Google Play][apk]
* Code: `git clone git://github.com/Amab/SWADroid.git`
* Issue tracker: <https://github.com/Amab/SWADroid/issues>
* Twitter: <http://twitter.com/SWADroid>
* Facebook: <https://www.facebook.com/SWADroid>
* Google+: <https://plus.google.com/115615684349730524355/posts>
* Blog: <http://swadroid.wordpress.com>
## Content
SWADroid/ Android client
/LICENSE License file
/gen/ Files autogenerated by IDE
/doc/ Documentation
/doc/UML/ Class diagrams by module
/doc/ER_db/ Database structure
/doc/javadoc/ Javadoc documentation
/libs/ Libraries required by SWADroid
/res/ Resources required by SWADroid
/src/ Source files
HISTORY.md Changelog file in GitHub markdown format
README.md This file in GitHub markdown format
## Copyright and License
Copyright (C) 2010, Juan Miguel Boyero Corral
[![Copyright and License](http://www.gnu.org/graphics/gplv3-88x31.png)][gplv3] SWADroid client is free software; you can redistribute it and/or modify
it under the same terms as [GPLv3][gplv3] license.
[![Copyright and License](http://www.gnu.org/graphics/lgplv3-88x31.png)][lgplv3]
SWADroid uses [Android DataFrameWork][androiddataframework-library] library developed by [Javier Pérez Pacheco][androiddataframework-author] and licensed under [LGPLv3][lgplv3].
SWADroid uses [ksoap2-android][ksoap2-library] library developed by [Manfred Moser][ksoap2-author] and licensed under [MIT][mit].
[![Copyright and License](http://www.apache.org/images/feather-small.gif)][apache2]
SWADroid uses [ZXing][zxing-library] library developed by [Sean Owen][zxing-author] and licensed under [Apache License 2.0][apache2].
[![Copyright and License](http://www.apache.org/images/feather-small.gif)][apache2]
SWADroid uses [Universal Image Loader][universal-image-loader-library] library developed by [Sergey Tarasevich][universal-image-loader-author] and licensed under [Apache License 2.0][apache2].
## Author
* Juan Miguel Boyero Corral
## Contributors
* Antonio Cañas Vargas
* Helena Rodríguez Gijón
* Antonio Aguilera Malagón
* José Antonio Guerrero Avilés
* [Alejandro Alcalde][blogAlex]
## Contributing
SWADroid is an open source project. I encourage contributions.
The Github team has also been kind enough to write up some great [documentation][doc_contrib] on working with pull requests. Contributions should be performed on [topic branches][topic_br] in your personal forks - just issue your pull requests from there.
[swad]: http://openswad.org/
[gplv3]: http://www.gnu.org/licenses/gpl.html
[lgplv3]: http://www.gnu.org/licenses/lgpl.html
[mit]: http://www.opensource.org/licenses/mit-license.php
[doc_contrib]: http://help.github.com/pull-requests/
[topic_br]: http://progit.org/book/ch3-4.html
[ksoap2-library]: http://code.google.com/p/ksoap2-android
[ksoap2-author]: https://github.com/mosabua
[androiddataframework-library]: http://code.google.com/p/androiddataframework/
[androiddataframework-author]: http://www.javielinux.com/quiensoy.php
[zxing-library]: http://code.google.com/p/zxing/
[zxing-author]: https://github.com/srowen
[universal-image-loader-library]: https://github.com/nostra13/Android-Universal-Image-Loader
[universal-image-loader-author]: https://github.com/nostra13
[apache2]: http://www.apache.org/licenses/LICENSE-2.0
[apk]: https://play.google.com/store/apps/details?id=es.ugr.swad.swadroid
[blogAlex]: http://elbauldelprogramador.com/ "Blog personal"