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 docs and links #5

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Annotorious Parse.com Plugin

A simple [Annotorious](http://github.com/annotorious/annotorious) plugin that stores annotations on [Parse.com](http://parse.com/).
A simple [Annotorious](https://github.com/annotorious/annotorious) plugin that stores annotations on [Parse](http://parseplatform.org).

This plugin is based on the [annotorious-elasticsearch-plugin](https://github.com/annotorious/annotorious-elasticsearch-plugin) and is licensed under the [WTFPL](http://en.wikipedia.org/wiki/WTFPL).
This plugin is based on the [annotorious-elasticsearch-plugin](https://github.com/annotorious/annotorious-elasticsearch-plugin) and is licensed under the [WTFPL](https://en.wikipedia.org/wiki/WTFPL).

## Using this Plugin

Expand All @@ -19,14 +19,14 @@ Copy the files to your server/Webspace and set it up with your page as described
....
<head>
<!-- Import main Annotorious script and CSS -->
<link rel="stylesheet" href="http://annotorious.github.com/latest/annotorious.css" type="text/css" />
<script src="http://annotorious.github.com/latest/annotorious.min.js"></script>
<link rel="stylesheet" href="https://annotorious.github.com/latest/annotorious.css" type="text/css" />
<script src="https://annotorious.github.com/latest/annotorious.min.js"></script>

<!-- Import jQuery - the plugin depends on it! -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>

<!-- Import Parse's javascript sdk - the plugin depends on it! -->
<script src="http://www.parsecdn.com/js/parse-1.2.8.min.js"></script>
<script src="https://unpkg.com/parse@1.10.0/dist/parse.min.js"></script>

<!-- Import the css styles -->
<link rel="stylesheet" href="anno-parse-plugin.css" type="text/css" />
Expand All @@ -41,6 +41,6 @@ Copy the files to your server/Webspace and set it up with your page as described
<head>
....

## [Live Demo](http://dommmel.github.io/annotorious-parse-plugin)
## [Live Demo](https://dommmel.github.io/annotorious-parse-plugin)


12 changes: 6 additions & 6 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<title>Annotorious Parse.com Plugin Test Page</title>

<!-- Import main Annotorious script and CSS -->
<link rel="stylesheet" href="http://annotorious.github.com/latest/annotorious.css" type="text/css" />
<script src="http://annotorious.github.com/latest/annotorious.min.js"></script>
<link rel="stylesheet" href="https://annotorious.github.com/latest/annotorious.css" type="text/css" />
<script src="https://annotorious.github.com/latest/annotorious.min.js"></script>

<!-- Import jQuery - the plugin depends on it! -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>

<!-- Import Parse's javascript sdk - the plugin depends on it! -->
<script src="http://www.parsecdn.com/js/parse-1.2.8.min.js"></script>
<script src="https://raw.githubusercontent.com/MrSlide/ParseBone/master/build/parsebone.min.js"></script>

<!-- Import the css styles -->
<link rel="stylesheet" href="../anno-parse-plugin.css" type="text/css" />
Expand Down Expand Up @@ -40,7 +40,7 @@
<img src="640px-Hallstatt.jpg" class="annotatable">
<p class="image-caption">
Hallstatt, Austria. By Nick Csakany, 2007. Public Domain. Source:
<a href="http://commons.wikimedia.org/wiki/File:Hallstatt_300.jpg">Wikimedia Commons</a>
<a href="https://commons.wikimedia.org/wiki/File:Hallstatt_300.jpg">Wikimedia Commons</a>
</p>
</div>
<p>
Expand All @@ -61,4 +61,4 @@
rutrum mauris. Integer aliquet nulla sit amet ante mollis pellentesque.
</p>
</body>
</html>
</html>