Browse Source

[doc] article reference link to blog

gediminasm 13 years ago
parent
commit
07ae4cd912
8 changed files with 12 additions and 1 deletions
  1. 2 0
      doc/annotations.md
  2. 1 0
      doc/loggable.md
  3. 1 0
      doc/mapping.md
  4. 1 0
      doc/sluggable.md
  5. 4 1
      doc/sortable.md
  6. 1 0
      doc/timestampable.md
  7. 1 0
      doc/translatable.md
  8. 1 0
      doc/tree.md

+ 2 - 0
doc/annotations.md

@@ -4,6 +4,8 @@ Bellow you will find all annotation descriptions used in these extensions.
 There will be introduction on usage with examples. For more detailed usage
 on extensions, refer to their specific documentation.
 
+[blog_reference]: http://gediminasm.org/article/annotation-reference-for-extensions "Doctrine2 extensions annotation reference and examples"
+
 Content:
 
 - Best [practices](#setup) for setting up

+ 1 - 0
doc/loggable.md

@@ -11,6 +11,7 @@ Features:
 - Objects can be reverted to previous versions
 - Annotation, Yaml and Xml mapping support for extensions
 
+[blog_reference]: http://gediminasm.org/article/loggable-behavioral-extension-for-doctrine2 "Loggable extension for Doctrine2 tracks record changes and version management"
 [blog_test]: http://gediminasm.org/test "Test extensions on this blog"
 
 Update **2011-04-04**

+ 1 - 0
doc/mapping.md

@@ -11,6 +11,7 @@ Features:
 - Mapping drivers for annotation and yaml
 - Conventional extension points for metadata extraction and object manager abstraction
 
+[blog_reference]: http://gediminasm.org/article/mapping-extension-for-doctrine2 "Mapping extension for Doctrine2 makes it easy to create extensions based on annotation, xml, yaml mapping drivers"
 [blog_test]: http://gediminasm.org/test "Test extensions on this blog"
 
 - Public [Mapping repository](http://github.com/l3pp4rd/DoctrineExtensions "Mapping extension on Github") is available on github

+ 1 - 0
doc/sluggable.md

@@ -13,6 +13,7 @@ Features:
 - Multiple slugs, diferent slugs can link to same fields
 - Built-in slug handlers, for tree path based slugs or linked by relation
 
+[blog_reference]: http://gediminasm.org/article/sluggable-behavior-extension-for-doctrine-2 "Sluggable extension for Doctrine 2 makes automatic record field transformations into url friendly names"
 [blog_test]: http://gediminasm.org/test "Test extensions on this blog"
 
 Update **2010-09-11**

+ 4 - 1
doc/sortable.md

@@ -1,4 +1,4 @@
-# Sortable behavior extension for Doctrine 2
+# Sortable behavior extension for Doctrine2
 
 **Sortable** behavior will maintain a position field for ordering
 entities.
@@ -10,6 +10,9 @@ Features:
 - Can be nested with other behaviors
 - Annotation, Yaml and Xml mapping support for extensions
 
+[blog_reference]: http://gediminasm.org/article/sortable-behavior-extension-for-doctrine2 "Sortable extension will enable ordering on any entity or its relation"
+[blog_test]: http://gediminasm.org/test "Test extensions on this blog"
+
 **Notice:**
 
 - Public [Sortable repository](http://github.com/l3pp4rd/DoctrineExtensions "Sortable extension on Github") is available on github

+ 1 - 0
doc/timestampable.md

@@ -13,6 +13,7 @@ Features:
 - Can be nested with other behaviors 
 - Annotation, Yaml and Xml mapping support for extensions
 
+[blog_reference]: http://gediminasm.org/article/timestampable-behavior-extension-for-doctrine-2 "Timestampable extension for Doctrine 2 helps automate update of dates"
 [blog_test]: http://gediminasm.org/test "Test extensions on this blog"
 
 Update **2011-04-04**

+ 1 - 0
doc/translatable.md

@@ -14,6 +14,7 @@ Features:
 - Can be nested with other behaviors
 - Annotation, Yaml and Xml mapping support for extensions
 
+[blog_reference]: http://gediminasm.org/article/translatable-behavior-extension-for-doctrine-2 "Translatable extension for Doctrine 2 makes automatic record field translations and their loading depending on language used"
 [blog_test]: http://gediminasm.org/test "Test extensions on this blog"
 
 **2011-10-08**

+ 1 - 0
doc/tree.md

@@ -15,6 +15,7 @@ Features:
 - Can be nested with other extensions
 - Annotation, Yaml and Xml mapping support for extensions
 
+[blog_reference]: http://gediminasm.org/article/tree-nestedset-behavior-extension-for-doctrine-2 "Tree - Nestedset or Closure extension for Doctrine 2 makes tree implementation on entities"
 [blog_test]: http://gediminasm.org/test "Test extensions on this blog"
 
 Thanks for contributions to: