Changes between Version 1 and Version 2 of WikiStart


Ignore:
Timestamp:
Feb 27, 2018, 9:45:20 PM (6 years ago)
Author:
stevenhl
Comment:

Initial content.

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v1 v2  
     1
     2[[PageOutline]]
     3
     4= Welcome to VKApps on Netlabs =
     5
     6This is the development home on NetLabs for several of Veit Kannegieser's applications.
     7
     8= Users =
     9
     10TBD
     11
     12== Binaries ==
     13
     14New 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
     16New releases are announced at [http://wiki.netlabs.org/index.php/Netlabs_bi_weekly_newsletter Netlabs news] and elsewhere.
     17
     18Older releases and sources can be found at [http://kannegieser.net/veit/ Veit's website]
     19
     20= Developers =
     21
     22The 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
     26In addition to [/browser browsing] the sources here, you can check out the
     27[/../repos/vkapps sources]
     28with your favorite subversion client.
     29
     30Keep in mind that tags and branches are ordinary directories in subversion.
     31With the typical subversion respository layout, it is
     32rather easy to checkout more than you
     33probably intend to.  To pull just the trunk of the memdisk project, use something like
     34
     35{{{
     36mkdir vkapps_workspace
     37cd vkapps_workspace
     38svn checkout http://svn.netlabs.org/repos/vkapps/trunk/memdisk memdisk
     39}}}
     40
     41To update your workspace with the current repository content, use
     42
     43{{{
     44cd vkapps_workspace\memdisk
     45svn update
     46}}}
     47
     48If 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
     56Veit Kannegieser has written a number of important and widely used applications for OS/2.
     57Veit is not no longer actively developing these applications.
     58
     59He has kindly allowed us to take over maintenance and support of these applications.
     60I'm sure he would appreciate a Thank You note for his generosity.
     61
     62Veit's website can be found at http://kannegieser.net/veit/
     63
     64== Support ==
     65
     66As you might have suspected, VKApps is a [http://www.netlabs.org Netlabs] project.
     67The project URL is [wiki:/VKApps]
     68
     69Currently there are no Netlabs specific user or developer support mailing lists.
     70
     71The maintainers monitor most of the well known OS/2 mailing lists and newgroups.
     72
     73You 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
     83If we forgot anyone, please let us know.  It was unintentional.
     84
     85----
     86----
     87
     88
    189= Welcome to Trac 1.0.9 =
    290