reactos/reactos/base/applications/rapps
Thomas Faber 8faff50ad8 [RAPPS]
- Display download URL in information panel. Patch by Alexander Shaposhnikov.
CORE-12442 #resolve

svn path=/trunk/; revision=74470
2017-05-04 07:09:18 +00:00
..
lang [RAPPS] 2017-05-04 07:09:18 +00:00
res [RAPPS][RAPPS_NEW] Finally replace rapps with rapps_new. 2017-04-02 14:46:54 +00:00
aboutdlg.c * Slap *some* sense into our header inclusions. 2013-01-24 23:00:42 +00:00
aboutdlg.cpp [RAPPS][RAPPS_NEW] Finally replace rapps with rapps_new. 2017-04-02 14:46:54 +00:00
available.c [BASE] Spelling fixes by Josh Soref. CORE-12286 2016-11-05 14:55:55 +00:00
available.cpp [RAPPS] 2017-05-04 07:09:18 +00:00
CMakeLists.txt [RAPPS][RAPPS_NEW] Finally replace rapps with rapps_new. 2017-04-02 14:46:54 +00:00
CreateCabFile.bat [RAPPS] 2015-12-03 20:26:56 +00:00
CreateCabFile.sh [RAPPS] 2017-04-02 17:52:14 +00:00
crichedit.h [RAPPS][RAPPS_NEW] Finally replace rapps with rapps_new. 2017-04-02 14:46:54 +00:00
gui.cpp [RAPPS][RAPPS_NEW] Finally replace rapps with rapps_new. 2017-04-02 14:46:54 +00:00
installdlg.c [RAPPS] 2014-01-07 17:07:36 +00:00
installdlg.cpp [RAPPS][RAPPS_NEW] Finally replace rapps with rapps_new. 2017-04-02 14:46:54 +00:00
installed.c RegQueryValueExW and RegQueryValueExA calls accept bytes. Patch by Victor Martinez Calvo. CORE-9665 #comment Thanks! 2016-10-09 20:58:08 +00:00
installed.cpp [RAPPS][RAPPS_NEW] Finally replace rapps with rapps_new. 2017-04-02 14:46:54 +00:00
integrity.cpp [RAPPS][RAPPS_NEW] Finally replace rapps with rapps_new. 2017-04-02 14:46:54 +00:00
listview.c [RAPPS][RAPPS_NEW]: Try to not hardcode types of variables in sizeofs, and use _countof where possible. 2016-10-06 12:22:32 +00:00
loaddlg.c [BASE] Spelling fixes by Josh Soref. CORE-12286 2016-11-05 14:55:55 +00:00
loaddlg.cpp [RAPPS][RAPPS_NEW] Finally replace rapps with rapps_new. 2017-04-02 14:46:54 +00:00
misc.c [RAPPS][RAPPS_NEW]: Try to not hardcode types of variables in sizeofs, and use _countof where possible. 2016-10-06 12:22:32 +00:00
misc.cpp [RAPPS][RAPPS_NEW] Finally replace rapps with rapps_new. 2017-04-02 14:46:54 +00:00
rapps.h [RAPPS][RAPPS_NEW] Finally replace rapps with rapps_new. 2017-04-02 14:46:54 +00:00
rapps.rc [RAPPS/RAPPS_NEW] 2016-03-28 21:38:35 +00:00
rappsmsg.mc [RAPPS][RAPPS_NEW] 2015-09-13 06:34:23 +00:00
README.ENG [RAPPS] 2015-04-04 06:48:44 +00:00
README.RUS [RAPPS] 2014-11-17 16:33:45 +00:00
resource.h [RAPPS] 2017-05-04 07:09:18 +00:00
richedit.c [RAPPS][RAPPS_NEW]: Try to not hardcode types of variables in sizeofs, and use _countof where possible. 2016-10-06 12:22:32 +00:00
rosui.h [RAPPS][RAPPS_NEW] Finally replace rapps with rapps_new. 2017-04-02 14:46:54 +00:00
settingsdlg.c [RAPPS][RAPPS_NEW]: Try to not hardcode types of variables in sizeofs, and use _countof where possible. 2016-10-06 12:22:32 +00:00
settingsdlg.cpp [RAPPS][RAPPS_NEW] Finally replace rapps with rapps_new. 2017-04-02 14:46:54 +00:00
splitter.c [RAPPS][RAPPS_NEW]: Try to not hardcode types of variables in sizeofs, and use _countof where possible. 2016-10-06 12:22:32 +00:00
splitter.cpp [RAPPS][RAPPS_NEW] Finally replace rapps with rapps_new. 2017-04-02 14:46:54 +00:00
statusbar.c
toolbar.c [RAPPS][RAPPS_NEW]: Try to not hardcode types of variables in sizeofs, and use _countof where possible. 2016-10-06 12:22:32 +00:00
treeview.c [RAPPS][RAPPS_NEW]: Try to not hardcode types of variables in sizeofs, and use _countof where possible. 2016-10-06 12:22:32 +00:00
winmain.c [BASE] Spelling fixes by Josh Soref. CORE-12286 2016-11-05 14:55:55 +00:00
winmain.cpp [RAPPS][RAPPS_NEW] Finally replace rapps with rapps_new. 2017-04-02 14:46:54 +00:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

For more information for RAPPS, see: https://www.reactos.org/wiki/RAPPS

ДОБАВЛЕНИЕ ЗАГРУЖАЕМЫХ ПРОГРАММ

Для каждой программы создается отдельный текстовый файл с ini-подобным синтаксисом.
Каждое поле для любого языка может быть индивидуально. Например, для русского языка
ссылка на дистрибутив программы может быть одна, для английского - вторая, а для
китайского - третья. Можно добавлять программы только для какого-либо одного языка.
Например, 1C может быть интересна только русским, и добавлять ее для каждого языка не
имеет смысла.

Общий вид файла программы:

[Section] ; Секция для английского языка
Name = Имя программы ; Текстовое поле
RegName = Имя в реестре ; Имя, которое отображается в списке программ после установки
Version = 1.1.1 ; Текстовое поле с версией
License = Название лицензии ; Текстовое поле
Description = Описание программы ; Тектсовое поле
Size = Размер программы ; Текстовое поле
Category = 5 ; Цифровое поле с категорией
URLSite = http://www.site.com/ ; Текстовое поле. Ссылка на сайт программы
URLDownload = http://ftp.site.com/pub/installer.exe ; Текстовое поле. Ссылка для скачивания
CDPath = ; Пока не используется

[Section.0419] ; Секция для русского языка
Description = Описание на русском языке


Обязательными полями являются: Name, Category, URLDownload
Остальные поля заполнять не обязательно.

Список доступных категорий:
1 - Audio
2 - Video
3 - Graphics
4 - Games
5 - Internet
6 - Office
7 - Development
8 - Edutainment
9 - Engineering
10 - Finance
11 - Science
12 - Tools
13 - Drivers
14 - Libraries
15 - Other

Список программ хранится на сервере и скачивается при первом включении автоматически!
Для генерации файла списка программ (обычного CAB-архива), хранящегося на сервере можно
воспользоваться скриптом CreateCabFile.bat. После скачивания (при первом включении) этот
файл останется в одной папке с программой, но будет распакован и в дальнейшем будет
использоваться распакованный вариант. Если распакованный вариант по каким-либо причинам
будет удален - распаковка будет повторена. Если будет удален CAB-файл, то он будет скачан
снова.