From: helge Date: Tue, 12 Apr 2005 17:44:51 +0000 (+0000) Subject: added manpages generated from .api files X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b4c5896721eef22e9a06265fa2d35dbcd1bef72;p=sope added manpages generated from .api files git-svn-id: http://svn.opengroupware.org/SOPE/trunk@732 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-appserver/WEExtensions/doc/Makefile b/sope-appserver/WEExtensions/doc/Makefile index daa3602c..5886c6c9 100644 --- a/sope-appserver/WEExtensions/doc/Makefile +++ b/sope-appserver/WEExtensions/doc/Makefile @@ -9,20 +9,22 @@ SECTION = 3 all :: regenerate validate -APIFILES = ../*.api ../WETableView/*.api +APIEXT = .api +APIFILES = ../*$(APIEXT) ../WETableView/*$(APIEXT) regenerate :: @echo "generating manpages from .api files, may take a while ..." for apifile in $(APIFILES); do \ - OUTFILE="`basename $$apifile | sed s/\\.api/.3/g`"; \ + OUTFILE="`basename $$apifile | sed s/\\$(APIEXT)/.$(SECTION)/g`"; \ echo $$OUTFILE; \ - $(API2MAN) $$apifile $$SECTION $(MAJOR_VERSION) $(MINOR_VERSION) $(SUBMINOR_VERSION) >$$OUTFILE; \ + $(API2MAN) $$apifile $$SECTION \ + $(MAJOR_VERSION) $(MINOR_VERSION) $(SUBMINOR_VERSION) >$$OUTFILE; \ done @echo "done." validate :: @echo "validating manpages using nroff, may take a while ..." - for i in *.3; do \ + for i in *.$(SECTION); do \ nroff -mandoc -Tascii $$i >/dev/null; \ done @echo "done." diff --git a/sope-appserver/WOExtensions/ChangeLog b/sope-appserver/WOExtensions/ChangeLog index db1dd918..7bcc3617 100644 --- a/sope-appserver/WOExtensions/ChangeLog +++ b/sope-appserver/WOExtensions/ChangeLog @@ -1,3 +1,7 @@ +2005-04-12 Helge Hess + + * added generated manpages for all .api files (v4.5.24) + 2005-03-28 Stephane Corthesy * v4.5.23 diff --git a/sope-appserver/WOExtensions/GNUmakefile b/sope-appserver/WOExtensions/GNUmakefile index d7e36255..77317100 100644 --- a/sope-appserver/WOExtensions/GNUmakefile +++ b/sope-appserver/WOExtensions/GNUmakefile @@ -10,6 +10,8 @@ BUNDLE_NAME = WOExtensions BUNDLE_EXTENSION = .wox BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/WOxElemBuilders-$(MAJOR_VERSION).$(MINOR_VERSION)/ +FHS_MANPAGES += doc/*.3 + libWOExtensions_HEADER_FILES_DIR = . libWOExtensions_HEADER_FILES_INSTALL_DIR = /WOExtensions diff --git a/sope-appserver/WOExtensions/Version b/sope-appserver/WOExtensions/Version index b437a7c4..0286c7ec 100644 --- a/sope-appserver/WOExtensions/Version +++ b/sope-appserver/WOExtensions/Version @@ -1,6 +1,6 @@ # Version file -SUBMINOR_VERSION:=23 +SUBMINOR_VERSION:=24 # v4.5.23 requires libNGObjWeb v4.5.145 # v4.5.22 requires libNGObjWeb v4.5.106 diff --git a/sope-appserver/WOExtensions/doc/JSAlertPanel.3 b/sope-appserver/WOExtensions/doc/JSAlertPanel.3 new file mode 100644 index 00000000..1b24ab4e --- /dev/null +++ b/sope-appserver/WOExtensions/doc/JSAlertPanel.3 @@ -0,0 +1,51 @@ +.TH JSAlertPanel 3 "April 2005" "SOPE" "SOPE Dynamic Element Reference" +.\" DO NOT EDIT: this file got autogenerated using woapi2man from: +.\" ../JSAlertPanel.api +.\" +.\" Copyright (C) 2005 SKYRIX Software AG. All rights reserved. +.\" ==================================================================== +.\" +.\" Copyright (C) 2005 SKYRIX Software AG. All rights reserved. +.\" +.\" Check the COPYING file for further information. +.\" +.\" Created with the help of: +.\" http://www.schweikhardt.net/man_page_howto.html +.\" + +.SH NAME +JSAlertPanel + +.SH SYNOPSIS +.B JSAlertPanel +{ action; pageName; javaScriptFunction; alertMessage; altTag; filename; targetWindow; string; escapeJS; framework; } + +.SH VALIDATION +Either one of 'action', 'pagename', or 'javascriptfunction' may be bound + +.SH BINDINGS +.IP action +The 'action' binding is evaluated as an action (a method which returns a WOComponent or other WOActionResults object). +.IP pageName +The value of 'pageName' will be used to lookup a WOComponent page. +.IP javaScriptFunction +.IP alertMessage +.IP altTag +.IP filename +.IP targetWindow +.IP string +.IP escapeJS +The value of 'escapeJS' will be evaluated in a boolean context. +.IP framework +The value of 'framework' must be the name of a framework or bundle to be used for resource lookups. + +.SH BUGS +SOPE related bugs are collected in the OpenGroupware.org Bugzilla: + http://bugzilla.opengroupware.org/ + +.SH AUTHOR +The SOPE community . + +.SH SEE ALSO +.BR sope-ngobjweb-defaults + diff --git a/sope-appserver/WOExtensions/doc/JSConfirmPanel.3 b/sope-appserver/WOExtensions/doc/JSConfirmPanel.3 new file mode 100644 index 00000000..702417ff --- /dev/null +++ b/sope-appserver/WOExtensions/doc/JSConfirmPanel.3 @@ -0,0 +1,53 @@ +.TH JSConfirmPanel 3 "April 2005" "SOPE" "SOPE Dynamic Element Reference" +.\" DO NOT EDIT: this file got autogenerated using woapi2man from: +.\" ../JSConfirmPanel.api +.\" +.\" Copyright (C) 2005 SKYRIX Software AG. All rights reserved. +.\" ==================================================================== +.\" +.\" Copyright (C) 2005 SKYRIX Software AG. All rights reserved. +.\" +.\" Check the COPYING file for further information. +.\" +.\" Created with the help of: +.\" http://www.schweikhardt.net/man_page_howto.html +.\" + +.SH NAME +JSConfirmPanel + +.SH SYNOPSIS +.B JSConfirmPanel +{ action; pageName; javaScriptFunction; confirmMessage; altTag; filename; targetWindow; string; showPanel; escapeJS; framework; } + +.SH VALIDATION +Either one of 'action', 'pagename', or 'javascriptfunction' may be bound + +.SH BINDINGS +.IP action +The 'action' binding is evaluated as an action (a method which returns a WOComponent or other WOActionResults object). +.IP pageName +The value of 'pageName' will be used to lookup a WOComponent page. +.IP javaScriptFunction +.IP confirmMessage +.IP altTag +.IP filename +.IP targetWindow +.IP string +.IP showPanel +The value of 'showPanel' will be evaluated in a boolean context. +.IP escapeJS +The value of 'escapeJS' will be evaluated in a boolean context. +.IP framework +The value of 'framework' must be the name of a framework or bundle to be used for resource lookups. + +.SH BUGS +SOPE related bugs are collected in the OpenGroupware.org Bugzilla: + http://bugzilla.opengroupware.org/ + +.SH AUTHOR +The SOPE community . + +.SH SEE ALSO +.BR sope-ngobjweb-defaults + diff --git a/sope-appserver/WOExtensions/doc/JSImageFlyover.3 b/sope-appserver/WOExtensions/doc/JSImageFlyover.3 new file mode 100644 index 00000000..15d6c28a --- /dev/null +++ b/sope-appserver/WOExtensions/doc/JSImageFlyover.3 @@ -0,0 +1,52 @@ +.TH JSImageFlyover 3 "April 2005" "SOPE" "SOPE Dynamic Element Reference" +.\" DO NOT EDIT: this file got autogenerated using woapi2man from: +.\" ../JSImageFlyover.api +.\" +.\" Copyright (C) 2005 SKYRIX Software AG. All rights reserved. +.\" ==================================================================== +.\" +.\" Copyright (C) 2005 SKYRIX Software AG. All rights reserved. +.\" +.\" Check the COPYING file for further information. +.\" +.\" Created with the help of: +.\" http://www.schweikhardt.net/man_page_howto.html +.\" + +.SH NAME +JSImageFlyover + +.SH SYNOPSIS +.B JSImageFlyover +{ action; pageName; javaScriptFunction; selectedImage; unselectedImage; framework; targetWindow; directActionName; actionClass; queryDictionary; } + +.SH VALIDATION +Either one of 'action', 'pagename', or 'javascriptfunction' may be bound, or either or both of 'actionclass' and 'directactionname' may be bound + +.SH BINDINGS +.IP action +The 'action' binding is evaluated as an action (a method which returns a WOComponent or other WOActionResults object). +.IP pageName +The value of 'pageName' will be used to lookup a WOComponent page. +.IP javaScriptFunction +.IP selectedImage +.IP unselectedImage +.IP framework +The value of 'framework' must be the name of a framework or bundle to be used for resource lookups. +.IP targetWindow +.IP directActionName +Kind: Direct Actions +.IP actionClass +Kind: Direct Action Classes +.IP queryDictionary + +.SH BUGS +SOPE related bugs are collected in the OpenGroupware.org Bugzilla: + http://bugzilla.opengroupware.org/ + +.SH AUTHOR +The SOPE community . + +.SH SEE ALSO +.BR sope-ngobjweb-defaults + diff --git a/sope-appserver/WOExtensions/doc/JSModalWindow.3 b/sope-appserver/WOExtensions/doc/JSModalWindow.3 new file mode 100644 index 00000000..bb073b76 --- /dev/null +++ b/sope-appserver/WOExtensions/doc/JSModalWindow.3 @@ -0,0 +1,58 @@ +.TH JSModalWindow 3 "April 2005" "SOPE" "SOPE Dynamic Element Reference" +.\" DO NOT EDIT: this file got autogenerated using woapi2man from: +.\" ../JSModalWindow.api +.\" +.\" Copyright (C) 2005 SKYRIX Software AG. All rights reserved. +.\" ==================================================================== +.\" +.\" Copyright (C) 2005 SKYRIX Software AG. All rights reserved. +.\" +.\" Check the COPYING file for further information. +.\" +.\" Created with the help of: +.\" http://www.schweikhardt.net/man_page_howto.html +.\" + +.SH NAME +JSModalWindow + +.SH SYNOPSIS +.B JSModalWindow +{ action; pageName; height; width; windowName; isResizable; showLocation; showMenuBar; showScrollbars; showStatus; showToolbar; href; top; left; isCenter; filename; string; framework; } + +.SH VALIDATION +Exactly one of 'action', 'pagename', or 'href' may be bound + +.SH BINDINGS +.IP action +The 'action' binding is evaluated as an action (a method which returns a WOComponent or other WOActionResults object). +.IP pageName +The value of 'pageName' will be used to lookup a WOComponent page. +.IP height +.IP width +.IP windowName +.IP isResizable +.IP showLocation +.IP showMenuBar +.IP showScrollbars +.IP showStatus +.IP showToolbar +.IP href +.IP top +.IP left +.IP isCenter +.IP filename +.IP string +.IP framework +The value of 'framework' must be the name of a framework or bundle to be used for resource lookups. + +.SH BUGS +SOPE related bugs are collected in the OpenGroupware.org Bugzilla: + http://bugzilla.opengroupware.org/ + +.SH AUTHOR +The SOPE community . + +.SH SEE ALSO +.BR sope-ngobjweb-defaults + diff --git a/sope-appserver/WOExtensions/doc/JSTextFlyover.3 b/sope-appserver/WOExtensions/doc/JSTextFlyover.3 new file mode 100644 index 00000000..dea79203 --- /dev/null +++ b/sope-appserver/WOExtensions/doc/JSTextFlyover.3 @@ -0,0 +1,46 @@ +.TH JSTextFlyover 3 "April 2005" "SOPE" "SOPE Dynamic Element Reference" +.\" DO NOT EDIT: this file got autogenerated using woapi2man from: +.\" ../JSTextFlyover.api +.\" +.\" Copyright (C) 2005 SKYRIX Software AG. All rights reserved. +.\" ==================================================================== +.\" +.\" Copyright (C) 2005 SKYRIX Software AG. All rights reserved. +.\" +.\" Check the COPYING file for further information. +.\" +.\" Created with the help of: +.\" http://www.schweikhardt.net/man_page_howto.html +.\" + +.SH NAME +JSTextFlyover + +.SH SYNOPSIS +.B JSTextFlyover +{ action; pageName; javaScriptFunction; selectedColor; unselectedColor; targetWindow; string; } + +.SH VALIDATION +Either one of 'action', 'pagename', or 'javascriptfunction' may be bound + +.SH BINDINGS +.IP action +The 'action' binding is evaluated as an action (a method which returns a WOComponent or other WOActionResults object). +.IP pageName +The value of 'pageName' will be used to lookup a WOComponent page. +.IP javaScriptFunction +.IP selectedColor +.IP unselectedColor +.IP targetWindow +.IP string + +.SH BUGS +SOPE related bugs are collected in the OpenGroupware.org Bugzilla: + http://bugzilla.opengroupware.org/ + +.SH AUTHOR +The SOPE community . + +.SH SEE ALSO +.BR sope-ngobjweb-defaults + diff --git a/sope-appserver/WOExtensions/doc/JSValidatedField.3 b/sope-appserver/WOExtensions/doc/JSValidatedField.3 new file mode 100644 index 00000000..578bd156 --- /dev/null +++ b/sope-appserver/WOExtensions/doc/JSValidatedField.3 @@ -0,0 +1,42 @@ +.TH JSValidatedField 3 "April 2005" "SOPE" "SOPE Dynamic Element Reference" +.\" DO NOT EDIT: this file got autogenerated using woapi2man from: +.\" ../JSValidatedField.api +.\" +.\" Copyright (C) 2005 SKYRIX Software AG. All rights reserved. +.\" ==================================================================== +.\" +.\" Copyright (C) 2005 SKYRIX Software AG. All rights reserved. +.\" +.\" Check the COPYING file for further information. +.\" +.\" Created with the help of: +.\" http://www.schweikhardt.net/man_page_howto.html +.\" + +.SH NAME +JSValidatedField + +.SH SYNOPSIS +.B JSValidatedField +{ inputText; errorMessage; formName; fieldSize; inputIsRequired; requiredText; escapeJS; } + +.SH BINDINGS +.IP inputText +.IP errorMessage +.IP formName +.IP fieldSize +.IP inputIsRequired +.IP requiredText +.IP escapeJS +The value of 'escapeJS' will be evaluated in a boolean context. + +.SH BUGS +SOPE related bugs are collected in the OpenGroupware.org Bugzilla: + http://bugzilla.opengroupware.org/ + +.SH AUTHOR +The SOPE community . + +.SH SEE ALSO +.BR sope-ngobjweb-defaults + diff --git a/sope-appserver/WOExtensions/doc/Makefile b/sope-appserver/WOExtensions/doc/Makefile new file mode 100644 index 00000000..3337ca69 --- /dev/null +++ b/sope-appserver/WOExtensions/doc/Makefile @@ -0,0 +1,30 @@ +# makefile to generate manpages from .api files + +-include ../../../config.make +include ../../../Version +include ../Version + +API2MAN = ../../NGObjWeb/woapi2man.py +SECTION = 3 + +all :: regenerate validate + +APIEXT = .api +APIFILES = ../*$(APIEXT) + +regenerate :: + @echo "generating manpages from .api files, may take a while ..." + for apifile in $(APIFILES); do \ + OUTFILE="`basename $$apifile | sed s/\\$(APIEXT)/.$(SECTION)/g`"; \ + echo $$OUTFILE; \ + $(API2MAN) $$apifile $$SECTION \ + $(MAJOR_VERSION) $(MINOR_VERSION) $(SUBMINOR_VERSION) >$$OUTFILE; \ + done + @echo "done." + +validate :: + @echo "validating manpages using nroff, may take a while ..." + for i in *.$(SECTION); do \ + nroff -mandoc -Tascii $$i >/dev/null; \ + done + @echo "done." diff --git a/sope-appserver/WOExtensions/doc/WOCheckBoxMatrix.3 b/sope-appserver/WOExtensions/doc/WOCheckBoxMatrix.3 new file mode 100644 index 00000000..6fbb627e --- /dev/null +++ b/sope-appserver/WOExtensions/doc/WOCheckBoxMatrix.3 @@ -0,0 +1,50 @@ +.TH WOCheckBoxMatrix 3 "April 2005" "SOPE" "SOPE Dynamic Element Reference" +.\" DO NOT EDIT: this file got autogenerated using woapi2man from: +.\" ../WOCheckBoxMatrix.api +.\" +.\" Copyright (C) 2005 SKYRIX Software AG. All rights reserved. +.\" ==================================================================== +.\" +.\" Copyright (C) 2005 SKYRIX Software AG. All rights reserved. +.\" +.\" Check the COPYING file for further information. +.\" +.\" Created with the help of: +.\" http://www.schweikhardt.net/man_page_howto.html +.\" + +.SH NAME +WOCheckBoxMatrix + +.SH SYNOPSIS +.B WOCheckBoxMatrix +{ list; item; selections; maxColumns; index; col; row; cellAlign; cellVAlign; rowBackgroundColor; cellBackgroundColor; horizontal; } + +.SH VALIDATION +\'list' must not be a constant + +.SH BINDINGS +.IP list +.IP item +.IP selections +.IP maxColumns +.IP index +.IP col +.IP row +.IP cellAlign +.IP cellVAlign +.IP rowBackgroundColor +.IP cellBackgroundColor +.IP horizontal +The value of 'horizontal' will be evaluated in a boolean context. + +.SH BUGS +SOPE related bugs are collected in the OpenGroupware.org Bugzilla: + http://bugzilla.opengroupware.org/ + +.SH AUTHOR +The SOPE community . + +.SH SEE ALSO +.BR sope-ngobjweb-defaults + diff --git a/sope-appserver/WOExtensions/doc/WOCollapsibleComponentContent.3 b/sope-appserver/WOExtensions/doc/WOCollapsibleComponentContent.3 new file mode 100644 index 00000000..55a4959a --- /dev/null +++ b/sope-appserver/WOExtensions/doc/WOCollapsibleComponentContent.3 @@ -0,0 +1,47 @@ +.TH WOCollapsibleComponentContent 3 "April 2005" "SOPE" "SOPE Dynamic Element Reference" +.\" DO NOT EDIT: this file got autogenerated using woapi2man from: +.\" ../WOCollapsibleComponentContent.api +.\" +.\" Copyright (C) 2005 SKYRIX Software AG. All rights reserved. +.\" ==================================================================== +.\" +.\" Copyright (C) 2005 SKYRIX Software AG. All rights reserved. +.\" +.\" Check the COPYING file for further information. +.\" +.\" Created with the help of: +.\" http://www.schweikhardt.net/man_page_howto.html +.\" + +.SH NAME +WOCollapsibleComponentContent + +.SH SYNOPSIS +.B WOCollapsibleComponentContent +{ condition; visibility; openedImageFileName; closedImageFileName; framework; openedLabel; closedLabel; submitActionName; } + +.SH VALIDATION +\'visibility' must not be a constant + +.SH BINDINGS +.IP condition +.IP visibility +The value of 'visibility' will be evaluated in a boolean context. +.IP openedImageFileName +.IP closedImageFileName +.IP framework +The value of 'framework' must be the name of a framework or bundle to be used for resource lookups. +.IP openedLabel +.IP closedLabel +.IP submitActionName + +.SH BUGS +SOPE related bugs are collected in the OpenGroupware.org Bugzilla: + http://bugzilla.opengroupware.org/ + +.SH AUTHOR +The SOPE community . + +.SH SEE ALSO +.BR sope-ngobjweb-defaults + diff --git a/sope-appserver/WOExtensions/doc/WODictionaryRepetition.3 b/sope-appserver/WOExtensions/doc/WODictionaryRepetition.3 new file mode 100644 index 00000000..c7864e6b --- /dev/null +++ b/sope-appserver/WOExtensions/doc/WODictionaryRepetition.3 @@ -0,0 +1,37 @@ +.TH WODictionaryRepetition 3 "April 2005" "SOPE" "SOPE Dynamic Element Reference" +.\" DO NOT EDIT: this file got autogenerated using woapi2man from: +.\" ../WODictionaryRepetition.api +.\" +.\" Copyright (C) 2005 SKYRIX Software AG. All rights reserved. +.\" ==================================================================== +.\" +.\" Copyright (C) 2005 SKYRIX Software AG. All rights reserved. +.\" +.\" Check the COPYING file for further information. +.\" +.\" Created with the help of: +.\" http://www.schweikhardt.net/man_page_howto.html +.\" + +.SH NAME +WODictionaryRepetition + +.SH SYNOPSIS +.B WODictionaryRepetition +{ dictionary; key; item; } + +.SH BINDINGS +.IP dictionary +.IP key +.IP item + +.SH BUGS +SOPE related bugs are collected in the OpenGroupware.org Bugzilla: + http://bugzilla.opengroupware.org/ + +.SH AUTHOR +The SOPE community . + +.SH SEE ALSO +.BR sope-ngobjweb-defaults + diff --git a/sope-appserver/WOExtensions/doc/WOKeyValueConditional.3 b/sope-appserver/WOExtensions/doc/WOKeyValueConditional.3 new file mode 100644 index 00000000..045f27ad --- /dev/null +++ b/sope-appserver/WOExtensions/doc/WOKeyValueConditional.3 @@ -0,0 +1,38 @@ +.TH WOKeyValueConditional 3 "April 2005" "SOPE" "SOPE Dynamic Element Reference" +.\" DO NOT EDIT: this file got autogenerated using woapi2man from: +.\" ../WOKeyValueConditional.api +.\" +.\" Copyright (C) 2005 SKYRIX Software AG. All rights reserved. +.\" ==================================================================== +.\" +.\" Copyright (C) 2005 SKYRIX Software AG. All rights reserved. +.\" +.\" Check the COPYING file for further information. +.\" +.\" Created with the help of: +.\" http://www.schweikhardt.net/man_page_howto.html +.\" + +.SH NAME +WOKeyValueConditional + +.SH SYNOPSIS +.B WOKeyValueConditional +{ key; value; negate; } + +.SH BINDINGS +.IP key +.IP value +.IP negate +The value of 'negate' will be evaluated in a boolean context. + +.SH BUGS +SOPE related bugs are collected in the OpenGroupware.org Bugzilla: + http://bugzilla.opengroupware.org/ + +.SH AUTHOR +The SOPE community . + +.SH SEE ALSO +.BR sope-ngobjweb-defaults + diff --git a/sope-appserver/WOExtensions/doc/WORadioButtonMatrix.3 b/sope-appserver/WOExtensions/doc/WORadioButtonMatrix.3 new file mode 100644 index 00000000..901b2c77 --- /dev/null +++ b/sope-appserver/WOExtensions/doc/WORadioButtonMatrix.3 @@ -0,0 +1,51 @@ +.TH WORadioButtonMatrix 3 "April 2005" "SOPE" "SOPE Dynamic Element Reference" +.\" DO NOT EDIT: this file got autogenerated using woapi2man from: +.\" ../WORadioButtonMatrix.api +.\" +.\" Copyright (C) 2005 SKYRIX Software AG. All rights reserved. +.\" ==================================================================== +.\" +.\" Copyright (C) 2005 SKYRIX Software AG. All rights reserved. +.\" +.\" Check the COPYING file for further information. +.\" +.\" Created with the help of: +.\" http://www.schweikhardt.net/man_page_howto.html +.\" + +.SH NAME +WORadioButtonMatrix + +.SH SYNOPSIS +.B WORadioButtonMatrix +{ list; item; selection; maxColumns; index; col; row; cellAlign; cellVAlign; rowBackgroundColor; cellBackgroundColor; horizontal; otherTagString; } + +.SH VALIDATION +\'list' must not be a constant + +.SH BINDINGS +.IP list +.IP item +.IP selection +.IP maxColumns +.IP index +.IP col +.IP row +.IP cellAlign +.IP cellVAlign +.IP rowBackgroundColor +.IP cellBackgroundColor +.IP horizontal +The value of 'horizontal' will be evaluated in a boolean context. +.IP otherTagString + +.SH BUGS +SOPE related bugs are collected in the OpenGroupware.org Bugzilla: + http://bugzilla.opengroupware.org/ + +.SH AUTHOR +The SOPE community . + +.SH SEE ALSO +.BR sope-ngobjweb-defaults + diff --git a/sope-appserver/WOExtensions/doc/WORedirect.3 b/sope-appserver/WOExtensions/doc/WORedirect.3 new file mode 100644 index 00000000..53984eee --- /dev/null +++ b/sope-appserver/WOExtensions/doc/WORedirect.3 @@ -0,0 +1,35 @@ +.TH WORedirect 3 "April 2005" "SOPE" "SOPE Dynamic Element Reference" +.\" DO NOT EDIT: this file got autogenerated using woapi2man from: +.\" ../WORedirect.api +.\" +.\" Copyright (C) 2005 SKYRIX Software AG. All rights reserved. +.\" ==================================================================== +.\" +.\" Copyright (C) 2005 SKYRIX Software AG. All rights reserved. +.\" +.\" Check the COPYING file for further information. +.\" +.\" Created with the help of: +.\" http://www.schweikhardt.net/man_page_howto.html +.\" + +.SH NAME +WORedirect + +.SH SYNOPSIS +.B WORedirect +{ url; } + +.SH BINDINGS +.IP url + +.SH BUGS +SOPE related bugs are collected in the OpenGroupware.org Bugzilla: + http://bugzilla.opengroupware.org/ + +.SH AUTHOR +The SOPE community . + +.SH SEE ALSO +.BR sope-ngobjweb-defaults + diff --git a/sope-appserver/WOExtensions/doc/WOTabPanel.3 b/sope-appserver/WOExtensions/doc/WOTabPanel.3 new file mode 100644 index 00000000..8c5eb9b4 --- /dev/null +++ b/sope-appserver/WOExtensions/doc/WOTabPanel.3 @@ -0,0 +1,44 @@ +.TH WOTabPanel 3 "April 2005" "SOPE" "SOPE Dynamic Element Reference" +.\" DO NOT EDIT: this file got autogenerated using woapi2man from: +.\" ../WOTabPanel.api +.\" +.\" Copyright (C) 2005 SKYRIX Software AG. All rights reserved. +.\" ==================================================================== +.\" +.\" Copyright (C) 2005 SKYRIX Software AG. All rights reserved. +.\" +.\" Check the COPYING file for further information. +.\" +.\" Created with the help of: +.\" http://www.schweikhardt.net/man_page_howto.html +.\" + +.SH NAME +WOTabPanel + +.SH SYNOPSIS +.B WOTabPanel +{ tabs; selectedTab; tabNameKey; nonSelectedBgColor; bgcolor; textColor; submitActionName; } + +.SH VALIDATION +\'tabs' must not be a constant + +.SH BINDINGS +.IP tabs +.IP selectedTab +.IP tabNameKey +.IP nonSelectedBgColor +.IP bgcolor +.IP textColor +.IP submitActionName + +.SH BUGS +SOPE related bugs are collected in the OpenGroupware.org Bugzilla: + http://bugzilla.opengroupware.org/ + +.SH AUTHOR +The SOPE community . + +.SH SEE ALSO +.BR sope-ngobjweb-defaults + diff --git a/sope-appserver/WOExtensions/doc/WOTable.3 b/sope-appserver/WOExtensions/doc/WOTable.3 new file mode 100644 index 00000000..24f73095 --- /dev/null +++ b/sope-appserver/WOExtensions/doc/WOTable.3 @@ -0,0 +1,56 @@ +.TH WOTable 3 "April 2005" "SOPE" "SOPE Dynamic Element Reference" +.\" DO NOT EDIT: this file got autogenerated using woapi2man from: +.\" ../WOTable.api +.\" +.\" Copyright (C) 2005 SKYRIX Software AG. All rights reserved. +.\" ==================================================================== +.\" +.\" Copyright (C) 2005 SKYRIX Software AG. All rights reserved. +.\" +.\" Check the COPYING file for further information. +.\" +.\" Created with the help of: +.\" http://www.schweikhardt.net/man_page_howto.html +.\" + +.SH NAME +WOTable + +.SH SYNOPSIS +.B WOTable +{ list; item; maxColumns; index; col; row; cellAlign; cellVAlign; rowBackgroundColor; cellBackgroundColor; tableBackgroundColor; border; cellpadding; cellspacing; horizontal; hasOwnTDs; } + +.SH VALIDATION +\'list' must not be a constant +\'item' must be bound when 'list' is bound + +.SH BINDINGS +.IP list +.IP item +.IP maxColumns +.IP index +.IP col +.IP row +.IP cellAlign +.IP cellVAlign +.IP rowBackgroundColor +.IP cellBackgroundColor +.IP tableBackgroundColor +.IP border +.IP cellpadding +.IP cellspacing +.IP horizontal +The value of 'horizontal' will be evaluated in a boolean context. +.IP hasOwnTDs +The value of 'hasOwnTDs' will be evaluated in a boolean context. + +.SH BUGS +SOPE related bugs are collected in the OpenGroupware.org Bugzilla: + http://bugzilla.opengroupware.org/ + +.SH AUTHOR +The SOPE community . + +.SH SEE ALSO +.BR sope-ngobjweb-defaults + diff --git a/sope-appserver/WOExtensions/doc/WOThresholdColoredNumber.3 b/sope-appserver/WOExtensions/doc/WOThresholdColoredNumber.3 new file mode 100644 index 00000000..53fd6770 --- /dev/null +++ b/sope-appserver/WOExtensions/doc/WOThresholdColoredNumber.3 @@ -0,0 +1,40 @@ +.TH WOThresholdColoredNumber 3 "April 2005" "SOPE" "SOPE Dynamic Element Reference" +.\" DO NOT EDIT: this file got autogenerated using woapi2man from: +.\" ../WOThresholdColoredNumber.api +.\" +.\" Copyright (C) 2005 SKYRIX Software AG. All rights reserved. +.\" ==================================================================== +.\" +.\" Copyright (C) 2005 SKYRIX Software AG. All rights reserved. +.\" +.\" Check the COPYING file for further information. +.\" +.\" Created with the help of: +.\" http://www.schweikhardt.net/man_page_howto.html +.\" + +.SH NAME +WOThresholdColoredNumber + +.SH SYNOPSIS +.B WOThresholdColoredNumber +{ lowColor; highColor; threshold; value; numberformat; } + +.SH BINDINGS +.IP lowColor +.IP highColor +.IP threshold +.IP value +.IP numberformat +Kind: Number Format Strings + +.SH BUGS +SOPE related bugs are collected in the OpenGroupware.org Bugzilla: + http://bugzilla.opengroupware.org/ + +.SH AUTHOR +The SOPE community . + +.SH SEE ALSO +.BR sope-ngobjweb-defaults + diff --git a/sope-appserver/WOExtensions/fhs.make b/sope-appserver/WOExtensions/fhs.make index 7a0d0b0f..b1da2e1c 100644 --- a/sope-appserver/WOExtensions/fhs.make +++ b/sope-appserver/WOExtensions/fhs.make @@ -8,6 +8,7 @@ FHS_INCLUDE_DIR=$(FHS_INSTALL_ROOT)/include/ FHS_LIB_DIR=$(FHS_INSTALL_ROOT)/lib/ FHS_BIN_DIR=$(FHS_INSTALL_ROOT)/bin/ FHS_WOx_DIR=$(FHS_LIB_DIR)sope-$(MAJOR_VERSION).$(MINOR_VERSION)/wox-builders/ +FHS_MAN_DIR=$(FHS_INSTALL_ROOT)/man NONFHS_LIBDIR="$(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR)/" NONFHS_LIBNAME="$(LIBRARY_NAME)$(LIBRARY_NAME_SUFFIX)$(SHARED_LIBEXT)" @@ -19,6 +20,8 @@ fhs-header-dirs :: fhs-wox-dirs :: $(MKDIRS) $(FHS_WOx_DIR) +fhs-man-dirs :: + $(MKDIRS) $(FHS_MAN_DIR) move-headers-to-fhs :: fhs-header-dirs @echo "moving headers to $(FHS_INCLUDE_DIR) .." @@ -39,6 +42,14 @@ move-bundles-to-fhs :: fhs-wox-dirs move-to-fhs :: move-headers-to-fhs move-libs-to-fhs move-bundles-to-fhs -after-install :: move-to-fhs +install-fhs-manpages :: fhs-man-dirs + @echo "installing manpages in $(FHS_MAN_DIR) ..." + for i in $(FHS_MANPAGES); do \ + msection="$(FHS_MAN_DIR)/man`echo -n $$i | tail -c 1`"; \ + $(MKDIRS) $$msection; \ + $(INSTALL_DATA) $$i $$msection; \ + done + +after-install :: install-fhs-manpages move-to-fhs endif