Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
README.md: Typos / issue tracker.
Browse files Browse the repository at this point in the history
  • Loading branch information
FauxFaux committed Aug 7, 2013
1 parent ce16964 commit 0a0af8d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Expand Up @@ -5,13 +5,14 @@ This is [PuTTYTray][1], a fork of [Simon Tatham's PuTTY][2].
## Documentation

* For a list of current features, see the [PuTTYTray website][1].
* The [github wiki][3] has documentation for some of these features, and help other things, including contributing.
* The [github wiki][3] has documentation for some of these features, and help for other things, including contributing.
* Please feel free to report any problems or feature requests using the [github issue tracker][5].

## Aims

There are a lot of patches against PuTTY that have never been submitted to, or have been rejected from, upstream. PuTTYTray is collecting these, with the aim of eventually getting them merged back in.

I'm looking to take ownerhisp of any patches that are:
I'm looking to take ownership of any patches that are:

* Cool or useful to someone, even if that someone is just you,
* Maintainable against the PuTTY code; i.e. mostly independent with some hooks or appends to some functionality,
Expand All @@ -21,16 +22,16 @@ I'm looking to take ownerhisp of any patches that are:

## Building

Visual Studio 2010 project files are included. These should **just work**, there are absolutely no dependencies beyond what Visual Studio ships; even the Express edition works fine. There is [a full walkthrough of building PuTTYTray][4] on the wiki.
Visual Studio 2010 project files are included. These should **just work**, there are absolutely no dependencies beyond what Visual Studio ships; even the Express edition works fine. There is a [full walkthrough of building PuTTYTray][4] on the wiki.

The original build system for PuTTY is in tact, i.e. you can run `perl mkfiles.pl` and it will regenerate all the other build systems, including VS6 and various flavours of makefiles.
The original build system for PuTTY is intact, i.e. you can run `perl mkfiles.pl` and it will regenerate all the other build systems, including VS6 and various flavours of makefiles.

My released builds are still done with VS2010's nmake (using `windows/build-relaese.bat`, and will continue to be done so until XP drops out of support.
My released builds are still done with VS2010's nmake (using `windows/build-release.bat`, and will continue to be done so until XP drops out of support.

## License

This compilation is released under the same license as PuTTY itself;
the MIT license. Individual contributions may be copyright the original authors.
the MIT license. Individual contributions may be copyrighted by the original authors.

See `LICENSE.MIT` for the full text.

Expand All @@ -39,3 +40,4 @@ See `LICENSE.MIT` for the full text.
[2]: http://www.chiark.greenend.org.uk/~sgtatham/putty/
[3]: https://github.com/FauxFaux/PuTTYTray/wiki
[4]: https://github.com/FauxFaux/PuTTYTray/wiki/Building-with-VS2010-Express
[5]: https://github.com/FauxFaux/PuTTYTray/issues

0 comments on commit 0a0af8d

Please sign in to comment.