diff options
author | Karel Kočí <karel.koci@nic.cz> | 2017-02-16 13:44:36 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2017-02-16 13:44:36 +0100 |
commit | c2adfd2f707be8f4fca0f0cbdd45802206141c18 (patch) | |
tree | 1067b7ac1baef2b74690bf0594e4437122e6bbcd /test-curl/test/README.md | |
parent | 9f0f3e1b06456f43bc02e00839238a664b4ee6fe (diff) | |
download | turris-myrepo-c2adfd2f707be8f4fca0f0cbdd45802206141c18.tar.gz turris-myrepo-c2adfd2f707be8f4fca0f0cbdd45802206141c18.tar.bz2 turris-myrepo-c2adfd2f707be8f4fca0f0cbdd45802206141c18.zip |
Deactivate curl-test
Diffstat (limited to 'test-curl/test/README.md')
-rw-r--r-- | test-curl/test/README.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test-curl/test/README.md b/test-curl/test/README.md deleted file mode 100644 index 2bcf81e..0000000 --- a/test-curl/test/README.md +++ /dev/null @@ -1,9 +0,0 @@ -General extendable macro language -================================= -This project defines simple language embedded in processed text and program for -its execution. It is inspired with C preprocessor, m4 and php although it is -neither. - -This tool can help you write text, may it be code, website or plain text, with -special code embedded. Preprocessor than resolves all code and result is given to -you. This way you can get unlimited number of different results from single file. |