Skip to content

Commit a6e9733

Browse files
committed
Update docs for 0.9 release.
1 parent 9a7ce54 commit a6e9733

File tree

5 files changed

+33
-7
lines changed

5 files changed

+33
-7
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Nimbus Authors
22

33
The following people have contributed their time and effort to the Nimbus framework:
44

5+
bubnov gh:bubnov
56
Roger Chapman gh:rogchap
67
Manu Cornet gh:lmanul
78
Glenn Grant gh:alias1

README.mdown

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ to understand.
88

99
- Start by exploring the "Getting Started" <a href="https://github.com/jverkoey/nimbus/tree/master/examples/gettingstarted">example applications</a>.
1010
- Follow Nimbus' development through its <a href="http://jverkoey.github.com/nimbus/group___version-_history.html">version history</a>.
11-
- See the <a href="http://jverkoey.github.com/nimbus/group___version-8-0.html">latest API diffs</a>.
11+
- See the <a href="http://jverkoey.github.com/nimbus/group___version-9-0.html">latest API diffs</a>.
1212
- Read the <a href="http://jverkoey.github.com/nimbus/group___three20-_migration-_guide.html">Three20 Migration Guide</a>.
1313
- Ask questions and get updates via the <a href="http://groups.google.com/group/nimbusios">Nimbus mailing list</a>.
1414

@@ -50,6 +50,11 @@ http://pledgie.com/campaigns/15519
5050

5151
<h3>Source Code Contributors (alphabetical by last name)</h3>
5252

53+
<div class="contributor_profile">
54+
<div class="name">bubnov</div>
55+
<div class="github"><a href="http://github.com/bubnov">bubnov</a></div>
56+
</div>
57+
5358
<div class="contributor_profile" style="padding: 5px;margin: 0 5px;margin-bottom: 20px;border: 1px solid #DDD;background-color: white;float: left;">
5459
<img width="135px" height="135px" src="http://www.gravatar.com/avatar/c28f6b282ad61bff6aa9aba06c62ad66?s=135&amp;d=http://three20.info/gfx/team/silhouette.gif" />
5560
<div class="name">Roger Chapman</div>

docs/Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ PROJECT_NAME = Nimbus
3131
# This could be handy for archiving the generated documentation or
3232
# if some version control system is used.
3333

34-
PROJECT_NUMBER = 0.8.0
34+
PROJECT_NUMBER = 0.9.0
3535

3636
# Using the PROJECT_BRIEF tag one can provide an optional one line description
3737
# for a project that appears at the top of each page and should give viewer

docs/Doxyfile-docset

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ DOXYFILE_ENCODING = UTF-8
2525
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
2626
# by quotes) that should identify the project.
2727

28-
PROJECT_NAME = "Nimbus 0.8.0 Library"
28+
PROJECT_NAME = "Nimbus 0.9.0 Library"
2929

3030
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
3131
# This could be handy for archiving the generated documentation or
3232
# if some version control system is used.
3333

34-
PROJECT_NUMBER = 0.8.0
34+
PROJECT_NUMBER = 0.9.0
3535

3636
# Using the PROJECT_BRIEF tag one can provide an optional one line description
3737
# for a project that appears at the top of each page and should give viewer

src/Doxygen.h

+23-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*
2828
* - Start by exploring the "Getting Started" <a href="https://github.com/jverkoey/nimbus/tree/master/examples/gettingstarted">example applications</a>.
2929
* - Follow Nimbus' development through its <a href="http://jverkoey.github.com/nimbus/group___version-_history.html">version history</a>.
30-
* - See the <a href="http://jverkoey.github.com/nimbus/group___version-7-0.html">latest API diffs</a>.
30+
* - See the <a href="http://jverkoey.github.com/nimbus/group___version-9-0.html">latest API diffs</a>.
3131
* - Read the <a href="http://jverkoey.github.com/nimbus/group___three20-_migration-_guide.html">Three20 Migration Guide</a>.
3232
* - Ask questions and get updates via the <a href="http://groups.google.com/group/nimbusios">Nimbus mailing list</a>.
3333
*
@@ -70,6 +70,11 @@
7070
* <h3>Source Code Contributors (alphabetical by last name)</h3>
7171
*
7272
* <div class="contributor_profile">
73+
* <div class="name">bubnov</div>
74+
* <div class="github"><a href="http://github.com/bubnov">bubnov</a></div>
75+
* </div>
76+
*
77+
* <div class="contributor_profile">
7378
* <img width="135px" height="135px" src="http://www.gravatar.com/avatar/c28f6b282ad61bff6aa9aba06c62ad66?s=135&amp;d=http://three20.info/gfx/team/silhouette.gif" />
7479
* <div class="name">Roger Chapman</div>
7580
* <div class="github"><a href="http://github.com/rogchap">rogchap</a></div>
@@ -178,6 +183,10 @@
178183
* the new Nimbus @link NimbusCSS CSS@endlink and Chameleon, a new way to rapidly prototype
179184
* styling your iOS applications using CSS.
180185
*
186+
* Watch the Chameleon Youtube video: http://www.youtube.com/watch?v=i_5LbQ8e9BU
187+
*
188+
* Read the Chameleon blog post: http://blog.jeffverkoeyen.com/nimbus-chameleon
189+
*
181190
*
182191
* <h2>Added Frameworks</h2>
183192
*
@@ -188,7 +197,7 @@
188197
*
189198
* <h3>NIAttributedLabel[.h|m]</h3>
190199
*
191-
* - <span class="apiDiffAdded">Added</span> <code>@link NIAttributedLabel::removeAllLinks NIAttributedLabel@endlink</code> (thanks to <a href="http://github.com/hboon">hboon</a>.)
200+
* - <span class="apiDiffAdded">Added</span> <code>[NIAttributedLabel @link NIAttributedLabel::removeAllLinks removeAllLinks@endlink]</code> (thanks to <a href="http://github.com/hboon">hboon</a>.)
192201
*
193202
*
194203
* <h2>Core</h2>
@@ -211,12 +220,23 @@
211220
*
212221
* <h2>Examples</h2>
213222
*
214-
* <h3>Basic Attributed Label [added]</h3>
223+
* <h3>CSSDemo [added]</h3>
215224
*
216225
*
217226
* <h2>Real Live People Involved in this Release</h2>
218227
*
219228
* <div class="contributor_profile">
229+
* <div class="name">bubnov</div>
230+
* <div class="github"><a href="http://github.com/bubnov">bubnov</a></div>
231+
* </div>
232+
*
233+
* <div class="contributor_profile">
234+
* <img width="135px" height="135px" src="http://www.gravatar.com/avatar/c28f6b282ad61bff6aa9aba06c62ad66?s=135&amp;d=http://three20.info/gfx/team/silhouette.gif" />
235+
* <div class="name">Roger Chapman</div>
236+
* <div class="github"><a href="http://github.com/rogchap">rogchap</a></div>
237+
* </div>
238+
*
239+
* <div class="contributor_profile">
220240
* <img width="135px" height="135px" src="http://www.gravatar.com/avatar/87c842e2d3f2b9e87e339cbc86463e8d?s=135&amp;d=http://three20.info/gfx/team/silhouette.gif" />
221241
* <div class="name">Manu Cornet</div>
222242
* <div class="github"><a href="http://github.com/lmanul">lmanul</a></div>

0 commit comments

Comments
 (0)