home *** CD-ROM | disk | FTP | other *** search
/ Freelog 121 / FreelogMagazineJuilletAout2014-No121.iso / Programmation / AkelPad / AkelPadPortable_4.8.8.paf.exe / Other / Source / Readme.txt < prev   
Text File  |  2011-01-19  |  2KB  |  51 lines

  1. The base application's source code is available from the portable app's
  2. homepage listed in the help.html file.
  3.  
  4. Details of most other things are available there as well.
  5.  
  6. LICENSE
  7. =======
  8.  
  9. This package and its launcher are released under the GPL. The launcher is the
  10. PortableApps.com Launcher, available with full source and documentation from
  11. http://portableapps.com/development. We request that developers using the
  12. PortableApps.com Launcher please leave this directory intact and unchanged.
  13.  
  14. USER CONFIGURATION
  15. ==================
  16.  
  17. (For this section, AppNamePortable is the executable base file name, normally
  18. the App ID of the package.)
  19.  
  20. Some configuration in the PortableApps.com Launcher can be overridden by the
  21. user in an INI file next to AppNamePortable.exe called AppNamePortable.ini.  If
  22. you are happy with the default options, it is not necessary, though.  There is
  23. an example INI included with this package to get you started.  To use it, copy
  24. PortableApps.comLauncher.ini from this directory to AppNamePortable.ini next to
  25. AppNamePortable.exe. The options in the INI file are as follows::
  26.  
  27.    AdditionalParameters=
  28.    DisableSplashScreen=false
  29.    RunLocally=false
  30.  
  31. (There is no need for an INI header in this file; if you have one, though, it
  32. won't damage anything.)
  33.  
  34. The AdditionalParameters entry allows you to pass additional command-line
  35. parameters to the application.
  36.  
  37. The DisableSplashScreen entry allows you to run the launcher without the splash
  38. screen showing up.  The default is false.
  39.  
  40. The RunLocally entry allows you to run the portable application from a read-
  41. only medium. This is known as Live mode. It copies what it needs to to a
  42. temporary directory on the host computer, runs the application, and then
  43. deletes it afterwards, leaving nothing behind. This can be useful for running
  44. the application from a CD or if you work on a computer that may have spyware or
  45. viruses and you'd like to keep your device set to read-only. As a consequence
  46. of this technique, any changes you make during the Live mode session aren't
  47. saved back to your device.  The default is false.
  48.  
  49. There may be other values also permitted in the user configuration file by the
  50. portable application; refer to help.html for any details of them.
  51.