Update README.md
This commit is contained in:
parent
89289e7879
commit
4058aab3d9
1 changed files with 6 additions and 17 deletions
23
README.md
23
README.md
|
@ -1,7 +1,7 @@
|
||||||
[![Actions Status](https://github.com/F43nd1r/Acrarium/workflows/tests/badge.svg)](https://github.com/F43nd1r/Acrarium/actions)
|
[![Actions Status](https://github.com/F43nd1r/Acrarium/workflows/tests/badge.svg)](https://github.com/F43nd1r/Acrarium/actions)
|
||||||
|
|
||||||
<h1 align=center>
|
<h1 align=center>
|
||||||
<img src="acrarium/src/main/webapp/frontend/logo.png" width=50%>
|
<img src="acrarium/src/main/resources/META-INF/resources/frontend/logo.png" width=50%>
|
||||||
</h1>
|
</h1>
|
||||||
A Backend for ACRA written in Java using Spring Boot, Vaadin and MySQL
|
A Backend for ACRA written in Java using Spring Boot, Vaadin and MySQL
|
||||||
|
|
||||||
|
@ -11,10 +11,11 @@ See [Wiki Setup guide](https://github.com/F43nd1r/acra-backend/wiki/Setup-guide)
|
||||||
|
|
||||||
# Maturity
|
# Maturity
|
||||||
|
|
||||||
This project is in an early development stage, which means
|
This project is expected to enter stable phase soon, which means:
|
||||||
- bug reports and feature request are very welcome
|
- bug reports are very welcome
|
||||||
- frequent database backups are recommended
|
- feature requests are welcome as well but might be delayed until after stable release
|
||||||
- future versions might not be compatible with current releases
|
- database backups are always good but shouldn't be vital anymore
|
||||||
|
- future versions might not be compatible with current releases (especially 1.0 will drop some backwards-compatibility code)
|
||||||
|
|
||||||
# Screenshots
|
# Screenshots
|
||||||
|
|
||||||
|
@ -40,18 +41,6 @@ This project is in an early development stage, which means
|
||||||
|
|
||||||
All source code in this repository is licensed under the Apache License 2.0 (see [LICENSE](LICENSE))
|
All source code in this repository is licensed under the Apache License 2.0 (see [LICENSE](LICENSE))
|
||||||
|
|
||||||
Binary distributions may contain dependencies licensed under any of the following licenses:
|
|
||||||
- [BSD License](http://www.antlr.org/license.html)
|
|
||||||
- [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt)
|
|
||||||
- [MIT License](https://opensource.org/licenses/MIT)
|
|
||||||
- [CDDL 1.1](https://javaee.github.io/glassfish/LICENSE)
|
|
||||||
- [W3C License](https://www.w3.org/Consortium/Legal/copyright-software-19980720)
|
|
||||||
- [dom4j License](https://github.com/dom4j/dom4j/blob/master/LICENSE)
|
|
||||||
- [GPL 2.0](https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt)
|
|
||||||
- [LGPL 2.1](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt)
|
|
||||||
- [EPL 1.0](http://www.eclipse.org/legal/epl-v10.html)
|
|
||||||
- [MPL 1.1](https://www.mozilla.org/en-US/MPL/1.1/)
|
|
||||||
|
|
||||||
# Credits
|
# Credits
|
||||||
|
|
||||||
Thanks to [Mirza Zulfan](https://github.com/mirzazulfan) for creating the logo.
|
Thanks to [Mirza Zulfan](https://github.com/mirzazulfan) for creating the logo.
|
||||||
|
|
Loading…
Reference in a new issue