rich user profiles
This commit is contained in:
parent
1fb72a9817
commit
45e1f5e6b4
8
www/drupal5/nodefamily/Makefile
Normal file
8
www/drupal5/nodefamily/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/07/11 09:17:34 espie Exp $
|
||||
|
||||
COMMENT = define relations between content types
|
||||
|
||||
DISTNAME = nodefamily-5.x-1.4
|
||||
PKGNAME = drupal5-node-family-1.4
|
||||
|
||||
.include <bsd.port.mk>
|
5
www/drupal5/nodefamily/distinfo
Normal file
5
www/drupal5/nodefamily/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (drupal5/nodefamily-5.x-1.4.tar.gz) = 5dhDurVSq+9mPpHhhcIb6g==
|
||||
RMD160 (drupal5/nodefamily-5.x-1.4.tar.gz) = QDIysIwlZdore9HxlPncS7hcGIM=
|
||||
SHA1 (drupal5/nodefamily-5.x-1.4.tar.gz) = VKUI17MJZEWwGi/Ih3DsC7BFcjk=
|
||||
SHA256 (drupal5/nodefamily-5.x-1.4.tar.gz) = kOVST5qbYSmRMdc0Vj19+mxdmAX27/xdKyidhi10bX4=
|
||||
SIZE (drupal5/nodefamily-5.x-1.4.tar.gz) = 14662
|
15
www/drupal5/nodefamily/pkg/DESCR
Normal file
15
www/drupal5/nodefamily/pkg/DESCR
Normal file
@ -0,0 +1,15 @@
|
||||
With this module you can define relations between content types.
|
||||
It automatically creates a relation between all nodes, which have
|
||||
been created from the same user and have the defined content types.
|
||||
|
||||
It is a simple node relationship module, which doesn't provide any
|
||||
enduser interface. Relations are set automatically (based on admin
|
||||
defined content type relations) or programmatically through its
|
||||
API. It also allows to restrict the population of a content type
|
||||
(the number of creatable nodes of a content type per user).
|
||||
|
||||
The module doesn't display related nodes when viewing a node or
|
||||
anything similar. Currently it's up to the user to use the relation,
|
||||
e.g. use it to display related nodes during viewing a node (example
|
||||
provided) or use it for generating views in conjunction with views
|
||||
fusion
|
9
www/drupal5/nodefamily/pkg/PLIST
Normal file
9
www/drupal5/nodefamily/pkg/PLIST
Normal file
@ -0,0 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/07/11 09:17:34 espie Exp $
|
||||
@owner ${DRUPAL_OWNER}
|
||||
@group ${DRUPAL_GROUP}
|
||||
${DRUPAL_MODS}/nodefamily/
|
||||
${DRUPAL_MODS}/nodefamily/LICENSE.txt
|
||||
${DRUPAL_MODS}/nodefamily/README.txt
|
||||
${DRUPAL_MODS}/nodefamily/nodefamily.info
|
||||
${DRUPAL_MODS}/nodefamily/nodefamily.install
|
||||
${DRUPAL_MODS}/nodefamily/nodefamily.module
|
Loading…
x
Reference in New Issue
Block a user