Skip to content

Commit

Permalink
Added README.md files
Browse files Browse the repository at this point in the history
Fix a grammar mistake in docs
  • Loading branch information
Aseem Bansal committed Jul 18, 2015
1 parent 8cd9559 commit 11a81a6
Show file tree
Hide file tree
Showing 50 changed files with 97 additions and 9 deletions.
2 changes: 1 addition & 1 deletion grails-async/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## gradle-async
## grails-async

This subproject contains code to support asynchronous programming in Grails. See http://grails.github.io/grails-doc/3.0.x/guide/async.html.
2 changes: 1 addition & 1 deletion grails-bom/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## gradle-bom
## grails-bom

Build support for generating the Maven bill of materials.
2 changes: 1 addition & 1 deletion grails-bootstrap/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## grails-bootstrap

This subproject contains much of the basic core coded required to bootstrap the Grails environment.
This subproject contains much of the core code required to bootstrap the Grails environment.
5 changes: 2 additions & 3 deletions grails-compat/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
## grails-compat

This subproject contains a compatibility layer related to a lot of the refacting that was done while buildin Grails 3.
Many of the classes that were refactored out of the `org.codehaus...` package tree have deprecated counterparts here
that mostly just extend or delegate to their repackaged replacements.
This subproject contains a compatibility layer related to a lot of the refactoring that was done while building Grails 3.
Many of the classes that were refactored out of the `org.codehaus...` package tree have deprecated counterparts here that mostly just extend or delegate to their repackaged replacements.
3 changes: 1 addition & 2 deletions grails-core/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
## grails-core

This subproject contains much of the code for the core of Grails and common code referenced from many places in the
project.
This subproject contains much of the code for the core of Grails and common code referenced from many places in the project.
2 changes: 2 additions & 0 deletions grails-dependencies/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-dependencies

2 changes: 2 additions & 0 deletions grails-docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-docs

2 changes: 2 additions & 0 deletions grails-encoder/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-encoder

2 changes: 2 additions & 0 deletions grails-gradle-model/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-gradle-model

2 changes: 2 additions & 0 deletions grails-gradle-plugin/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-gradle-plugin

2 changes: 2 additions & 0 deletions grails-gsp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-gsp

2 changes: 2 additions & 0 deletions grails-logging/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-logging

2 changes: 2 additions & 0 deletions grails-plugin-async/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-plugin-async

2 changes: 2 additions & 0 deletions grails-plugin-codecs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-plugin-codecs

2 changes: 2 additions & 0 deletions grails-plugin-controllers/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-plugin-controllers

2 changes: 2 additions & 0 deletions grails-plugin-converters/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-plugin-converters

2 changes: 2 additions & 0 deletions grails-plugin-databinding/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-plugin-databinding

2 changes: 2 additions & 0 deletions grails-plugin-datasource/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-plugin-datasource

2 changes: 2 additions & 0 deletions grails-plugin-domain-class/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-plugin-domain-class

2 changes: 2 additions & 0 deletions grails-plugin-events/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-plugin-events

3 changes: 3 additions & 0 deletions grails-plugin-filters/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## grails-plugin-filters

This subproject contains support for the deprecated filters functionality.
2 changes: 2 additions & 0 deletions grails-plugin-gsp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-plugin-gsp

2 changes: 2 additions & 0 deletions grails-plugin-i18n/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-plugin-i18n

3 changes: 3 additions & 0 deletions grails-plugin-interceptors/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## grails-plugin-interceptors

This subproject contains the code for the interceptors support. It contains the Interceptor trait and Matcher interface which are core to grails' Interceptor functionality.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import java.util.concurrent.ConcurrentLinkedQueue
import java.util.regex.Pattern

/**
* An interceptor can be used to interceptor requests to controllers and URIs
* An interceptor can be used to intercept requests to controllers and URIs
*
* They replace the notion of filters from earlier versions of Grails, prior to Grails 3.0
*
Expand Down
2 changes: 2 additions & 0 deletions grails-plugin-mimetypes/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-plugin-mimetypes

2 changes: 2 additions & 0 deletions grails-plugin-rest/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-plugin-rest

2 changes: 2 additions & 0 deletions grails-plugin-services/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-plugin-services

2 changes: 2 additions & 0 deletions grails-plugin-testing/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-plugin-testing

2 changes: 2 additions & 0 deletions grails-plugin-url-mappings/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-plugin-url-mappings

2 changes: 2 additions & 0 deletions grails-plugin-validation/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-plugin-validation

2 changes: 2 additions & 0 deletions grails-shell/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-shell

2 changes: 2 additions & 0 deletions grails-spring/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-spring

2 changes: 2 additions & 0 deletions grails-taglib/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-taglib

2 changes: 2 additions & 0 deletions grails-test-suite-base/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-test-suite-base

2 changes: 2 additions & 0 deletions grails-test-suite-persistence/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-test-suite-persistence

2 changes: 2 additions & 0 deletions grails-test-suite-uber/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-test-suite-uber

2 changes: 2 additions & 0 deletions grails-test-suite-web/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-test-suite-web

2 changes: 2 additions & 0 deletions grails-test/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-test

2 changes: 2 additions & 0 deletions grails-validation/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-validation

2 changes: 2 additions & 0 deletions grails-web-boot/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-web-boot

2 changes: 2 additions & 0 deletions grails-web-common/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-web-common

2 changes: 2 additions & 0 deletions grails-web-databinding/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-web-databinding

2 changes: 2 additions & 0 deletions grails-web-initializer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-web-initializer

2 changes: 2 additions & 0 deletions grails-web-jsp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-web-jsp

2 changes: 2 additions & 0 deletions grails-web-mvc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-web-mvc

2 changes: 2 additions & 0 deletions grails-web-sitemesh/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-web-sitemesh

2 changes: 2 additions & 0 deletions grails-web-taglib/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-web-taglib

2 changes: 2 additions & 0 deletions grails-web-url-mappings/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-web-url-mappings

2 changes: 2 additions & 0 deletions grails-web/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## grails-web

0 comments on commit 11a81a6

Please sign in to comment.