Nicolas Stepien 0a6e01accd Send "If-Modified-Since" header, make use of the 304 status, always fool the cache, change $.ajax.
Status Code 304: Not modified
 By sending the "If-Modified-Since" header we get a proper status code, and no response.
 This saves bandwidth for both the user and the servers, avoid unnecessary computation,
 and won't load images and scripts when parsing the response.
2011-12-13 20:22:24 +01:00
2011-12-12 11:51:08 +01:00
2011-12-12 11:51:08 +01:00
2011-11-26 23:37:14 +01:00

Get 4chan X HERE.

Building

install nodejs and npm, install coffee-script with npm install -g coffee-script, clone 4chan x, cd into it and actually build with cake build. for development (continuous builds), run cake dev &. kill the process with killall node.

Description
No description provided
Readme 513 MiB
Languages
JavaScript 82.4%
CoffeeScript 14.3%
CSS 2%
HTML 1%
Makefile 0.2%