Open Source event scheduling software for conventions
Find a file
Hornwitser 526a60c040
All checks were successful
/ build (push) Successful in 2m29s
/ deploy (push) Successful in 26s
Add short-eared owl as the Owltide mascot and icon
I've settled on a short-eared owl (Asio Flammeus) to serve as the mascot
and icon for Owltide. This is not a settled and final decision, but
rather a branding that's good enough for now.

To create the mascot I sketched some owls that I have saved to
/assets/mascot/owl-sketch.png and then selected one I liked.  Going
clockwise from the top right the sketches were based on the reference
photos [1], [2], and [3] found by searching for "owl" on Wikimedia
Commons.  I then lightly refined it to work as a small icon.

To avoid confusing terms that only make sense for software the artworks
are licensed under the Creative Commons Attribution-ShareAlike 4.0
License.  This has a similar spirit to the AGPL and ensures that should
improvements be made upon them they can be incorporated in the project.

[1]: https://commons.wikimedia.org/wiki/File:Athene_cunicularia_-near_Goiania,_Goias,_Brazil-8_edit.jpg
[2]: https://commons.wikimedia.org/wiki/File:Hibou_des_marais.jpg
[3]: https://commons.wikimedia.org/wiki/File:Uhu-muc.jpg
2025-07-01 19:41:59 +02:00
.forgejo/workflows License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
.vscode Group .license files in VsCode explorer 2025-06-30 19:29:36 +02:00
assets Add short-eared owl as the Owltide mascot and icon 2025-07-01 19:41:59 +02:00
components License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
composables License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
LICENSES Add short-eared owl as the Owltide mascot and icon 2025-07-01 19:41:59 +02:00
middleware License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
pages Name the application Owltide 2025-07-01 18:41:24 +02:00
plugins License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
public Add short-eared owl as the Owltide mascot and icon 2025-07-01 19:41:59 +02:00
server License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
shared License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
stores License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
utils License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
.dockerignore License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
.editorconfig License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
.gitattributes License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
.gitignore License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
app.vue License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
Dockerfile License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
error.vue License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
generate-keys.mjs License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
index.d.ts License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
nuxt.config.ts Add short-eared owl as the Owltide mascot and icon 2025-07-01 19:41:59 +02:00
package.json License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
package.json.license License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
pnpm-lock.yaml Add vue-tsc for running TypeScript typechecks 2025-06-18 01:02:58 +02:00
pnpm-lock.yaml.license License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
README.md Add short-eared owl as the Owltide mascot and icon 2025-07-01 19:41:59 +02:00
tsconfig.json License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00
vitest.config.ts License under AGPL version 3 or later 2025-06-30 18:58:24 +02:00

Owltide

The face of a white short-eared owl staring at you and serving as the mascot for owltide.

Owltide is a free open source event scheduling software for keeping the attendees at events informed about all the things going on. It's currently in early stages of development and not generallly useful.

Development setup

Use pnpm to install dependencies:

pnpm install

Run the development server on http://localhost:3000 with:

pnpm dev

Build and preview the production build with (rarely needed):

pnpm build
pnpm preview