Projects/KNS2/Layout

From KDE TechBase
< Projects‎ | KNS2
Revision as of 08:33, 15 March 2007 by Ruphy (talk | contribs) (→‎Layout)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Warning
Things you see here are work in progress. Please don't trust them.


Main

KNewStuff 2 will have all its files in one dir, one for each app using it. Default will be KStandardDirs::locate("appdata", "addons").

To initialize it call Handler::initLayout();

Layout

The following layout will be used:

  • addons/ <-- Note: this name may change
    • installed-list <-- List of installed packages?
    • May we store here infos/configs that applies appwide?
    • $packageName-$packageVersion/
      • metadata file (see the packager section for additional informations)
      • (optional) Icon
      • (optional) Release notes for package
    • $packageName2-$packageVersion2/
      • metadata file
      • (optional) Icon
      • (optional) Release notes for package2
    • Packages/
      • package.kns
      • package2.kns
    • ...