[recipes] help: Include file legal.xml instead of using <license> tags; add years
- From: Andre Klapper <aklapper src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes] help: Include file legal.xml instead of using <license> tags; add years
- Date: Thu, 21 May 2020 19:32:19 +0000 (UTC)
commit 4eb257120ed93f0b27b088c04e9d2a74bf8e7f7f
Author: Andre Klapper <a9016009 gmx de>
Date: Thu May 21 21:31:18 2020 +0200
help: Include file legal.xml instead of using <license> tags; add years
Fixes #77
help/C/add-recipe-description.page | 9 +++++----
help/C/add-recipe-details.page | 5 ++---
help/C/add-recipe-directions.page | 5 ++---
help/C/add-recipe-images.page | 5 ++---
help/C/add-recipe-ingredients.page | 5 ++---
help/C/add-recipe.page | 5 ++---
help/C/chef.page | 10 +++++++---
help/C/common-problems.page | 5 ++---
help/C/contribute.page | 5 ++---
help/C/cooking.page | 5 ++---
help/C/find-recipe.page | 5 ++---
help/C/index.page | 6 +-----
help/C/notes.page | 5 ++---
help/C/share.page | 9 +++++----
help/C/shop.page | 5 ++---
15 files changed, 40 insertions(+), 49 deletions(-)
---
diff --git a/help/C/add-recipe-description.page b/help/C/add-recipe-description.page
index e18fac9..54b34d6 100644
--- a/help/C/add-recipe-description.page
+++ b/help/C/add-recipe-description.page
@@ -14,12 +14,13 @@
<credit type="author">
<name>Paul Cutler</name>
<email its:translate="no">pcutler gnome org</email>
+ <years>2017</years>
</credit>
- <license>
- <p>Creative Commons Share Alike 4.0</p>
- </license>
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
</info>
-
+
+
+
<title>Add a Description</title>
<p>Press the <gui>New Recipe</gui> in the upper left corner of
diff --git a/help/C/add-recipe-details.page b/help/C/add-recipe-details.page
index c079a5e..bc49d8b 100644
--- a/help/C/add-recipe-details.page
+++ b/help/C/add-recipe-details.page
@@ -15,10 +15,9 @@
<credit type="author">
<name>Paul Cutler</name>
<email its:translate="no">pcutler gnome org</email>
+ <years>2017</years>
</credit>
- <license>
- <p>Creative Commons Share Alike 4.0</p>
- </license>
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
</info>
<title>Add Recipe Details</title>
diff --git a/help/C/add-recipe-directions.page b/help/C/add-recipe-directions.page
index 410e06d..fd8e083 100644
--- a/help/C/add-recipe-directions.page
+++ b/help/C/add-recipe-directions.page
@@ -14,10 +14,9 @@
<credit type="author">
<name>Paul Cutler</name>
<email its:translate="no">pcutler gnome org</email>
+ <years>2017</years>
</credit>
- <license>
- <p>Creative Commons Share Alike 4.0</p>
- </license>
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
</info>
<title>Add Cooking Directions</title>
diff --git a/help/C/add-recipe-images.page b/help/C/add-recipe-images.page
index 8b079c9..62999d8 100644
--- a/help/C/add-recipe-images.page
+++ b/help/C/add-recipe-images.page
@@ -14,10 +14,9 @@
<credit type="author">
<name>Paul Cutler</name>
<email its:translate="no">pcutler gnome org</email>
+ <years>2017</years>
</credit>
- <license>
- <p>Creative Commons Share Alike 4.0</p>
- </license>
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
</info>
<title>Add Images and Photos</title>
diff --git a/help/C/add-recipe-ingredients.page b/help/C/add-recipe-ingredients.page
index d1bc8db..cab2810 100644
--- a/help/C/add-recipe-ingredients.page
+++ b/help/C/add-recipe-ingredients.page
@@ -14,10 +14,9 @@
<credit type="author">
<name>Paul Cutler</name>
<email its:translate="no">pcutler gnome org</email>
+ <years>2017</years>
</credit>
- <license>
- <p>Creative Commons Share Alike 4.0</p>
- </license>
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
</info>
<title>Add Ingredients</title>
diff --git a/help/C/add-recipe.page b/help/C/add-recipe.page
index 240bfce..89f6a6e 100644
--- a/help/C/add-recipe.page
+++ b/help/C/add-recipe.page
@@ -10,10 +10,9 @@
<credit type="author">
<name>Paul Cutler</name>
<email its:translate="no">pcutler gnome org</email>
+ <years>2017</years>
</credit>
- <license>
- <p>Creative Commons Share Alike 4.0</p>
- </license>
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
</info>
<title>Add a Recipe</title>
diff --git a/help/C/chef.page b/help/C/chef.page
index 399a320..f85b477 100644
--- a/help/C/chef.page
+++ b/help/C/chef.page
@@ -13,10 +13,14 @@
<credit type="author">
<name>Paul Cutler</name>
<email its:translate="no">pcutler gnome org</email>
+ <years>2017</years>
</credit>
- <license>
- <p>Creative Commons Share Alike 4.0</p>
- </license>
+ <credit type="editor">
+ <name its:translate="no">Andre Klapper</name>
+ <email its:translate="no">ak-47 gmx net</email>
+ <years>2019</years>
+ </credit>
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
</info>
<title>Add Chef Information</title>
diff --git a/help/C/common-problems.page b/help/C/common-problems.page
index 8dc13b5..480dc56 100644
--- a/help/C/common-problems.page
+++ b/help/C/common-problems.page
@@ -10,10 +10,9 @@
<credit type="author">
<name>Paul Cutler</name>
<email its:translate="no">pcutler gnome org</email>
+ <years>2017</years>
</credit>
- <license>
- <p>Creative Commons Share Alike 4.0</p>
- </license>
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
</info>
<title>Common Problems</title>
diff --git a/help/C/contribute.page b/help/C/contribute.page
index cd38a17..679e58e 100644
--- a/help/C/contribute.page
+++ b/help/C/contribute.page
@@ -11,10 +11,9 @@
<credit type="author">
<name>Paul Cutler</name>
<email its:translate="no">pcutler gnome org</email>
+ <years>2017</years>
</credit>
- <license>
- <p>Creative Commons Share Alike 4.0</p>
- </license>
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
</info>
<title>Contribute Recipes</title>
diff --git a/help/C/cooking.page b/help/C/cooking.page
index f20bee5..a031528 100644
--- a/help/C/cooking.page
+++ b/help/C/cooking.page
@@ -11,10 +11,9 @@
<credit type="author">
<name>Paul Cutler</name>
<email its:translate="no">pcutler gnome org</email>
+ <years>2017</years>
</credit>
- <license>
- <p>Creative Commons Share Alike 4.0</p>
- </license>
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
</info>
<title>Start Cooking</title>
diff --git a/help/C/find-recipe.page b/help/C/find-recipe.page
index 71379ca..e40a28e 100644
--- a/help/C/find-recipe.page
+++ b/help/C/find-recipe.page
@@ -10,10 +10,9 @@
<credit type="author">
<name>Paul Cutler</name>
<email its:translate="no">pcutler gnome org</email>
+ <years>2017</years>
</credit>
- <license>
- <p>Creative Commons Share Alike 4.0</p>
- </license>
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
</info>
<title>Search Recipes</title>
diff --git a/help/C/index.page b/help/C/index.page
index a5a63b8..8054af9 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -9,12 +9,8 @@
<credit type="author">
<name>Paul Cutler</name>
<email its:translate="no">pcutler gnome org</email>
+ <years>2017</years>
</credit>
-
- <license>
- <p>Creative Commons Share Alike 4.0</p>
- </license>
-
<include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
<desc>A recipe manager to help you cook.</desc>
</info>
diff --git a/help/C/notes.page b/help/C/notes.page
index 2572370..018c492 100644
--- a/help/C/notes.page
+++ b/help/C/notes.page
@@ -10,10 +10,9 @@
<credit type="author">
<name>Paul Cutler</name>
<email its:translate="no">pcutler gnome org</email>
+ <years>2017</years>
</credit>
- <license>
- <p>Creative Commons Share Alike 4.0</p>
- </license>
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
</info>
<title>Add Notes</title>
diff --git a/help/C/share.page b/help/C/share.page
index 24b9768..2c77d4d 100644
--- a/help/C/share.page
+++ b/help/C/share.page
@@ -11,18 +11,19 @@
<credit type="author">
<name>Paul Cutler</name>
<email its:translate="no">pcutler gnome org</email>
+ <years>2017</years>
</credit>
<credit type="author">
<name>Jim Campbell</name>
<email its:translate="no">jcampbell gnome org</email>
+ <years>2017</years>
</credit>
<credit type="author">
<name> Sindhu S</name>
<email its:translate="no">sindhus live in</email>
- </credit>
- <license>
- <p>Creative Commons Share Alike 4.0</p>
- </license>
+ <years>2017</years>
+ </credit>
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
</info>
<title>Printing and Sharing</title>
diff --git a/help/C/shop.page b/help/C/shop.page
index 5c8efd4..fe7cf25 100644
--- a/help/C/shop.page
+++ b/help/C/shop.page
@@ -11,10 +11,9 @@
<credit type="author">
<name>Paul Cutler</name>
<email its:translate="no">pcutler gnome org</email>
+ <years>2017</years>
</credit>
- <license>
- <p>Creative Commons Share Alike 4.0</p>
- </license>
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
</info>
<title>Create a Shopping List</title>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]