Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
README and TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
lmorchard committed Mar 5, 2012
1 parent 1a84703 commit 7f97ee7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
9 changes: 7 additions & 2 deletions README.md
Expand Up @@ -11,8 +11,13 @@ Bringing scripting to the wiki bears.

## Development

* To run the service:
* `./node_modules/.bin/up -p 9080 -w run.js`
* To run the service (in kuma vagrant):
* `cd /vagrant; node kumascript/run.js`
* To run the service (standalone):
* Directly:
* `node run.js`
* Managed by `up`:
* `./node_modules/.bin/up -p 9080 -w run.js`
* To run tests:
* `./node_modules/.bin/nodeunit tests`
* To check code quality:
Expand Down
5 changes: 3 additions & 2 deletions TODO.md
Expand Up @@ -14,8 +14,6 @@ TODO

* Think about relaxing Bleach on Template:* pages, just apply on output?

* Kuma-side unit tests

* Changes to Django Kuma to use the kumascript proxy
* Caching in Kuma from kumascript
* Caching in kumascript from Kuma
Expand All @@ -36,6 +34,9 @@ TODO
* eg. span lang="en-US"; lang="zh-CN"; lang="*"
* See also Template:JSInherits

* Move `run.js` to `bin/kumascript`
* Add a bin section to package.json

## Future

* Use StatsD
Expand Down

0 comments on commit 7f97ee7

Please sign in to comment.