diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..baf5c29 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +original/ diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..91da7ca --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,13 @@ +Copyright 2022 The Blobfox Team (https://git.shadamethyst.xyz/adri326/blobfox/) + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. diff --git a/README.md b/README.md index a5fae1b..1142013 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,47 @@ -A diverse archival repository. +# Blob foxes emotes repository -Files may be licensed under their own licenses, which should be distributed in the files or next to the files. +A repository containing the "blobfox" emotes, [originally made by Feuerfuchs](https://web.archive.org/web/20211124230213/https://www.feuerfuchs.dev/projects/blobfox-emojis/) +and released under the Apache 2.0 license. + + +This repository also contains additional blobfoxes, blobcats and other blob animal characters, which are all made available under the Apache 2.0 license. + +The goal of this project is to vectorize the entire set of blobfoxes. +Automation is key for that, and a solution that can generate clean (both in terms of readability and visual accuracy) results with minimal tweaking will have to be built. + +## Installation and usage + +*TODO :)* + +## Project structure + +*(this will likely have changed by the time you are reading this)* + +- `blobfox.tar.gz` is the tar archive of the original set of blobfox emojis; run `mkdir original && tar -xf blobfox.tar.gz -C original` to uncompress the archive +- `custom/` contains PNG versions of variants based on the above archive that haven't been vectorized yet +- `vector/` contains vectorized versions of the blobfoxes (not necessary limited to the original blobfoxes) + +## License + +All the code, images and assets of this repository are made available under the Apache 2.0 license. +See [LICENSE.txt](LICENSE.txt) for more information. + +For simplicity, the authors of the different parts of this project have been grouped together under the "blobfox team", which contains but is not limited to: + +- Feuerfuchs: [original website (down as of writing)](https://feuerfuchs.dev/), [archive](https://web.archive.org/web/20211124230213/https://www.feuerfuchs.dev/projects/blobfox-emojis/) +- [LambdAurora](https://git.lambdaurora.dev/lambdaurora/) +- [Shad Amethyst](https://git.shadamethyst.xyz/adri326/) + + + + +## Contributing + +Any contribution to the [original repository of this project](https://git.shadamethyst.xyz/adri326/blobfox) must be made available under the [license of this project](./LICENSE.txt). + +This means that: +- You must either be the author of the code/asset/image you wish to contribute, or have been given explicit permission by the original author to contribute it here. +- Assets and images from websites like `slackmojis`, `blobs.gg`, `emojos.in` or `emoji.gg` are generally **not** welcome, + as these website either don't care about copyright ownership or have a questionable licensing record. +- Contributions derived from assets and images from the above websites are likewise not welcome; + as a rule of thumb, asset contributions should only base themselves on what is present in this repository. diff --git a/blobfox/blobfox.tar.gz b/blobfox.tar.gz similarity index 100% rename from blobfox/blobfox.tar.gz rename to blobfox.tar.gz diff --git a/blobfox/README.md b/blobfox/README.md deleted file mode 100644 index f19cc81..0000000 --- a/blobfox/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Blob foxes - -Blob foxes are created by Feuerfuchs (https://www.feuerfuchs.dev/), and are licensed under the Apache 2.0 License. diff --git a/blobfox/uncompressed/blobfox_computer.png b/blobfox/uncompressed/blobfox_computer.png deleted file mode 100644 index dd835ba..0000000 Binary files a/blobfox/uncompressed/blobfox_computer.png and /dev/null differ diff --git a/blobfox/uncompressed/blobfox_signyip.png b/blobfox/uncompressed/blobfox_signyip.png deleted file mode 100644 index f75d0d2..0000000 Binary files a/blobfox/uncompressed/blobfox_signyip.png and /dev/null differ diff --git a/blobfox/custom/blobfox_approve.png b/custom/blobfox_approve.png similarity index 100% rename from blobfox/custom/blobfox_approve.png rename to custom/blobfox_approve.png diff --git a/blobfox/custom/blobfox_msnuggle_poly3.png b/custom/blobfox_msnuggle_poly3.png similarity index 100% rename from blobfox/custom/blobfox_msnuggle_poly3.png rename to custom/blobfox_msnuggle_poly3.png diff --git a/blobfox/custom/blobfox_plural.png b/custom/blobfox_plural.png similarity index 100% rename from blobfox/custom/blobfox_plural.png rename to custom/blobfox_plural.png diff --git a/blobfox/custom/blobfox_pride.png b/custom/blobfox_pride.png similarity index 100% rename from blobfox/custom/blobfox_pride.png rename to custom/blobfox_pride.png diff --git a/blobfox/vector/blobcat.svg b/vector/blobcat.svg similarity index 100% rename from blobfox/vector/blobcat.svg rename to vector/blobcat.svg diff --git a/blobfox/vector/blobfox.svg b/vector/blobfox.svg similarity index 100% rename from blobfox/vector/blobfox.svg rename to vector/blobfox.svg diff --git a/blobfox/vector/blobfox_blush.svg b/vector/blobfox_blush.svg similarity index 100% rename from blobfox/vector/blobfox_blush.svg rename to vector/blobfox_blush.svg diff --git a/blobfox/vector/blobfox_plural.svg b/vector/blobfox_plural.svg similarity index 100% rename from blobfox/vector/blobfox_plural.svg rename to vector/blobfox_plural.svg diff --git a/blobfox/vector/blobfox_snug.svg b/vector/blobfox_snug.svg similarity index 100% rename from blobfox/vector/blobfox_snug.svg rename to vector/blobfox_snug.svg