创建module失败,求助!在线等!

由 xueren 于 周一, 2008-05-12 16:59 提交。

我是按照红儒哥博客上讲的做的一个module,为什么没成功呢?具体步骤是这样的:
在目录sites/all/modules新建一个目录目录annotate,然后在其下面创建一个名为annotate.module的文件,文件内容如下:
<?php

// $Id$

/**

* @file

* Lets users add private annotations to nodes.

*

* Adds a text field when a node is displayed

* so that authenticated users may make notes.

*/
就是这些,文章说:“保存文件,访问Administer->Site building->Modules.模块将会出现在列表中。”
可我这样按照做了 为什么没有出现在module列表里呢?

补充一下: annotate.info

补充一下:

annotate.info文件内容如下:

; $Id$

name = Annotate

description = Allows users to annotate nodes.

package = Example

version = "$Name$"

一共2个文件,都是按博客文章上说的做的,为什么不行呢?

6.*的版本好像要加上 c

6.*的版本好像要加上
core = 6.x