]> git.llucax.com Git - software/mutest.git/blobdiff - README
Revert "Add flattr link to html output"
[software/mutest.git] / README
diff --git a/README b/README
index 9b6f1b1d50597c08f9603ae7d5c8e7fbe70c0e18..f137742d446e0e34b1cf37b56ee77441b88ae091 100644 (file)
--- a/README
+++ b/README
@@ -1,11 +1,4 @@
 
-.. |flattr| raw:: html
-
-   <div style="width: 220px; height: 270px; float: right; margin-left: 1em; margin-top: 1em">
-   <iframe width="220" height="270" style="border: none; outline: none" src="http://tools.flattr.net/widgets/thing.html?thing=1141711"></iframe>
-   </div>
-
-
 ======================================================
 |mutest| - A simple micro unit testing framework for C
 ======================================================
@@ -30,9 +23,6 @@
     program`_ run all the `test suites`_ and print some stats. It fails
     (returns non-zero) if any `test suite`_ fails.
 
-    |flattr|
-
-
 
 .. contents::
     :backlinks: entry
@@ -93,19 +83,19 @@ factorial.c
 -----------
 
 .. include:: sample/factorial.c
-    :literal:
+    :code: c
 
 factorial_test.c
 ----------------
 
 .. include:: sample/factorial_test.c
-    :literal:
+    :code: c
 
 exception_test.cpp
 ------------------
 
 .. include:: sample/exception_test.cpp
-    :literal:
+    :code: c++
 
 
 Concepts