This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 89e996b979d3336d668854b36d7e91f11d6a1217
tree e470816f7c822fc6af4a7b2fa88a18376a11ce6c
parent 80d421c5853099e063dfd1310f543abf5cb9ef09
tree e470816f7c822fc6af4a7b2fa88a18376a11ce6c
parent 80d421c5853099e063dfd1310f543abf5cb9ef09
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.markdown | ||
| |
Rakefile | ||
| |
config/ | ||
| |
lib/ | ||
| |
public/ | ||
| |
script/ | ||
| |
src/ | ||
| |
tasks/ | ||
| |
test/ | ||
| |
vendor/ |
README.markdown
Transmission Web Interface
Using
This web interface is a drop-in replacement for Transmission's own.
To launch Transmission on your Mac with this web interface enabled,
run the rake task:
rake lt
Running Test
Launch the test server script/server to launch sprocketizing server and test work handler script/js_autotest to begin watching source files to push jobs to processor
With the server running, you may visit individual test pages http://localhost:4567/test/models/remote
Thanks
- JavaScript unit testing implemented with jsunittest
- Mocking implemented with jack
- mockxmlhttprequest lifted from jsunit
- Preprocessing implemented with sprockets
- Icons from fugue
- Gauge.js graphics library by Christian Effenberger
- RegExp.escape from Simon Willison








