Skip to content

Commit 6169f46

Browse files
committed
rename front-matter tags
1 parent 2d67a3a commit 6169f46

File tree

520 files changed

+562
-563
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

520 files changed

+562
-563
lines changed

README.md

+6-6

installation/common_problems.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- Installation,/installation/
77
- Common Problems
88
prev: The Suhosin Extension,/installation/suhosin/
9-
category: core,installation
9+
categories: core,installation
1010
---
1111

1212
{% include open_section.html nav='nav_installation.html' selected='common_problems' %}

installation/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
breadcrumbs:
66
- Installation
77
next: "Step 1: Welcome!,/installation/step1/"
8-
category: core,installation
8+
categories: core,installation
99
page_type: introduction
1010
---
1111

installation/step1.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- "Step 1: Welcome"
88
prev: Installation,/installation/
99
next: "Step 2: System Check,/installation/step2/"
10-
category: core,installation
10+
categories: core,installation
1111
---
1212

1313
{% include open_section.html nav='nav_installation.html' selected='step1' %}

installation/step2.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- "Step 2: System Check"
88
prev: "Step 1: Welcome!,/installation/step1/"
99
next: "Step 3: System Check,/installation/step3/"
10-
category: core,installation
10+
categories: core,installation
1111
---
1212

1313
{% include open_section.html nav='nav_installation.html' selected='step2' %}

installation/step3.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- "Step 3: Create Database Tables"
88
prev: "Step 2: System Check,/installation/step2/"
99
next: "Step 4: Create Config File,/installation/step4/"
10-
category: core,installation
10+
categories: core,installation
1111
---
1212

1313
{% include open_section.html nav='nav_installation.html' selected='step3' %}

installation/step4.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- "Step 4: Create Config File"
88
prev: "Step 3: Create Database Tables,/installation/step3/"
99
next: "Step 5: Create Admin Account,/installation/step5/"
10-
category: core,installation
10+
categories: core,installation
1111
---
1212

1313
{% include open_section.html nav='nav_installation.html' selected='step4' %}

installation/step5.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
subnavSection: "Step 5: Create Admin Account"
99
prev: "Step 4: Create Config File,/installation/step4/"
1010
next: "Step 6: Clean Up,/installation/step6/"
11-
category: core,installation
11+
categories: core,installation
1212
---
1313

1414
{% include open_section.html nav='nav_installation.html' selected='step5' %}

installation/step6.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- "Step 6: Clean Up"
88
prev: "Step 5: Create Admin Account,/installation/step5/"
99
next: "The Suhosin Extension,/installation/suhosin/"
10-
category: core,installation
10+
categories: core,installation
1111
---
1212

1313
{% include open_section.html nav='nav_installation.html' selected='step6' %}

installation/suhosin.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- The Suhosin Extension
88
prev: "Step 6: Clean Up,/installation/step6/"
99
next: Common Problems,/installation/common_problems/
10-
category: core,installation
10+
categories: core,installation
1111
---
1212

1313
{% include open_section.html nav='nav_installation.html' selected='suhosin' %}

module_development/anatomy.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- Anatomy of a Module
99
prev: Module Development,/module_development/
1010
next: module.php,/module_development/file_module/
11-
category: module_development
11+
categories: module_development
1212
---
1313

1414
{% include open_section.html nav='nav_module_development.html' selected='anatomy' nav_width=4 %}

module_development/code_hooks.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- Code Hooks
1010
prev: Hooks Methodology,/module_development/hooks_methodology/
1111
next: Template Hooks,/module_development/template_hooks/
12-
category: module_development
12+
categories: module_development
1313
---
1414

1515
{% include open_section.html nav='nav_module_development.html' selected='code_hooks' nav_width=4 %}

module_development/common_tasks.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- Common Tasks
99
prev: Related Links,/module_development/related_links/
1010
next: Example Modules,/module_development/example_modules/
11-
category: module_development
11+
categories: module_development
1212
---
1313

1414
{% include open_section.html nav='nav_module_development.html' selected='common_tasks' nav_width=4 %}

module_development/database_tables.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- Database Tables
99
prev: Upgrade Function,/module_development/upgrade_function/
1010
next: Module Navigation,/module_development/module_nav/
11-
category: module_development
11+
categories: module_development
1212
---
1313

1414
{% include open_section.html nav='nav_module_development.html' selected='database_tables' nav_width=4 %}

module_development/display_pages.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- Displaying your Pages
99
prev: Module Navigation,/module_development/module_nav/
1010
next: Helper Functions,/module_development/helper_functions/
11-
category: module_development
11+
categories: module_development
1212
---
1313

1414
{% include open_section.html nav='nav_module_development.html' selected='display_pages' nav_width=4 %}

module_development/example_modules.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- Form Tools 2,/module_development/index_ft2/
88
- Example Modules
99
prev: Common Tasks,/module_development/common_tasks/
10-
category: module_development
10+
categories: module_development
1111
---
1212

1313
{% include open_section.html nav='nav_module_development.html' selected='example_modules' nav_width=4 %}

