forked from twitter-archive/twui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README with mailing list address
- Loading branch information
1 parent
f6097b0
commit 33d61b8
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
|
@@ -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 | ||
|
||
|