https://github.com/luser/allunicode
http://allunicode.info
https://github.com/luser/allunicode
Last synced: over 1 year ago
JSON representation
http://allunicode.info
- Host: GitHub
- URL: https://github.com/luser/allunicode
- Owner: luser
- License: cc0-1.0
- Created: 2015-07-31T01:09:34.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-31T11:51:13.000Z (almost 11 years ago)
- Last Synced: 2024-11-22T04:12:51.232Z (over 1 year ago)
- Language: CSS
- Size: 285 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
This is the source that generates [allunicode.info](http://allunicode.info). The site is fully static, with the search feature implemented in client-side JavaScript. To generate a local copy of the site, do the following:
Install [Hugo](http://gohugo.io/).
Download [the latest UnicodeData.txt](http://www.unicode.org/Public/8.0.0/ucd/UnicodeData.txt).
Run `python unicodedata.py UnicodeData.txt` to produce codepoints.json and the files under content/c/.
Run `hugo server --watch` to run a local development server.
allunicode.info - A static website listing all Unicode codepoints.
Written in 2015 by Ted Mielczarek
To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.
You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see .