aboutsummaryrefslogtreecommitdiff
path: root/www/drupal6-advanced_help/pkg-descr
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-08-19 14:52:34 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-08-19 14:52:34 +0000
commit85440728aac8db834dd9fef78efb9c9e80af159a (patch)
treec3525678afb7068bdfa816d6e2287fe2fc5cabe4 /www/drupal6-advanced_help/pkg-descr
parentbdbfb11b8da576b935cefac935924a14807b55e7 (diff)
The advanced help module allows module developers to store their
help outside the module system, in pure .html files. The files can be easily translated simply by copying them into the right translations directory. The entire system can appear in a popup or not as the module prefers (and by taking away access to view the popups, a site can force the popups to not exist). The system ties into Drupal's search system and is fully indexed, so the entire contents can be searched for keywords. the help files can be placed in a hierarchy as well, allowing for top down navigation of the help. WWW: http://drupal.org/project/advanced_help PR: ports/125798 Submitted by: Eygene Ryabinkin <rea-fbsd at codelabs.ru>
Notes
Notes: svn path=/head/; revision=218848
Diffstat (limited to 'www/drupal6-advanced_help/pkg-descr')
-rw-r--r--www/drupal6-advanced_help/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/drupal6-advanced_help/pkg-descr b/www/drupal6-advanced_help/pkg-descr
new file mode 100644
index 000000000000..278a3ceedac1
--- /dev/null
+++ b/www/drupal6-advanced_help/pkg-descr
@@ -0,0 +1,14 @@
+The advanced help module allows module developers to store their
+help outside the module system, in pure .html files. The files can
+be easily translated simply by copying them into the right translations
+directory. The entire system can appear in a popup or not as the
+module prefers (and by taking away access to view the popups, a
+site can force the popups to not exist).
+
+The system ties into Drupal's search system and is fully indexed,
+so the entire contents can be searched for keywords. the help files
+can be placed in a hierarchy as well, allowing for top down navigation
+of the help.
+
+
+WWW: http://drupal.org/project/advanced_help