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."
+2005-04-12 Helge Hess <helge.hess@opengroupware.org>
+
+ * added generated manpages for all .api files (v4.5.24)
+
2005-03-28 Stephane Corthesy <stephane@sente.ch>
* v4.5.23
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
# Version file
-SUBMINOR_VERSION:=23
+SUBMINOR_VERSION:=24
# v4.5.23 requires libNGObjWeb v4.5.145
# v4.5.22 requires libNGObjWeb v4.5.106
--- /dev/null
+.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 <developer at opengroupware.org>.
+
+.SH SEE ALSO
+.BR sope-ngobjweb-defaults
+
--- /dev/null
+.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 <developer at opengroupware.org>.
+
+.SH SEE ALSO
+.BR sope-ngobjweb-defaults
+
--- /dev/null
+.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 <developer at opengroupware.org>.
+
+.SH SEE ALSO
+.BR sope-ngobjweb-defaults
+
--- /dev/null
+.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 <developer at opengroupware.org>.
+
+.SH SEE ALSO
+.BR sope-ngobjweb-defaults
+
--- /dev/null
+.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 <developer at opengroupware.org>.
+
+.SH SEE ALSO
+.BR sope-ngobjweb-defaults
+
--- /dev/null
+.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 <developer at opengroupware.org>.
+
+.SH SEE ALSO
+.BR sope-ngobjweb-defaults
+
--- /dev/null
+# 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."
--- /dev/null
+.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 <developer at opengroupware.org>.
+
+.SH SEE ALSO
+.BR sope-ngobjweb-defaults
+
--- /dev/null
+.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 <developer at opengroupware.org>.
+
+.SH SEE ALSO
+.BR sope-ngobjweb-defaults
+
--- /dev/null
+.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 <developer at opengroupware.org>.
+
+.SH SEE ALSO
+.BR sope-ngobjweb-defaults
+
--- /dev/null
+.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 <developer at opengroupware.org>.
+
+.SH SEE ALSO
+.BR sope-ngobjweb-defaults
+
--- /dev/null
+.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 <developer at opengroupware.org>.
+
+.SH SEE ALSO
+.BR sope-ngobjweb-defaults
+
--- /dev/null
+.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 <developer at opengroupware.org>.
+
+.SH SEE ALSO
+.BR sope-ngobjweb-defaults
+
--- /dev/null
+.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 <developer at opengroupware.org>.
+
+.SH SEE ALSO
+.BR sope-ngobjweb-defaults
+
--- /dev/null
+.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 <developer at opengroupware.org>.
+
+.SH SEE ALSO
+.BR sope-ngobjweb-defaults
+
--- /dev/null
+.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 <developer at opengroupware.org>.
+
+.SH SEE ALSO
+.BR sope-ngobjweb-defaults
+
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)"
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) .."
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