diff --git a/docs/README.md b/docs/README.md index 6f270be..94f2c3f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ # Emoji-compress -**Emoji-compress** is an open-source library, written in Go, as a side-project. We have ported to Go some known basic encoding and compression algorithms and added the emoji twist. Some of the methods may result in smaller texts (as in the number of characters), but larger in bytes. +**Emoji-compress** is an open-source library, written in Go, as a side-project. We have ported a few known basic encoding and compression algorithms and added the emoji twist. Some of the methods may result in smaller texts (as in the number of characters), but larger in bytes. All packages have unit tests and GoDocumentation. The project also contains a demo web server and website, which aren't supposed to be uses in a (serious, non-emojified) production env. diff --git a/docs/_includes/head.html b/docs/_includes/head.html index 77703d2..2e684e6 100644 --- a/docs/_includes/head.html +++ b/docs/_includes/head.html @@ -3,9 +3,18 @@ Emoji compress + + + + + + + + + \ No newline at end of file diff --git a/docs/big-icon.png b/docs/big-icon.png new file mode 100644 index 0000000..ff79a1a Binary files /dev/null and b/docs/big-icon.png differ diff --git a/docs/index.html b/docs/index.html index d2eebb5..f2046f9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,7 +3,11 @@ ---
- +
+Emoji-compress is an open-source library, written in Go, as a side-project. +We have ported a few known basic encoding and compression algorithms and added the emoji twist. Some of the methods may result in smaller texts (as in the number of characters), but larger in bytes. +
+

LZ78 - compression

LZ78