docs: Split documentation into separate files

- Move development details to DEVELOPMENT.md
- Move contributing guidelines to CONTRIBUTING.md
- Add LICENSE file with MIT license
- Add CONTRIBUTORS.md for attribution
- Update README.md to focus on user-facing information
- Improve documentation structure and navigation
This commit is contained in:
Alvaro Soliverez 2025-10-04 12:33:59 -03:00
parent 8362ebe44b
commit 37e9bc2dc1
5 changed files with 826 additions and 122 deletions

17
CONTRIBUTORS.md Normal file
View file

@ -0,0 +1,17 @@
# Contributors
This project exists thanks to all the people who contribute.
## Lead Developer
- **Alvaro Soliverez** - *Project creator and maintainer*
## Development Setup
For information on how to contribute to this project, please see [CONTRIBUTING.md](CONTRIBUTING.md).
## Acknowledgments
- The Rust community for excellent tools and libraries
- The CalDAV protocol developers and maintainers
- All users who provide feedback and bug reports