SWADroid/README.md

66 lines
2.6 KiB
Markdown
Raw Normal View History

2010-11-03 11:51:46 +01:00
# SWADroid
2010-11-04 11:28:25 +01:00
Android client for e-learning platform SWAD. This project is currently under heavy development.
2010-11-03 11:51:46 +01:00
## Content
2010-11-04 09:38:16 +01:00
SWADroid/ Android client.
2010-11-03 12:40:19 +01:00
/LICENSE License file.
/gen/ Files autogenerated by IDE.
/libs/ Libraries required by SWADroid.
/res/ Resources required by SWADroid.
/src/ Source files.
2010-12-08 12:04:50 +01:00
2010-12-08 12:17:38 +01:00
SWADroidTest/ Android JUnit tests.
2010-12-08 12:04:50 +01:00
/LICENSE License file.
/gen/ Files autogenerated by IDE.
/res/ Resources required by SWADroidTest.
/src/ Source files.
2010-11-07 18:05:27 +01:00
Webservices/ Webservices implemented in SWAD server.
2010-11-03 12:40:19 +01:00
/LICENSE License file.
HISTORY.md Changelog file in GitHub markdown format.
README.md This file in GitHub markdown format.
2010-11-03 11:51:46 +01:00
## Copyright and License
2010-11-03 11:51:46 +01:00
Copyright (C) 2010, Juan Miguel Boyero Corral
2010-11-03 12:40:19 +01:00
[![Copyright and License](http://www.gnu.org/graphics/gplv3-88x31.png)][gplv3] SWADroid client is free software; you can redistribute it and/or modify
2010-11-03 11:51:46 +01:00
it under the same terms as [GPLv3][gplv3] license.
2010-11-07 18:05:27 +01:00
[![Copyright and License](http://www.gnu.org/graphics/agplv3-88x31.png)][agplv3] SWADroid Webservices is free software; you can redistribute it and/or modify it under the same terms as [AGPLv3][agplv3] license.
2010-11-07 18:05:27 +01:00
[![Copyright and License](http://web.mit.edu/facts/img/mitlogo.gif)][mit]
2010-12-08 12:17:38 +01:00
SWADroid uses [ksoap2-android][ksoap2-library] library developed by [Manfred Moser][ksoap2-author] and licensed under [MIT][mit].
2010-11-04 09:38:16 +01:00
2010-12-08 12:04:50 +01:00
[![Copyright and License](http://www.gnu.org/graphics/lgplv3-88x31.png)][lgplv3]
2010-12-08 12:17:38 +01:00
SWADroid uses [Android DataFrameWork][androiddataframework-library] library developed by [Javier Pérez Pacheco][androiddataframework-author] and licensed under [LGPL3][lgplv3].
2010-12-08 12:04:50 +01:00
2010-11-03 11:51:46 +01:00
## Contributing
2010-11-03 11:51:46 +01:00
SWADroid is an open source project. I encourage contributions.
2010-11-03 11:51:46 +01:00
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.
## More
2010-11-03 12:40:19 +01:00
* Code: `git clone git://github.com/Amab/SWADroid.git`
* Issue tracker: <https://github.com/Amab/SWADroid/issues>
* Mailing list: <http://groups.google.es/group/swadroid>
2010-11-01 11:06:16 +01:00
[gplv3]: http://www.gnu.org/licenses/gpl.html
[agplv3]: http://www.gnu.org/licenses/agpl.html
2010-12-08 12:04:50 +01:00
[lgplv3]: http://www.gnu.org/licenses/lgpl.html
2010-11-04 09:38:16 +01:00
[mit]: http://www.opensource.org/licenses/mit-license.php
2010-11-03 11:51:46 +01:00
[doc_contrib]: http://help.github.com/pull-requests/
[topic_br]: http://progit.org/book/ch3-4.html
2010-11-04 09:38:16 +01:00
[ksoap2-library]: http://code.google.com/p/ksoap2-android
[ksoap2-author]: https://github.com/mosabua
2010-12-08 12:04:50 +01:00
[androiddataframework-library]: http://code.google.com/p/androiddataframework/
[androiddataframework-author]: http://www.javielinux.com/quiensoy.php