Wrote a patch for kettu, web interface for transmssion
Kettu is the new web interface for transmission bit torrent client. It is written using javascript and jquery. I wrote a small patch for kettu to filter the torrents on the basis of activity. Here activity means if the torrent is either uploading or downloading, i.e, upload_speed + download_speed > 0 KBps. Here’ s the patch I wrote : diff –git a/index.html b/index.html index 2a8ff97..b54b6b4 100644 — a/index.html +++ b/index.html @@ -58,6 +58,7 @@ Sort - <a href=”#/torrents?filter=all”>All + <a href=”#/torrents?filter=active”>Activity <a href=”#/torrents?filter=downloading”>Downloading <a href=”#/torrents?filter=seeding”>Seeding <a href=”#/torrents?filter=paused”>Paused @@ -94,4 +95,4 @@ ...