From owner-cvs-all@FreeBSD.ORG Tue Aug 19 14:52:34 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD9151065675; Tue, 19 Aug 2008 14:52:34 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B3BFA8FC12; Tue, 19 Aug 2008 14:52:34 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7JEqYov034626; Tue, 19 Aug 2008 14:52:34 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7JEqYF1034625; Tue, 19 Aug 2008 14:52:34 GMT (envelope-from miwi) Message-Id: <200808191452.m7JEqYF1034625@repoman.freebsd.org> From: Martin Wilke Date: Tue, 19 Aug 2008 14:52:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/drupal6-advanced_help Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2008 14:52:34 -0000 miwi 2008-08-19 14:52:34 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/drupal6-advanced_help Makefile distinfo pkg-descr Log: 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 Revision Changes Path 1.2128 +1 -0 ports/www/Makefile 1.1 +38 -0 ports/www/drupal6-advanced_help/Makefile (new) 1.1 +3 -0 ports/www/drupal6-advanced_help/distinfo (new) 1.1 +14 -0 ports/www/drupal6-advanced_help/pkg-descr (new)