added stable.zip and dev.exe and updated the doc

For user convenience I added comiled versions of bug.n, deliberately
without any version number or date, to keep the linking in doc easy.
This commit is contained in:
joten 2014-03-09 17:46:59 +01:00
parent 14f9b1eefe
commit 9fcccfab00
5 changed files with 31 additions and 14 deletions

View File

@ -5,7 +5,6 @@ bug.n is a
add-on for Microsoft Windows. It is written in the scripting language add-on for Microsoft Windows. It is written in the scripting language
[AutoHotkey](http://ahkscript.org/download/). [AutoHotkey](http://ahkscript.org/download/).
### What it can do ### What it can do
* Provide layouts for resizing and moving windows, utilizing all available * Provide layouts for resizing and moving windows, utilizing all available
@ -54,7 +53,6 @@ add-on for Microsoft Windows. It is written in the scripting language
* You can move between views, hiding the windows, you do not want to see, and * You can move between views, hiding the windows, you do not want to see, and
showing those, you want to see, by pressing a simple hotkey. showing those, you want to see, by pressing a simple hotkey.
### Installing and running bug.n ### Installing and running bug.n
#### Requirements #### Requirements
@ -63,11 +61,17 @@ add-on for Microsoft Windows. It is written in the scripting language
* [AutoHotkey](http://ahkscript.org/download/) (if running bug.n from source as * [AutoHotkey](http://ahkscript.org/download/) (if running bug.n from source as
a script) a script)
There is no installation process for bug.n. If you downloaded the repository You may either
from [GitHub](https://github.com/fuhsjr00/bug.n/archive/master.zip) as a zip [download the stable version of bug.n](https://github.com/fuhsjr00/bug.n/blob/master/bug.n-stable.zip)
file and unpacked it, you should be able to run either the executbale as it is from the repository, or
or the main script (src\Main.ahk) with [download the current development version](https://github.com/fuhsjr00/bug.n/archive/master.zip)
[AutoHotkey](http://ahkscript.org/download/). as the repository itself. Either way, you will have a `zip` file including an
executable (`bug.n*.exe`), the source (`src\*`) and documentation (`doc\*`)
files.
There is no installation process for bug.n. Unpack the `zip` file, and you
should be able to run either the executable as it is or the main script
(`src\Main.ahk`) with [AutoHotkey](http://ahkscript.org/download/).
By default bug.n stores the session data (configuration, layout, window states By default bug.n stores the session data (configuration, layout, window states
and log) to the user's APPDATA directory, e. g. and log) to the user's APPDATA directory, e. g.
@ -79,13 +83,11 @@ installing and running, customizing and using bug.n and for a list of changes
made with the current version, in particular the changes in the user interface made with the current version, in particular the changes in the user interface
(configuration variables and hotkeys). (configuration variables and hotkeys).
### License ### License
bug.n is licensed under the GNU General Public License version 3. Please see bug.n is licensed under the GNU General Public License version 3. Please see
the [LICENSE file](./LICENSE.md) for the full license text. the [LICENSE file](./LICENSE.md) for the full license text.
### Credits ### Credits
bug.n and its documentation is written by Joshua Fuhs and joten, but some bug.n and its documentation is written by Joshua Fuhs and joten, but some

BIN
bug.n-dev.exe Normal file

Binary file not shown.

BIN
bug.n-stable.zip Normal file

Binary file not shown.

View File

@ -20,6 +20,15 @@ hotkeys) for each version of bug.n.
run bug.n as Administrator to solve problems with the User Access Control of run bug.n as Administrator to solve problems with the User Access Control of
Microsft Windows higher than Vista. Microsft Windows higher than Vista.
##### [Stable version](../bug.n-stable.zip)
> The current stable version of bug.n as a package (`.zip` file); it includes
the source, a compiled version as one executable and the corresponding
documentation for that version.
##### [Development version](../bug.n-dev.exe)
> An executable, which was more or less recently compiled from the source of
the current development version of bug.n; please regard the date of the commit.
#### Usage #### Usage
##### [Using bug.n](./Usage.md) ##### [Using bug.n](./Usage.md)

View File

@ -6,11 +6,17 @@
* [AutoHotkey](http://ahkscript.org/download/) (if running bug.n from source as * [AutoHotkey](http://ahkscript.org/download/) (if running bug.n from source as
a script) a script)
There is no installation process for bug.n. If you downloaded the repository You may either
from [GitHub](https://github.com/fuhsjr00/bug.n/archive/master.zip) as a zip [download the stable version of bug.n](https://github.com/fuhsjr00/bug.n/blob/master/bug.n-stable.zip)
file and unpacked it, you should be able to run either the executbale as it is from the repository, or
or the main script (src\Main.ahk) with [download the current development version](https://github.com/fuhsjr00/bug.n/archive/master.zip)
[AutoHotkey](http://ahkscript.org/download/). as the repository itself. Either way, you will have a `zip` file including an
executable (`bug.n*.exe`), the source (`src\*`) and documentation (`doc\*`)
files.
There is no installation process for bug.n. Unpack the `zip` file, and you
should be able to run either the executable as it is or the main script
(`src\Main.ahk`) with [AutoHotkey](http://ahkscript.org/download/).
You may copy bug.n anywhere you like -- at least if you have write acces You may copy bug.n anywhere you like -- at least if you have write acces
there -- e. g. `C:\Program Files\bugn` or link it to the 'Windows Start Menu' there -- e. g. `C:\Program Files\bugn` or link it to the 'Windows Start Menu'