Mailinglist Archive: yast-commit (1535 mails)
| < Previous | Next > |
[yast-commit] <rest-service> master : added documentation for vendors on how to add their specific eula
- From: Martin Kudlvasr <mkudlvasr@xxxxxxx>
- Date: Tue, 27 Oct 2009 14:58:13 +0100
- Message-id: <E1N2o2B-0004iy-LU@xxxxxxxxxxxxxxxx>
ref: refs/heads/master
commit 4c64b0e9f9628b0f586a1d4a51195e7637b74eae
Author: Martin Kudlvasr <mkudlvasr@xxxxxxx>
Date: Tue Oct 27 14:58:13 2009 +0100
added documentation for vendors on how to add their specific eula
---
plugins/eulas/doc/README_FOR_APP | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/plugins/eulas/doc/README_FOR_APP b/plugins/eulas/doc/README_FOR_APP
index a1eeaba..a042622 100644
--- a/plugins/eulas/doc/README_FOR_APP
+++ b/plugins/eulas/doc/README_FOR_APP
@@ -5,4 +5,30 @@ Plugin cares for licenses and serves them to web-client on
demand.
It handles locale, order of the licenses, checks and sets whether licenses
were accepted.
+Eula plugin package comes pre-configured with license for the distribution,
+which the package is built for.
+
+Add vendor specific license
+===========================
+
+ - Store your license text into the directory:
+ /usr/share/yastws/eulas/licenses/YOUR_LICENSE_NAME/license.txt
+ - Add YOUR_LICENSE_NAME into /etc/webyast/eulas.yml configuration file.
+
+ Optional
+ --------
+
+ - Store your license translations the same directory as license.txt and name
+ them like license.LANGUAGE_CODE.txt .
+ - Your license can only be shown to the user (instead of explicitely making
+ him accept it). If you want to choose this behaviour, create an empty file
+ named "no-acceptance-needed" in the same directory as license.txt.
+
+ Example of eulas.yml
+ --------------------
+
+ licenses:
+ - SLE-11
+ - YOUR_LICENSE_NAME
+
Copyright (c) 2009 Novell, released under the GPL2 license
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
commit 4c64b0e9f9628b0f586a1d4a51195e7637b74eae
Author: Martin Kudlvasr <mkudlvasr@xxxxxxx>
Date: Tue Oct 27 14:58:13 2009 +0100
added documentation for vendors on how to add their specific eula
---
plugins/eulas/doc/README_FOR_APP | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/plugins/eulas/doc/README_FOR_APP b/plugins/eulas/doc/README_FOR_APP
index a1eeaba..a042622 100644
--- a/plugins/eulas/doc/README_FOR_APP
+++ b/plugins/eulas/doc/README_FOR_APP
@@ -5,4 +5,30 @@ Plugin cares for licenses and serves them to web-client on
demand.
It handles locale, order of the licenses, checks and sets whether licenses
were accepted.
+Eula plugin package comes pre-configured with license for the distribution,
+which the package is built for.
+
+Add vendor specific license
+===========================
+
+ - Store your license text into the directory:
+ /usr/share/yastws/eulas/licenses/YOUR_LICENSE_NAME/license.txt
+ - Add YOUR_LICENSE_NAME into /etc/webyast/eulas.yml configuration file.
+
+ Optional
+ --------
+
+ - Store your license translations the same directory as license.txt and name
+ them like license.LANGUAGE_CODE.txt .
+ - Your license can only be shown to the user (instead of explicitely making
+ him accept it). If you want to choose this behaviour, create an empty file
+ named "no-acceptance-needed" in the same directory as license.txt.
+
+ Example of eulas.yml
+ --------------------
+
+ licenses:
+ - SLE-11
+ - YOUR_LICENSE_NAME
+
Copyright (c) 2009 Novell, released under the GPL2 license
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |