From 886c56fe976be270fd1a7aaec2b80f4b709e9e30 Mon Sep 17 00:00:00 2001 From: Secret-chest <74449186+Secret-chest@users.noreply.github.com> Date: Mon, 4 Sep 2023 20:04:11 +0300 Subject: [PATCH] better readme --- README.md | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 28db8fc28c..5815d0e678 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,8 @@ -#### DISCLAIMER: -I am **neither** affiliated nor in _any_ relationship to the original creators or to Emojipedia or anything or anyone else. - ![Noto](images/noto.png) +This repository is intended to continue the development of the Blob emojis, originally invented in 2013, which have been replaced by different round designs more similar to other vendors, in Android Oreo from 2017. -This repository is intended to continue the development of the Blob emojis which have been replaced by different designs in 2017. - -Please note that I did not create most of the emojis. You can find an overview of the changes I made in the file `MODIFIED.md` +Please note that I did not create most of the emojis; you can find an overview of the changes compared to the original state in `MODIFIED.md` Most information on this fork will be included in the [Wiki](https://github.com/C1710/blobmoji/wiki). There you'll find more detailed build instructions and other helpful information on how to use this font and much more. @@ -14,14 +10,14 @@ _[Emojipedia®](https://emojipedia.org) is a registered trademark of Emojipedia _Microsoft, Windows are trademarks of the Microsoft group of companies._ _Noto is a trademark of Google Inc._ -# How to use this font +## Using the font See https://github.com/C1710/blobmoji/wiki/Installation-and-Usage -# How to build it +## Building Starting with Emoji 13, the build scripts used by Noto Emoji are not (directly) used anymore. Instead the font is built using a [new build toolset](https://github.com/C1710/emoji_builder), which works on top of these scripts and handles rendering and preprocessing the images as well as a completeness validation. -Instructions on how to build the software can be found in its repository. +Instructions on how to build the font can be found in its repository. Once you have it running, you can build it using the following command (you'll need to replace `emoji_builder` by the executable you use, e.g. `emoji_builder.exe` and maybe including the path): ``` @@ -36,12 +32,12 @@ emoji_builder --flags ./third_party/region-flags/svg blobmoji -w -a ./emoji_alia The build script I use myself is included. Please be aware that this is made to be used on Windows and requires `emoji_builder` to be installed and included in PATH, as well as an adjacent directory containing the EmojiCompat scripts and unicode tables. -# Docker Build +## Docker Build Alternatively, you can also build the font within Docker through the provided Dockerfile. Just run `docker build . -t blobmoji && docker run --rm -it -v "$PWD/output:/output" blobmoji`. The resulting font will reside in the 'output' folder in your current working directory (Note that the volume assignment `-v "$PWD/output:/output"` might not work correctly on Windows). -# License +## License From Noto Emoji: > Emoji fonts (under the fonts subdirectory) are under the @@ -50,12 +46,12 @@ Tools and most image resources are under the [Apache license, version 2.0](./LIC Flag images under third_party/region-flags are in the public domain or otherwise exempt from copyright ([more info](third_party/region-flags/LICENSE)). -This license also applies to this repository. +This repository is licensed under these same terms as Noto Emoji. *In compliance with the [APACHE-2.0](https://opensource.org/licenses/Apache-2.0) license: I declare that this version of the program contains my modifications, which can be seen through the usual "git" mechanism.* -# Contributing +## Contributing As there is not much going on here, there are as of now no complicated rules for contribution. You can simply start pull requests, issues and discussions. I'll try to respond as soon as possible. @@ -65,3 +61,11 @@ Feel free to add yourself to `CONTRIBUTORS_Blob` when creating a PR :) _Please try to use the discussion feature for artistic topics, like the style of the emojis. Issues are better suited for real issues, like not being able to use the font or really **missing** characters, etc._ +> ## Disclaimers +> I am **neither** affiliated nor in _any_ relationship to the original creators of the Noto Color Emoji font or to Emojipedia or anything or anyone else. +> +> > Android™ is a registered trademark or trademark of Google Inc in the United States and/or other countries.\ +> > Unicode is a registered trademark of Unicode, Inc. in the United States and other countries.\ +> > Emojipedia® is a registered trademark of Emojipedia Pty Ltd\ +> > Microsoft, Windows are trademarks of the Microsoft group of companies.\ +> > Noto is a trademark of Google Inc.