Compare commits

...

3 Commits
1.8.0 ... 1.8.1

Author SHA1 Message Date
Rowan Manning
6575c7cf6e Version 1.8.1 2016-02-10 08:32:37 +00:00
Rowan Manning
708e4b997e Update repository references to springernature 2016-02-10 08:29:05 +00:00
Alex Kilgour
573b624a32 Version 1.8.0 2016-02-04 11:31:33 +00:00
5 changed files with 18 additions and 18 deletions

View File

@@ -45,9 +45,9 @@ We use [Semantic Versioning][semver] in this project. The process for releasing
* On GitHub, add [release notes][release-notes] for the new version. The title should be "Version x.x.x", and the description should be a list of new features/fixes * On GitHub, add [release notes][release-notes] for the new version. The title should be "Version x.x.x", and the description should be a list of new features/fixes
[bugs]: https://github.com/nature/pa11y-dashboard/issues?labels=bug&state=open [bugs]: https://github.com/springernature/pa11y-dashboard/issues?labels=bug&state=open
[ready]: https://github.com/nature/pa11y-dashboard/issues?labels=ready&state=open [ready]: https://github.com/springernature/pa11y-dashboard/issues?labels=ready&state=open
[issues]: https://github.com/nature/pa11y-dashboard/issues [issues]: https://github.com/springernature/pa11y-dashboard/issues
[milestones]: https://github.com/nature/pa11y-dashboard/issues/milestones [milestones]: https://github.com/springernature/pa11y-dashboard/issues/milestones
[release-notes]: https://github.com/nature/pa11y-dashboard/releases [release-notes]: https://github.com/springernature/pa11y-dashboard/releases
[semver]: http://semver.org/ [semver]: http://semver.org/

View File

@@ -3,7 +3,7 @@ pa11y-dashboard
pa11y-dashboard is a web interface to the [pa11y][pa11y] accessibility reporter; allowing you to focus on *fixing* issues rather than hunting them down. pa11y-dashboard is a web interface to the [pa11y][pa11y] accessibility reporter; allowing you to focus on *fixing* issues rather than hunting them down.
**Current Version:** *1.7.0* **Current Version:** *1.8.1*
**Build Status:** [![Build Status][travis-img]][travis] **Build Status:** [![Build Status][travis-img]][travis]
**Node Version Support:** *0.10* **Node Version Support:** *0.10*
@@ -92,7 +92,7 @@ For users with push-access, don't commit to the master branch. Code should be in
License License
------- -------
[Copyright 2013 Nature Publishing Group](LICENSE.txt). [Copyright 2013 Springer Nature](LICENSE.txt).
pa11y-dashboard is licensed under the [GNU General Public License 3.0][gpl]. pa11y-dashboard is licensed under the [GNU General Public License 3.0][gpl].
@@ -101,9 +101,9 @@ pa11y-dashboard is licensed under the [GNU General Public License 3.0][gpl].
[grunt]: http://gruntjs.com/ [grunt]: http://gruntjs.com/
[mongo]: http://www.mongodb.org/ [mongo]: http://www.mongodb.org/
[node]: http://nodejs.org/ [node]: http://nodejs.org/
[pa11y]: https://github.com/nature/pa11y [pa11y]: https://github.com/springernature/pa11y
[pa11y-webservice]: https://github.com/nature/pa11y-webservice [pa11y-webservice]: https://github.com/springernature/pa11y-webservice
[pa11y-webservice-config]: https://github.com/nature/pa11y-webservice#configurations [pa11y-webservice-config]: https://github.com/springernature/pa11y-webservice#configurations
[phantom]: http://phantomjs.org/ [phantom]: http://phantomjs.org/
[travis]: https://travis-ci.org/nature/pa11y-dashboard [travis]: https://travis-ci.org/springernature/pa11y-dashboard
[travis-img]: https://travis-ci.org/nature/pa11y-dashboard.png?branch=master [travis-img]: https://travis-ci.org/springernature/pa11y-dashboard.png?branch=master

View File

@@ -1,6 +1,6 @@
{ {
"name": "pa11y-dashboard", "name": "pa11y-dashboard",
"version": "1.7.0", "version": "1.8.1",
"private": true, "private": true,
"description": "pa11y-dashboard is a visual web interface to the pa11y accessibility reporter", "description": "pa11y-dashboard is a visual web interface to the pa11y accessibility reporter",
@@ -12,10 +12,10 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/nature/pa11y-dashboard.git" "url": "https://github.com/springernature/pa11y-dashboard.git"
}, },
"homepage": "https://github.com/nature/pa11y-dashboard", "homepage": "https://github.com/springernature/pa11y-dashboard",
"bugs": "https://github.com/nature/pa11y-dashboard/issues", "bugs": "https://github.com/springernature/pa11y-dashboard/issues",
"engines": { "engines": {
"node": ">=0.10" "node": ">=0.10"

View File

@@ -92,7 +92,7 @@ along with pa11y-dashboard. If not, see <http://www.gnu.org/licenses/>.
</div> </div>
</div> </div>
<p class="control-label"><b>Ignore these rules</b> <a target="_blank" href="https://github.com/nature/pa11y/wiki/HTML-CodeSniffer-Rules">(full list of rules here)</a></p> <p class="control-label"><b>Ignore these rules</b> <a target="_blank" href="https://github.com/springernature/pa11y/wiki/HTML-CodeSniffer-Rules">(full list of rules here)</a></p>
<div class="standards-lists"> <div class="standards-lists">
{{#standards}} {{#standards}}

View File

@@ -104,7 +104,7 @@ along with pa11y-dashboard. If not, see <http://www.gnu.org/licenses/>.
</div> </div>
</div> </div>
<p class="control-label"><b>Ignore these rules</b> <a target="_blank" href="https://github.com/nature/pa11y/wiki/HTML-CodeSniffer-Rules">(full list of rules here)</a></p> <p class="control-label"><b>Ignore these rules</b> <a target="_blank" href="https://github.com/springernature/pa11y/wiki/HTML-CodeSniffer-Rules">(full list of rules here)</a></p>
<div class="standards-lists"> <div class="standards-lists">
{{#standards}} {{#standards}}