From da944e331fd7b02cc380dd2112a4d3559ce4104b Mon Sep 17 00:00:00 2001 From: Grzegorz Adam Hankiewicz Date: Wed, 28 Nov 2012 23:01:22 +0100 Subject: [PATCH 1/2] Adds tools/nimweb to .gitignore. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7f6d35f71d..81bfbad898 100755 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ nimcache lib/nimcache tools/nimcache +tools/nimweb tests/nimcache tests/accept/run/nimcache tests/accept/compile/nimcache From cb43de875aa611d9c5eab49b59984202f0e11edc Mon Sep 17 00:00:00 2001 From: Grzegorz Adam Hankiewicz Date: Tue, 18 Dec 2012 19:33:04 +0100 Subject: [PATCH 2/2] Adds link to external nimrod-crossplatform-todo repository. --- examples/cross_todo/readme.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/cross_todo/readme.txt b/examples/cross_todo/readme.txt index acea8973a8..326ed816f6 100644 --- a/examples/cross_todo/readme.txt +++ b/examples/cross_todo/readme.txt @@ -3,3 +3,5 @@ called by different native user interfaces. This example builds on the knowledge learned from the cross_calculator example. Check it out first to learn how to set up nimrod on different platforms. +Additional implementations are provided at the external +https://github.com/gradha/nimrod-crossplatform-todo github repository.