Skip to content

Commit

Permalink
Update README with mailing list address
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenbrichter committed Jul 1, 2011
1 parent f6097b0 commit 33d61b8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ An included example project shows off the basic construction of a pure TwUI-base

TwUI should be considered an alpha project. It is current shipping in Twitter for Mac, in use 24/7 by many, many users and has proven itself very stable. The code still has a few Twitter-for-Mac-isms that should be refactored and cleaned up.

This project follows the [SemVer](http://semver.org/) standard. The API may change in backward incompatible ways before the 1.0 release.
This project follows the [SemVer](http://semver.org/) standard. The API may change in backwards-incompatible ways before the 1.0 release.

The goal of TwUI is to build a high-quality UI framework designed specifically for the Mac. Much inspiration comes from UIKit, but diverging to try new things (i.e. block-based layout and drawRect), and to optimize for Mac-specific interactions is encouraged.

Expand All @@ -48,7 +48,9 @@ You can generate documentation with [doxygen](http://www.doxygen.org). Install i
> cd docs
> doxygen
Documentation is a work in progress, but the API will be familiar if you have used UIKit.
Documentation is a work in progress, but the API will be familiar if you have used UIKit. (TODO: [appledoc](http://www.gentlebytes.com/home/appledocapp/) looks very cool, moving to that might be nice).

TwUI has a mailing list, subscribe by sending an email to <[email protected]>.

# Copyright and License

Expand Down

0 comments on commit 33d61b8

Please sign in to comment.