| 1 | |
| 2 | [[PageOutline]] |
| 3 | |
| 4 | = Welcome to VKApps on Netlabs = |
| 5 | |
| 6 | This is the development home on NetLabs for several of Veit Kannegieser's applications. |
| 7 | |
| 8 | = Users = |
| 9 | |
| 10 | TBD |
| 11 | |
| 12 | == Binaries == |
| 13 | |
| 14 | New releases and betas are uploaded to ftp://ftp.netlabs.org/incoming or ftp://ftp.netlabs.org/incoming and will move to [ftp://ftp.netlabs.org/pub/vkapps]. |
| 15 | |
| 16 | New releases are announced at [http://wiki.netlabs.org/index.php/Netlabs_bi_weekly_newsletter Netlabs news] and elsewhere. |
| 17 | |
| 18 | Older releases and sources can be found at [http://kannegieser.net/veit/ Veit's website] |
| 19 | |
| 20 | = Developers = |
| 21 | |
| 22 | The svn repository content is a work in progress. If you want to work sources you don't see here, please open a ticket. |
| 23 | |
| 24 | == Getting the sources == |
| 25 | |
| 26 | In addition to [/browser browsing] the sources here, you can check out the |
| 27 | [/../repos/vkapps sources] |
| 28 | with your favorite subversion client. |
| 29 | |
| 30 | Keep in mind that tags and branches are ordinary directories in subversion. |
| 31 | With the typical subversion respository layout, it is |
| 32 | rather easy to checkout more than you |
| 33 | probably intend to. To pull just the trunk of the memdisk project, use something like |
| 34 | |
| 35 | {{{ |
| 36 | mkdir vkapps_workspace |
| 37 | cd vkapps_workspace |
| 38 | svn checkout http://svn.netlabs.org/repos/vkapps/trunk/memdisk memdisk |
| 39 | }}} |
| 40 | |
| 41 | To update your workspace with the current repository content, use |
| 42 | |
| 43 | {{{ |
| 44 | cd vkapps_workspace\memdisk |
| 45 | svn update |
| 46 | }}} |
| 47 | |
| 48 | If you would like commit access to the repository, please request it via the mailing lists. |
| 49 | |
| 50 | == Building == |
| 51 | |
| 52 | TBD |
| 53 | |
| 54 | == About VKApps == |
| 55 | |
| 56 | Veit Kannegieser has written a number of important and widely used applications for OS/2. |
| 57 | Veit is not no longer actively developing these applications. |
| 58 | |
| 59 | He has kindly allowed us to take over maintenance and support of these applications. |
| 60 | I'm sure he would appreciate a Thank You note for his generosity. |
| 61 | |
| 62 | Veit's website can be found at http://kannegieser.net/veit/ |
| 63 | |
| 64 | == Support == |
| 65 | |
| 66 | As you might have suspected, VKApps is a [http://www.netlabs.org Netlabs] project. |
| 67 | The project URL is [wiki:/VKApps] |
| 68 | |
| 69 | Currently there are no Netlabs specific user or developer support mailing lists. |
| 70 | |
| 71 | The maintainers monitor most of the well known OS/2 mailing lists and newgroups. |
| 72 | |
| 73 | You must be logged into TRAC to create tickets. Please login with your [http://www.netlabs.org Netlabs] login id. If you do not have a login id, you can request one at http://www.netlabs.org/en/site/member/member.xml. If you have troubles acquiring a [http://www.netlabs.org Netlabs] login id send an e-mail to |
| 74 | {{{ |
| 75 | #!html |
| 76 | <a class="mail-link" href="mailto:community@netlabs.org"><span class="icon"> </span>Netlabs Community Mailing List (community at netlabs.org)</a> |
| 77 | }}} |
| 78 | |
| 79 | = Credits = |
| 80 | |
| 81 | * Veit Kannegieser |
| 82 | |
| 83 | If we forgot anyone, please let us know. It was unintentional. |
| 84 | |
| 85 | ---- |
| 86 | ---- |
| 87 | |
| 88 | |