Separated documentation and revised modules info
This commit is contained in:
parent
95cbb8a5f2
commit
4fe068fd14
66 changed files with 149 additions and 1974 deletions
|
@ -1,6 +1,6 @@
|
|||
name = Administration menu
|
||||
description = "Provides a dropdown menu to most administrative tasks and other common destinations (to users with the proper permissions)."
|
||||
package = Core - optional
|
||||
package = Core - extended
|
||||
core = 6.x
|
||||
|
||||
; Information added by Drupal.org packaging script on 2015-02-21
|
||||
|
@ -8,4 +8,3 @@ version = "6.x-1.9"
|
|||
core = "6.x"
|
||||
project = "admin_menu"
|
||||
datestamp = "1424535792"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name = Node Comment
|
||||
description = Allows users to comment on and discuss published content using nodes.
|
||||
package = Core - optional
|
||||
package = Core - extended
|
||||
dependencies[] = views
|
||||
dependencies[] = comment
|
||||
core = 6.x
|
||||
|
@ -9,4 +9,3 @@ version = "6.x-3.0-beta1"
|
|||
core = "6.x"
|
||||
project = "nodecomment"
|
||||
datestamp = "1353097067"
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
name = Extended Path Aliases
|
||||
description = Automatically extend path aliases to include tabs, like "about-us/edit" for "node/123/edit". Allow these aliases to be entered in page specification wild-cards ("about-us*"), e.g for block visibility.
|
||||
package = Core - extended
|
||||
core = "6.x"
|
||||
; While you will need to enable the core Path module to enter aliases,
|
||||
; programmatically path_alias_xt has no dependency on it. Existing aliases
|
||||
|
@ -10,4 +11,3 @@ version = "6.x-1.3"
|
|||
core = "6.x"
|
||||
project = "path_alias_xt"
|
||||
datestamp = "1382565626"
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
name = Pathauto
|
||||
description = Provides a mechanism for modules to automatically generate aliases for the content they manage.
|
||||
package = Core - extended
|
||||
dependencies[] = path
|
||||
dependencies[] = token
|
||||
core = 6.x
|
||||
|
@ -10,4 +11,3 @@ version = "6.x-1.6"
|
|||
core = "6.x"
|
||||
project = "pathauto"
|
||||
datestamp = "1320076535"
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
name = Transliteration
|
||||
description = Converts non-latin text to US-ASCII and sanitizes file names.
|
||||
package = Multilanguage
|
||||
core = 6.x
|
||||
|
||||
|
||||
|
@ -8,4 +9,3 @@ version = "6.x-3.1"
|
|||
core = "6.x"
|
||||
project = "transliteration"
|
||||
datestamp = "1338540716"
|
||||
|
||||
|
|
Reference in a new issue