Skip to content

Instantly share code, notes, and snippets.

@Porges
Created August 28, 2013 07:02
Show Gist options
  • Save Porges/6362939 to your computer and use it in GitHub Desktop.
Save Porges/6362939 to your computer and use it in GitHub Desktop.
Does:
- Support AtomPub.
- Ensure this works with Windows Live writer.
- Content-negiotiate everything.
- Atom (also supplied when requesting XML)
- HTML (via Razor templates, or XSLT transforms of XML content)
- JSON (just works, but needs tidying up)
- Output caching on server side.
- DNSBL.
- GZIP compression (needs to do in-proc to work around IIS bug regarding Vary header).
- WebDAV
- enough to mount and edit entries in Windows.
To think about:
- GZIP templated output. (Oh yeah!)
- To go really fast this needs scatter-gather support from Web API.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment