Author: dchapyshev
Date: Sat Aug 15 13:36:44 2009
New Revision: 42694
URL:
http://svn.reactos.org/svn/reactos?rev=42694&view=rev
Log:
- Add README.ENG
- Change rapps.cab to rappmgr.cab (in CreateCabFile.bat)
Added:
trunk/reactos/base/applications/rapps/README.ENG (with props)
Modified:
trunk/reactos/base/applications/rapps/CreateCabFile.bat
Modified: trunk/reactos/base/applications/rapps/CreateCabFile.bat
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/rapps/Cr…
==============================================================================
--- trunk/reactos/base/applications/rapps/CreateCabFile.bat [iso-8859-1] (original)
+++ trunk/reactos/base/applications/rapps/CreateCabFile.bat [iso-8859-1] Sat Aug 15
13:36:44 2009
@@ -1,1 +1,1 @@
-e:\cabman.exe -M raw -S rapps.cab \rapps\*.txt
+c:\cabman.exe -M raw -S rappmgr.cab \rapps\*.txt
Added: trunk/reactos/base/applications/rapps/README.ENG
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/rapps/RE…
==============================================================================
--- trunk/reactos/base/applications/rapps/README.ENG (added)
+++ trunk/reactos/base/applications/rapps/README.ENG [iso-8859-1] Sat Aug 15 13:36:44
2009
@@ -1,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.
Propchange: trunk/reactos/base/applications/rapps/README.ENG
------------------------------------------------------------------------------
svn:eol-style = native