85440728aa
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>
38 lines
1.2 KiB
Makefile
38 lines
1.2 KiB
Makefile
# New ports collection makefile for: drupal6-views
|
|
# Date created: 20 Jul 2008
|
|
# Whom: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= advanced_help
|
|
DISTVERSION= 6.x-1.0
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://ftp.drupal.org/files/projects/
|
|
|
|
MAINTAINER= rea-fbsd@codelabs.ru
|
|
COMMENT= Allows to store module help pages outside the module system
|
|
|
|
DRUPAL6_MODULE= yes
|
|
MODULE_DIRS= help help_example/help help_example
|
|
MODULE_FILES= help/advanced_help.help.ini help/ini-file.html \
|
|
help/translation.html help/using-advanced-help.html \
|
|
advanced-help-popup.tpl.php advanced_help.info \
|
|
advanced_help.install advanced_help.module \
|
|
help-icon.css help-popup.css help.css help.png \
|
|
help_example/help/180px-Andi_Gutmans_1.jpg \
|
|
help_example/help/180px-Lerdorf.jpg \
|
|
help_example/help/180px-PHP_Hello_World_screenshot.png \
|
|
help_example/help/about-php.html \
|
|
help_example/help/help_example.help.ini \
|
|
help_example/help/history.html \
|
|
help_example/help/security.html \
|
|
help_example/help/syntax.html \
|
|
help_example/help/usage.html \
|
|
help_example/help_example.info \
|
|
help_example/help_example.module
|
|
DOC_FILES= LICENSE.txt
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
|
|
.include <bsd.port.post.mk>
|