Menu

Tree [r19] /
 History

HTTPS access


File Date Author Commit
 App 2007-05-19 rmccue93 [r12] Split AMP.nsi into install.nsi and update.nsi
 Data 2007-05-19 rmccue93 [r11] Added installed.ini to make sure that it has sv...
 Other 2007-07-07 rmccue93 [r19] Updated interface, now displays a list of avail...
 README.txt 2007-05-19 rmccue93 [r12] Split AMP.nsi into install.nsi and update.nsi

Read Me

      /\       ||\        /||  ||====\\
     //\\      ||\\      //||  ||     \\
    //  \\     || \\    // ||  ||     //
   //    \\    ||  \\  //  ||  ||====//
  //======\\   ||   \\//   ||  ||
 //        \\  ||    \/    ||  ||
//          \\ ||          ||  ||
----------------------------------------
$Id$
----------------------------------------
License: MIT
Software required to compile:
	* NSIS - <http://nsis.sourceforge.net/>
		* EnumINI plugin  - <http://nsis.sourceforge.net/EnumINI_plug-in>
		* InetLoad plugin - <http://nsis.sourceforge.net/InetLoad_plug-in>
Contents of Repository:
	* App\
		- Doesn't contain anything yet, until AMP is built, or we add DefaultData or AppInfo
	* Data\
		- Contains settings and repository list copies
		* Repos\
			- Contains local copies of every apps-subdomain.servername.tld.ini
		* Settings\
			- Contains AMP settings, source list and local app lists
			* sources.ini
				- A list of available AMP repositories
	* Other\
		- Contains source code and how to set up a server
		* ExampleServer/
			- Example of an AMP repository server
			* AMP/
				- Data within this directory will be for AMP only
				* apps-amp.example.com.ini
					- A list of apps available from this server
		* AMPSource/
			- Source code for AMP, most working will be occuring in here
			* amp.nsi
				- Code for AMP, will most likely be split into several files