Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
man0s committed Nov 22, 2018
2 parents d712543 + 38d7568 commit 5a20dcc
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Contributing

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -m 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request 😃
Binary file added Executables/RDFSee.jar
Binary file not shown.
File renamed without changes.
30 changes: 29 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,29 @@
RDFSee
# RDFSee: RDF Viewer & Editor
<p align="center">
<img src="https://i.imgur.com/8ePd5Vv.png">
</p>
<br>
<i>
<p align="center">
An RDF Viewer/Editor made with Java and JenaAPI.
</p>
</i>

## Getting Started

```bash
$ git clone https://github.com/man0s/RDFSee.git
$ cd RDFSee
$ cd Executables
$ java -jar RDFSee.jar

Requires Java SE Runtime Environment 8u144
```

## Contributing

Check [CONTRIBUTING.md](CONTRIBUTING.md) for more information.

## License

[MIT](LICENSE)© <a href="https://github.com/man0s">Emmanouil Katefidis</a>.

0 comments on commit 5a20dcc

Please sign in to comment.