From 13345bb097f02a8070494f323d7aefea8015b575 Mon Sep 17 00:00:00 2001 From: joten Date: Fri, 16 Jan 2015 22:47:49 +0100 Subject: [PATCH] Moved the credits section to its own file --- CREDITS.md | 38 ++++++++++++++++++++++++++++++++++++++ README.md | 38 ++------------------------------------ 2 files changed, 40 insertions(+), 36 deletions(-) create mode 100644 CREDITS.md diff --git a/CREDITS.md b/CREDITS.md new file mode 100644 index 0000000..049678b --- /dev/null +++ b/CREDITS.md @@ -0,0 +1,38 @@ +### Credits + +bug.n and its documentation is written by Joshua Fuhs and joten, but some +source was copied from the AutoHotkey forum +(http://www.autohotkey.com/board/). These are explicitly marked in the source +code at the end of the appropriate section. Additionally the following listing +summarizes these sources (of ideas or code): + +#### Patch ideas + +* pitkali (pitkali.info/bugn): + + Sync window arrays on fussy events and unknown window ids + + Dialog detection upon manage + + Regular expression support in rules + + Window information handling patches + - memory leaks + - flickering windows + +#### Ideas or concepts + +* suckless.org: [dwm](http://dwm.suckless.org) +* jgpaiva: [GridMove](http://jgpaiva.donationcoders.com/gridmove.html) +* Lexikos: [WindowPad - multi-monitor window-moving tool](http://www.autohotkey.com/forum/topic21703.html) + +#### Code snippets + +* fures: System + Network monitor - with net history graph (www.autohotkey.com/community/viewtopic.php?p=260329) +* maestrith: Script Writer (github.com/maestrith/Script_Writer) +* PhiLho: [AC/Battery status](http://www.autohotkey.com/forum/topic7633.html) +* Pillus: [System monitor (HDD/Wired/Wireless) using keyboard LEDs](http://www.autohotkey.com/board/topic/65308-system-monitor-hddwiredwireless-using-keyboard-leds/) +* Sean: + + [CPU LoadTimes](http://www.autohotkey.com/forum/topic18913.html) + + [Network Download/Upload Meter](http://www.autohotkey.com/community/viewtopic.php?t=18033) +* SKAN: + + [Crazy Scripting : Quick Launcher for Portable Apps](http://www.autohotkey.com/forum/topic22398.html) + + [HDD Activity Monitoring LED](http://www.autohotkey.com/community/viewtopic.php?p=113890&sid=64d9824fdf252697ff4d5026faba91f8#p113890) + + How to Hook on to Shell to receive its messages? (www.autohotkey.com/forum/viewtopic.php?p=123323#123323) +* Unambiguous: Re-use WIN+L as a hotkey in bug.n (www.autohotkey.com/community/viewtopic.php?p=500903&sid=eb3c7a119259b4015ff045ef80b94a81#p500903) diff --git a/README.md b/README.md index d5fd69e..eeeac77 100644 --- a/README.md +++ b/README.md @@ -90,39 +90,5 @@ the [LICENSE file](./LICENSE.md) for the full license text. ### Credits -bug.n and its documentation is written by Joshua Fuhs and joten, but some -source was copied from the AutoHotkey forum -(http://www.autohotkey.com/forum). These are explicitly marked in the source -code at the end of the appropriate section. Additionally the following listing -summarizes these sources (of ideas or code): - -#### Patch ideas - -* [pitkali](http://pitkali.info/bugn): - + Sync window arrays on fussy events and unknown window ids - + Dialog detection upon manage - + Regular expression support in rules - + Window information handling patches - - memory leaks - - flickering windows - -#### Ideas or concepts - -* suckless.org: [dwm](http://dwm.suckless.org) -* jgpaiva: [GridMove](http://jgpaiva.donationcoders.com/gridmove.html) -* Lexikos: [WindowPad - multi-monitor window-moving tool](http://www.autohotkey.com/forum/topic21703.html) - -#### Code snippets - -* fures: [System + Network monitor - with net history graph](http://www.autohotkey.com/community/viewtopic.php?p=260329) -* maestrith: [Script Writer](https://github.com/maestrith/Script_Writer) -* PhiLho: [AC/Battery status](http://www.autohotkey.com/forum/topic7633.html) -* Pillus: [System monitor (HDD/Wired/Wireless) using keyboard LEDs](http://www.autohotkey.com/board/topic/65308-system-monitor-hddwiredwireless-using-keyboard-leds/) -* Sean: - + [CPU LoadTimes](http://www.autohotkey.com/forum/topic18913.html) - + [Network Download/Upload Meter](http://www.autohotkey.com/community/viewtopic.php?t=18033) -* SKAN: - + [Crazy Scripting : Quick Launcher for Portable Apps](http://www.autohotkey.com/forum/topic22398.html) - + [HDD Activity Monitoring LED](http://www.autohotkey.com/community/viewtopic.php?p=113890&sid=64d9824fdf252697ff4d5026faba91f8#p113890) - + [How to Hook on to Shell to receive its messages?](http://www.autohotkey.com/forum/viewtopic.php?p=123323#123323) -* Unambiguous: [Re-use WIN+L as a hotkey in bug.n](http://www.autohotkey.com/community/viewtopic.php?p=500903&sid=eb3c7a119259b4015ff045ef80b94a81#p500903) +Please see the [CREDITS file](./CREDITS.md) for a list of people and projects, +which contributed to bug.n.