module_development/file_index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- index.php
1010
prev: module.php,/module_development/file_module/
1111
next: index.tpl,/module_development/file_index_tpl/
12-
category: module_development
12+
categories: module_development
1313
---
1414

1515
{% include open_section.html nav='nav_module_development.html' selected='file_index' nav_width=4 %}

module_development/file_index_tpl.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- index.tpl
1010
prev: index.php,/module_development/file_index/
1111
next: lang/[lang file].php,/module_development/file_lang/
12-
category: module_development
12+
categories: module_development
1313
---
1414

1515
{% include open_section.html nav='nav_module_development.html' selected='file_index_tpl' nav_width=4 %}

module_development/file_lang.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- lang/[lang file].php
1010
prev: index.tpl,/module_development/file_index_tpl/
1111
next: library.php,/module_development/file_library/
12-
category: module_development
12+
categories: module_development
1313
---
1414

1515
{% include open_section.html nav='nav_module_development.html' selected='file_lang' nav_width=4 %}

module_development/file_library.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- library.php
1010
prev: lang/[lang file].php,/module_development/file_lang/
1111
next: smarty/,/module_development/smarty/
12-
category: module_development
12+
categories: module_development
1313
---
1414

1515
{% include open_section.html nav='nav_module_development.html' selected='file_library' nav_width=4 %}

module_development/file_module.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- module.php
1010
prev: Anatomy of a Module,/module_development/anatomy/
1111
next: index.php,/module_development/file_index/
12-
category: module_development
12+
categories: module_development
1313
---
1414

1515
{% include open_section.html nav='nav_module_development.html' selected='file_module' nav_width=4 %}

module_development/ft3/anatomy.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- Anatomy of a Module
99
prev: Module Development,/module_development/ft3/
1010
next: Module.class.php,/module_development/ft3/file_module/
11-
category: module_development
11+
categories: module_development
1212
---
1313

1414
{% include open_section.html nav='nav_module_development_ft3.html' selected='anatomy' nav_width=4 %}

module_development/ft3/code_hooks.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- Code Hooks
1010
prev: Hooks Methodology,/module_development/ft3/hooks_methodology/
1111
next: Template Hooks,/module_development/ft3/template_hooks/
12-
category: module_development
12+
categories: module_development
1313
---
1414

1515
{% include open_section.html nav='nav_module_development_ft3.html' selected='code_hooks' nav_width=4 %}

module_development/ft3/common_tasks.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- Common Tasks
99
prev: Related Links,/module_development/ft3/related_links/
1010
next: Example Modules,/module_development/ft3/example_modules/
11-
category: module_development
11+
categories: module_development
1212
---
1313

1414
{% include open_section.html nav='nav_module_development_ft3.html' selected='common_tasks' nav_width=4 %}

module_development/ft3/database_tables.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- Database Tables
99
prev: Upgrade Function,/module_development/ft3/upgrade_function/
1010
next: Module Navigation,/module_development/ft3/module_nav/
11-
category: module_development
11+
categories: module_development
1212
---
1313

1414
{% include open_section.html nav='nav_module_development_ft3.html' selected='database_tables' nav_width=4 %}

module_development/ft3/display_pages.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- Displaying your Pages
99
prev: Module Navigation,/module_development/ft3/module_nav/
1010
next: Helper Functions,/module_development/ft3/helper_functions/
11-
category: module_development
11+
categories: module_development
1212
---
1313

1414
{% include open_section.html nav='nav_module_development_ft3.html' selected='display_pages' nav_width=4 %}

module_development/ft3/example_modules.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- Form Tools 3,/module_development/ft3/
88
- Example Modules
99
prev: Common Tasks,/module_development/ft3/common_tasks/
10-
category: module_development
10+
categories: module_development
1111
---
1212

1313
{% include open_section.html nav='nav_module_development_ft3.html' selected='example_modules' nav_width=4 %}

module_development/ft3/file_index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- index.php
1010
prev: module.php,/module_development/ft3/file_module/
1111
next: index.tpl,/module_development/ft3/file_index_tpl/
12-
category: module_development
12+
categories: module_development
1313
---
1414

1515
{% include open_section.html nav='nav_module_development_ft3.html' selected='file_index' nav_width=4 %}

module_development/ft3/file_index_tpl.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- index.tpl
1010
prev: index.php,/module_development/ft3/file_index/
1111
next: lang/[lang file].php,/module_development/ft3/file_lang/
12-
category: module_development
12+
categories: module_development
1313
---
1414

1515
{% include open_section.html nav='nav_module_development_ft3.html' selected='file_index_tpl' nav_width=4 %}

module_development/ft3/file_lang.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- lang/[lang file].php
1010
prev: index.tpl,/module_development/ft3/file_index_tpl/
1111
next: library.php,/module_development/ft3/file_library/
12-
category: module_development
12+
categories: module_development
1313
---
1414

1515
{% include open_section.html nav='nav_module_development_ft3.html' selected='file_lang' nav_width=4 %}

module_development/ft3/file_library.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- library.php
1010
prev: lang/[lang file].php,/module_development/ft3/file_lang/
1111
next: smarty/,/module_development/ft3/smarty/
12-
category: module_development
12+
categories: module_development
1313
---
1414

