Added update server
This commit is contained in:
parent
87c56f00fd
commit
2a0e88d337
@ -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**,
|
||||
|
@ -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**,
|
||||
|
@ -77,5 +77,8 @@
|
||||
<language tag="en-GB">language/en-GB/en-GB.com_release_checking.sys.ini</language>
|
||||
</languages>
|
||||
|
||||
</administration>
|
||||
</administration>
|
||||
<updateservers>
|
||||
<server type="extension" enabled="1" element="com_release_checking" name="Track Release Checking">https://raw.githubusercontent.com/joomla-projects/com_release_checking/master/update_server.xml</server>
|
||||
</updateservers>
|
||||
</extension>
|
36
update_server.xml
Normal file
36
update_server.xml
Normal file
@ -0,0 +1,36 @@
|
||||
<updates>
|
||||
<update>
|
||||
<name>Track Release Checking</name>
|
||||
<description>Track Release Checking</description>
|
||||
<element>com_release_checking</element>
|
||||
<type>component</type>
|
||||
<version>1.0.0</version>
|
||||
<infourl title="Track Release Checking!">http://www.joomla.org</infourl>
|
||||
<downloads>
|
||||
<downloadurl type="full" format="zip">https://github.com/joomla-projects/com_release_checking/releases/download/v1.0.4/TRC_v1.0.4.zip</downloadurl>
|
||||
</downloads>
|
||||
<tags>
|
||||
<tag>stable</tag>
|
||||
</tags>
|
||||
<maintainer>Joomla! Project</maintainer>
|
||||
<maintainerurl>http://www.joomla.org</maintainerurl>
|
||||
<targetplatform name="joomla" version="3.*"/>
|
||||
</update>
|
||||
<update>
|
||||
<name>Track Release Checking</name>
|
||||
<description>Track Release Checking</description>
|
||||
<element>com_release_checking</element>
|
||||
<type>component</type>
|
||||
<version>1.0.4</version>
|
||||
<infourl title="Track Release Checking!">http://www.joomla.org</infourl>
|
||||
<downloads>
|
||||
<downloadurl type="full" format="zip">https://github.com/joomla-projects/com_release_checking/releases/download/v1.0.4/TRC_v1.0.4.zip</downloadurl>
|
||||
</downloads>
|
||||
<tags>
|
||||
<tag>stable</tag>
|
||||
</tags>
|
||||
<maintainer>Joomla! Project</maintainer>
|
||||
<maintainerurl>http://www.joomla.org</maintainerurl>
|
||||
<targetplatform name="joomla" version="3.*"/>
|
||||
</update>
|
||||
</updates>
|
Loading…
Reference in New Issue
Block a user