about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-03-31 19:58:24 +0000
committerEric Wong <normalperson@yhbt.net>2014-03-31 19:58:55 +0000
commit1d885995ff2a8e7dc47504e5be60888d3dc06aa6 (patch)
tree589cdec433d1dcb6a9ce73c65f59b445c0b54993 /Documentation
parent0b4b51e8ba8cf62c8da9312666d4866ff2403d6e (diff)
downloadpublic-inbox-1d885995ff2a8e7dc47504e5be60888d3dc06aa6.tar.gz
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/design_notes.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/design_notes.txt b/Documentation/design_notes.txt
index 8ec1d369..a5c0bba8 100644
--- a/Documentation/design_notes.txt
+++ b/Documentation/design_notes.txt
@@ -1,6 +1,18 @@
 Design notes and philosophy
 ---------------------------
 
+public-inbox spawned around some basic ideas
+--------------------------------------------
+
+* Public, non-real-time, archivable communication is essential to
+  Free and Open Source software development.
+
+* Contributing to Free and Open Source projects should not require the
+  use of non-Free/non-Open Source services or software.
+
+* Graphical user interfaces should not be required for text-based
+  communication.
+
 Challenges to running normal mailing lists
 ------------------------------------------
 1) spam
@@ -61,6 +73,12 @@ Why email?
   public-inbox host becomes unavailable, users may still directly email
   each other (or Cc: lists for related/dependent projects).
 
+Notes
+-----
+
+* Expose Message-Id in HTML views to encourage replies from drive-by
+  contributors
+
 Copyright
 ---------
 Copyright 2013, Eric Wong <normalperson@yhbt.net> and all contributors.