Projects/KNS2/Layout: Difference between revisions
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
*** metadata file (see the [[../Packager|packager section]] for additional informations) | *** metadata file (see the [[../Packager|packager section]] for additional informations) | ||
*** (optional) Icon | *** (optional) Icon | ||
*** (optional) Release notes for package | |||
*** $packageName/ | *** $packageName/ | ||
**** <package content> | **** <package content> | ||
Line 17: | Line 18: | ||
*** metadata file | *** metadata file | ||
*** (optional) Icon | *** (optional) Icon | ||
*** (optional) Release notes for package2 | |||
*** $packageName2/ | *** $packageName2/ | ||
**** <package2 content> | **** <package2 content> | ||
** ... | ** ... |
Revision as of 09:27, 14 March 2007
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 (on unix sys) ~/.kde/share/apps/<appname>/newstuff/
Layout
The following layout will be used:
- newstuff/ <-- Note: this name may change
- 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
- $packageName/
- <package content>
- $packageName2-$packageVersion2/
- metadata file
- (optional) Icon
- (optional) Release notes for package2
- $packageName2/
- <package2 content>
- ...