Project

General

Profile

« Previous | Next » 

Revision bef2fcb1

Added by Andreas Kohlbecker over 16 years ago

svn:keyword property 'Id' added to all module files

View differences:

modules/taxon_experts/README.txt
1
$Id$
1 2

  
2 3
REQUIREMENTS
3 4
------------------------------
modules/taxon_experts/noderef_parent.info
1
; $Id: noderef_parent.module, v 1.0 2007/05/02, Andreas Kohlbecker - http://www.bgbm.org/BioDivInf/default.htm $
1
; $Id$
2 2
name = Node Reference Parent
3 3
package = CCK
4 4
description = "A CCK widget which is not editable but filled with default data only. It is used to simulate 1:n relationships between parent and child nodes."
modules/taxon_experts/noderef_parent.module
1 1
<?php
2
// $Id noderef_parent.module, v 1.0 2007, Andreas Kohlbecker - http://www.bgbm.org/BioDivInf/default.htm $
2
// $Id$
3 3

  
4 4
/**
5 5
 * @file
modules/taxon_experts/taxon_experts.info
1
; $Id: taxon_experts.module, v 1.0 2007/05/02, Andreas Kohlbecker - http://www.bgbm.org/BioDivInf/default.htm $
1
; $Id$
2 2
name = EDIT - Taxonomic Experts Database
3 3
package = EDIT
4 4
description = "A online information service on  taxonomic experts, their expertise and ongoing and planned taxonomic research projects. This module is brought to you by the European Distributed Institute of Taxonomy - EDIT"
modules/taxon_experts/taxon_experts.module
1 1
<?php
2
// $Id $
2
// $Id$
3 3

  
4 4
// include the module specific template extention for this module
5 5
require_once('template.taxon_experts.php');
modules/taxon_experts/template.taxon_experts.php
1 1
<?php
2
// $Id$
3

  
2 4
/**
3 5
function _init_vocabulary_tids(){
4 6
  //FIXME: execute this during module installation

Also available in: Unified diff