[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] 104/119: tweak notes
From: |
Eric Schulte |
Subject: |
[elpa] 104/119: tweak notes |
Date: |
Mon, 10 Mar 2014 16:57:54 +0000 |
eschulte pushed a commit to branch master
in repository elpa.
commit bcd4b991d695f13db7b7800770dc67e0258f66eb
Author: Eric Schulte <address@hidden>
Date: Mon Feb 10 19:11:15 2014 -0700
tweak notes
---
NOTES | 17 ++++++++++++++---
1 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/NOTES b/NOTES
index f1f5d1f..a256be8 100644
--- a/NOTES
+++ b/NOTES
@@ -4,7 +4,7 @@
#+Options: ^:{}
* Notes
-* Tasks [15/21]
+* Tasks [17/21]
** TODO Content and Transfer encodings
- Content and Transfer encoding values
http://www.iana.org/assignments/http-parameters/http-parameters.xhtml
@@ -20,6 +20,12 @@ Encoding", which doesn't change the content, just the
messages.
The latter seems preferable, but possibly less widely supported. See
http://stackoverflow.com/questions/11641923/transfer-encoding-gzip-vs-content-encoding-gzip.
+Maybe push these behind a single =ws-send-and-end= function with the
+following optional positional arguments.
+- content-encoding
+- signature
+- md5-sum
+
** DONE web sockets
- http://en.wikipedia.org/wiki/WebSocket
- http://tools.ietf.org/html/rfc6455
@@ -58,11 +64,13 @@ Low priority, just [[*running%20behind%20a%20proxy][run
behind a proxy]].
*** TODO request timeout
*** TODO maximum request size
-** TODO authentication [1/2]
+** DONE authentication [2/2]
+ - State "HOLD" from "TODO" [2014-02-10 Mon 19:06] \\
+ digest may not be worth it, just run Basic over HTTPS
*** DONE Basic
http://en.wikipedia.org/wiki/Basic_access_authentication
-*** TODO Digest
+*** CANCELED Digest
http://en.wikipedia.org/wiki/Digest_access_authentication
If this is implemented, it would be good to implement some safeguards
@@ -150,6 +158,9 @@ processes are supported.
* Tutorials
The following tutorials walk through common usage scenarios including
installing the Emacs web-server and running it behind a proxy.
+Install the Emacs web-server and run =(info "web-server")= to browse
+the full manual within Emacs, or view the HTML version at
+[[http://eschulte.github.io/emacs-web-server/][emacs-web-server]].
** Installation and running a server
Installation should be as easy as updating the load path, and
- [elpa] 96/119: expand this example w/smart dir listings, (continued)
- [elpa] 96/119: expand this example w/smart dir listings, Eric Schulte, 2014/03/10
- [elpa] 98/119: TODO chunked encoding, Eric Schulte, 2014/03/10
- [elpa] 99/119: serve files with htmlize Emacs fontification, Eric Schulte, 2014/03/10
- [elpa] 97/119: added ws-stop-all convenience function, Eric Schulte, 2014/03/10
- [elpa] 89/119: authorization helper, Eric Schulte, 2014/03/10
- [elpa] 92/119: simpler handler in example, Eric Schulte, 2014/03/10
- [elpa] 102/119: updated content- transfer-encoding notes, Eric Schulte, 2014/03/10
- [elpa] 103/119: set Content-length when serving files, Eric Schulte, 2014/03/10
- [elpa] 95/119: better ws-send-directory-list, Eric Schulte, 2014/03/10
- [elpa] 106/119: TODO Content and Transfer encodings, Eric Schulte, 2014/03/10
- [elpa] 104/119: tweak notes,
Eric Schulte <=
- [elpa] 108/119: test chunked/gzipped transfer/content encodings, Eric Schulte, 2014/03/10
- [elpa] 100/119: manual application of x-gzip content encoding, Eric Schulte, 2014/03/10
- [elpa] 101/119: manual application of chunked transfer encoding, Eric Schulte, 2014/03/10
- [elpa] 107/119: support for content and transfer encodings, Eric Schulte, 2014/03/10
- [elpa] 109/119: doc for new content/transfer encoding helpers, Eric Schulte, 2014/03/10
- [elpa] 110/119: automatically generate dir file w/install-info, Eric Schulte, 2014/03/10
- [elpa] 113/119: Fix WebSocket varint length encoding, Eric Schulte, 2014/03/10
- [elpa] 117/119: adding .elpaignore to keep extra file from package, Eric Schulte, 2014/03/10
- [elpa] 115/119: gnu elpa wants a "Maintainer:" pseudo-header, Eric Schulte, 2014/03/10
- [elpa] 114/119: dangerous example; web-socket comint shell buffer, Eric Schulte, 2014/03/10