浏览代码

docs cleanup

euromark 10 年之前
父节点
当前提交
8fdf0f8fb4
共有 2 个文件被更改,包括 0 次插入8 次删除
  1. 0 1
      README.md
  2. 0 7
      docs/Shims.md

+ 0 - 1
README.md

@@ -115,7 +115,6 @@ public $helpers = array(
 ### Useful fixes and additions
 
 * Auto-trim on POST (to make - not only notEmpty - validation working properly).
-* RSS and Ajax Views for better responses (Ajax also comes with an optional component).
 * Using the Common component's flashMessage() you can have colorful (success, warning, error, ...) flash messages.
   They also can stack up (multiple messages per type). This way no message is lost when redirecting twice etc.
   You will also need `echo $this->Flash->message();` then instead of the default flash code in your layout.ctp template.

+ 0 - 7
docs/Shims.md

@@ -32,10 +32,6 @@ any of your code still uses the deprecated named params.
 In 3.x there will be a FlashComponent instead. Mine also provides stackable (multi) messages.
 See https://github.com/dereuromark/cakephp-tools/wiki/Flash-messages for details.
 
-### RSS
-Use RssView instead of the akward and limited helper approach.
-
-
 ### More
 
 #### Templates
@@ -44,8 +40,5 @@ Backported StringTemplate class (from CakePHP3.0) can be used to use template ba
 #### Helpers
 FormExt and HtmlExt helpers also provide extended functionality and 3.x shims.
 
-#### Ajax
-Use the AjaxView which will easily be upgradable as a clean component approach.
-
 
 Also see the [Shim plugin](https://github.com/dereuromark/cakephp-shim) for details and documentation on more possible shims you can leverage.