No description
Find a file
2020-01-29 10:56:07 +01:00
static add infos about pleroma and also a privacy policy 2020-01-29 10:56:07 +01:00
README.md remove useless svg's, add a colt and gun. update readme 2020-01-29 09:44:51 +01:00

pleroma custom repo

path: /var/lib/pleroma/

custom emoji

pleroma docs - custom emoji

includes also emojis from:

notice

please consider adding emojis alphabetical to emoji.txt!

example:

foo, /emoji/custom/foo.png, Tag1,Tag2
bla, /emoji/custom/bla.png

add emoji.txt to a new pack

newpack='MYSTUFF'

cd static/emoji/"$newpack"
for file in $(dir); do printf '%s, /emoji/%s/%s\n' "${file%.*}" "$newpack" "$file" >> tmp.txt ; done
sort -o emoji.txt tmp.txt ; rm tmp.txt