[commits] [Wiki] changed: Doc/Dev/Filesystem
Jan Schneider
jan at horde.org
Tue Nov 26 10:10:36 UTC 2013
jan Tue, 26 Nov 2013 10:10:36 +0000
Modified page: http://wiki.horde.org/Doc/Dev/Filesystem
New Revision: 14
Change log: Add link
@@ -21,9 +21,9 @@
|| themes/defaults/graphics/ || Base theme icons ||
Usually there are more directories, depending on the application:
* If there are many controller scripts for an application, they may
be grouped into directories under the base directory.
-* The {{lib/}} directory has many levels of subdirectories. See
Doc/Dev/Framework for details.
+* The {{lib/}} directory has many levels of subdirectories. See
((Doc/Dev/Framework)) for details.
* The {{locale/}} directory has a subdirectory for each locale, e.g.
{{locale/de/}} or {{locale/zh_TW/}} if locale has multiple regions.
These subdirectories contain the translated help file {{help.xml}} and
the directory {{LC_MESSAGES/}} which contains the actual, compiled
translation, e.g. {{imp.mo}} and original source file, e.g. {{imp.po}}.
* The {{templates/}} directory groups all templates for a single
controller script into one subdirectory. All templates for a script
called {{list.php}} are inside {{templates/list/}} for example.
* Each ((Doc/Dev/Themes|theme)) has a subdirectory, e.g.
{{themes/bluewhite/}}; if a theme provides its own icon set, the icons
are inside a {{graphics/}} subdirectory, e.g.
{{themes/bluewhite/graphics/}}.
* Some applications have sub-sets of their icons grouped into
subdirectories, e.g. {{themes/graphics/flags/}}.
More information about the commits
mailing list