diff --git a/LICENSE.html b/LICENSE.html index ad71d06..2c1cf86 100644 --- a/LICENSE.html +++ b/LICENSE.html @@ -1,10 +1,51 @@ - + - - + + + + -

University of Illinois/NCSA Open Source License

Copyright © 2020, Les De Ridder All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal with the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE.

+

University of Illinois/NCSA Open Source License

+

Copyright © 2020, Les De Ridder All rights reserved.

+

Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation + files (the “Software”), to deal with the Software without + restriction, including without limitation the rights to use, + copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following + conditions:

+ +

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY + KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE + WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE + AND NONINFRINGEMENT. IN NO EVENT SHALL THE CONTRIBUTORS OR + COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE + USE OR OTHER DEALINGS WITH THE SOFTWARE.

diff --git a/generate.fish b/generate.fish index 159164f..52ad15c 100755 --- a/generate.fish +++ b/generate.fish @@ -1,8 +1,10 @@ #!/usr/bin/fish -echo 'Generating schema PNG...' -dia -e schema.png source/schema.dia -convert schema.png -bordercolor white -border 20 schema.png +if [ -z (find -name schema.png -newer source/schema.dia) ] + echo 'Generating schema PNG...' + dia -e schema.png source/schema.dia + convert schema.png -bordercolor white -border 20 schema.png +end echo 'Generating HTML...' for md_path in source/*.md @@ -21,4 +23,6 @@ for md_path in source/*.md echo $page_html >> $output_path echo '' >> $output_path echo '' >> $output_path + + tidy -mi $output_path ^ /dev/null end diff --git a/index.html b/index.html index 88ba0d4..1dbc6b3 100644 --- a/index.html +++ b/index.html @@ -1,10 +1,71 @@ - + - - + + + + -

luckybooru

luckybooru is a danbooru-style booru written in Crystal with Lucky.

It will be licensed under the University of Illinois/NCSA license.

Status

luckybooru is in the early design stage.

Goals and design principles

Major technologies used

Database schema (WIP)

(database schema image)

This page

Source: git.fuwafuwa.moe/lesderid/luckybooru_info

+ +

luckybooru

+

luckybooru is a danbooru-style booru written in + Crystal with Lucky.

+

It will be licensed under the University of Illinois/NCSA license.

+

Status

+

luckybooru is in the early design stage.

+

Goals and design + principles

+ +

Major technologies used

+ +

Database schema (WIP)

+

(database schema image)

+

This page

+

Source: git.fuwafuwa.moe/lesderid/luckybooru_info