Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.04 KB

README.markdown

File metadata and controls

26 lines (20 loc) · 1.04 KB

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