Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

renamed .wiki to .md #41

Merged
merged 1 commit into from Jan 12, 2013
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
76 changes: 38 additions & 38 deletions config/docs/index.json
Expand Up @@ -12,104 +12,104 @@
"getting-started": {
"title": "Getting Started",
"contents": {
"getting-started/requirements.wiki": { "title": "Requirements" },
"getting-started/installation.wiki": { "title": "Installation" },
"getting-started/troubleshooting.wiki": { "title": "Troubleshooting" }
"getting-started/requirements.md": { "title": "Requirements" },
"getting-started/installation.md": { "title": "Installation" },
"getting-started/troubleshooting.md": { "title": "Troubleshooting" }
}
},
"lithium-basics": {
"title": "Lithium Basics",
"contents": {
"lithium-basics/architecture.wiki": { "title": "Architecture" },
"lithium-basics/new-in-php53.wiki": { "title": "New in PHP 5.3" },
"lithium-basics/filters.wiki": { "title": "Aspect Oriented Programming with Filters" }
"lithium-basics/architecture.md": { "title": "Architecture" },
"lithium-basics/new-in-php53.md": { "title": "New in PHP 5.3" },
"lithium-basics/filters.md": { "title": "Aspect Oriented Programming with Filters" }
}
},
"configuration": {
"title": "Configuration",
"contents": {
"configuration/php.wiki" : {"title" : "PHP"},
"configuration/php.md" : {"title" : "PHP"},
"configuration/servers": {
"title": "Servers",
"contents": {
"configuration/servers/apache.wiki": { "title": "Apache" },
"configuration/servers/cherokee.wiki": { "title": "Cherokee" },
"configuration/servers/iis.wiki": { "title": "Internet Information Services (IIS)" },
"configuration/servers/lighttpd.wiki": { "title": "LigHTTPD" },
"configuration/servers/litespeed.wiki": { "title": "Litespeed" },
"configuration/servers/nginx.wiki" : { "title": "Nginx" }
"configuration/servers/apache.md": { "title": "Apache" },
"configuration/servers/cherokee.md": { "title": "Cherokee" },
"configuration/servers/iis.md": { "title": "Internet Information Services (IIS)" },
"configuration/servers/lighttpd.md": { "title": "LigHTTPD" },
"configuration/servers/litespeed.md": { "title": "Litespeed" },
"configuration/servers/nginx.md" : { "title": "Nginx" }
}
},
"configuration/connections": {
"title": "Connections",
"contents": {
"configuration/connections/mongodb-setup.wiki": { "title": "MongoDB Setup" }
"configuration/connections/mongodb-setup.md": { "title": "MongoDB Setup" }
}
}
}
},
"quality-code": {
"title": "Writing Quality Code",
"contents": {
"quality-code/coding-standards.wiki": { "title": "Coding Standards" },
"quality-code/lithium_qa.wiki": { "title": "QA: static code analysis" },
"quality-code/testing.wiki": { "title": "Unit Testing" }
"quality-code/coding-standards.md": { "title": "Coding Standards" },
"quality-code/lithium_qa.md": { "title": "QA: static code analysis" },
"quality-code/testing.md": { "title": "Unit Testing" }
}
},
"handling-http-requests": {
"title": "Handling HTTP Requests",
"contents": {
"handling-http-requests/overview.wiki": { "title": "Overview: A Typical Request and Response" },
"handling-http-requests/routing.wiki": { "title": "Request Routing" },
"handling-http-requests/controllers.wiki": { "title": "Controllers" },
"handling-http-requests/views.wiki": { "title": "Views" },
"handling-http-requests/helpers.wiki": { "title": "Helpers" },
"handling-http-requests/understanding-context.wiki": { "title": "Understanding Context" }
"handling-http-requests/overview.md": { "title": "Overview: A Typical Request and Response" },
"handling-http-requests/routing.md": { "title": "Request Routing" },
"handling-http-requests/controllers.md": { "title": "Controllers" },
"handling-http-requests/views.md": { "title": "Views" },
"handling-http-requests/helpers.md": { "title": "Helpers" },
"handling-http-requests/understanding-context.md": { "title": "Understanding Context" }
}
},
"working-with-data": {
"title": "Working with Data",
"contents": {
"working-with-data/using-data-sources.wiki": { "title": "Using Data Sources"},
"working-with-data/using-models.wiki": { "title": "Using Models"},
"working-with-data/validation.wiki": { "title": "Validation"},
"working-with-data/relationships.wiki": { "title": "Relationships "},
"working-with-data/adding-functions-to-models.wiki": { "title": "Adding Functionality to Models"},
"working-with-data/creating-data-sources.wiki": { "title": "Creating Data Sources"}
"working-with-data/using-data-sources.md": { "title": "Using Data Sources"},
"working-with-data/using-models.md": { "title": "Using Models"},
"working-with-data/validation.md": { "title": "Validation"},
"working-with-data/relationships.md": { "title": "Relationships "},
"working-with-data/adding-functions-to-models.md": { "title": "Adding Functionality to Models"},
"working-with-data/creating-data-sources.md": { "title": "Creating Data Sources"}
}
},
"auth": {
"title": "Authentication",
"contents": {
"auth/simple-auth-user.wiki": { "title": "Creating a user in M, V, C" },
"auth/simple-authentication.wiki": { "title": "Simple Authentication" }
"auth/simple-auth-user.md": { "title": "Creating a user in M, V, C" },
"auth/simple-authentication.md": { "title": "Simple Authentication" }
}
},
"globalization": {
"title": "Globalization",
"contents": {
"globalization/readme.wiki": { "title": "Globalization Tutorial" }
"globalization/readme.md": { "title": "Globalization Tutorial" }
}
},
"extending-lithium": {
"title": "Extending Lithium",
"contents": {
"extending-lithium/plugins.wiki": { "title": "Plugins" },
"extending-lithium/third-party-libraries.wiki": { "title": "3rd Party Libraries" }
"extending-lithium/plugins.md": { "title": "Plugins" },
"extending-lithium/third-party-libraries.md": { "title": "3rd Party Libraries" }
}
},
"cloud": {
"title": "Lithium in the Cloud",
"contents": {
"cloud/readme.wiki": { "title": "Deploying to Orchestra.io" }
"cloud/readme.md": { "title": "Deploying to Orchestra.io" }
}
},
"appendices": {
"title": "Appendices",
"contents": {
"appendices/readme.wiki": { "title": "FAQ" },
"appendices/using-in-other-applications.wiki": { "title": "Using Lithium in Other Applications" },
"appendices/contributing.wiki": { "title": "Contributing to Lithium" }
"appendices/readme.md": { "title": "FAQ" },
"appendices/using-in-other-applications.md": { "title": "Using Lithium in Other Applications" },
"appendices/contributing.md": { "title": "Contributing to Lithium" }
}
}
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.