Overview
| Comment: | README.md: Add "Support and community" section |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
6b0845ae68c1dabb8484fafebbf495cb |
| User & Date: | js on 2020-05-31 19:24:21 |
| Other Links: | manifest | tags |
Context
|
2020-05-31
| ||
| 19:26 | README.md: Mention the bug tracker (check-in: 5b5172abb2 user: js tags: trunk) | |
| 19:24 | README.md: Add "Support and community" section (check-in: 6b0845ae68 user: js tags: trunk) | |
| 19:18 | README.md: Add license section (check-in: 93d5ab825a user: js tags: trunk) | |
Changes
Modified README.md from [690a6892ab] to [b41e5bd334].
| ︙ | ︙ | |||
25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
* [Nintendo DS, Nintendo 3DS and Wii](#nintendo)
* [Nintendo DS](#nintendo-ds)
* [Nintendo 3DS](#nintendo-3ds)
* [Wii](#wii)
* [Amiga](#amiga)
* [Writing your first application with ObjFW](#first-app)
* [Bugs and feature requests](#bugs)
* [Commercial use](#commercial-use)
<h1 id="what">What is ObjFW?</h1>
ObjFW is a portable, lightweight framework for the Objective-C language. It
enables you to write an application in Objective-C that will run on any
| > | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
* [Nintendo DS, Nintendo 3DS and Wii](#nintendo)
* [Nintendo DS](#nintendo-ds)
* [Nintendo 3DS](#nintendo-3ds)
* [Wii](#wii)
* [Amiga](#amiga)
* [Writing your first application with ObjFW](#first-app)
* [Bugs and feature requests](#bugs)
* [Support and community](#support)
* [Commercial use](#commercial-use)
<h1 id="what">What is ObjFW?</h1>
ObjFW is a portable, lightweight framework for the Objective-C language. It
enables you to write an application in Objective-C that will run on any
|
| ︙ | ︙ | |||
280 281 282 283 284 285 286 287 288 289 290 291 292 293 | <h1 id="bugs">Bugs and feature requests</h1> If you find any bugs or have feature requests, feel free to send a mail to js@nil.im! <h1 id="commercial-use">Commercial use</h1> If for whatever reason neither the terms of the QPL nor those of the GPL work for you, a proprietary license for ObjFW including support is available upon request. Just write a mail to js@nil.im and we can find a reasonable solution for both parties. | > > > > > > > > > > > > > | 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 |
<h1 id="bugs">Bugs and feature requests</h1>
If you find any bugs or have feature requests, feel free to send a mail to
js@nil.im!
<h1 id="support">Support and community</h1>
If you have any questions about ObjFW or would like to talk to other ObjFW
users, the following venues are available:
* The [forum](https://objfw.nil.im/forum)
* A [Matrix](https://matrix.to/#/%23objfw:nil.im) room
* An [IRC channel](irc://chat.freenode.net/#objfw) on Freenode (`#objfw`),
bridged to the Matrix room above
Please don't hesitate to join any or all of those!
<h1 id="commercial-use">Commercial use</h1>
If for whatever reason neither the terms of the QPL nor those of the GPL work
for you, a proprietary license for ObjFW including support is available upon
request. Just write a mail to js@nil.im and we can find a reasonable solution
for both parties.
|