Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions action_example/action_example.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = Action example
name = Action Example
description = Demonstrates providing actions that can be associated to triggers.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module
type = module
2 changes: 1 addition & 1 deletion action_example/action_example.module
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @file
* Hook implementation for the Action example module.
* Hook implementation for the Action Example module.
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions ajax_example/ajax_example.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = AJAX Example
description = An example module showing how to use Backdrop AJAX forms
description = An example module showing how to use AJAX forms.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module
stylesheets[all][] = ajax_example.css
stylesheets[all][] = ajax_example.css
4 changes: 2 additions & 2 deletions batch_example/batch_example.info
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = Batch example
description = An example outlining how a module can define batch operations.
name = Batch Example
description = An example outlining how to define batch operations.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
Expand Down
2 changes: 1 addition & 1 deletion batch_example/batch_example.module
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @file
* Hook implementations for the Batch example module.
* Hook implementations for the Batch Example module.
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions cache_example/cache_example.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = Cache Example
description = An example outlining how to use Cache API.
description = An example outlining how to use the cache API.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module
type = module
6 changes: 3 additions & 3 deletions contextual_links_example/contextual_links_example.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = Contextual links example
description = Demonstrates how to use contextual links for enhancing the user experience.
name = Contextual Links Example
description = Demonstrates how to use contextual links to enhance the user experience.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module
type = module
2 changes: 1 addition & 1 deletion contextual_links_example/contextual_links_example.module
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @file
* Hooks implementations for the Contextual links example module.
* Hooks implementations for the Contextual Links Example module.
*/

/**
Expand Down
6 changes: 3 additions & 3 deletions cron_example/cron_example.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = Cron example
description = Demonstrates hook_cron() and related features
name = Cron Example
description = Demonstrates hook_cron() and related features.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module
type = module
2 changes: 1 addition & 1 deletion cron_example/cron_example.module
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @file
* Hook implementations for the Cron example module.
* Hook implementations for the Cron Example module.
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion database_example/database_example.info
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = Database Example
description = An example module showing how use the database API.
description = An example module showing how to use the database API.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
Expand Down
2 changes: 1 addition & 1 deletion email_example/email_example.info
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = Email Example
description = Demonstrate how to use the Backdrop's email APIs.
description = Demonstrate how to use the email APIs.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
Expand Down
4 changes: 2 additions & 2 deletions entity_example/entity_example.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name = Entity Example
description = A simple entity example showing the main steps required to set up your own entity.
description = A simple example showing the main steps required to set up a custom entity.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module
dependencies[] = field
configure = admin/structure/entity_example_basic/manage
configure = admin/structure/entity_example_basic/manage
12 changes: 6 additions & 6 deletions examples.module
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php
/**
* @file
* This file serves as a stub file for the many Examples modules in the
* @link http://backdropcms.org/project/examples Examples for Developers project @endlink
* which you can download and experiment with.
* This file serves as a stub file for the many example modules in the
* @link http://backdropcms.org/project/examples Examples for Developers @endlink
* project.
*
* One might say that examples.module is an example of documentation. However,
* note that the example submodules define many doxygen groups, which may or
* may not be a good strategy for other modules.
* One might say this module is an example of documentation. However, note that
* the example submodules define many Doxygen groups, which may or may not be a
* good strategy for other modules.
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions field_example/field_example.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = Field Example
description = An implementation of a field to show the Field API
description = An implementation of a field to show how to use the field API.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module
type = module
4 changes: 2 additions & 2 deletions field_permission_example/field_permission_example.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = Field Permission Example
description = A Field API Example: Fieldnote with Permissions
description = An example for a fieldnote field with permissions.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module
type = module
6 changes: 3 additions & 3 deletions file_example/file_example.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = File example
description = Examples of using the Backdrop File API and Stream Wrappers.
name = File Example
description = Examples of using the Backdrop file API and stream wrappers.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module
type = module
2 changes: 1 addition & 1 deletion file_example/file_example.module
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @file
* Hook implementations for the File example module.
* Hook implementations for the File Example module.
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions filter_example/filter_example.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = Filter example
name = Filter Example
description = An example module showing how to define a custom filter.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module
type = module
2 changes: 1 addition & 1 deletion filter_example/filter_example.module
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @file
* Hook implementations for the Filter example module.
* Hook implementations for the Filter Example module.
*/

