apps/downloader: rename to httpget to fit into 8.3 (author accepted the change), unify web programs names in menu (#465)

Co-authored-by: Burer <burer@kolibrios.org>
Reviewed-on: #465
Reviewed-by: Burer <burer@kolibrios.org>
Reviewed-by: Ivan B <1+dunkaist@noreply.localhost>
Co-authored-by: leency <lipatov.kiril@gmail.com>
Co-committed-by: leency <lipatov.kiril@gmail.com>
This commit was merged in pull request #465.
This commit is contained in:
2026-06-04 11:48:09 +00:00
committed by Burer
co-authored by Burer
parent 0e186843d4
commit 9b450ff4aa
7 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -550,7 +550,7 @@ tup.append_table(img_files, {
{"NETWORK/FTPD", VAR_PROGS .. "/network/ftpd/ftpd"},
{"NETWORK/TFTPC", VAR_PROGS .. "/network/tftpc/tftpc"},
{"NETWORK/IRCC", VAR_PROGS .. "/network/ircc/ircc"},
{"NETWORK/DOWNLOADER", VAR_PROGS .. "/network/downloader/downloader"},
{"NETWORK/HTTPGET", VAR_PROGS .. "/network/httpget/httpget"},
{"NETWORK/VNCC", VAR_PROGS .. "/network/vncc/vncc"},
{"DRIVERS/VIDINTEL.SYS", VAR_DRVS .. "/video/vidintel.sys"},
{"DRIVERS/3C59X.SYS", VAR_DRVS .. "/ethernet/3c59x.sys"},
+3 -2
View File
@@ -113,8 +113,9 @@
24 Synergy |network/synergyc
24 DNS lookup |network/nslookup
61 VNC Viewer |network/vncc
33 Downloader |network/downloader
12 Text-based browser |network/webview
33 HTTPGet |network/httpget
33 Downloader |network/dl
12 WebView Browser |network/webview
#13 **** SERVERS
24 FTP |network/ftpd
#14 **** OTHER
+3 -2
View File
@@ -118,8 +118,9 @@
16 Cliente Synergy |network/synergyc
16 Resoluciвn de nombres |network/nslookup
16 VNC Viewer |network/vncc
16 Cliente de descarga |network/downloader
16 Navegador (modo texto)|network/webview
16 HTTPGet |network/httpget
16 Descargas |network/dl
16 Navegador WebView |network/webview
#15 **** OTROS
16 Reloj analвgico |demos/aclock
16 Reloj binario |demos/bcdclk
+2 -1
View File
@@ -112,7 +112,8 @@
24 Synergy клиент |network/synergyc
24 DNS lookup |network/nslookup
61 VNC Клиент |network/vncc
33 Интернет загрузчик |network/downloader
33 HTTPGet |network/httpget
33 Загрузчик |network/dl
12 Браузер WebView |network/webview
#14 **** Разное
00 Эмуляторы* > |@6
-2
View File
@@ -1,2 +0,0 @@
if tup.getconfig("NO_FASM") ~= "" then return end
tup.rule("downloader.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "downloader")
+2
View File
@@ -0,0 +1,2 @@
if tup.getconfig("NO_FASM") ~= "" then return end
tup.rule("httpget.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "httpget")
@@ -3,7 +3,7 @@
;; Copyright (C) KolibriOS team 2014-2017. All rights reserved. ;;
;; Distributed under terms of the GNU General Public License ;;
;; ;;
;; downloader.asm - HTTP client for KolibriOS ;;
;; httpget.asm - HTTP client for KolibriOS ;;
;; ;;
;; hidnplayr@kolibrios.org ;;
;; ;;
@@ -390,7 +390,7 @@ sz_complete db 'Download completed', 0
sz_err_create db 'Could not create the local file!', 0
sz_err_full db 'Disk full!', 0
sz_err_http db 'HTTP error!', 0
title db 'HTTP Downloader', 0
title db 'HTTPGet', 0
OpenDialog_data:
.type dd 1 ; Save