-
Notifications
You must be signed in to change notification settings - Fork 330
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: migrate IM website to github pages (#322)
- Loading branch information
Showing
86 changed files
with
10,813 additions
and
10,319 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,3 @@ build/ | |
!.vscode/extensions.json | ||
!.vscode/settings.json | ||
/docs/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# ImageMapster Support | ||
|
||
**Please do not use the issue tracker for personal support requests.** | ||
> \[!NOTE] | ||
> Please do not use the issue tracker for personal support requests. | ||
Have questions? Looking for support for ImageMapster? | ||
|
||
- There are lots of examples and documentation on the [ImageMapster web site](http://www.outsharked.com/imagemapster). | ||
- I write about ImageMapster on my blog from time to time. See [posts about imagemapster](http://blog.outsharked.com/search/label/imagemapster). | ||
- There are lots of examples and documentation on the [ImageMapster web site](https://jamietre.github.io/ImageMapster/). | ||
- Take a look at [ImageMapster questions on StackOverflow](http://stackoverflow.com/search?q=imagemapster); there are quite a few. Maybe someone's asked the same question already. | ||
- There are also some very detailed discussions in the [GitHub issues](https://github.com/jamietre/imagemapster/issues?direction=desc&labels=support&page=1&sort=created&state=closed) section that I've flagged as "support". The issues section is no longer the way to request support but these issues can provide valuable insight. | ||
- You can also check the [feedback](http://www.outsharked.com/imagemapster/default.aspx?feedback.html) page on the project web site. | ||
- You can also check the [feedback](https://jamietre.github.io/ImageMapster/resources/feedback/) page on the project web site. | ||
- You can review the [source code on GitHub](https://github.com/jamietre/ImageMapster). | ||
|
||
If you identify a bug, please file a [bug report](https://github.com/jamietre/ImageMapster/issues/new?template=bug_report.yml) and if you'd like to see a new feature, please file a [feature request](https://github.com/jamietre/ImageMapster/issues/new?template=feature_request.yml)! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "ImageMapster", | ||
"version": "1.6.0", | ||
"homepage": "https://github.com/jamietre/ImageMapster", | ||
"homepage": "https://jamietre.github.io/ImageMapster", | ||
"description": "jQuery plugin that activates areas in HTML image maps with support for highlighting, selecting, tooltips, resizing and more", | ||
"main": "dist/jquery.imagemapster.min.js", | ||
"keywords": [ | ||
|
@@ -12,15 +12,22 @@ | |
"html", | ||
"plugin", | ||
"maps", | ||
"map", | ||
"image", | ||
"imagemap", | ||
"image map", | ||
"canvas", | ||
"highlight", | ||
"select", | ||
"resize", | ||
"tooltip" | ||
], | ||
"authors": ["James Treworgy <[email protected]>"], | ||
"authors": [ | ||
{ | ||
"name": "James Treworgy", | ||
"homepage": "https://github.com/jamietre" | ||
} | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
"**/.*", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.