diff options
author | Paul Duncan <pabs@pablotron.org> | 2018-09-05 23:19:38 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2018-09-05 23:19:38 -0400 |
commit | 74e86d266b244ff40c098dfabab239710c6e5143 (patch) | |
tree | 2f234ff88f101718d05d213899fe1b85552382c1 /ruby/README.mkd | |
parent | 1e839cd3ba61d3732fabdc54a4aa441cec613ba2 (diff) | |
download | luigi-template-74e86d266b244ff40c098dfabab239710c6e5143.tar.bz2 luigi-template-74e86d266b244ff40c098dfabab239710c6e5143.zip |
ruby: more documentation
Diffstat (limited to 'ruby/README.mkd')
-rw-r--r-- | ruby/README.mkd | 48 |
1 files changed, 45 insertions, 3 deletions
diff --git a/ruby/README.mkd b/ruby/README.mkd index d08eff3..d3ae750 100644 --- a/ruby/README.mkd +++ b/ruby/README.mkd @@ -1,4 +1,46 @@ -LuigiTemplate -============= +Luigi Template +============== -*TODO* populate. +Overview +-------- +Luigi Template is a string templating library for JavaScript, Java, +Ruby, and PHP. + +Here's an example: + +*TODO* + +Features: + +*TODO* + +Documentation +------------- +The API documentation is available online at the following URL: + +https://pablotron.github.io/luigi-template/ruby/ + +License +------- +Copyright 2007-2018 Paul Duncan ([pabs@pablotron.org][me]) + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +[me]: mailto:pabs@pablotron.org |