mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
19de155f50
Also make some links more self-descriptive for accessibility reasons. Remove trailing white spaces because my editor removes them automatically (and yours should too). Broken links were found with markdown-link-check with the following command: ``` find . -name tmp -prune -o -name node_modules -prune -o -name \*.md -print0 | xargs -0 -n1 markdown-link-check ```
21 lines
970 B
Markdown
21 lines
970 B
Markdown
# OpenProject Frontend
|
|
|
|
More information and screenshots can be found on [openproject.org](https://www.openproject.org).
|
|
|
|
## Contact
|
|
|
|
OpenProject is supported by its community members, both companies and individuals.
|
|
|
|
Please find ways to contact us on the OpenProject [help page](https://www.openproject.org/help).
|
|
|
|
## Community
|
|
|
|
OpenProject is driven by an active group of open source enthusiasts: software engineers, project managers, creatives, and consultants. OpenProject is supported by companies as well as individuals. We share the vision to build great open source project collaboration software.
|
|
The [OpenProject Foundation (OPF)](https://community.openproject.org/projects/openproject/wiki/OpenProject_Foundation) will give official guidance to the project and the community and oversees contributions and decisions.
|
|
|
|
|
|
## License
|
|
|
|
OpenProject is licensed under the terms of the GNU General Public License version 3.
|
|
See [COPYRIGHT](../COPYRIGHT) for details.
|