Skip to content

Commit

Permalink
Clawdit (#62)
Browse files Browse the repository at this point in the history
* deCLAWing Alpaca

* Update README.md

* update based on recommendation by Danny Lamb

* added playbook recommendation back

removed too much before

* adding link to license

* fixing license link
  • Loading branch information
Minnie Rangel authored and dannylamb committed Sep 27, 2019
1 parent 24c3450 commit b0b4b81
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 16 deletions.
28 changes: 19 additions & 9 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,13 @@ 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.

## Licensing
We recommend using the [claw-playbook](https://github.com/Islandora-Devops/claw-playbook) to get started.

MIT
## Licensing
[MIT](/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

0 comments on commit b0b4b81

Please sign in to comment.