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

update readme with build status #32

Merged
merged 1 commit into from Sep 8, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
@@ -1,6 +1,9 @@
# fcrepo-module-auth-webac

WebAC Authorization Delegate Module for the Fedora 4 Repository. This is an implementation of the W3C's proposed WebAccessControl at: [https://www.w3.org/wiki/WebAccessControl](https://www.w3.org/wiki/WebAccessControl).

[![Build Status](https://travis-ci.org/fcrepo4-labs/fcrepo-module-auth-webac.png?branch=master)](https://travis-ci.org/fcrepo4-labs/fcrepo-module-auth-webac)

This module enables an ACL based access control to the Fedora repository. Each protected resource should have an ACL file associated with it either directly or via an ancestor. The ACL file defines authorization based on three entities: 1) who has access, 2) what are the access permissions, and 3) to which resource. The ontology of the ACL RDF file can be found at: [http://www.w3.org/ns/auth/acl](http://www.w3.org/ns/auth/acl).

### Fedora 4 WebAC documentation
Expand All @@ -9,4 +12,4 @@ This module enables an ACL based access control to the Fedora repository. Each p
### Deployment and Configuration
The [fcrepo-webapp-plus](https://github.com/fcrepo4-exts/fcrepo-webapp-plus) provides a convenient option to build the deployable Fedora web application that is bundled with the WebAC module. Refer to the [fcrepo-webapp-plus README](https://github.com/fcrepo4-exts/fcrepo-webapp-plus/blob/master/README.md) for instructions.

The "Example Scenarios" section in the [WebAC Authorization Delegate wiki page](https://wiki.duraspace.org/display/FEDORA4x/WebAC+Authorization+Delegate#WebACAuthorizationDelegate-ExampleScenarios) has configuration instructions for some of the common authorization scenarios.
The "Example Scenarios" section in the [WebAC Authorization Delegate wiki page](https://wiki.duraspace.org/display/FEDORA4x/WebAC+Authorization+Delegate#WebACAuthorizationDelegate-ExampleScenarios) has configuration instructions for some of the common authorization scenarios.