i have no idea what i'm doing

This commit is contained in:
Mark McGranaghan 2012-09-20 08:30:09 -07:00
parent f93216fb48
commit 8e209cd6ab

12
README
View File

@ -1,13 +1,11 @@
= next = next
get web presence in good enough shape to point to from blog post get web presence in good enough shape to point to from blog post
web site gbe-web
force https, canonical host, request logging force https, canonical host, request logging
basic design / brand basic design / brand
google analytics google analytics
sign up form sign up form
log archival log archival
twitter
ensure emails on mentions
blog post on Go on Heroku blog post on Go on Heroku
write write
review with Keith review with Keith
@ -60,14 +58,20 @@ devcenter
* http://www.paperplanes.de/2012/1/12/my-publishing-tool-chain.html * http://www.paperplanes.de/2012/1/12/my-publishing-tool-chain.html
* http://devblog.avdi.org/2012/01/12/my-authoring-tools/ * http://devblog.avdi.org/2012/01/12/my-authoring-tools/
* 99 designes * 99 designes
* http://code.google.com/p/go-wiki/wiki/SliceTricks
* http://code.google.com/p/go-wiki/wiki/BoundingResourceUse
= topics = topics
* noblocking send and non-blocking receive
* dropping sends if buffer full
* web app * web app
* serve static files * serve static files http://code.google.com/p/go-wiki/wiki/HttpStaticFiles
* simultaneios assignement
* mongo * mongo
* time formatting * time formatting
* typed json parse/unparse * typed json parse/unparse
* gzip * gzip
* set library
* base64 encoding * base64 encoding
* http streaming server * http streaming server
* http streaming client * http streaming client