From d6faae15986056377605295744ccce80f3890cea Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Mon, 5 Jul 2010 23:43:27 +0200 Subject: TODO: remove org-mode extension --- TODO | 34 ++++++++++++++++++++++++++++++++++ TODO.org | 34 ---------------------------------- 2 files changed, 34 insertions(+), 34 deletions(-) create mode 100644 TODO delete mode 100644 TODO.org diff --git a/TODO b/TODO new file mode 100644 index 0000000..187e6b1 --- /dev/null +++ b/TODO @@ -0,0 +1,34 @@ +#-*- mode: org -*- +#+TYP_TODO: TODO MAYBE CANCEL WAITING NEXT NOTE DONE +#+STARTUP: showall +#+STARTUP: hidestars + + +* Vicious +** TODO Import NET carrier detection from contrib +** 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 diff --git a/TODO.org b/TODO.org deleted file mode 100644 index 187e6b1..0000000 --- a/TODO.org +++ /dev/null @@ -1,34 +0,0 @@ -#-*- mode: org -*- -#+TYP_TODO: TODO MAYBE CANCEL WAITING NEXT NOTE DONE -#+STARTUP: showall -#+STARTUP: hidestars - - -* Vicious -** TODO Import NET carrier detection from contrib -** 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 -- cgit v1.2.3