-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* extract scan code to libscan, (wip) * submodules * replace curl with mongoose (wip) * replace onion with mongoose (wip) * replace onion with mongoose (wip) * It compiles! (I think) * Update readme * Entirely remove libonion (WIP) * unscramble submodules * recover screenshot * Update mappings * Bug fixes * update * media meta fix * memory fixes * More bug fixes... * Bug fix w/ libmagic & vfile * libmagic fix (again) * Better lightbox, better video handler, random reloads fix * Use svg for info icon * re-enable http auth * mobi support #41, fix logs * Update README & cleanup
- Loading branch information
Showing
104 changed files
with
1,323 additions
and
4,277 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,4 @@ bundle.js | |
*.a | ||
vgcore.* | ||
build/ | ||
third-party/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,6 @@ | ||
[submodule "argparse"] | ||
path = argparse | ||
[submodule "third-party/libscan"] | ||
path = third-party/libscan | ||
url = https://github.com/simon987/libscan | ||
[submodule "third-party/argparse"] | ||
path = third-party/argparse | ||
url = https://github.com/cofyc/argparse | ||
[submodule "cJSON"] | ||
path = cJSON | ||
url = https://github.com/DaveGamble/cJSON | ||
[submodule "lmdb"] | ||
path = lmdb | ||
url = https://github.com/LMDB/lmdb | ||
[submodule "utf8.h"] | ||
path = utf8.h | ||
url = https://github.com/sheredom/utf8.h | ||
[submodule "lib/bzip2-1.0.6"] | ||
path = lib/bzip2-1.0.6 | ||
url = https://github.com/enthought/bzip2-1.0.6 | ||
[submodule "lib/libmagic"] | ||
path = lib/libmagic | ||
url = https://github.com/threatstack/libmagic | ||
[submodule "lib/harfbuzz"] | ||
path = lib/harfbuzz | ||
url = https://github.com/harfbuzz/harfbuzz | ||
[submodule "lib/openjpeg"] | ||
path = lib/openjpeg | ||
url = https://github.com/uclouvain/openjpeg | ||
[submodule "lib/ffmpeg"] | ||
path = lib/ffmpeg | ||
url = https://git.ffmpeg.org/ffmpeg.git | ||
[submodule "lib/onion"] | ||
path = lib/onion | ||
url = https://github.com/davidmoreno/onion | ||
[submodule "lib/mupdf"] | ||
path = lib/mupdf | ||
url = git://git.ghostscript.com/mupdf.git | ||
[submodule "lib/tesseract"] | ||
path = lib/tesseract | ||
url = https://github.com/tesseract-ocr/tesseract | ||
[submodule "lib/leptonica"] | ||
path = lib/leptonica | ||
url = https://github.com/danbloomberg/leptonica | ||
[submodule "lib/libtiff"] | ||
path = lib/libtiff | ||
url = https://gitlab.com/libtiff/libtiff | ||
[submodule "lib/libpng"] | ||
path = lib/libpng | ||
url = https://github.com/glennrp/libpng |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.