Changeset 452703
- Timestamp:
- 10/19/2011 03:05:05 AM (14 years ago)
- Location:
- wp-mvc
- Files:
-
- 4 edited
-
tags/1.1.1/README.md (modified) (2 diffs)
-
tags/1.1.1/readme.txt (modified) (2 diffs)
-
trunk/README.md (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-mvc/tags/1.1.1/README.md
r452134 r452703 19 19 ------------ 20 20 21 1. Upload `wp-mvc` to the `wp-content/plugins/` directory22 1. Activate the plugin through the 'Plugins'menu in WordPress21 1. Put `wp-mvc` into the `wp-content/plugins` directory 22 1. Activate the plugin in the "Plugins" menu in WordPress 23 23 1. Make sure that [Pretty Permalinks](http://codex.wordpress.org/Introduction_to_Blogging#Pretty_Permalinks) are enabled and working 24 1. Either set up the example plugin to see how WP MVC works or start creating an application using the code generation utility `wpmvc`:24 1. Either set up one of the example plugins to see how WP MVC works or start creating a plugin using the code generation utility `wpmvc`: 25 25 26 #### Setting up the example WP MVC-based plugin:26 #### Setting up one of the example WP MVC-based plugins: 27 27 28 1. Move its directory (e.g. `wp-content/plugins/wp-mvc/examples/events-calendar-example`) into the `wp-content/plugins/` directory (e.g. `wp-content/plugins/events-calendar-example`)29 1. Activate the plugin throughthe "Plugins" menu in WordPress28 1. Copy its directory (e.g. `wp-content/plugins/wp-mvc/examples/events-calendar-example`) into the `wp-content/plugins` directory (e.g. `wp-content/plugins/events-calendar-example`) 29 1. Activate the plugin in the "Plugins" menu in WordPress 30 30 31 31 After doing so, you should see administrative menus for each model in WordPress, and you'll be able to browse to URLs like `/events/`, `/events/1/`, `/venues/`, etc to see the public-facing views. … … 51 51 #### Is feature X available? 52 52 53 Most of the functionality that's available is used in the example applications, so if there's functionality that you'd like to use that isn't implemented in those or mentioned on [wpmvc.org](http://wpmvc.org), it may not exist yet. However, if it's something that is widely useful, I'd certainly be willing to implement it myself or to accept any well-written code that implements it. Please feel free to either add a topic in the WordPress forum or contact me through GitHub for any such requests:53 Most of the functionality that's available is used in the example plugins, so if there's functionality that you'd like to use that isn't implemented in those or mentioned on [wpmvc.org](http://wpmvc.org), it may not exist yet. However, if it's something that is widely useful, I'd certainly be willing to implement it myself or to accept any well-written code that implements it. Please feel free to either add a topic in the WordPress forum or contact me through GitHub for any such requests: 54 54 55 55 * [WordPress Forum](http://wordpress.org/tags/wp-mvc?forum_id=10) -
wp-mvc/tags/1.1.1/readme.txt
r452170 r452703 22 22 == Installation == 23 23 24 1. Upload `wp-mvc` to the `wp-content/plugins/` directory25 1. Activate the plugin through the 'Plugins'menu in WordPress24 1. Put `wp-mvc` into the `wp-content/plugins` directory 25 1. Activate the plugin in the "Plugins" menu in WordPress 26 26 1. Make sure that [Pretty Permalinks](http://codex.wordpress.org/Introduction_to_Blogging#Pretty_Permalinks) are enabled and working 27 1. Either set up the example plugin to see how WP MVC works or start creating an application using the code generation utility `wpmvc`:27 1. Either set up one of the example plugins to see how WP MVC works or start creating a plugin using the code generation utility `wpmvc`: 28 28 29 #### Setting up the example WP MVC-based plugin:29 #### Setting up one of the example WP MVC-based plugins: 30 30 31 1. Move its directory (e.g. `wp-content/plugins/wp-mvc/examples/events-calendar-example`) into the `wp-content/plugins/` directory (e.g. `wp-content/plugins/events-calendar-example`)32 1. Activate the plugin throughthe "Plugins" menu in WordPress31 1. Copy its directory (e.g. `wp-content/plugins/wp-mvc/examples/events-calendar-example`) into the `wp-content/plugins` directory (e.g. `wp-content/plugins/events-calendar-example`) 32 1. Activate the plugin in the "Plugins" menu in WordPress 33 33 34 34 After doing so, you should see administrative menus for each model in WordPress, and you'll be able to browse to URLs like `/events/`, `/events/1/`, `/venues/`, etc to see the public-facing views. … … 53 53 = Is feature X available? = 54 54 55 Most of the functionality that's available is used in the example applications, so if there's functionality that you'd like to use that isn't implemented in those or mentioned on [wpmvc.org](http://wpmvc.org), it may not exist yet. However, if it's something that is widely useful, I'd certainly be willing to implement it myself or to accept any well-written code that implements it. Please feel free to either add a topic in the WordPress forum or contact me through GitHub for any such requests:55 Most of the functionality that's available is used in the example plugins, so if there's functionality that you'd like to use that isn't implemented in those or mentioned on [wpmvc.org](http://wpmvc.org), it may not exist yet. However, if it's something that is widely useful, I'd certainly be willing to implement it myself or to accept any well-written code that implements it. Please feel free to either add a topic in the WordPress forum or contact me through GitHub for any such requests: 56 56 57 57 * [WordPress Forum](http://wordpress.org/tags/wp-mvc?forum_id=10) -
wp-mvc/trunk/README.md
r452134 r452703 19 19 ------------ 20 20 21 1. Upload `wp-mvc` to the `wp-content/plugins/` directory22 1. Activate the plugin through the 'Plugins'menu in WordPress21 1. Put `wp-mvc` into the `wp-content/plugins` directory 22 1. Activate the plugin in the "Plugins" menu in WordPress 23 23 1. Make sure that [Pretty Permalinks](http://codex.wordpress.org/Introduction_to_Blogging#Pretty_Permalinks) are enabled and working 24 1. Either set up the example plugin to see how WP MVC works or start creating an application using the code generation utility `wpmvc`:24 1. Either set up one of the example plugins to see how WP MVC works or start creating a plugin using the code generation utility `wpmvc`: 25 25 26 #### Setting up the example WP MVC-based plugin:26 #### Setting up one of the example WP MVC-based plugins: 27 27 28 1. Move its directory (e.g. `wp-content/plugins/wp-mvc/examples/events-calendar-example`) into the `wp-content/plugins/` directory (e.g. `wp-content/plugins/events-calendar-example`)29 1. Activate the plugin throughthe "Plugins" menu in WordPress28 1. Copy its directory (e.g. `wp-content/plugins/wp-mvc/examples/events-calendar-example`) into the `wp-content/plugins` directory (e.g. `wp-content/plugins/events-calendar-example`) 29 1. Activate the plugin in the "Plugins" menu in WordPress 30 30 31 31 After doing so, you should see administrative menus for each model in WordPress, and you'll be able to browse to URLs like `/events/`, `/events/1/`, `/venues/`, etc to see the public-facing views. … … 51 51 #### Is feature X available? 52 52 53 Most of the functionality that's available is used in the example applications, so if there's functionality that you'd like to use that isn't implemented in those or mentioned on [wpmvc.org](http://wpmvc.org), it may not exist yet. However, if it's something that is widely useful, I'd certainly be willing to implement it myself or to accept any well-written code that implements it. Please feel free to either add a topic in the WordPress forum or contact me through GitHub for any such requests:53 Most of the functionality that's available is used in the example plugins, so if there's functionality that you'd like to use that isn't implemented in those or mentioned on [wpmvc.org](http://wpmvc.org), it may not exist yet. However, if it's something that is widely useful, I'd certainly be willing to implement it myself or to accept any well-written code that implements it. Please feel free to either add a topic in the WordPress forum or contact me through GitHub for any such requests: 54 54 55 55 * [WordPress Forum](http://wordpress.org/tags/wp-mvc?forum_id=10) -
wp-mvc/trunk/readme.txt
r452170 r452703 22 22 == Installation == 23 23 24 1. Upload `wp-mvc` to the `wp-content/plugins/` directory25 1. Activate the plugin through the 'Plugins'menu in WordPress24 1. Put `wp-mvc` into the `wp-content/plugins` directory 25 1. Activate the plugin in the "Plugins" menu in WordPress 26 26 1. Make sure that [Pretty Permalinks](http://codex.wordpress.org/Introduction_to_Blogging#Pretty_Permalinks) are enabled and working 27 1. Either set up the example plugin to see how WP MVC works or start creating an application using the code generation utility `wpmvc`:27 1. Either set up one of the example plugins to see how WP MVC works or start creating a plugin using the code generation utility `wpmvc`: 28 28 29 #### Setting up the example WP MVC-based plugin:29 #### Setting up one of the example WP MVC-based plugins: 30 30 31 1. Move its directory (e.g. `wp-content/plugins/wp-mvc/examples/events-calendar-example`) into the `wp-content/plugins/` directory (e.g. `wp-content/plugins/events-calendar-example`)32 1. Activate the plugin throughthe "Plugins" menu in WordPress31 1. Copy its directory (e.g. `wp-content/plugins/wp-mvc/examples/events-calendar-example`) into the `wp-content/plugins` directory (e.g. `wp-content/plugins/events-calendar-example`) 32 1. Activate the plugin in the "Plugins" menu in WordPress 33 33 34 34 After doing so, you should see administrative menus for each model in WordPress, and you'll be able to browse to URLs like `/events/`, `/events/1/`, `/venues/`, etc to see the public-facing views. … … 53 53 = Is feature X available? = 54 54 55 Most of the functionality that's available is used in the example applications, so if there's functionality that you'd like to use that isn't implemented in those or mentioned on [wpmvc.org](http://wpmvc.org), it may not exist yet. However, if it's something that is widely useful, I'd certainly be willing to implement it myself or to accept any well-written code that implements it. Please feel free to either add a topic in the WordPress forum or contact me through GitHub for any such requests:55 Most of the functionality that's available is used in the example plugins, so if there's functionality that you'd like to use that isn't implemented in those or mentioned on [wpmvc.org](http://wpmvc.org), it may not exist yet. However, if it's something that is widely useful, I'd certainly be willing to implement it myself or to accept any well-written code that implements it. Please feel free to either add a topic in the WordPress forum or contact me through GitHub for any such requests: 56 56 57 57 * [WordPress Forum](http://wordpress.org/tags/wp-mvc?forum_id=10)
Note: See TracChangeset
for help on using the changeset viewer.