fixed some links and formatting in README and doc

This commit is contained in:
joten 2014-03-09 00:26:31 +01:00
parent 34a0ace3c5
commit 08cce39ef6
2 changed files with 26 additions and 26 deletions

View File

@ -16,19 +16,19 @@ add-on for Microsoft Windows. It is written in the scripting language
without you having to care about moving them all by mouse without you having to care about moving them all by mouse
* Increase the available screen estate by hiding and therewith freeing up the * Increase the available screen estate by hiding and therewith freeing up the
space occupied by space occupied by
* the Microsoft Windows Taskbar and + the Microsoft Windows Taskbar and
* the title bar for every single window + the title bar for every single window
* and replacing all with a single slim status bar (-- but bug.n is not a shell * and replacing all with a single slim status bar (-- but bug.n is not a shell
replacement) replacement)
* Show window management information in the status bar: * Show window management information in the status bar:
* active window title + active window title
* active layout + active layout
* overview of the views used + overview of the views used
* Show system information in the status bar: * Show system information in the status bar:
* time and date + time and date
* CPU and memory usage + CPU and memory usage
* disk and network load + disk and network load
* battery level + battery level
* Store your settings, i. e. which windows and layout were set on a specific * Store your settings, i. e. which windows and layout were set on a specific
view view
* Support multiple monitors * Support multiple monitors
@ -41,11 +41,11 @@ add-on for Microsoft Windows. It is written in the scripting language
* You can toggle the visibility of the Windows title bar of the active window. * You can toggle the visibility of the Windows title bar of the active window.
* You can change the layout for the tiling window management suitable to your * You can change the layout for the tiling window management suitable to your
needs. needs.
* **Tile**: Lay out all windows like tiles on a master area, which can be + **Tile**: Lay out all windows like tiles on a master area, which can be
further split up, and a stacking area, where remaining windows can be stacked further split up, and a stacking area, where remaining windows can be stacked
or shown side by side. or shown side by side.
* **Monocle**: All windows are maximized and only one is shown at any time. + **Monocle**: All windows are maximized and only one is shown at any time.
* **Floating**: Windows are not dynamically tiled. + **Floating**: Windows are not dynamically tiled.
* You can further customize the layouts for each view. * You can further customize the layouts for each view.
* You can move windows to another view (virtual desktop) by tagging them with a * You can move windows to another view (virtual desktop) by tagging them with a
number. number.
@ -94,13 +94,13 @@ summarizes these sources (of ideas or code):
#### Patch ideas #### Patch ideas
* pitkali (http://pitkali.info/bugn): * [pitkali](http://pitkali.info/bugn):
* Sync window arrays on fussy events and unknown window ids + Sync window arrays on fussy events and unknown window ids
* Dialog detection upon manage + Dialog detection upon manage
* Regular expression support in rules + Regular expression support in rules
* Window information handling patches + Window information handling patches
* memory leaks - memory leaks
* flickering windows - flickering windows
#### Ideas or concepts #### Ideas or concepts
@ -111,14 +111,14 @@ summarizes these sources (of ideas or code):
#### Code snippets #### Code snippets
* fures: [System + Network monitor - with net history graph](http://www.autohotkey.com/community/viewtopic.php?p=260329) * fures: [System + Network monitor - with net history graph](http://www.autohotkey.com/community/viewtopic.php?p=260329)
* maestrith: [Script Writer](http://www.autohotkey.net/~maestrith/Script Writer/) * maestrith: [Script Writer](https://github.com/maestrith/Script_Writer)
* PhiLho: [AC/Battery status](http://www.autohotkey.com/forum/topic7633.html) * 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/) * Pillus: [System monitor (HDD/Wired/Wireless) using keyboard LEDs](http://www.autohotkey.com/board/topic/65308-system-monitor-hddwiredwireless-using-keyboard-leds/)
* Sean: * Sean:
* [CPU LoadTimes](http://www.autohotkey.com/forum/topic18913.html) + [CPU LoadTimes](http://www.autohotkey.com/forum/topic18913.html)
* [Network Download/Upload Meter](http://www.autohotkey.com/community/viewtopic.php?t=18033) + [Network Download/Upload Meter](http://www.autohotkey.com/community/viewtopic.php?t=18033)
* SKAN: * SKAN:
* [Crazy Scripting : Quick Launcher for Portable Apps](http://www.autohotkey.com/forum/topic22398.html) + [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) + [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) + [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) * Unambiguous: [Re-use WIN+L as a hotkey in bug.n](http://www.autohotkey.com/community/viewtopic.php?p=500903&sid=eb3c7a119259b4015ff045ef80b94a81#p500903)

View File

@ -7,7 +7,7 @@
a script) a script)
There is no installation process for bug.n. If you downloaded the repository There is no installation process for bug.n. If you downloaded the repository
from [GitHub](../../archive/master.zip) as a zip file and unpacked it, you from [GitHub](../../../archive/master.zip) as a zip file and unpacked it, you
should be able to run either the executbale as it is or the main script should be able to run either the executbale as it is or the main script
(src\Main.ahk) with [AutoHotkey](http://ahkscript.org/download/). (src\Main.ahk) with [AutoHotkey](http://ahkscript.org/download/).