New web library (http/https)
authorNiki Roo <niki@nikiroo.be>
Mon, 11 May 2020 21:46:45 +0000 (23:46 +0200)
committerNiki Roo <niki@nikiroo.be>
Mon, 11 May 2020 21:46:45 +0000 (23:46 +0200)
commitf433d15308b70e23280a65cef8c54002a7a971ce
tree559d35df7d55548ff7b0c965724532ee302abcaf
parent5ddc36eacad78641be59db473f9bae9bad47eb20
New web library (http/https)
48 files changed:
VERSION
libs/licenses/nanohttpd-2.3.1-LICENSE.md [new file with mode: 0644]
libs/nanohttpd-nanohttpd-project-2.3.1.tar.gz [new file with mode: 0644]
src/be/nikiroo/fanfix/Instance.java
src/be/nikiroo/fanfix/Main.java
src/be/nikiroo/fanfix/bundles/Config.java
src/be/nikiroo/fanfix/data/JsonIO.java [new file with mode: 0644]
src/be/nikiroo/fanfix/library/MetaResultList.java
src/be/nikiroo/fanfix/library/RemoteLibrary.java
src/be/nikiroo/fanfix/library/RemoteLibraryServer.java
src/be/nikiroo/fanfix/library/WebLibrary.java [new file with mode: 0644]
src/be/nikiroo/fanfix/library/WebLibraryServer.java [new file with mode: 0644]
src/be/nikiroo/fanfix/library/web/WebLibraryServerIndex.java [new file with mode: 0644]
src/be/nikiroo/fanfix/library/web/actual_size-32x32.png [new file with mode: 0644]
src/be/nikiroo/fanfix/library/web/actual_size-64x64.png [new file with mode: 0644]
src/be/nikiroo/fanfix/library/web/arrow_double_left-32x32.png [new file with mode: 0644]
src/be/nikiroo/fanfix/library/web/arrow_double_left-64x64.png [new file with mode: 0644]
src/be/nikiroo/fanfix/library/web/arrow_double_right-32x32.png [new file with mode: 0644]
src/be/nikiroo/fanfix/library/web/arrow_double_right-64x64.png [new file with mode: 0644]
src/be/nikiroo/fanfix/library/web/arrow_left-32x32.png [new file with mode: 0644]
src/be/nikiroo/fanfix/library/web/arrow_left-64x64.png [new file with mode: 0644]
src/be/nikiroo/fanfix/library/web/arrow_right-32x32.png [new file with mode: 0644]
src/be/nikiroo/fanfix/library/web/arrow_right-64x64.png [new file with mode: 0644]
src/be/nikiroo/fanfix/library/web/avicon.ico [new file with mode: 0644]
src/be/nikiroo/fanfix/library/web/back-32x32.png [new file with mode: 0644]
src/be/nikiroo/fanfix/library/web/back-64x64.png [new file with mode: 0644]
src/be/nikiroo/fanfix/library/web/favicon.ico [new file with mode: 0644]
src/be/nikiroo/fanfix/library/web/fit_to_height-32x32.png [new file with mode: 0644]
src/be/nikiroo/fanfix/library/web/fit_to_height-64x64.png [new file with mode: 0644]
src/be/nikiroo/fanfix/library/web/fit_to_width-32x32.png [new file with mode: 0644]
src/be/nikiroo/fanfix/library/web/fit_to_width-64x64.png [new file with mode: 0644]
src/be/nikiroo/fanfix/library/web/icon_alternative.png [new file with mode: 0644]
src/be/nikiroo/fanfix/library/web/icon_default.png [new file with mode: 0644]
src/be/nikiroo/fanfix/library/web/icon_magic_book.png [new file with mode: 0644]
src/be/nikiroo/fanfix/library/web/icon_pony_book.png [new file with mode: 0644]
src/be/nikiroo/fanfix/library/web/icon_pony_library.png [new file with mode: 0644]
src/be/nikiroo/fanfix/library/web/index.post.html [new file with mode: 0644]
src/be/nikiroo/fanfix/library/web/index.pre.html [new file with mode: 0644]
src/be/nikiroo/fanfix/library/web/search-32x32.png [new file with mode: 0644]
src/be/nikiroo/fanfix/library/web/search-64x64.png [new file with mode: 0644]
src/be/nikiroo/fanfix/library/web/style.css [new file with mode: 0644]
src/be/nikiroo/fanfix/library/web/unknown-32x32.png [new file with mode: 0644]
src/be/nikiroo/fanfix/library/web/unknown-64x64.png [new file with mode: 0644]
src/be/nikiroo/fanfix/reader/TextOutput.java [new file with mode: 0644]
src/be/nikiroo/utils/CookieUtils.java [new file with mode: 0644]
src/be/nikiroo/utils/HashUtils.java [new file with mode: 0644]
src/be/nikiroo/utils/NanoHTTPD.java [new file with mode: 0644]
src/be/nikiroo/utils/StringUtils.java