readme.md in rad_common_interface-0.0.12 vs readme.md in rad_common_interface-0.0.13
- old
+ new
@@ -1,15 +1,15 @@
# Common User Interface for the Rad framework
## Rad Face
[Rad Face][face] is a tool for **Rapid Web Interface Creation** for the Rad framework.
-Instead of trying to provide one universal user interface API (like GWT) to fit all needs, the [Face][face] **provides you with tools that ease creation of your own custom interface**.
+Instead of trying to provide one universal user interface API (like GWT) to fit all needs, the [Face][face] **provides you with tools that ease creation of Your own custom interface**.
-Define Your design only one time, in one place, and then reuse it, forget about HTML and CSS in your Views.
+Define Your design only one time, in one place, and then reuse it, forget about HTML and CSS in Your Views.
-It acts like an abstraction layer, allowing you to define your custom API (or DSL if you like) to build your user interface. Key point here - it allows you build such API **very quick and easy**.
+It acts like an abstraction layer, allowing you to define Your custom API (or DSL if you like) to build Your user interface. Key point here - it allows you build such API **very quick and easy**.
## Demo
* [Sample of HomePage][sample1], [sample of page (with another design)][sample2]
* [List of all Samples][list_of_samples]
@@ -35,17 +35,19 @@
## Usage
$ sudo gem install common_interface
**Notice!** Default UI is the UI I build for my own need, it's not an universal solution (and maybe you can also use it).
-But to create Your own design you need to create your own 'Default UI', using this code as a sample.
+But to create Your own design you need to create Your own 'Default UI', using this code as a sample.
## Development
### Less CSS
$ lessc style.less > style.css
$ lessc reset.less > reset.css
+
+## License
Copyright (c) Alexey Petrushin http://petrush.in, released under the MIT license.
[face]: http://github.com/alexeypetrushin/rad_face
\ No newline at end of file