]> err.no Git - sope/commitdiff
added manpages generated from .api files
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 12 Apr 2005 17:44:51 +0000 (17:44 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 12 Apr 2005 17:44:51 +0000 (17:44 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@732 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

21 files changed:
sope-appserver/WEExtensions/doc/Makefile
sope-appserver/WOExtensions/ChangeLog
sope-appserver/WOExtensions/GNUmakefile
sope-appserver/WOExtensions/Version
sope-appserver/WOExtensions/doc/JSAlertPanel.3 [new file with mode: 0644]
sope-appserver/WOExtensions/doc/JSConfirmPanel.3 [new file with mode: 0644]
sope-appserver/WOExtensions/doc/JSImageFlyover.3 [new file with mode: 0644]
sope-appserver/WOExtensions/doc/JSModalWindow.3 [new file with mode: 0644]
sope-appserver/WOExtensions/doc/JSTextFlyover.3 [new file with mode: 0644]
sope-appserver/WOExtensions/doc/JSValidatedField.3 [new file with mode: 0644]
sope-appserver/WOExtensions/doc/Makefile [new file with mode: 0644]
sope-appserver/WOExtensions/doc/WOCheckBoxMatrix.3 [new file with mode: 0644]
sope-appserver/WOExtensions/doc/WOCollapsibleComponentContent.3 [new file with mode: 0644]
sope-appserver/WOExtensions/doc/WODictionaryRepetition.3 [new file with mode: 0644]
sope-appserver/WOExtensions/doc/WOKeyValueConditional.3 [new file with mode: 0644]
sope-appserver/WOExtensions/doc/WORadioButtonMatrix.3 [new file with mode: 0644]
sope-appserver/WOExtensions/doc/WORedirect.3 [new file with mode: 0644]
sope-appserver/WOExtensions/doc/WOTabPanel.3 [new file with mode: 0644]
sope-appserver/WOExtensions/doc/WOTable.3 [new file with mode: 0644]
sope-appserver/WOExtensions/doc/WOThresholdColoredNumber.3 [new file with mode: 0644]
sope-appserver/WOExtensions/fhs.make

index daa3602c258aa450127586130db25b6be274351c..5886c6c939076fc3bfc38a0bf9a58eac259fb248 100644 (file)
@@ -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."
index db1dd918a48da37b091a07765ce422a4224890d5..7bcc3617162e346eed79ee254bfac79def5cd5ce 100644 (file)
@@ -1,3 +1,7 @@
+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
index d7e36255875795b60046462198ce127a81f65b15..77317100aa1c24cf59a9864d2986b6600d6888e4 100644 (file)
@@ -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
 
index b437a7c4da6fd9a482bf187d9f03c3f087ff1fa3..0286c7eceace70909e63fe07c4187167ba97205f 100644 (file)
@@ -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 (file)
index 0000000..1b24ab4
--- /dev/null
@@ -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 <developer at opengroupware.org>.
+
+.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 (file)
index 0000000..702417f
--- /dev/null
@@ -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 <developer at opengroupware.org>.
+
+.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 (file)
index 0000000..15d6c28
--- /dev/null
@@ -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 <developer at opengroupware.org>.
+
+.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 (file)
index 0000000..bb073b7
--- /dev/null
@@ -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 <developer at opengroupware.org>.
+
+.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 (file)
index 0000000..dea7920
--- /dev/null
@@ -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 <developer at opengroupware.org>.
+
+.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 (file)
index 0000000..578bd15
--- /dev/null
@@ -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 <developer at opengroupware.org>.
+
+.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 (file)
index 0000000..3337ca6
--- /dev/null
@@ -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 (file)
index 0000000..6fbb627
--- /dev/null
@@ -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 <developer at opengroupware.org>.
+
+.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 (file)
index 0000000..55a4959
--- /dev/null
@@ -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 <developer at opengroupware.org>.
+
+.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 (file)
index 0000000..c7864e6
--- /dev/null
@@ -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 <developer at opengroupware.org>.
+
+.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 (file)
index 0000000..045f27a
--- /dev/null
@@ -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 <developer at opengroupware.org>.
+
+.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 (file)
index 0000000..901b2c7
--- /dev/null
@@ -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 <developer at opengroupware.org>.
+
+.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 (file)
index 0000000..53984ee
--- /dev/null
@@ -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 <developer at opengroupware.org>.
+
+.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 (file)
index 0000000..8c5eb9b
--- /dev/null
@@ -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 <developer at opengroupware.org>.
+
+.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 (file)
index 0000000..24f7309
--- /dev/null
@@ -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 <developer at opengroupware.org>.
+
+.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 (file)
index 0000000..53fd677
--- /dev/null
@@ -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 <developer at opengroupware.org>.
+
+.SH SEE ALSO
+.BR sope-ngobjweb-defaults
+
index 7a0d0b0f07c4e3c0de93872cbc483e9c2bdead8c..b1da2e1c416f680298c9249c7a805f29a09a7bec 100644 (file)
@@ -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