Difference between revisions of "GNUstepWeb"
Jump to navigation
Jump to search
(cleaned up) |
|||
Line 1: | Line 1: | ||
{{Framework| | {{Framework| | ||
shortdescription = GNUstepWeb is a web application library | | shortdescription = GNUstepWeb is a web application library | | ||
+ | |||
currentversion = [http://gnustep.org] | | currentversion = [http://gnustep.org] | | ||
+ | |||
releasedate = use SVN | | releasedate = use SVN | | ||
+ | |||
license = LGPL2| | license = LGPL2| | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | overview = GNUstepWeb is a development framework for web applications written in Objective-C which is designed to be source-code compatible with [http://www.apple.com/webobjects/ WebObjects] 4.5 - a product originally developed by NeXT Inc, whose newer versions have been released by Apple and are Java-based. | | ||
− | + | features = This library is a component of the [[GNUstep]] project in the dev-libs section and is available in the standard ways - such as the [ftp://ftp.gnustep.org/pub/daily-snapshots/dev-libs.current.tar.bz2 GNUstep ftp site]. | |
− | = | ||
− | This library is a component of the [[GNUstep]] project in the dev-libs section and is available in the standard ways - such as the [ftp://ftp.gnustep.org/pub/daily-snapshots/dev-libs.current.tar.bz2 GNUstep ftp site]. | ||
David Wetzel recommends using his recent branch that can be obtained by executing the following [[SVN]] check out in an empty directory | David Wetzel recommends using his recent branch that can be obtained by executing the following [[SVN]] check out in an empty directory | ||
− | svn co http://svn.gna.org/svn/gnustep/libs/gsweb/branches/06-02-dwetzel | + | svn co http://svn.gna.org/svn/gnustep/libs/gsweb/branches/06-02-dwetzel | |
− | = | + | maintainer = David Wetzel | |
− | |||
− | David Wetzel runs a low-volume mailing list called [http://lists.turbocat.net/mailman/listinfo.cgi/gswhackers gswhackers]. | + | relatedlinks = |
+ | * Apple has [http://developer.apple.com/documentation/LegacyTechnologies/WebObjects/WebObjects_4.5/webobjects.html legacy WebObjects 4.5 documentation] available. Please note that the official site [http://www.gnustepweb.org/ gnustepweb.org] is somewhat out of date. | ||
+ | * David Wetzel runs a low-volume mailing list called [http://lists.turbocat.net/mailman/listinfo.cgi/gswhackers gswhackers]. | ||
+ | * [[Creating A Simple GSWeb Application]] is very easy. | | ||
− | = | + | category = [[Category:GNUstepWeb]] [[Category:Networking_Frameworks]] |
− | + | }} | |
− | |||
− | [[Category:GNUstepWeb]] | ||
− | [[Category:Networking_Frameworks]] |
Revision as of 12:45, 2 January 2007
GNUstepWeb is a web application library
Current Version: [1]
- Released: use SVN
- Licensed: LGPL2
Overview
GNUstepWeb is a development framework for web applications written in Objective-C which is designed to be source-code compatible with WebObjects 4.5 - a product originally developed by NeXT Inc, whose newer versions have been released by Apple and are Java-based.
Features
This library is a component of the GNUstep project in the dev-libs section and is available in the standard ways - such as the GNUstep ftp site.
David Wetzel recommends using his recent branch that can be obtained by executing the following SVN check out in an empty directory
svn co http://svn.gna.org/svn/gnustep/libs/gsweb/branches/06-02-dwetzel
Maintainer
David Wetzel
Related Links
- Apple has legacy WebObjects 4.5 documentation available. Please note that the official site gnustepweb.org is somewhat out of date.
- David Wetzel runs a low-volume mailing list called gswhackers.
- Creating A Simple GSWeb Application is very easy.