Nicolas Stepien dadbb4e792 Fix quoting inside inlined backlinks. Fix #900
Well that's interesting: selectors with Element.querySelector|All
will search for corresponding elements inside the whole document,
and will only return elements that are inside your given root element.
2013-01-20 13:23:56 +01:00
2013-01-18 22:06:55 +01:00
2013-01-18 22:06:55 +01:00

Get 4chan X HERE.

Building

  • Install node.js.
  • Install CoffeeScript with npm install -g coffee-script.
  • Clone 4chan X.
  • cd into it and build with cake build.
  • For development (continuous builds), run cake dev &. Kill the process with killall node.

Releasing

  • Upgrade version with cake -v VERSION upgrade. Note that this is only used to release new 4chan x versions, and is not needed or wanted in pull requests.

Contributing

  • Edit the CoffeeScript source
  • Build the JavaScript
  • If the edits affect regular users, edit the changelog
  • Fork the repo
  • Send a pull request
Description
No description provided
Readme 513 MiB
Languages
JavaScript 82.4%
CoffeeScript 14.3%
CSS 2%
HTML 1%
Makefile 0.2%