Initial commit
This commit is contained in:
27
src/main/resources/docs/info.html
Normal file
27
src/main/resources/docs/info.html
Normal file
@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
<b>Curator</b> is a program designed to manage one or more instances
|
||||
of the <b>Art Museum</b> web site. It was created by Alexander (me)
|
||||
for his father. The hope was that it would be a simple and attractive website
|
||||
for posting family photos. I hope you enjoy it! ^_^
|
||||
</p>
|
||||
<p>
|
||||
<b>Curator</b> is licensed under the GPL3 license. See the 'License'
|
||||
entry in the help window or check the LICENSE file for more information.
|
||||
<b>Art Museum</b> is licensed under the AGPL3. Check the following
|
||||
websites for more infomation and version control repositories.
|
||||
</p>
|
||||
<p>
|
||||
<b>GPL3</b>: <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">https://www.gnu.org/licenses/gpl-3.0.en.html</a>
|
||||
<br>
|
||||
<b>AGPL3</b>: <a href="https://www.gnu.org/licenses/agpl-3.0.en.html">https://www.gnu.org/licenses/agpl-3.0.en.html</a>
|
||||
</p>
|
||||
<p>
|
||||
<b>Curator Source</b>: <a href="https://gitlab.com/Zander671/curator">https://gitlab.com/Zander671/curator</a>
|
||||
<br>
|
||||
<b>Art Museum Source</b>: <a href="https://gitlab.com/Zander671/art-museum">https://gitlab.com/Zander671/art-museum</a>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user