- Add README.ENG
authorDmitry Chapyshev <dmitry@reactos.org>
Sat, 15 Aug 2009 11:36:44 +0000 (11:36 +0000)
committerDmitry Chapyshev <dmitry@reactos.org>
Sat, 15 Aug 2009 11:36:44 +0000 (11:36 +0000)
- Change rapps.cab to rappmgr.cab (in CreateCabFile.bat)

svn path=/trunk/; revision=42694

reactos/base/applications/rapps/CreateCabFile.bat
reactos/base/applications/rapps/README.ENG [new file with mode: 0644]

index a8a1417..b53f1c0 100644 (file)
@@ -1 +1 @@
-e:\cabman.exe -M raw -S rapps.cab \rapps\*.txt
\ No newline at end of file
+c:\cabman.exe -M raw -S rappmgr.cab \rapps\*.txt
diff --git a/reactos/base/applications/rapps/README.ENG b/reactos/base/applications/rapps/README.ENG
new file mode 100644 (file)
index 0000000..8f8149e
--- /dev/null
@@ -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.
\ No newline at end of file