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


Ignore:
Timestamp:
Jun 3, 2011, 8:33:26 PM (13 years ago)
Author:
umccullough
Comment:

Add example for FindDirectory usage

Legend:

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

    v2 v3  
    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.
     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]).
    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