]> glassweightruler.freedombox.rocks Git - Ventoy.git/commit
VentoyPlugson ---- A GUI ventoy.json configurator
authorlongpanda <admin@ventoy.net>
Wed, 1 Dec 2021 12:43:35 +0000 (20:43 +0800)
committerlongpanda <admin@ventoy.net>
Wed, 1 Dec 2021 12:43:35 +0000 (20:43 +0800)
commit4bf43ab9d4e6b724836724c1d514760d164df79a
treebe9d97e6eb5db8ad00aca518d57504fe1d130f75
parent9eeb94e8b531278e0769618d57d5d4538a2fabb4
VentoyPlugson ---- A GUI ventoy.json configurator
227 files changed:
INSTALL/README
INSTALL/Ventoy2Disk.exe
INSTALL/Ventoy2Disk.sh
INSTALL/Ventoy2Disk_ARM.exe
INSTALL/Ventoy2Disk_ARM64.exe
INSTALL/Ventoy2Disk_X64.exe
INSTALL/VentoyPlugson.sh [new file with mode: 0644]
INSTALL/ventoy_pack.sh
Plugson/build.sh [new file with mode: 0644]
Plugson/pack.sh [new file with mode: 0644]
Plugson/src/Core/ventoy_crc32.c [new file with mode: 0644]
Plugson/src/Core/ventoy_define.h [new file with mode: 0644]
Plugson/src/Core/ventoy_disk.c [new file with mode: 0644]
Plugson/src/Core/ventoy_disk.h [new file with mode: 0644]
Plugson/src/Core/ventoy_disk_linux.c [new file with mode: 0644]
Plugson/src/Core/ventoy_disk_windows.c [new file with mode: 0644]
Plugson/src/Core/ventoy_json.c [new file with mode: 0644]
Plugson/src/Core/ventoy_json.h [new file with mode: 0644]
Plugson/src/Core/ventoy_log.c [new file with mode: 0644]
Plugson/src/Core/ventoy_md5.c [new file with mode: 0644]
Plugson/src/Core/ventoy_util.c [new file with mode: 0644]
Plugson/src/Core/ventoy_util.h [new file with mode: 0644]
Plugson/src/Core/ventoy_util_linux.c [new file with mode: 0644]
Plugson/src/Core/ventoy_util_windows.c [new file with mode: 0644]
Plugson/src/Lib/fat_io_lib/API.txt [new file with mode: 0644]
Plugson/src/Lib/fat_io_lib/COPYRIGHT.txt [new file with mode: 0644]
Plugson/src/Lib/fat_io_lib/Configuration.txt [new file with mode: 0644]
Plugson/src/Lib/fat_io_lib/History.txt [new file with mode: 0644]
Plugson/src/Lib/fat_io_lib/License.txt [new file with mode: 0644]
Plugson/src/Lib/fat_io_lib/Media Access API.txt [new file with mode: 0644]
Plugson/src/Lib/fat_io_lib/fat_access.c [new file with mode: 0644]
Plugson/src/Lib/fat_io_lib/fat_access.h [new file with mode: 0644]
Plugson/src/Lib/fat_io_lib/fat_cache.c [new file with mode: 0644]
Plugson/src/Lib/fat_io_lib/fat_cache.h [new file with mode: 0644]
Plugson/src/Lib/fat_io_lib/fat_defs.h [new file with mode: 0644]
Plugson/src/Lib/fat_io_lib/fat_filelib.c [new file with mode: 0644]
Plugson/src/Lib/fat_io_lib/fat_filelib.h [new file with mode: 0644]
Plugson/src/Lib/fat_io_lib/fat_format.c [new file with mode: 0644]
Plugson/src/Lib/fat_io_lib/fat_format.h [new file with mode: 0644]
Plugson/src/Lib/fat_io_lib/fat_list.h [new file with mode: 0644]
Plugson/src/Lib/fat_io_lib/fat_misc.c [new file with mode: 0644]
Plugson/src/Lib/fat_io_lib/fat_misc.h [new file with mode: 0644]
Plugson/src/Lib/fat_io_lib/fat_opts.h [new file with mode: 0644]
Plugson/src/Lib/fat_io_lib/fat_string.c [new file with mode: 0644]
Plugson/src/Lib/fat_io_lib/fat_string.h [new file with mode: 0644]
Plugson/src/Lib/fat_io_lib/fat_table.c [new file with mode: 0644]
Plugson/src/Lib/fat_io_lib/fat_table.h [new file with mode: 0644]
Plugson/src/Lib/fat_io_lib/fat_types.h [new file with mode: 0644]
Plugson/src/Lib/fat_io_lib/fat_write.c [new file with mode: 0644]
Plugson/src/Lib/fat_io_lib/fat_write.h [new file with mode: 0644]
Plugson/src/Lib/fat_io_lib/version.txt [new file with mode: 0644]
Plugson/src/Lib/libhttp/include/civetweb.c [new file with mode: 0644]
Plugson/src/Lib/libhttp/include/civetweb.h [new file with mode: 0644]
Plugson/src/Lib/libhttp/include/handle_form.inl [new file with mode: 0644]
Plugson/src/Lib/libhttp/include/md5.inl [new file with mode: 0644]
Plugson/src/Lib/libhttp/include/mod_duktape.inl [new file with mode: 0644]
Plugson/src/Lib/libhttp/include/mod_lua.inl [new file with mode: 0644]
Plugson/src/Lib/libhttp/include/timer.inl [new file with mode: 0644]
Plugson/src/Lib/xz-embedded/COPYING [new file with mode: 0644]
Plugson/src/Lib/xz-embedded/README [new file with mode: 0644]
Plugson/src/Lib/xz-embedded/linux/Documentation/xz.txt [new file with mode: 0644]
Plugson/src/Lib/xz-embedded/linux/include/linux/decompress/unxz.h [new file with mode: 0644]
Plugson/src/Lib/xz-embedded/linux/include/linux/xz.h [new file with mode: 0644]
Plugson/src/Lib/xz-embedded/linux/lib/decompress_unxz.c [new file with mode: 0644]
Plugson/src/Lib/xz-embedded/linux/lib/xz/Kconfig [new file with mode: 0644]
Plugson/src/Lib/xz-embedded/linux/lib/xz/Makefile [new file with mode: 0644]
Plugson/src/Lib/xz-embedded/linux/lib/xz/xz_crc32.c [new file with mode: 0644]
Plugson/src/Lib/xz-embedded/linux/lib/xz/xz_crc64.c [new file with mode: 0644]
Plugson/src/Lib/xz-embedded/linux/lib/xz/xz_dec_bcj.c [new file with mode: 0644]
Plugson/src/Lib/xz-embedded/linux/lib/xz/xz_dec_lzma2.c [new file with mode: 0644]
Plugson/src/Lib/xz-embedded/linux/lib/xz/xz_dec_stream.c [new file with mode: 0644]
Plugson/src/Lib/xz-embedded/linux/lib/xz/xz_dec_syms.c [new file with mode: 0644]
Plugson/src/Lib/xz-embedded/linux/lib/xz/xz_dec_test.c [new file with mode: 0644]
Plugson/src/Lib/xz-embedded/linux/lib/xz/xz_lzma2.h [new file with mode: 0644]
Plugson/src/Lib/xz-embedded/linux/lib/xz/xz_private.h [new file with mode: 0644]
Plugson/src/Lib/xz-embedded/linux/lib/xz/xz_stream.h [new file with mode: 0644]
Plugson/src/Lib/xz-embedded/linux/scripts/xz_wrap.sh [new file with mode: 0644]
Plugson/src/Lib/xz-embedded/userspace/boottest.c [new file with mode: 0644]
Plugson/src/Lib/xz-embedded/userspace/buftest.c [new file with mode: 0644]
Plugson/src/Lib/xz-embedded/userspace/bytetest.c [new file with mode: 0644]
Plugson/src/Lib/xz-embedded/userspace/xz_config.h [new file with mode: 0644]
Plugson/src/Lib/xz-embedded/userspace/xzminidec.c [new file with mode: 0644]
Plugson/src/Web/ventoy_http.c [new file with mode: 0644]
Plugson/src/Web/ventoy_http.h [new file with mode: 0644]
Plugson/src/main_linux.c [new file with mode: 0644]
Plugson/src/main_windows.c [new file with mode: 0644]
Plugson/vs/VentoyPlugson/Release/VentoyPlugson.exe [new file with mode: 0644]
Plugson/vs/VentoyPlugson/VentoyPlugson.sln [new file with mode: 0644]
Plugson/vs/VentoyPlugson/VentoyPlugson/Res/Plugson32.manifest [new file with mode: 0644]
Plugson/vs/VentoyPlugson/VentoyPlugson/Res/Plugson64.manifest [new file with mode: 0644]
Plugson/vs/VentoyPlugson/VentoyPlugson/Res/PlugsonArm.manifest [new file with mode: 0644]
Plugson/vs/VentoyPlugson/VentoyPlugson/Res/PlugsonArm64.manifest [new file with mode: 0644]
Plugson/vs/VentoyPlugson/VentoyPlugson/Res/plugson.ico [new file with mode: 0644]
Plugson/vs/VentoyPlugson/VentoyPlugson/VentoyPlugson.rc [new file with mode: 0644]
Plugson/vs/VentoyPlugson/VentoyPlugson/VentoyPlugson.vcxproj [new file with mode: 0644]
Plugson/vs/VentoyPlugson/VentoyPlugson/VentoyPlugson.vcxproj.filters [new file with mode: 0644]
Plugson/vs/VentoyPlugson/VentoyPlugson/VentoyPlugson.vcxproj.user [new file with mode: 0644]
Plugson/vs/VentoyPlugson/VentoyPlugson/resource.h [new file with mode: 0644]
Plugson/www/buildtime [new file with mode: 0644]
Plugson/www/favicon.ico [new file with mode: 0644]
Plugson/www/index.html [new file with mode: 0644]
Plugson/www/plugson_auto_install.html [new file with mode: 0644]
Plugson/www/plugson_auto_memdisk.html [new file with mode: 0644]
Plugson/www/plugson_conf_replace.html [new file with mode: 0644]
Plugson/www/plugson_control.html [new file with mode: 0644]
Plugson/www/plugson_donation.html [new file with mode: 0644]
Plugson/www/plugson_dud.html [new file with mode: 0644]
Plugson/www/plugson_image_list.html [new file with mode: 0644]
Plugson/www/plugson_injection.html [new file with mode: 0644]
Plugson/www/plugson_main.html [new file with mode: 0644]
Plugson/www/plugson_menu_alias.html [new file with mode: 0644]
Plugson/www/plugson_menu_class.html [new file with mode: 0644]
Plugson/www/plugson_menu_tip.html [new file with mode: 0644]
Plugson/www/plugson_password.html [new file with mode: 0644]
Plugson/www/plugson_persistence.html [new file with mode: 0644]
Plugson/www/plugson_theme.html [new file with mode: 0644]
Plugson/www/static/AdminLTE/css/AdminLTE.css [new file with mode: 0644]
Plugson/www/static/AdminLTE/css/AdminLTE.min.css [new file with mode: 0644]
Plugson/www/static/AdminLTE/css/skins/skin-blue.css [new file with mode: 0644]
Plugson/www/static/AdminLTE/css/skins/skin-blue.min.css [new file with mode: 0644]
Plugson/www/static/AdminLTE/js/app.js [new file with mode: 0644]
Plugson/www/static/AdminLTE/js/app.min.js [new file with mode: 0644]
Plugson/www/static/AdminLTE/js/pages/dashboard.js [new file with mode: 0644]
Plugson/www/static/AdminLTE/js/pages/dashboard2.js [new file with mode: 0644]
Plugson/www/static/AdminLTE/plugins/chartjs/Chart.min.js [new file with mode: 0644]
Plugson/www/static/bootstrap/css/bootstrap-theme.css [new file with mode: 0644]
Plugson/www/static/bootstrap/css/bootstrap-theme.css.map [new file with mode: 0644]
Plugson/www/static/bootstrap/css/bootstrap-theme.min.css [new file with mode: 0644]
Plugson/www/static/bootstrap/css/bootstrap.css [new file with mode: 0644]
Plugson/www/static/bootstrap/css/bootstrap.css.map [new file with mode: 0644]
Plugson/www/static/bootstrap/css/bootstrap.min.css [new file with mode: 0644]
Plugson/www/static/bootstrap/fonts/glyphicons-halflings-regular.eot [new file with mode: 0644]
Plugson/www/static/bootstrap/fonts/glyphicons-halflings-regular.svg [new file with mode: 0644]
Plugson/www/static/bootstrap/fonts/glyphicons-halflings-regular.ttf [new file with mode: 0644]
Plugson/www/static/bootstrap/fonts/glyphicons-halflings-regular.woff [new file with mode: 0644]
Plugson/www/static/bootstrap/fonts/glyphicons-halflings-regular.woff2 [new file with mode: 0644]
Plugson/www/static/bootstrap/js/bootstrap.js [new file with mode: 0644]
Plugson/www/static/bootstrap/js/bootstrap.min.js [new file with mode: 0644]
Plugson/www/static/bootstrap/js/npm.js [new file with mode: 0644]
Plugson/www/static/css/AdminLTE.min.css [new file with mode: 0644]
Plugson/www/static/css/_all-skins.min.css [new file with mode: 0644]
Plugson/www/static/css/bootstrap.min.css [new file with mode: 0644]
Plugson/www/static/css/font-awesome.min.css [new file with mode: 0644]
Plugson/www/static/css/ionicons.min.css [new file with mode: 0644]
Plugson/www/static/css/vtoy.css [new file with mode: 0644]
Plugson/www/static/datatables/dataTables.bootstrap.css [new file with mode: 0644]
Plugson/www/static/datatables/dataTables.bootstrap.min.js [new file with mode: 0644]
Plugson/www/static/datatables/extensions/AutoFill/css/dataTables.autoFill.min.css [new file with mode: 0644]
Plugson/www/static/datatables/extensions/AutoFill/images/filler.png [new file with mode: 0644]
Plugson/www/static/datatables/extensions/AutoFill/js/dataTables.autoFill.min.js [new file with mode: 0644]
Plugson/www/static/datatables/extensions/ColReorder/License.txt [new file with mode: 0644]
Plugson/www/static/datatables/extensions/ColReorder/Readme.md [new file with mode: 0644]
Plugson/www/static/datatables/extensions/ColReorder/css/dataTables.colReorder.min.css [new file with mode: 0644]
Plugson/www/static/datatables/extensions/ColReorder/images/insert.png [new file with mode: 0644]
Plugson/www/static/datatables/extensions/ColReorder/js/dataTables.colReorder.min.js [new file with mode: 0644]
Plugson/www/static/datatables/extensions/ColVis/License.txt [new file with mode: 0644]
Plugson/www/static/datatables/extensions/ColVis/Readme.md [new file with mode: 0644]
Plugson/www/static/datatables/extensions/ColVis/css/dataTables.colVis.min.css [new file with mode: 0644]
Plugson/www/static/datatables/extensions/ColVis/css/dataTables.colvis.jqueryui.css [new file with mode: 0644]
Plugson/www/static/datatables/extensions/ColVis/js/dataTables.colVis.min.js [new file with mode: 0644]
Plugson/www/static/datatables/extensions/FixedColumns/License.txt [new file with mode: 0644]
Plugson/www/static/datatables/extensions/FixedColumns/Readme.md [new file with mode: 0644]
Plugson/www/static/datatables/extensions/FixedColumns/css/dataTables.fixedColumns.min.css [new file with mode: 0644]
Plugson/www/static/datatables/extensions/FixedColumns/js/dataTables.fixedColumns.min.js [new file with mode: 0644]
Plugson/www/static/datatables/extensions/FixedHeader/Readme.txt [new file with mode: 0644]
Plugson/www/static/datatables/extensions/FixedHeader/css/dataTables.fixedHeader.min.css [new file with mode: 0644]
Plugson/www/static/datatables/extensions/FixedHeader/js/dataTables.fixedHeader.min.js [new file with mode: 0644]
Plugson/www/static/datatables/extensions/KeyTable/Readme.txt [new file with mode: 0644]
Plugson/www/static/datatables/extensions/KeyTable/css/dataTables.keyTable.min.css [new file with mode: 0644]
Plugson/www/static/datatables/extensions/KeyTable/js/dataTables.keyTable.min.js [new file with mode: 0644]
Plugson/www/static/datatables/extensions/Responsive/License.txt [new file with mode: 0644]
Plugson/www/static/datatables/extensions/Responsive/Readme.md [new file with mode: 0644]
Plugson/www/static/datatables/extensions/Responsive/css/dataTables.responsive.css [new file with mode: 0644]
Plugson/www/static/datatables/extensions/Responsive/css/dataTables.responsive.scss [new file with mode: 0644]
Plugson/www/static/datatables/extensions/Responsive/js/dataTables.responsive.min.js [new file with mode: 0644]
Plugson/www/static/datatables/extensions/Scroller/Readme.txt [new file with mode: 0644]
Plugson/www/static/datatables/extensions/Scroller/css/dataTables.scroller.min.css [new file with mode: 0644]
Plugson/www/static/datatables/extensions/Scroller/images/loading-background.png [new file with mode: 0644]
Plugson/www/static/datatables/extensions/Scroller/js/dataTables.scroller.min.js [new file with mode: 0644]
Plugson/www/static/datatables/extensions/TableTools/Readme.md [new file with mode: 0644]
Plugson/www/static/datatables/extensions/TableTools/css/dataTables.tableTools.min.css [new file with mode: 0644]
Plugson/www/static/datatables/extensions/TableTools/images/collection.png [new file with mode: 0644]
Plugson/www/static/datatables/extensions/TableTools/images/collection_hover.png [new file with mode: 0644]
Plugson/www/static/datatables/extensions/TableTools/images/copy.png [new file with mode: 0644]
Plugson/www/static/datatables/extensions/TableTools/images/copy_hover.png [new file with mode: 0644]
Plugson/www/static/datatables/extensions/TableTools/images/csv.png [new file with mode: 0644]
Plugson/www/static/datatables/extensions/TableTools/images/csv_hover.png [new file with mode: 0644]
Plugson/www/static/datatables/extensions/TableTools/images/pdf.png [new file with mode: 0644]
Plugson/www/static/datatables/extensions/TableTools/images/pdf_hover.png [new file with mode: 0644]
Plugson/www/static/datatables/extensions/TableTools/images/print.png [new file with mode: 0644]
Plugson/www/static/datatables/extensions/TableTools/images/print_hover.png [new file with mode: 0644]
Plugson/www/static/datatables/extensions/TableTools/images/xls.png [new file with mode: 0644]
Plugson/www/static/datatables/extensions/TableTools/images/xls_hover.png [new file with mode: 0644]
Plugson/www/static/datatables/extensions/TableTools/js/dataTables.tableTools.min.js [new file with mode: 0644]
Plugson/www/static/datatables/extensions/TableTools/swf/copy_csv_xls.swf [new file with mode: 0644]
Plugson/www/static/datatables/extensions/TableTools/swf/copy_csv_xls_pdf.swf [new file with mode: 0644]
Plugson/www/static/datatables/images/sort_asc.png [new file with mode: 0644]
Plugson/www/static/datatables/images/sort_asc_disabled.png [new file with mode: 0644]
Plugson/www/static/datatables/images/sort_both.png [new file with mode: 0644]
Plugson/www/static/datatables/images/sort_desc.png [new file with mode: 0644]
Plugson/www/static/datatables/images/sort_desc_disabled.png [new file with mode: 0644]
Plugson/www/static/datatables/jquery.dataTables.min.css [new file with mode: 0644]
Plugson/www/static/datatables/jquery.dataTables.min.js [new file with mode: 0644]
Plugson/www/static/datatables/jquery.dataTables_themeroller.css [new file with mode: 0644]
Plugson/www/static/fonts/fontawesome-webfont.ttf [new file with mode: 0644]
Plugson/www/static/fonts/fontawesome-webfont.woff [new file with mode: 0644]
Plugson/www/static/fonts/fontawesome-webfont.woff2 [new file with mode: 0644]
Plugson/www/static/fonts/glyphicons-halflings-regular.ttf [new file with mode: 0644]
Plugson/www/static/fonts/glyphicons-halflings-regular.woff [new file with mode: 0644]
Plugson/www/static/fonts/glyphicons-halflings-regular.woff2 [new file with mode: 0644]
Plugson/www/static/fonts/ionicons.eot [new file with mode: 0644]
Plugson/www/static/fonts/ionicons.ttf [new file with mode: 0644]
Plugson/www/static/img/AliPay.png [new file with mode: 0644]
Plugson/www/static/img/VentoyLogo.png [new file with mode: 0644]
Plugson/www/static/img/WeChatPay.png [new file with mode: 0644]
Plugson/www/static/img/dropdown.png [new file with mode: 0644]
Plugson/www/static/img/language.png [new file with mode: 0644]
Plugson/www/static/img/logo_32.png [new file with mode: 0644]
Plugson/www/static/img/refresh.ico [new file with mode: 0644]
Plugson/www/static/js/jQuery-2.1.4.min.js [new file with mode: 0644]
Plugson/www/static/js/jquery.validate.min.js [new file with mode: 0644]
Plugson/www/static/js/jquery.validate.vtoymethods.js [new file with mode: 0644]
Plugson/www/static/js/jquery.vtoy.alert.js [new file with mode: 0644]
Plugson/www/static/js/md5.min.js [new file with mode: 0644]
Plugson/www/static/js/vtoy.js [new file with mode: 0644]
README.md
Ventoy2Disk/Ventoy2Disk/DiskService_vds.c