Skip to content

Commit

Permalink
Moving download file to chdemko.com
Browse files Browse the repository at this point in the history
  • Loading branch information
chdemko committed Jan 30, 2013
1 parent fd23bac commit 0c0c8cb
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 608 deletions.
8 changes: 4 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ The *External Login* project is the continuation of the [Authentication Manager
Downloads
---------

* [External Login Package](https://github.com/downloads/chdemko/joomla-external-login/pkg_externallogin-2.0.5.zip) ([documentation](https://github.com/downloads/chdemko/joomla-external-login/External_Login_package-2.0.5-User_Guide-en-GB.pdf))
* [Admin template](https://github.com/downloads/chdemko/joomla-external-login/tpl_externallogin-2.0.5.zip)
* [External Login Package](http://download.chdemko.com/joomla/extensions/external-login/pkg_externallogin-2.0.5.zip) ([documentation](http://download.chdemko.com/joomla/extensions/external-login/External_Login_package-2.0.5-User_Guide-en-GB.pdf))
* [Admin template](http://download.chdemko.com/joomla/extensions/external-login/tpl_externallogin-2.0.5.zip)

External Login Plugins
----------------------

* [CAS Login Plugin](https://github.com/downloads/chdemko/joomla-external-login/plg_system_caslogin-2.0.5.zip) ([documentation](https://github.com/downloads/chdemko/joomla-external-login/CAS_Plugin-2.0.5-User_Guide-en-GB.pdf))
* [CAS Login Plugin](http://download.chdemko.com/joomla/extensions/external-login/plg_system_caslogin-2.0.5.zip) ([documentation](http://download.chdemko.com/joomla/extensions/external-login/CAS_Plugin-2.0.5-User_Guide-en-GB.pdf))

Community Builder
-----------------

* [Community Builder External Login Plugin](https://github.com/downloads/chdemko/joomla-external-login/plg_user_cbexternallogin-2.0.5.zip)
* [Community Builder External Login Plugin](http://download.chdemko.com/joomla/extensions/external-login/plg_user_cbexternallogin-2.0.5.zip)

Requirements
------------
Expand Down
8 changes: 4 additions & 4 deletions README.markdown.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ The *External Login* project is the continuation of the [Authentication Manager
Downloads
---------

* [External Login Package](https://github.com/downloads/chdemko/joomla-external-login/pkg_externallogin-@VERSION@.zip) ([documentation](https://github.com/downloads/chdemko/joomla-external-login/External_Login_package-@VERSION@-User_Guide-en-GB.pdf))
* [Admin template](https://github.com/downloads/chdemko/joomla-external-login/tpl_externallogin-@VERSION@.zip)
* [External Login Package](@SERVER@/pkg_externallogin-@VERSION@.zip) ([documentation](@SERVER@/External_Login_package-@VERSION@-User_Guide-en-GB.pdf))
* [Admin template](@SERVER@/tpl_externallogin-@VERSION@.zip)

External Login Plugins
----------------------

* [CAS Login Plugin](https://github.com/downloads/chdemko/joomla-external-login/plg_system_caslogin-@VERSION@.zip) ([documentation](https://github.com/downloads/chdemko/joomla-external-login/CAS_Plugin-@VERSION@-User_Guide-en-GB.pdf))
* [CAS Login Plugin](@SERVER@/plg_system_caslogin-@VERSION@.zip) ([documentation](@SERVER@/CAS_Plugin-@VERSION@-User_Guide-en-GB.pdf))

Community Builder
-----------------

* [Community Builder External Login Plugin](https://github.com/downloads/chdemko/joomla-external-login/plg_user_cbexternallogin-@VERSION@.zip)
* [Community Builder External Login Plugin](@SERVER@/plg_user_cbexternallogin-@VERSION@.zip)

Requirements
------------
Expand Down
17 changes: 12 additions & 5 deletions build.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="external-login" default="build" basedir=".">
<property name="server" value="http://download.chdemko.com/joomla/extensions/external-login" />
<property name="version" value="2.0.5" />
<property name="dist" value="build" />

Expand All @@ -8,15 +9,25 @@
<target name="readme">
<copy file="README.markdown.tpl" tofile="README.markdown" overwrite="true" />
<replace file="README.markdown" token="@VERSION@" value="${version}"/>
<replace file="README.markdown" token="@SERVER@" value="${server}"/>
</target>

<target name="server">
<target name="server" description="Generate Server file">
<copy file="server.xml.tpl" tofile="server.xml" overwrite="true" />
<replace file="server.xml" token="@VERSION@" value="${version}"/>
<replace file="server.xml" token="@SERVER@" value="${server}"/>
<copy file="server.xml" tofile="${dist}/server.xml" />
<delete file="server.xml" />
</target>

<target name="update" description="Generate Update file">
<copy file="update.xml.tpl" tofile="update.xml" overwrite="true" />
<replace file="update.xml" token="@VERSION@" value="${version}"/>
<replace file="update.xml" token="@SERVER@" value="${server}"/>
<copy file="update.xml" tofile="${dist}/update-${project-name}.xml" />
<delete file="update.xml" />
</target>

<target name="src">
<ant antfile="src/build.xml" useNativeBasedir="true" />
<copy todir="${dist}">
Expand All @@ -39,10 +50,6 @@
<zip destfile="${dist}/${project-name}-${version}.zip" basedir="." excludes="**/*~,*.tpl,build.xml,update.xml" />
</target>

<target name="update" description="Generate Update file">
<copy tofile="${dist}/update-${project-name}.xml" file="update.xml" />
</target>

<target name="clean" description="Clean up">
<delete dir="${dist}" />
</target>
Expand Down
8 changes: 4 additions & 4 deletions server.xml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
element="pkg_externallogin"
type="package"
version="@VERSION@"
detailsurl="https://github.com/downloads/chdemko/joomla-external-login/update-pkg_externallogin.xml"
detailsurl="@SERVER@/update-pkg_externallogin.xml"
/>

<extension
Expand All @@ -15,7 +15,7 @@
folder="system"
type="plugin"
version="@VERSION@"
detailsurl="https://github.com/downloads/chdemko/joomla-external-login/update-plg_system_caslogin.xml"
detailsurl="@SERVER@/update-plg_system_caslogin.xml"
/>

<extension
Expand All @@ -24,7 +24,7 @@
folder="user"
type="plugin"
version="@VERSION@"
detailsurl="https://github.com/downloads/chdemko/joomla-external-login/update-plg_user_cbexternallogin.xml"
detailsurl="@SERVER@/update-plg_user_cbexternallogin.xml"
/>

<extension
Expand All @@ -33,7 +33,7 @@
type="template"
client="administrator"
version="@VERSION@"
detailsurl="https://github.com/downloads/chdemko/joomla-external-login/update-tpl_externallogin.xml"
detailsurl="@SERVER@/update-tpl_externallogin.xml"
/>

</extensionset>
Expand Down
3 changes: 1 addition & 2 deletions src/pkg_externallogin/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<import file="../build.xml"/>

<target name="build"
depends="clean, prepare, com_externallogin, mod_externallogin_site, mod_externallogin_admin, plg_authentication_externallogin, plg_system_externallogin, subbuild, finish"
depends="clean, prepare, com_externallogin, mod_externallogin_site, mod_externallogin_admin, plg_authentication_externallogin, plg_system_externallogin, subbuild, finish, update"
/>

<target name="subbuild">
Expand All @@ -17,7 +17,6 @@
<fileset dir="plg_authentication_externallogin/build" />
<fileset dir="plg_system_externallogin/build" />
</zip>
<copy tofile="${dist}/update-${project-name}.xml" file="update.xml" />
</target>

<target name="prepare">
Expand Down
2 changes: 1 addition & 1 deletion src/pkg_externallogin/pkg_externallogin.xml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<!-- UPDATESERVER DEFINITION -->
<updateservers>
<!-- Note: No spaces or linebreaks allowed between the server tags -->
<server type="collection" priority="1" name="External Login Update Site">https://github.com/downloads/chdemko/joomla-external-login/server.xml</server>
<server type="collection" priority="1" name="External Login Update Site">http://download.chdemko.com/joomla/extensions/external-login/server.xml</server>
</updateservers>

</extension>
152 changes: 0 additions & 152 deletions src/pkg_externallogin/update.xml

This file was deleted.

2 changes: 1 addition & 1 deletion src/plg_system_caslogin/caslogin.xml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<!-- UPDATESERVER DEFINITION -->
<updateservers>
<!-- Note: No spaces or linebreaks allowed between the server tags -->
<server type="collection" priority="1" name="External Login Update Site">https://github.com/downloads/chdemko/joomla-external-login/server.xml</server>
<server type="collection" priority="1" name="External Login Update Site">http://download.chdemko.com/joomla/extensions/external-login/server.xml</server>
</updateservers>

</extension>
Loading

0 comments on commit 0c0c8cb

Please sign in to comment.