Skip to content

Commit

Permalink
Added a warning to the README about the expierimental state of the fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Shea committed Apr 29, 2009
1 parent 87f272e commit a163025
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Chronic
http://chronic.rubyforge.org/
by Tom Preston-Werner

==== Please read the warning at the bottom of this document

== DESCRIPTION:

Adding some support for Russian.
Expand All @@ -12,7 +14,7 @@ Chronic is a natural language date/time parser written in pure Ruby. See below f

Chronic can be installed via RubyGems:

$ sudo gem install chronic
$ sudo gem install evaryont-chronic

== CODE:

Expand Down Expand Up @@ -167,3 +169,17 @@ 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.

= WARNING:

If you haven't noticed already, this is a fork of mojombo's 'true' chronic. I
decided on my own volition that the 40-some (as reported by Github) network
should be merged together. I made this so, and quite haphazardly. There are a
lot of new features (mostly undocumented except the git logs) so be a little
flexible in your language passed to Chronic.

Given that, if there is a bug, more than likely it's my own fault, not
mojombo's and therefore bug reports should be sent to my fork, not his. That's
all.

Enjoy Chronic!

0 comments on commit a163025

Please sign in to comment.