From 31656f057ff7a76414dae4bb9c2a6b8f4a35e225 Mon Sep 17 00:00:00 2001 From: Minnie Rangel Date: Wed, 25 Sep 2019 13:23:53 -0500 Subject: [PATCH 1/6] deCLAWing Alpaca --- gradle/pmd/ruleset.xml | 4 ++-- islandora-connector-derivative/build.gradle | 2 +- islandora-http-client/build.gradle | 2 +- islandora-indexing-fcrepo/build.gradle | 2 +- islandora-indexing-triplestore/build.gradle | 2 +- karaf/build.gradle | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/gradle/pmd/ruleset.xml b/gradle/pmd/ruleset.xml index 82160e41..310e1a2d 100644 --- a/gradle/pmd/ruleset.xml +++ b/gradle/pmd/ruleset.xml @@ -5,7 +5,7 @@ xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd"> - CLAW Alpaca PMD ruleset + Islandora 8 Alpaca PMD ruleset @@ -31,4 +31,4 @@ - \ No newline at end of file + diff --git a/islandora-connector-derivative/build.gradle b/islandora-connector-derivative/build.gradle index 6f711ec6..a9316b6e 100644 --- a/islandora-connector-derivative/build.gradle +++ b/islandora-connector-derivative/build.gradle @@ -1,6 +1,6 @@ apply plugin: 'osgi' -description = 'Islandora CLAW Derivative Connector' +description = 'Islandora 8 Derivative Connector' dependencies { compile group: 'commons-io', name: 'commons-io', version: commonsIoVersion diff --git a/islandora-http-client/build.gradle b/islandora-http-client/build.gradle index 20a4fbb6..174c12cc 100644 --- a/islandora-http-client/build.gradle +++ b/islandora-http-client/build.gradle @@ -1,6 +1,6 @@ apply plugin: 'osgi' -description = 'Islandora CLAW HTTP Client' +description = 'Islandora 8 HTTP Client' dependencies { compile group: 'org.apache.httpcomponents', name: 'httpclient-osgi', version: '4.5.3' diff --git a/islandora-indexing-fcrepo/build.gradle b/islandora-indexing-fcrepo/build.gradle index 658648bd..65d1e271 100644 --- a/islandora-indexing-fcrepo/build.gradle +++ b/islandora-indexing-fcrepo/build.gradle @@ -1,6 +1,6 @@ apply plugin: 'osgi' -description = 'Islandora CLAW Fcrepo Indexer' +description = 'Islandora 8 Fcrepo Indexer' dependencies { compile group: 'org.apache.camel', name: 'camel-core', version: camelVersion diff --git a/islandora-indexing-triplestore/build.gradle b/islandora-indexing-triplestore/build.gradle index 43f51c0b..6de6d091 100644 --- a/islandora-indexing-triplestore/build.gradle +++ b/islandora-indexing-triplestore/build.gradle @@ -1,6 +1,6 @@ apply plugin: 'osgi' -description = 'Islandora CLAW Triplestore Indexer' +description = 'Islandora 8 Triplestore Indexer' dependencies { compile group: 'org.apache.camel', name: 'camel-core', version: camelVersion diff --git a/karaf/build.gradle b/karaf/build.gradle index 169d54c7..2b332aaa 100644 --- a/karaf/build.gradle +++ b/karaf/build.gradle @@ -1,4 +1,4 @@ -description = 'Islandora CLAW Karaf Provisioning' +description = 'Islandora 8 Karaf Provisioning' processResources { outputs.upToDateWhen { false } From 1e25fe30b6fbc9959bde989c6f6a471e1bb6adde Mon Sep 17 00:00:00 2001 From: Minnie Rangel Date: Thu, 26 Sep 2019 10:02:23 -0500 Subject: [PATCH 2/6] Update README.md --- README.md | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f87cb8a8..22a39213 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,29 @@ [![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](./LICENSE) [![codecov](https://codecov.io/gh/Islandora-CLAW/Alpaca/branch/master/graph/badge.svg)](https://codecov.io/gh/Islandora-CLAW/Alpaca) -## Description +## Introduction Event-driven middleware based on [Apache Camel](http://camel.apache.org/) that synchronizes a Fedora repository with a Drupal instance. -## Building +## Requirements This project requires Java 8 and can be built with [Gradle](https://gradle.org). To build and test locally, use `./gradlew build`. +## Documentation + +Further documentation for this module is available on the [Islandora 8 documentation site](https://islandora-claw.github.io/CLAW/). + +## Troubleshooting/Issues + +Having problems or solved a problem? Check out the Islandora google groups for a solution. + +* [Islandora Group](https://groups.google.com/forum/?hl=en&fromgroups#!forum/islandora) * [Islandora Dev Group](https://groups.google.com/forum/?hl=en&fromgroups#!forum/islandora-dev) + +## Current Maintainers + +* [Jared Whiklo](https://github.com/whikloj) +* [Daniel Lamb](https://github.com/dannylamb/) + ## Sponsors * Discoverygarden @@ -24,17 +39,14 @@ This project requires Java 8 and can be built with [Gradle](https://gradle.org). * Simon Fraser University * PALS -## Maintainers - -* [Nick Ruest](https://github.com/ruebot) -* [Daniel Lamb](https://github.com/dannylamb/) - ## Development If you would like to contribute, please get involved by attending our weekly [Tech Call](https://github.com/Islandora-CLAW/CLAW/wiki). We love to hear from you! If you would like to contribute code to the project, you need to be covered by an Islandora Foundation [Contributor License Agreement](http://islandora.ca/sites/default/files/islandora_cla.pdf) or [Corporate Contributor Licencse Agreement](http://islandora.ca/sites/default/files/islandora_ccla.pdf). Please see the [Contributors](http://islandora.ca/resources/contributors) pages on Islandora.ca for more information. +We recommend using the [claw-playbook](https://github.com/Islandora-Devops/claw-playbook) to get started. If you want to pull down the submodules for development, don't forget to run `git submodule update --init --recursive` after cloning. + ## Licensing MIT From efe758796349e819b1b904fe97a651c4b066807e Mon Sep 17 00:00:00 2001 From: Minnie Rangel Date: Thu, 26 Sep 2019 12:21:23 -0500 Subject: [PATCH 3/6] update based on recommendation by Danny Lamb --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 22a39213..fcbf3989 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,6 @@ If you would like to contribute, please get involved by attending our weekly [Te If you would like to contribute code to the project, you need to be covered by an Islandora Foundation [Contributor License Agreement](http://islandora.ca/sites/default/files/islandora_cla.pdf) or [Corporate Contributor Licencse Agreement](http://islandora.ca/sites/default/files/islandora_ccla.pdf). Please see the [Contributors](http://islandora.ca/resources/contributors) pages on Islandora.ca for more information. -We recommend using the [claw-playbook](https://github.com/Islandora-Devops/claw-playbook) to get started. If you want to pull down the submodules for development, don't forget to run `git submodule update --init --recursive` after cloning. - ## Licensing MIT From 863822f1584e7e0a87ee672f18bf09d2a500f14a Mon Sep 17 00:00:00 2001 From: Minnie Rangel Date: Thu, 26 Sep 2019 12:27:38 -0500 Subject: [PATCH 4/6] added playbook recommendation back removed too much before --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fcbf3989..97180c9b 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ If you would like to contribute, please get involved by attending our weekly [Te If you would like to contribute code to the project, you need to be covered by an Islandora Foundation [Contributor License Agreement](http://islandora.ca/sites/default/files/islandora_cla.pdf) or [Corporate Contributor Licencse Agreement](http://islandora.ca/sites/default/files/islandora_ccla.pdf). Please see the [Contributors](http://islandora.ca/resources/contributors) pages on Islandora.ca for more information. +We recommend using the [claw-playbook](https://github.com/Islandora-Devops/claw-playbook) to get started. + ## Licensing MIT From 82859e7cb76c15ff90e1c532c40399043f01ff18 Mon Sep 17 00:00:00 2001 From: Minnie Rangel Date: Thu, 26 Sep 2019 13:09:35 -0500 Subject: [PATCH 5/6] adding link to license --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 97180c9b..06ec7542 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,6 @@ Having problems or solved a problem? Check out the Islandora google groups for a ## Current Maintainers * [Jared Whiklo](https://github.com/whikloj) -* [Daniel Lamb](https://github.com/dannylamb/) ## Sponsors @@ -49,4 +48,4 @@ We recommend using the [claw-playbook](https://github.com/Islandora-Devops/claw- ## Licensing -MIT +[MIT](https://github.com/Islandora-CLAW/Alpaca/pull/LICENSE) From 4a345e7926492e9b0dfe9f0db086823970102711 Mon Sep 17 00:00:00 2001 From: Minnie Rangel Date: Thu, 26 Sep 2019 13:18:22 -0500 Subject: [PATCH 6/6] fixing license link --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 06ec7542..15c0678b 100644 --- a/README.md +++ b/README.md @@ -47,5 +47,4 @@ If you would like to contribute code to the project, you need to be covered by a We recommend using the [claw-playbook](https://github.com/Islandora-Devops/claw-playbook) to get started. ## Licensing - -[MIT](https://github.com/Islandora-CLAW/Alpaca/pull/LICENSE) +[MIT](/License)