mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 16:32:57 +00:00
- Add README.ENG
- Change rapps.cab to rappmgr.cab (in CreateCabFile.bat) svn path=/trunk/; revision=42694
This commit is contained in:
parent
cc9b9024e7
commit
e9dbd473eb
2 changed files with 55 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
e:\cabman.exe -M raw -S rapps.cab \rapps\*.txt
|
c:\cabman.exe -M raw -S rappmgr.cab \rapps\*.txt
|
||||||
|
|
54
reactos/base/applications/rapps/README.ENG
Normal file
54
reactos/base/applications/rapps/README.ENG
Normal file
|
@ -0,0 +1,54 @@
|
||||||
|
ADDING DOWNLOADABLE PROGRAMMS
|
||||||
|
|
||||||
|
For an each programm would be creacted an INI alike syntax.
|
||||||
|
Also an each field is language inhdepended and individual, an URL's to a source programm is
|
||||||
|
also maybe different or even nonexisting for anothers languages.
|
||||||
|
For instance a programm 1C which is mostly interested only for russian users and have no
|
||||||
|
reason for peoples living in another countries.
|
||||||
|
|
||||||
|
The File Overview:
|
||||||
|
|
||||||
|
[Section]
|
||||||
|
Name = program name
|
||||||
|
RegName = Name in registry
|
||||||
|
Version = 1.1.1
|
||||||
|
Licence = GPL
|
||||||
|
Description = Description
|
||||||
|
Size = 10 mb
|
||||||
|
Category = 5
|
||||||
|
URLSite = http://www.site.com/
|
||||||
|
URLDownload = http://ftp.site.com/pub/installer.exe
|
||||||
|
CDPath = ; Ïîêà íå èñïîëüçóåòñÿ
|
||||||
|
|
||||||
|
[Section.0419] ; 0419 - for Russian language
|
||||||
|
Description = Description in Russian language
|
||||||
|
|
||||||
|
|
||||||
|
Obligatory fields are: Name, Category, URLDownload
|
||||||
|
Other fields to fill not necessarily.
|
||||||
|
|
||||||
|
Categories list:
|
||||||
|
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
|
||||||
|
|
||||||
|
The list downloadable programms is keeping on a server and updating from a server
|
||||||
|
automatically at first time thes programm is running!
|
||||||
|
For generating a list of a programm (usually a CAB archive), could be used a batch file CreateCabFile.bat
|
||||||
|
After downloading (at first time the programm runs around), this file is placing
|
||||||
|
in the same folder where downloaded programm located to future usage them.
|
||||||
|
If in some cases an unpacked file is moved, deleted or not exist, then the procedure
|
||||||
|
to create a new one would be repeated.
|
||||||
|
If the CAB file is moved, deleted or not exist, then it would be downloaded again.
|
Loading…
Add table
Add a link
Reference in a new issue