Skip to content

Commit

Permalink
Fix various README issues
Browse files Browse the repository at this point in the history
Resolve #94; Remove Gemnasium badge
Resolve #97; Add contact info
Resolve #95; Remove obsolete warning
  • Loading branch information
botimer committed Aug 13, 2018
1 parent c1deba3 commit 90fb932
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

[![Build Status](https://travis-ci.org/samvera/ldp.png?branch=master)](https://travis-ci.org/samvera/ldp)
[![Version](https://badge.fury.io/rb/ldp.png)](http://badge.fury.io/rb/ldp)
[![Dependencies](https://gemnasium.com/samvera/ldp.png)](https://gemnasium.com/samvera/ldp)
[![Coverage Status](https://coveralls.io/repos/github/samvera/ldp/badge.svg?branch=master)](https://coveralls.io/github/samvera/ldp?branch=master)

Linked Data Platform client library for Ruby
Expand Down Expand Up @@ -40,11 +39,6 @@ orm.graph.insert([orm.resource.subject_uri, RDF::DC11.title, 'a new title'])
orm.save
```

### Fedora Commons notes
Due to some discrepancies with alpha version of Fedora Commons, you may need to do some things differently:
* [Can't load resources from Fedora 4](https://github.com/samvera/ldp/issues/1)
* [orm.save with an rdf:type doesn't work with Fedora 4.0.0-alpha-3](https://github.com/samvera/ldp/issues/2)

## Contributing

1. Fork it
Expand All @@ -53,8 +47,12 @@ Due to some discrepancies with alpha version of Fedora Commons, you may need to
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

# Samvera
This software has been developed by and is brought to you by the Hydra community. Learn more at the
# Help

The Samvera community is here to help. Please see our [support guide](./SUPPORT.md).

# Acknowledgments
This software has been developed by and is brought to you by the Samvera community. Learn more at the
[Samvera website](http://samvera.org)

![Samvera Logo](https://wiki.duraspace.org/download/thumbnails/87459292/samvera-fall-font2-200w.png?version=1&modificationDate=1498550535816&api=v2)
5 changes: 5 additions & 0 deletions SUPPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
If you would like to report an issue, first search [the list of issues](https://github.com/samvera/ldp/issues/) to see if someone else has already reported it, and then feel free to [create a new issue](https://github.com/samvera/ldp/issues/new).

If you have questions or need help, please email [the Samvera community tech list](https://groups.google.com/forum/#!forum/samvera-tech) or stop by the #dev channel in [the Samvera community Slack team](https://wiki.duraspace.org/pages/viewpage.action?pageId=87460391#Getintouch!-Slack).

You can learn more about the various Samvera communication channels on the [Get in touch!](https://wiki.duraspace.org/pages/viewpage.action?pageId=87460391) wiki page.

0 comments on commit 90fb932

Please sign in to comment.