1515
{% include open_section.html nav='nav_module_development_ft3.html' selected='file_library' nav_width=4 %}

module_development/ft3/file_module.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- Module.class.php
1010
prev: Anatomy of a Module,/module_development/ft3/anatomy/
1111
next: index.php,/module_development/ft3/file_index/
12-
category: module_development
12+
categories: module_development
1313
---
1414

1515
{% include open_section.html nav='nav_module_development_ft3.html' selected='file_module' nav_width=4 %}

module_development/ft3/ft_check_module_enabled.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- ft_check_module_enabled
1010
prev: Helper Functions,/module_development/ft3/helper_functions/
1111
next: ft_display_module_page,/module_development/ft3/ft_display_module_page/
12-
category: module_development
12+
categories: module_development
1313
---
1414

1515
{% include open_section.html nav='nav_module_development_ft3.html' selected='ft_check_module_enabled' nav_width=4 %}

module_development/ft3/ft_display_module_page.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- ft_display_module_page
1010
prev: ft_check_module_enabled,/module_development/ft3/ft_check_module_enabled/
1111
next: ft_eval_smarty_string,/module_development/ft3/ft_eval_smarty_string/
12-
category: module_development
12+
categories: module_development
1313
---
1414

1515
{% include open_section.html nav='nav_module_development_ft3.html' selected='ft_display_module_page' nav_width=4 %}

module_development/ft3/ft_eval_smarty_string.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- ft_eval_smarty_string
1010
prev: ft_display_module_page,/module_development/ft3/ft_display_module_page/
1111
next: ft_get_dhtml_page_nav,/module_development/ft3/ft_get_dhtml_page_nav/
12-
category: module_development
12+
categories: module_development
1313
---
1414

1515
{% include open_section.html nav='nav_module_development_ft3.html' selected='ft_eval_smarty_string' nav_width=4 %}

module_development/ft3/ft_get_dhtml_page_nav.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- ft_get_dhtml_page_nav
1010
prev: ft_eval_smarty_string,/module_development/ft3/ft_eval_smarty_string/
1111
next: ft_get_module_hooks,/module_development/ft3/ft_get_module_hooks/
12-
category: module_development
12+
categories: module_development
1313
---
1414

1515
{% include open_section.html nav='nav_module_development_ft3.html' selected='ft_get_dhtml_page_nav' nav_width=4 %}

module_development/ft3/ft_get_module_hooks.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- ft_get_module_hooks
1010
prev: ft_get_dhtml_page_nav,/module_development/ft3/ft_get_dhtml_page_nav/
1111
next: ft_get_module_settings,/module_development/ft3/ft_get_module_settings/
12-
category: module_development
12+
categories: module_development
1313
---
1414

1515
{% include open_section.html nav='nav_module_development_ft3.html' selected='ft_get_module_hooks' nav_width=4 %}

module_development/ft3/ft_get_module_settings.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- ft_get_module_settings
1010
prev: ft_get_module_hooks,/module_development/ft3/ft_get_module_hooks/
1111
next: ft_get_page_nav,/module_development/ft3/ft_get_page_nav/
12-
category: module_development
12+
categories: module_development
1313
---
1414

1515
{% include open_section.html nav='nav_module_development_ft3.html' selected='ft_get_module_settings' nav_width=4 %}

module_development/ft3/ft_get_page_nav.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- ft_get_page_nav
1010
prev: ft_get_module_settings,/module_development/ft3/ft_get_module_settings/
1111
next: ft_include_modules,/module_development/ft3/ft_include_modules/
12-
category: module_development
12+
categories: module_development
1313
---
1414

1515
{% include open_section.html nav='nav_module_development_ft3.html' selected='ft_get_page_nav' nav_width=4 %}

module_development/ft3/ft_include_modules.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- ft_include_modules
1010
prev: ft_get_page_nav,/module_development/ft3/ft_get_page_nav/
1111
next: ft_init_module_page,/module_development/ft3/ft_init_module_page/
12-
category: module_development
12+
categories: module_development
1313
---
1414

1515
{% include open_section.html nav='nav_module_development_ft3.html' selected='ft_include_modules' nav_width=4 %}

module_development/ft3/ft_init_module_page.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- ft_init_module_page
1010
prev: ft_include_modules,/module_development/ft3/ft_include_modules/
1111
next: ft_load_module_field,/module_development/ft3/ft_load_module_field/
12-
category: module_development
12+
categories: module_development
1313
---
1414

1515
{% include open_section.html nav='nav_module_development_ft3.html' selected='ft_init_module_page' nav_width=4 %}

module_development/ft3/ft_load_module_field.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- ft_load_module_field
1010
prev: ft_init_module_page,/module_development/ft3/ft_init_module_page/
1111
next: ft_register_hook,/module_development/ft3/ft_register_hook/
12-
category: module_development
12+
categories: module_development
1313
---
1414

1515
{% include open_section.html nav='nav_module_development_ft3.html' selected='ft_load_module_field' nav_width=4 %}

0 commit comments

Comments
 (0)