Difference between revisions of "GNUstepWeb"
Jump to navigation
Jump to search
Trailblazr (talk | contribs) (added link to main legacy documentation page at Apple) |
|||
Line 4: | Line 4: | ||
currentversion = [http://gnustep.org] | | currentversion = [http://gnustep.org] | | ||
− | releasedate = use | + | releasedate = use git | |
license = LGPL2| | license = LGPL2| | ||
Line 12: | Line 12: | ||
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]. | 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]. | ||
− | David Wetzel recommends using the current version that can be obtained by executing the following [[ | + | David Wetzel recommends using the current version that can be obtained by executing the following [[GIT]] check out in an empty directory |
− | + | git clone https://github.com/gnustep/libs-gsweb | |
| | | | ||
Line 34: | Line 34: | ||
relatedlinks = | relatedlinks = | ||
* Apple has [http://developer.apple.com/legacy/mac/library/documentation/LegacyTechnologies/WebObjects/WebObjects_4.5/webobjects.html#//apple_ref/doc/uid/TP40006775 legacy WebObjects 4.5 documentation] available. Find all other legacy documentation [http://developer.apple.com/legacy/mac/library/navigation/index.html here], just filter for WebObjects. | * Apple has [http://developer.apple.com/legacy/mac/library/documentation/LegacyTechnologies/WebObjects/WebObjects_4.5/webobjects.html#//apple_ref/doc/uid/TP40006775 legacy WebObjects 4.5 documentation] available. Find all other legacy documentation [http://developer.apple.com/legacy/mac/library/navigation/index.html here], just filter for WebObjects. | ||
− | |||
* [[Creating A Simple GSWeb Application]] is very easy. | | * [[Creating A Simple GSWeb Application]] is very easy. | | ||
category = [[Category:GNUstepWeb]] [[Category:Networking_Frameworks]] | category = [[Category:GNUstepWeb]] [[Category:Networking_Frameworks]] | ||
}} | }} |
Revision as of 00:40, 1 September 2017
GNUstepWeb is a web application library
Current Version: [1]
- Released: use git
- 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 the current version that can be obtained by executing the following GIT check out in an empty directory
git clone https://github.com/gnustep/libs-gsweb
Maintainer
David Wetzel
Related Links
- Apple has legacy WebObjects 4.5 documentation available. Find all other legacy documentation here, just filter for WebObjects.
- Creating A Simple GSWeb Application is very easy.