From 574f1f3d05abe09c99c60ad8582d954490eed981 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Sun, 12 Oct 2014 19:28:14 +0200 Subject: [PATCH] add rustache/rustache --- README.md | 1 + generate_markdown_files.py | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index d30a5cd..08d6e80 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ Only projects that are stable and useful to users are added. Projects that do no * Mustache * [erickt/rust-mustache](https://github.com/erickt/rust-mustache) — [](https://travis-ci.org/erickt/rust-mustache) + * [rustache/rustache](https://github.com/rustache/rustache) — [](https://travis-ci.org/rustache/rustache) ### Testing diff --git a/generate_markdown_files.py b/generate_markdown_files.py index d2c99a5..09f60f7 100644 --- a/generate_markdown_files.py +++ b/generate_markdown_files.py @@ -400,6 +400,11 @@ DATA = \ "url": "https://github.com/sebcrozet/nphysics", "unstable": True }, + "rustache/rustache": { + "url": "https://github.com/rustache/rustache", + "travis_url": "https://travis-ci.org/rustache/rustache", + "travis_badge": "https://travis-ci.org/rustache/rustache.svg?branch=master" + }, } @@ -609,6 +614,7 @@ entry( ' * ', 'erickt/rust-zmq', rows_stable, rows_unstable ) add( '\n### Template engine\n', rows_stable, rows_unstable ) add( '* Mustache', rows_stable, rows_unstable ) entry( ' * ', 'erickt/rust-mustache', rows_stable, rows_unstable ) +entry( ' * ', 'rustache/rustache', rows_stable, rows_unstable ) add( '\n### Testing\n', rows_stable, rows_unstable ) entry( '* ', 'BurntSushi/quickcheck', rows_stable, rows_unstable )