Add konqi, reformat readme
34
README.md
|
@ -3,36 +3,41 @@
|
||||||
path: `/var/lib/pleroma/`
|
path: `/var/lib/pleroma/`
|
||||||
|
|
||||||
### custom emoji
|
### custom emoji
|
||||||
|
|
||||||
[pleroma docs - custom emoji](https://docs-develop.pleroma.social/backend/configuration/custom_emoji/#custom-emoji)
|
[pleroma docs - custom emoji](https://docs-develop.pleroma.social/backend/configuration/custom_emoji/#custom-emoji)
|
||||||
|
|
||||||
includes also emojis from:
|
includes also emojis from:
|
||||||
- https://fedi.absturztau.be/emoji-packs/index.html
|
|
||||||
- senko and gyate_th - https://udongein.xyz/emoji-packs/
|
- <https://fedi.absturztau.be/emoji-packs/index.html>
|
||||||
- blobfox - https://www.feuerfuchs.dev/projects/blobfox-emojis/
|
- senko and gyate_th - <https://udongein.xyz/emoji-packs/>
|
||||||
- bunhd - https://www.feuerfuchs.dev/projects/bunhd-emojis/
|
- blobfox - <https://www.feuerfuchs.dev/projects/blobfox-emojis/>
|
||||||
- neocat - https://volpeon.ink/projects/emojis/neocat/
|
- bunhd - <https://www.feuerfuchs.dev/projects/bunhd-emojis/>
|
||||||
- neofox - https://volpeon.ink/projects/emojis/neofox/
|
- neocat - <https://volpeon.ink/projects/emojis/neocat/>
|
||||||
- blobhaj - https://heatherhorns.com/emoji/
|
- neofox - <https://volpeon.ink/projects/emojis/neofox/>
|
||||||
- capybaras - https://www.patreon.com/posts/capybaras-74597806
|
- blobhaj - <https://heatherhorns.com/emoji/>
|
||||||
- mothcharm - https://mothcharm.carrd.co/#emoji
|
- capybaras - <https://www.patreon.com/posts/capybaras-74597806>
|
||||||
- pride flag heart - https://ko-fi.com/s/9c742fd6bb
|
- mothcharm - <https://mothcharm.carrd.co/#emoji>
|
||||||
- portable game console - https://dzuk.zone/emoji
|
- pride flag heart - <https://ko-fi.com/s/9c742fd6bb>
|
||||||
- game controllers - https://dzuk.zone/emoji
|
- portable game console - <https://dzuk.zone/emoji>
|
||||||
- uwufetch - https://github.com/TheDarkBug/uwufetch/
|
- game controllers - <https://dzuk.zone/emoji>
|
||||||
|
- uwufetch - <https://github.com/TheDarkBug/uwufetch/>
|
||||||
- blobfox_extra - @airis@envs.net
|
- blobfox_extra - @airis@envs.net
|
||||||
|
- konqi - <https://community.kde.org/Promo/Material/Mascots>
|
||||||
|
|
||||||
#### notice
|
#### notice
|
||||||
|
|
||||||
please consider adding emojis alphabetical to `emoji.txt`!
|
please consider adding emojis alphabetical to `emoji.txt`!
|
||||||
|
|
||||||
example:
|
example:
|
||||||
|
|
||||||
```
|
```
|
||||||
foo, /emoji/custom/foo.png, Tag1,Tag2
|
foo, /emoji/custom/foo.png, Tag1,Tag2
|
||||||
bla, /emoji/custom/bla.png
|
bla, /emoji/custom/bla.png
|
||||||
```
|
```
|
||||||
|
|
||||||
#### add `emoji.txt` to a new pack
|
#### add `emoji.txt` to a new pack
|
||||||
```
|
|
||||||
|
```sh
|
||||||
newpack='MYSTUFF'
|
newpack='MYSTUFF'
|
||||||
|
|
||||||
cd static/emoji/"$newpack"
|
cd static/emoji/"$newpack"
|
||||||
|
@ -40,3 +45,4 @@ for file in $(dir); do printf '%s, /emoji/%s/%s\n' "${file%.*}" "$newpack" "$fil
|
||||||
sort -o emoji.txt tmp.txt ; rm tmp.txt
|
sort -o emoji.txt tmp.txt ; rm tmp.txt
|
||||||
sed -i "/\/emoji.txt/d" emoji.txt
|
sed -i "/\/emoji.txt/d" emoji.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
29
static/emoji/konqi/emoji.txt
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
katie_santa, /emoji/konqi/katie_santa.png
|
||||||
|
konqi_akademy, /emoji/konqi/konqi_akademy.png
|
||||||
|
konqi_bughunt, /emoji/konqi/konqi_bughunt.png
|
||||||
|
konqi_business, /emoji/konqi/konqi_business.png
|
||||||
|
konqi_dev, /emoji/konqi/konqi_dev.png
|
||||||
|
konqi_dev-katie, /emoji/konqi/konqi_dev-katie.png
|
||||||
|
konqi_document, /emoji/konqi/konqi_document.png
|
||||||
|
konqi_donation, /emoji/konqi/konqi_donation.png
|
||||||
|
konqi_framework, /emoji/konqi/konqi_framework.png
|
||||||
|
konqi_game, /emoji/konqi/konqi_game.png
|
||||||
|
konqi_graphics, /emoji/konqi/konqi_graphics.png
|
||||||
|
konqi_hardware, /emoji/konqi/konqi_hardware.png
|
||||||
|
konqi_internet, /emoji/konqi/konqi_internet.png
|
||||||
|
konqi_journalist, /emoji/konqi/konqi_journalist.png
|
||||||
|
konqi_katie_phone, /emoji/konqi/konqi_katie_phone.png
|
||||||
|
konqi_kde, /emoji/konqi/konqi_kde.png
|
||||||
|
konqi_mail, /emoji/konqi/konqi_mail.png
|
||||||
|
konqi_multimedia, /emoji/konqi/konqi_multimedia.png
|
||||||
|
konqi_office, /emoji/konqi/konqi_office.png
|
||||||
|
konqi_plasma, /emoji/konqi/konqi_plasma.png
|
||||||
|
konqi_presentation, /emoji/konqi/konqi_presentation.png
|
||||||
|
konqi_qt, /emoji/konqi/konqi_qt.png
|
||||||
|
konqi_randa, /emoji/konqi/konqi_randa.png
|
||||||
|
konqi_santa, /emoji/konqi/konqi_santa.png
|
||||||
|
konqi_science, /emoji/konqi/konqi_science.png
|
||||||
|
konqi_search, /emoji/konqi/konqi_search.png
|
||||||
|
konqi_system, /emoji/konqi/konqi_system.png
|
||||||
|
konqi_thumbsup, /emoji/konqi/konqi_thumbsup.png
|
||||||
|
konqi_utilities, /emoji/konqi/konqi_utilities.png
|
BIN
static/emoji/konqi/katie_santa.png
Normal file
After Width: | Height: | Size: 85 KiB |
BIN
static/emoji/konqi/konqi_akademy.png
Normal file
After Width: | Height: | Size: 76 KiB |
BIN
static/emoji/konqi/konqi_bughunt.png
Normal file
After Width: | Height: | Size: 70 KiB |
BIN
static/emoji/konqi/konqi_business.png
Normal file
After Width: | Height: | Size: 75 KiB |
BIN
static/emoji/konqi/konqi_dev-katie.png
Normal file
After Width: | Height: | Size: 66 KiB |
BIN
static/emoji/konqi/konqi_dev.png
Normal file
After Width: | Height: | Size: 91 KiB |
BIN
static/emoji/konqi/konqi_document.png
Normal file
After Width: | Height: | Size: 78 KiB |
BIN
static/emoji/konqi/konqi_donation.png
Normal file
After Width: | Height: | Size: 108 KiB |
BIN
static/emoji/konqi/konqi_framework.png
Normal file
After Width: | Height: | Size: 74 KiB |
BIN
static/emoji/konqi/konqi_game.png
Normal file
After Width: | Height: | Size: 73 KiB |
BIN
static/emoji/konqi/konqi_graphics.png
Normal file
After Width: | Height: | Size: 73 KiB |
BIN
static/emoji/konqi/konqi_hardware.png
Normal file
After Width: | Height: | Size: 94 KiB |
BIN
static/emoji/konqi/konqi_internet.png
Normal file
After Width: | Height: | Size: 88 KiB |
BIN
static/emoji/konqi/konqi_journalist.png
Normal file
After Width: | Height: | Size: 82 KiB |
BIN
static/emoji/konqi/konqi_katie_phone.png
Normal file
After Width: | Height: | Size: 95 KiB |
BIN
static/emoji/konqi/konqi_kde.png
Normal file
After Width: | Height: | Size: 56 KiB |
BIN
static/emoji/konqi/konqi_mail.png
Normal file
After Width: | Height: | Size: 83 KiB |
BIN
static/emoji/konqi/konqi_multimedia.png
Normal file
After Width: | Height: | Size: 85 KiB |
BIN
static/emoji/konqi/konqi_office.png
Normal file
After Width: | Height: | Size: 87 KiB |
BIN
static/emoji/konqi/konqi_plasma.png
Normal file
After Width: | Height: | Size: 100 KiB |
BIN
static/emoji/konqi/konqi_presentation.png
Normal file
After Width: | Height: | Size: 61 KiB |
BIN
static/emoji/konqi/konqi_qt.png
Normal file
After Width: | Height: | Size: 73 KiB |
BIN
static/emoji/konqi/konqi_randa.png
Normal file
After Width: | Height: | Size: 86 KiB |
BIN
static/emoji/konqi/konqi_santa.png
Normal file
After Width: | Height: | Size: 91 KiB |
BIN
static/emoji/konqi/konqi_science.png
Normal file
After Width: | Height: | Size: 93 KiB |
BIN
static/emoji/konqi/konqi_search.png
Normal file
After Width: | Height: | Size: 74 KiB |
BIN
static/emoji/konqi/konqi_system.png
Normal file
After Width: | Height: | Size: 84 KiB |
BIN
static/emoji/konqi/konqi_thumbsup.png
Normal file
After Width: | Height: | Size: 63 KiB |
BIN
static/emoji/konqi/konqi_utilities.png
Normal file
After Width: | Height: | Size: 84 KiB |