From 87a7c6f0b2cff209da0f5fde7e3888756cef7ab0 Mon Sep 17 00:00:00 2001 From: Johannes Hidding Date: Tue, 2 Jun 2020 11:32:09 +0200 Subject: [PATCH 1/4] Update INSTALL.md Instructions should be updated to new Entangled version --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index d6dd941..2be4ec1 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -18,7 +18,7 @@ Entangled is used to convert code blocks in Markdown to source code files. 2. Run entangled daemon with ```shell -entangled README.md INSTALL.md +entangled daemon README.md INSTALL.md ``` Or the [Entangled - Pandoc filters](https://github.com/entangled/filters) Docker image can be used From 2c5baadcb30c854b700685cf479438dfa311b795 Mon Sep 17 00:00:00 2001 From: Johannes Hidding Date: Tue, 2 Jun 2020 11:37:40 +0200 Subject: [PATCH 2/4] Create entangled.dhall --- entangled.dhall | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 entangled.dhall diff --git a/entangled.dhall b/entangled.dhall new file mode 100644 index 0000000..464f0bb --- /dev/null +++ b/entangled.dhall @@ -0,0 +1,7 @@ +let entangled = https://raw.githubusercontent.com/entangled/entangled/v1.0.1/data/config-schema.dhall + sha256:9fd18824499379eee53b974ca7570b3bc064fda546348d9b31841afab3b053a7 + +in { entangled = entangled.Config :: { database = Some ".entangled/db.sqlite" + , watchList = ["README.md", "INSTALL.md"] : List Text + } + } From 64f7335ae3ab1f51e2d057514a2517846d9c662c Mon Sep 17 00:00:00 2001 From: Johannes Hidding Date: Tue, 2 Jun 2020 11:38:13 +0200 Subject: [PATCH 3/4] Update INSTALL.md --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 2be4ec1..2cdd609 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -18,7 +18,7 @@ Entangled is used to convert code blocks in Markdown to source code files. 2. Run entangled daemon with ```shell -entangled daemon README.md INSTALL.md +entangled daemon ``` Or the [Entangled - Pandoc filters](https://github.com/entangled/filters) Docker image can be used From 1bb93c5da803427c5e2add9d9734375925aa5fa4 Mon Sep 17 00:00:00 2001 From: Johannes Hidding Date: Tue, 2 Jun 2020 13:15:38 +0200 Subject: [PATCH 4/4] Add Entangled badge Up for discussion, but I thought this is a nice touch. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3c3da4a..3f0e181 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ - [Visualization](#visualization) [![CI](https://github.com/NLESC-JCER/cpp2wasm/workflows/CI/badge.svg)](https://github.com/NLESC-JCER/cpp2wasm/actions?query=workflow%3ACI) +[![Entangled](https://img.shields.io/badge/entangled-Use%20the%20source!-%2300aeff)](https://entangled.github.io/) Document describing a way that a researcher with a C++ algorithm can make it available as a web application. We will host the C++ algorithm as an web application in several different ways: