aboutsummaryrefslogtreecommitdiff
path: root/test-curl/test/README.md
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2017-01-26 15:26:33 +0100
committerKarel Kočí <karel.koci@nic.cz>2017-01-26 15:26:33 +0100
commit594caeb275f5c15f57b5178165c1e9ec6a67fa44 (patch)
tree8df93aafea510a707f972bb4de45c2b9054666d0 /test-curl/test/README.md
parent1e506098990a0711e30537438a07abe15131942b (diff)
downloadturris-myrepo-594caeb275f5c15f57b5178165c1e9ec6a67fa44.tar.gz
turris-myrepo-594caeb275f5c15f57b5178165c1e9ec6a67fa44.tar.bz2
turris-myrepo-594caeb275f5c15f57b5178165c1e9ec6a67fa44.zip
Temporally save curl testing application until new curl fixes it
Diffstat (limited to 'test-curl/test/README.md')
-rw-r--r--test-curl/test/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/test-curl/test/README.md b/test-curl/test/README.md
new file mode 100644
index 0000000..2bcf81e
--- /dev/null
+++ b/test-curl/test/README.md
@@ -0,0 +1,9 @@
+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.