aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2010-07-03 19:41:30 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2010-07-03 19:41:30 +0200
commit6d6e98a7bbd6ec6eb6c75721c2ffb790fd6bb5b0 (patch)
tree0a3ef82f6016652c35ded3f744c0fcff16b1e9f5
parentca1d8d79e55b7addc28dc442832815692b01b894 (diff)
downloadvicious-legacy-6d6e98a7bbd6ec6eb6c75721c2ffb790fd6bb5b0.tar.xz
TODO: included the todo file to encourage contribution
-rw-r--r--TODO.org33
1 files changed, 33 insertions, 0 deletions
diff --git a/TODO.org b/TODO.org
new file mode 100644
index 0000000..6665fb1
--- /dev/null
+++ b/TODO.org
@@ -0,0 +1,33 @@
+#-*- mode: org -*-
+#+TYP_TODO: TODO MAYBE CANCEL WAITING NEXT NOTE DONE
+#+STARTUP: showall
+#+STARTUP: hidestars
+
+
+* Vicious
+** TODO Consider including this code in format helper
+ - return format and format:gsub("${[^}]+}", "")
+ - Note: We should then also replace just $1/$2...
+** TODO Include Name and file in MPD widget
+** TODO Complete the hddtemp fix
+ - In certain setups regexp does not match all devices
+ - The regexp catches the first device name, but last stats
+ - Shortening the match introduced new problems IIRC
+** TODO Expand raid to grab data for all available devices
+** TODO Add fan speed to thermal.lua
+** TODO Return values of type number in NET and FS
+ - Note: tonumber() strips decimal points
+** MAYBE Simplify scrolling using negative margins + fixed width
+** TODO Try to simplify truncating with a fixed width
+** NOTE Changelog header
+---------------------------------------------------
+Full changelog is available online:
+ http://git.sysphere.org/vicious/log/?showmsg=1
+---------------------------------------------------
+
+
+* Git
+** DONE Git hook post-update not executed on git push
+** DONE Git post-update hook does not leave info/refs with correct permissions
+** DONE Git persmission are incorrect since 1.6.5, does not honor umask
+** TODO Git smart http transport with cgit