]> glassweightruler.freedombox.rocks Git - Ventoy.git/commit
Experimental Linux GUI based on web browser
authorlongpanda <admin@ventoy.net>
Fri, 26 Feb 2021 13:36:53 +0000 (21:36 +0800)
committerlongpanda <admin@ventoy.net>
Fri, 26 Feb 2021 13:36:53 +0000 (21:36 +0800)
commit43e8ec57857e3786b40eb4208729e9fcf9826000
tree893302ff7e0bf34de017fa435575cb93c779ca0f
parent7279ba9bc82b02f102e59f4f2f974dace14b93ff
Experimental Linux GUI based on web browser
158 files changed:
INSTALL/README
INSTALL/VentoyWeb.sh [new file with mode: 0644]
INSTALL/ventoy_pack.sh
LinuxGUI/Ventoy2Disk/Core/ventoy_crc32.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Core/ventoy_define.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Core/ventoy_disk.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Core/ventoy_disk.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Core/ventoy_json.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Core/ventoy_json.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Core/ventoy_log.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Core/ventoy_md5.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Core/ventoy_util.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Core/ventoy_util.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Include/Ventoy2Disk.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/exfat/buidexfat.sh [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/exfat/exfat-1.3.0.zip [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/exfat/src/libexfat/byteorder.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/exfat/src/libexfat/cluster.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/exfat/src/libexfat/compiler.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/exfat/src/libexfat/config.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/exfat/src/libexfat/exfat.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/exfat/src/libexfat/exfatfs.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/exfat/src/libexfat/io.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/exfat/src/libexfat/lookup.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/exfat/src/libexfat/mount.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/exfat/src/libexfat/node.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/exfat/src/libexfat/platform.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/exfat/src/libexfat/repair.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/exfat/src/libexfat/time.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/exfat/src/libexfat/utf.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/exfat/src/libexfat/utils.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/exfat/src/mkfs/cbm.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/exfat/src/mkfs/cbm.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/exfat/src/mkfs/fat.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/exfat/src/mkfs/fat.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/exfat/src/mkfs/mkexfat.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/exfat/src/mkfs/mkexfat.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/exfat/src/mkfs/mkexfat_main.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/exfat/src/mkfs/rootdir.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/exfat/src/mkfs/rootdir.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/exfat/src/mkfs/uct.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/exfat/src/mkfs/uct.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/exfat/src/mkfs/uctc.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/exfat/src/mkfs/uctc.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/exfat/src/mkfs/vbr.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/exfat/src/mkfs/vbr.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/buildlib.sh [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/include/fat_access.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/include/fat_cache.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/include/fat_defs.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/include/fat_filelib.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/include/fat_format.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/include/fat_list.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/include/fat_misc.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/include/fat_opts.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/include/fat_string.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/include/fat_table.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/include/fat_types.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/include/fat_write.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/lib/libfat_io_32.a [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/lib/libfat_io_64.a [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/lib/libfat_io_aa64.a [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/release/API.txt [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/release/COPYRIGHT.txt [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/release/Configuration.txt [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/release/History.txt [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/release/License.txt [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/release/Media Access API.txt [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/release/example.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/release/fat_access.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/release/fat_access.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/release/fat_cache.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/release/fat_cache.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/release/fat_defs.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/release/fat_filelib.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/release/fat_filelib.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/release/fat_format.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/release/fat_format.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/release/fat_list.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/release/fat_misc.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/release/fat_misc.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/release/fat_opts.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/release/fat_string.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/release/fat_string.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/release/fat_table.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/release/fat_table.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/release/fat_types.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/release/fat_write.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/release/fat_write.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/release/version.txt [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/libhttp/buildlib.sh [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/libhttp/include/civetweb.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/libhttp/include/civetweb.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/libhttp/include/handle_form.inl [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/libhttp/include/md5.inl [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/libhttp/include/mod_duktape.inl [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/libhttp/include/mod_lua.inl [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/libhttp/include/timer.inl [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/libhttp/libhttp-1.8.tar.gz [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/xz-embedded/COPYING [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/xz-embedded/README [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/xz-embedded/linux/Documentation/xz.txt [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/xz-embedded/linux/include/linux/decompress/unxz.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/xz-embedded/linux/include/linux/xz.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/xz-embedded/linux/lib/decompress_unxz.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/xz-embedded/linux/lib/xz/Kconfig [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/xz-embedded/linux/lib/xz/Makefile [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/xz-embedded/linux/lib/xz/xz_crc32.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/xz-embedded/linux/lib/xz/xz_crc64.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/xz-embedded/linux/lib/xz/xz_dec_bcj.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/xz-embedded/linux/lib/xz/xz_dec_lzma2.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/xz-embedded/linux/lib/xz/xz_dec_stream.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/xz-embedded/linux/lib/xz/xz_dec_syms.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/xz-embedded/linux/lib/xz/xz_dec_test.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/xz-embedded/linux/lib/xz/xz_lzma2.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/xz-embedded/linux/lib/xz/xz_private.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/xz-embedded/linux/lib/xz/xz_stream.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/xz-embedded/linux/scripts/xz_wrap.sh [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/xz-embedded/userspace/boottest.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/xz-embedded/userspace/buftest.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/xz-embedded/userspace/bytetest.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/xz-embedded/userspace/xz_config.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Lib/xz-embedded/userspace/xzminidec.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Web/ventoy_http.c [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/Web/ventoy_http.h [new file with mode: 0644]
LinuxGUI/Ventoy2Disk/main.c [new file with mode: 0644]
LinuxGUI/WebUI/favicon.ico [new file with mode: 0644]
LinuxGUI/WebUI/index.html [new file with mode: 0644]
LinuxGUI/WebUI/static/AdminLTE/css/AdminLTE.min.css [new file with mode: 0644]
LinuxGUI/WebUI/static/AdminLTE/css/skins/skin-blue.min.css [new file with mode: 0644]
LinuxGUI/WebUI/static/AdminLTE/js/app.min.js [new file with mode: 0644]
LinuxGUI/WebUI/static/bootstrap/css/bootstrap-theme.min.css [new file with mode: 0644]
LinuxGUI/WebUI/static/bootstrap/css/bootstrap.min.css [new file with mode: 0644]
LinuxGUI/WebUI/static/bootstrap/fonts/glyphicons-halflings-regular.eot [new file with mode: 0644]
LinuxGUI/WebUI/static/bootstrap/fonts/glyphicons-halflings-regular.svg [new file with mode: 0644]
LinuxGUI/WebUI/static/bootstrap/fonts/glyphicons-halflings-regular.ttf [new file with mode: 0644]
LinuxGUI/WebUI/static/bootstrap/fonts/glyphicons-halflings-regular.woff [new file with mode: 0644]
LinuxGUI/WebUI/static/bootstrap/fonts/glyphicons-halflings-regular.woff2 [new file with mode: 0644]
LinuxGUI/WebUI/static/bootstrap/js/bootstrap.min.js [new file with mode: 0644]
LinuxGUI/WebUI/static/css/font-awesome.min.css [new file with mode: 0644]
LinuxGUI/WebUI/static/css/ionicons.min.css [new file with mode: 0644]
LinuxGUI/WebUI/static/css/vtoy.css [new file with mode: 0644]
LinuxGUI/WebUI/static/fonts/fontawesome-webfont.ttf [new file with mode: 0644]
LinuxGUI/WebUI/static/fonts/fontawesome-webfont.woff [new file with mode: 0644]
LinuxGUI/WebUI/static/fonts/fontawesome-webfont.woff2 [new file with mode: 0644]
LinuxGUI/WebUI/static/fonts/glyphicons-halflings-regular.ttf [new file with mode: 0644]
LinuxGUI/WebUI/static/fonts/glyphicons-halflings-regular.woff [new file with mode: 0644]
LinuxGUI/WebUI/static/fonts/glyphicons-halflings-regular.woff2 [new file with mode: 0644]
LinuxGUI/WebUI/static/fonts/ionicons.eot [new file with mode: 0644]
LinuxGUI/WebUI/static/fonts/ionicons.ttf [new file with mode: 0644]
LinuxGUI/WebUI/static/img/dropdown.png [new file with mode: 0644]
LinuxGUI/WebUI/static/img/refresh.ico [new file with mode: 0644]
LinuxGUI/WebUI/static/js/jQuery-2.1.4.min.js [new file with mode: 0644]
LinuxGUI/WebUI/static/js/jquery.validate.min.js [new file with mode: 0644]
LinuxGUI/WebUI/static/js/jquery.vtoy.alert.js [new file with mode: 0644]
LinuxGUI/WebUI/static/js/vtoy.js [new file with mode: 0644]
LinuxGUI/build.sh [new file with mode: 0644]
LinuxGUI/language.sh [new file with mode: 0644]