Changes between Version 3 and Version 4 of Obsolete/WorkInProgress/3rdparty guidelines


Ignore:
Timestamp:
Jun 3, 2011, 8:36:05 PM (13 years ago)
Author:
yourpalal
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Obsolete/WorkInProgress/3rdparty guidelines

    v3 v4  
    66 * It should work on the latest stable release of Haiku
    77 * It should work on gcc2 hybrid - other flavours of Haiku may be ignored
    8  * configuration files should go in home/config/settings; and the path should be obtained by the appropriate functions & constants, not hardcoded - use find_diretory ([http://ports.haiku-files.org/wiki/FindDirectory Examples]).
     8 * configuration files should go in home/config/settings; and the path should be obtained by the appropriate functions & constants, not hardcoded - use find_directory ([http://ports.haiku-files.org/wiki/FindDirectory Examples]).
    99 * The app must not write anything to the hard disk except in its own directory (/boot/app/appName, or whatever the user installed it), the configuration directories (home/config/settings, common/), unless the user explicitly asks for it (a save dialog is a good example).
    1010