From 2a0e88d3377a3b1c9e63d4362e3fbfadd9bcc554 Mon Sep 17 00:00:00 2001 From: Llewellyn van der Merwe Date: Mon, 2 Nov 2020 19:13:06 +0200 Subject: [PATCH] Added update server --- README.md | 8 ++++---- admin/README.txt | 8 ++++---- release_checking.xml | 5 ++++- update_server.xml | 36 ++++++++++++++++++++++++++++++++++++ 4 files changed, 48 insertions(+), 9 deletions(-) create mode 100644 update_server.xml diff --git a/README.md b/README.md index a6d9200..71efc8d 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,11 @@ due to [Automated Component Builder](http://joomlacomponentbuilder.com)) > (if creating a folder and file took **5 seconds** and writing one line of code took **10 seconds**, > never making one mistake or taking any coffee break.) -+ *Line count*: **20353** -+ *File count*: **190** ++ *Line count*: **20391** ++ *File count*: **191** + *Folder count*: **56** -**37 Hours** or **5 Eight Hour Days** (the actual time the author spent) +**38 Hours** or **5 Eight Hour Days** (the actual time the author spent) > (with the following break down: > **debugging @14hours** = codingtime / 4; @@ -35,7 +35,7 @@ due to [Automated Component Builder](http://joomlacomponentbuilder.com)) > **mapping @6hours** = codingtime / 10; > **office @9hours** = codingtime / 6;) -**94 Hours** or **12 Eight Hour Days** +**95 Hours** or **12 Eight Hour Days** (a total of the realistic time frame for this project) > (if creating a folder and file took **5 seconds** and writing one line of code took **10 seconds**, diff --git a/admin/README.txt b/admin/README.txt index a6d9200..71efc8d 100644 --- a/admin/README.txt +++ b/admin/README.txt @@ -23,11 +23,11 @@ due to [Automated Component Builder](http://joomlacomponentbuilder.com)) > (if creating a folder and file took **5 seconds** and writing one line of code took **10 seconds**, > never making one mistake or taking any coffee break.) -+ *Line count*: **20353** -+ *File count*: **190** ++ *Line count*: **20391** ++ *File count*: **191** + *Folder count*: **56** -**37 Hours** or **5 Eight Hour Days** (the actual time the author spent) +**38 Hours** or **5 Eight Hour Days** (the actual time the author spent) > (with the following break down: > **debugging @14hours** = codingtime / 4; @@ -35,7 +35,7 @@ due to [Automated Component Builder](http://joomlacomponentbuilder.com)) > **mapping @6hours** = codingtime / 10; > **office @9hours** = codingtime / 6;) -**94 Hours** or **12 Eight Hour Days** +**95 Hours** or **12 Eight Hour Days** (a total of the realistic time frame for this project) > (if creating a folder and file took **5 seconds** and writing one line of code took **10 seconds**, diff --git a/release_checking.xml b/release_checking.xml index db70101..944847e 100644 --- a/release_checking.xml +++ b/release_checking.xml @@ -77,5 +77,8 @@ language/en-GB/en-GB.com_release_checking.sys.ini - + + + https://raw.githubusercontent.com/joomla-projects/com_release_checking/master/update_server.xml + \ No newline at end of file diff --git a/update_server.xml b/update_server.xml new file mode 100644 index 0000000..a3c8bd7 --- /dev/null +++ b/update_server.xml @@ -0,0 +1,36 @@ + + + Track Release Checking + Track Release Checking + com_release_checking + component + 1.0.0 + http://www.joomla.org + + https://github.com/joomla-projects/com_release_checking/releases/download/v1.0.4/TRC_v1.0.4.zip + + + stable + + Joomla! Project + http://www.joomla.org + + + + Track Release Checking + Track Release Checking + com_release_checking + component + 1.0.4 + http://www.joomla.org + + https://github.com/joomla-projects/com_release_checking/releases/download/v1.0.4/TRC_v1.0.4.zip + + + stable + + Joomla! Project + http://www.joomla.org + + + \ No newline at end of file