diff --git a/ccm-atoz-siteproxy/application.xml b/ccm-atoz-siteproxy/application.xml index b713a8c32..b61e6cb64 100755 --- a/ccm-atoz-siteproxy/application.xml +++ b/ccm-atoz-siteproxy/application.xml @@ -26,6 +26,10 @@ + The ccm-atoz-siteproxy package is an extension for the ccm-atoz package in + combination with the ccm-cms-types-siteproxy package. It enables the + ccm-atoz package to deal with siteproxy content. + The ccm-atoz package enables a site to present all it's content in alphabetical order as an additional service to it's users. Usually the theme provides a link to the page as part of its static elements. diff --git a/ccm-atoz-siteproxy/pdl/com/arsdigita/atoz/siteproxy/AtoZSiteProxyProvider.pdl b/ccm-atoz-siteproxy/pdl/com/arsdigita/atoz/siteproxy/SiteProxyProvider.pdl similarity index 94% rename from ccm-atoz-siteproxy/pdl/com/arsdigita/atoz/siteproxy/AtoZSiteProxyProvider.pdl rename to ccm-atoz-siteproxy/pdl/com/arsdigita/atoz/siteproxy/SiteProxyProvider.pdl index afe12daa6..fba61565a 100755 --- a/ccm-atoz-siteproxy/pdl/com/arsdigita/atoz/siteproxy/AtoZSiteProxyProvider.pdl +++ b/ccm-atoz-siteproxy/pdl/com/arsdigita/atoz/siteproxy/SiteProxyProvider.pdl @@ -15,11 +15,12 @@ // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -model com.arsdigita.atoz; +model com.arsdigita.atoz.siteproxy; +import com.arsdigita.atoz.AtoZProvider; import com.arsdigita.categorization.Category; -object type AtoZSiteProxyProvider extends AtoZProvider { +object type SiteProxyProvider extends AtoZProvider { Category[1..1] category = join atoz_siteproxy_provider.category_id to cat_categories.category_id; reference key (atoz_siteproxy_provider.provider_id); diff --git a/ccm-atoz-siteproxy/src/WEB-INF/resources/atoz-siteproxy-adapters.xml b/ccm-atoz-siteproxy/src/WEB-INF/resources/atoz-siteproxy-adapters.xml new file mode 100755 index 000000000..f7994c4af --- /dev/null +++ b/ccm-atoz-siteproxy/src/WEB-INF/resources/atoz-siteproxy-adapters.xml @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ccm-atoz-siteproxy/src/WEB-INF/web.ccm-atoz.xml b/ccm-atoz-siteproxy/src/WEB-INF/web.ccm-atoz.xml deleted file mode 100644 index 0a690a1bc..000000000 --- a/ccm-atoz-siteproxy/src/WEB-INF/web.ccm-atoz.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - atoz-files - com.arsdigita.web.ApplicationFileServlet - - template-path - /templates/ccm-atoz - - - - - - - atoz-files - /ccm-atoz/files/* - - - - diff --git a/ccm-atoz-siteproxy/src/ccm-atoz-siteproxy.config b/ccm-atoz-siteproxy/src/ccm-atoz-siteproxy.config new file mode 100755 index 000000000..aaa77c5fe --- /dev/null +++ b/ccm-atoz-siteproxy/src/ccm-atoz-siteproxy.config @@ -0,0 +1,5 @@ + + + + diff --git a/ccm-atoz-siteproxy/src/ccm-atoz-siteproxy.load b/ccm-atoz-siteproxy/src/ccm-atoz-siteproxy.load new file mode 100755 index 000000000..518d639f8 --- /dev/null +++ b/ccm-atoz-siteproxy/src/ccm-atoz-siteproxy.load @@ -0,0 +1,22 @@ + + + + +
+ + + + + +
+ + + + + + + + + diff --git a/ccm-atoz-siteproxy/src/ccm-atoz-siteproxy.upgrade b/ccm-atoz-siteproxy/src/ccm-atoz-siteproxy.upgrade new file mode 100755 index 000000000..e96ac28ef --- /dev/null +++ b/ccm-atoz-siteproxy/src/ccm-atoz-siteproxy.upgrade @@ -0,0 +1,8 @@ + + +