send-reports: Truncate content to 50K.
[patchq.git] / README
diff --git a/README b/README
index 93bff66..954c227 100644 (file)
--- a/README
+++ b/README
@@ -18,7 +18,7 @@ It requires:
 
 To understand how patchq works, please read these blog posts:
 
- - XXX
+ - https://rwmj.wordpress.com/2017/07/06/patch-review-and-message-brokers/
 
 Installation:
 
@@ -99,8 +99,14 @@ To do:
  - Allow dependencies between tests (ie. test if the code compiles
    first before running other tests).
 
+ - Send full reports to a website.  Requires another queue and another
+   task to update the website.
+
 Similar projects:
 
  - The 0-day test service is a very comprehensive set of tests
-   which are run on kernel trees and patches posted to LKML
+   which are run on kernel trees and patches posted to LKML.
    https://01.org/lkp/documentation/0-day-test-service
+
+ - https://github.com/patchew-project/patchew
+   Developed and used by the qemu project.