Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clawdit #62

Merged
merged 6 commits into from
Sep 27, 2019
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 19 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions gradle/pmd/ruleset.xml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd">

<description>
CLAW Alpaca PMD ruleset
Islandora 8 Alpaca PMD ruleset
</description>

<rule ref="rulesets/java/basic.xml"/>
@@ -31,4 +31,4 @@
<rule ref="rulesets/java/unnecessary.xml"/>
<rule ref="rulesets/java/unusedcode.xml"/>

</ruleset>
</ruleset>
2 changes: 1 addition & 1 deletion islandora-connector-derivative/build.gradle
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion islandora-http-client/build.gradle
Original file line number Diff line number Diff line change
@@ -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'
2 changes: 1 addition & 1 deletion islandora-indexing-fcrepo/build.gradle
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion islandora-indexing-triplestore/build.gradle
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion karaf/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description = 'Islandora CLAW Karaf Provisioning'
description = 'Islandora 8 Karaf Provisioning'

processResources {
outputs.upToDateWhen { false }