/**
Expand Down
6 changes: 3 additions & 3 deletions form_example/form_example.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = Form example
description = Examples of using the Backdrop Form API.
name = Form Example
description = Examples of using the form API.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module
type = module
4 changes: 2 additions & 2 deletions js_example/js_example.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = JavaScript Example
description = An example module showing how to use some of the new JavaScript features in Backdrop.
description = An example module showing how to use some of the JavaScript features.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module
type = module
6 changes: 3 additions & 3 deletions menu_example/menu_example.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = Menu example
description = An example of advanced uses of the menu APIs.
name = Menu Example
description = An example of advanced uses of the menu API.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module
type = module
2 changes: 1 addition & 1 deletion menu_example/menu_example.module
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @file
* Hook implementations for the Menu example module.
* Hook implementations for the Menu Example module.
*/

/**
Expand Down
6 changes: 3 additions & 3 deletions node_access_example/node_access_example.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = Node access example
description = Demonstrates how a module can use Backdrop's node access system
name = Node Access Example
description = Demonstrates how a module can use the node access system.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module
type = module
2 changes: 1 addition & 1 deletion node_access_example/node_access_example.module
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @file
* Hook implementations for the Node access example module.
* Hook implementations for the Node Access Example module.
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions page_example/page_example.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = Page example
name = Page Example
description = An example module showing how to define a page to be displayed to the user at a given URL.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module
type = module
2 changes: 1 addition & 1 deletion page_example/page_example.module
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @file
* Hook implementations for the Page example module.
* Hook implementations for the Page Example module.
*/

/**
Expand Down
6 changes: 3 additions & 3 deletions pager_example/pager_example.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = Pager example
description = Demonstrates a page with content in a pager
name = Pager Example
description = Demonstrates a page with content in a pager.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module
type = module
4 changes: 2 additions & 2 deletions pager_example/pager_example.module
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @file
* Hook implementations for the Pager example module.
* Hook implementations for the Pager Example module.
*/

/**
Expand All @@ -23,7 +23,7 @@
*/
function pager_example_menu() {
$items['examples/pager_example'] = array(
'title' => 'Pager example',
'title' => 'Pager Example',
'description' => 'Show a page with a long list across multiple pages',
'page callback' => 'pager_example_page',
'access callback' => TRUE,
Expand Down
6 changes: 3 additions & 3 deletions queue_example/queue_example.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = Queue example
description = Examples of using the Backdrop Queue API.
name = Queue Example
description = Examples of using the queue API.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module
type = module
2 changes: 1 addition & 1 deletion queue_example/queue_example.module
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @file
* Hook implementations for the Queue example module.
* Hook implementations for the Queue Example module.
*/

/**
Expand Down
6 changes: 3 additions & 3 deletions render_example/render_example.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name = Render example
description = Demonstrates backdrop_render's capabilities and altering render arrays
name = Render Example
description = Demonstrates backdrop_render() capabilities and how to alter render arrays.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module
dependencies[] = devel
stylesheets[all][] = render_example.css
stylesheets[all][] = render_example.css
2 changes: 1 addition & 1 deletion render_example/render_example.module
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @file
* Hook implementations for the Render example module.
* Hook implementations for the Render Example module.
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions simpletest_example/simpletest_example.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = SimpleTest Example
description = Provides simpletest_example page node type.
description = Provides the simpletest_example node type.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module
dependencies[] = simpletest
dependencies[] = simpletest
2 changes: 1 addition & 1 deletion tablesort_example/tablesort_example.module
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @file
* Hook implementations for the Table Sort example module.
* Hook implementations for the Table Sort Example module.
*/

/**
Expand Down
4 changes: 2 additions & 2 deletions theming_example/theming_example.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = Theming example
name = Theming Example
description = An example module showing how to use theming.
package = Example modules
version = BACKDROP_VERSION
backdrop = 1.x
type = module
type = module
2 changes: 1 addition & 1 deletion theming_example/theming_example.module
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @file
* Hook implementations for the Theming example module.
* Hook implementations for the Theming Example module.
*/

/**
Expand Down
Loading