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
Show file tree
Hide file tree
Changes from 5 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
27 changes: 19 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,28 @@
[![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)

## Sponsors

* Discoverygarden
Expand All @@ -24,17 +38,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.

## Licensing

MIT
[MIT](https://github.com/Islandora-CLAW/Alpaca/pull/LICENSE)
4 changes: 2 additions & 2 deletions gradle/pmd/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand All @@ -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
Expand Down
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'
Expand Down
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
Expand Down
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
Expand Down
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 }
Expand Down