Pander
Pander
A short article for Libre Grahics Magazine and related websited would also be helpful for the project.
Ah, too bad. Well, there is also http://libregraphicsworld.org/ and their G+ stream. We could ask them to do an article or provide one.
Probably refactor `genericons` directory to `automattic` and let it contain: * `automattic-genericons.svg` * `automattic-genericons-neue.svg` * `automattic-genericons-social-logos.svg`
Only for the idea, in 2012, I collected these: 
Initially I thought Inkscape was hanging or had a major error. So if you please can, try to get it in before the next release.
If you assign this to me for that part, I can find that out.
http://4.bp.blogspot.com/-D7x3BlPScYI/UbArRxEO1LI/AAAAAAAAAI8/sHs7GU8QTe4/s1600/tim+allen.png ;-)
I have found the data. How would you like to receive it? JSON, XML, TSV or CSV? Lookup table from Unicode code point to category?
#!/usr/bin/env python3 # Run in top-level directory of https://github.com/emojione/emojione import json data = None categories = {} with open('emoji.json') as json_data: data = json.load(json_data) json_data.close() output = open('category-for-emoji.json', 'w') output.write('{')...
See also https://github.com/Xaviju/inkscape-open-symbols/issues/123