X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Documentation%2Fdesign_notes.txt;h=c637302d11b34ea15287394d995674171d609159;hb=4ba430497bfb4763691b0ad8af573eb6ff420b96;hp=5da48b5dcc2b302e0267eacea43d1e0ae5336cca;hpb=209476bb4cf497810564eb764e93854504a3aa6d;p=public-inbox.git diff --git a/Documentation/design_notes.txt b/Documentation/design_notes.txt index 5da48b5d..c637302d 100644 --- a/Documentation/design_notes.txt +++ b/Documentation/design_notes.txt @@ -56,7 +56,8 @@ Why email? * git, one of the most widely-used version control systems, includes many tools for for email, including: git-format-patch(1), git-send-email(1), git-am(1), git-imap-send(1). Furthermore, the development of git itself - is based on the git mailing list. + is based on the git mailing list: https://public-inbox.org/git/ + (or http://hjrcffqmbrq6wope.onion/git/ for Tor users) * Email is already the de-facto form of communication in many Free Software communities.. @@ -86,6 +87,11 @@ Why perl 5? * git and SpamAssassin both use it, so it should be one less thing for admins to install and waste disk space with. +* Distributing compiled binaries has higher costs for storage/cache + space is required for each architecture. Having a runnable, + source-only distribution means any user already has access to all + of our source. + Laziness -------- @@ -112,12 +118,11 @@ Laziness * Avoids bikeshedding about web UI decisions, GUI-lovers can write their own GUI-friendly interfaces (HTML or native) based on public archives. - Maybe one day integrated MUAs will feature built-in git protocol support! Web notes --------- -* Getting users to install/run ssoma (or any new tool) is difficult. +* Getting users to install/run any new tool is difficult. The web views must be easily read/cache/mirror-able. * There may also be a significant number of webmail users without @@ -126,7 +131,7 @@ Web notes * Expose Message-ID in web views to encourage replies from drive-by contributors. -* Raw text endpoint allows users to write client-side JS endpoints +* Raw text endpoint allows users to write client-side endpoints without hosting the data themselves (or on a different server). What sucks about public-inbox