mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-16 00:21:50 +00:00
updated docs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@14238 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
85cb1c355b
commit
ceafee0460
2 changed files with 11 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2002-08-06 David Wetzel <dave@turbocat.de>
|
||||
* GSWeb.framework/GSWImageButton.m
|
||||
o fixed a bug that caused the ImageButton to call the action even if it
|
||||
was not klicked.
|
||||
* GSWeb.framework/GSWApplication.m GSWDisplayGroup.h GSWSession.m
|
||||
o added support for NOEXTENSIONS and TCSDB
|
||||
|
||||
2002-08-04 Manuel Guesdon <mguesdon@orange-concept.com>
|
||||
* GSWeb.framework/GSWEmbeddedObject.m
|
||||
o ivar names changes to conform to coding standards
|
||||
|
|
5
INSTALL
5
INSTALL
|
@ -62,6 +62,9 @@ At this point everything is done, still remains the Apache configuration:
|
|||
You have to export the following env var:
|
||||
export GNUSTEP_STRING_ENCODING=NSISOLatin1StringEncoding
|
||||
|
||||
If you do not want the extensions you can compile with ADDITIONAL_OBJCFLAGS += -DNOEXTENSIONS
|
||||
in config.mak
|
||||
|
||||
Configurating Apache:
|
||||
=====================
|
||||
|
||||
|
@ -132,7 +135,7 @@ exemple values for a localhost use:
|
|||
}
|
||||
|
||||
|
||||
Now, develop an application and runnit !
|
||||
Now, develop an application and run it !
|
||||
|
||||
We'll try to put a sample application soon.
|
||||
|
||||
|
|
Loading…
Reference in a new issue