Initial commit

This commit is contained in:
2022-09-23 03:33:44 -07:00
commit 240e7f3677
135 changed files with 15858 additions and 0 deletions

View 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>