Skip to content

Commit

Permalink
Contrast-Finder v0.4.0
Browse files Browse the repository at this point in the history
--------------------------
  set version to 0.4.0
  updated footer and title
  updated CHANGELOG
  Docker - Added RELEASE/Dockerfile
  Docker - Added SNAPSHOT-local_from-Ubuntu/Dockerfile
  Docker - Updated pre-requisites_from-Ubuntu/Dockerfile
  Docker - Added pre-requisites_from-Ubuntu/Dockerfile
  typo + .gitignore
  added docker/compile_and_build_docker_image.sh
  */src/ : updated mail adress
  typo
  Upgrade Apache Commons Collections to v3.2.2
  fixed "added english screenshot"
  added english screenshot
  fixed "README : added screenshot + typo"
  README : added screenshot + typo
  DOC - How to use : added screenshot + typo
  Added CHANGELOG
  set version to 0.3.6-dev
  • Loading branch information
dzc34 committed Dec 30, 2016
2 parents 59df151 + 93d02d7 commit a161d63
Show file tree
Hide file tree
Showing 54 changed files with 593 additions and 108 deletions.
25 changes: 20 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,31 @@

##### Build

*.class

# Package Files #
# Package Files
*.jar
*.war
*.ear

# maven
target/
target


##### GIT

# Git - Merge temp file
*.orig

# git shortlog -s -n
# file for map author and committer names and email addresses
# to canonical real names and email addresses
/.mailmap


##### IDE / Text editor

### NetBeans ###
# NetBeans
nbproject/
build/
nbbuild/
Expand All @@ -27,5 +43,4 @@ build.properties
# saved files
*~

# Git - Merge temp file
*.orig

41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@

Contrast-Finder 0.4.0, 2016-12-30
---------------------------------

Features:
- Added compile_and_build_docker_image.sh
- Added pre-requisites_from-Ubuntu/Dockerfile
- Added SNAPSHOT-local_from-Ubuntu/Dockerfile
- Added RELEASE/Dockerfile

Security:
- [#1 Upgrade Apache Commons Collections to v3.2.2](https://github.com/Asqatasun/Contrast-Finder/issues/1)

Bugs:
None

Configuration:
None

Documentation:
None


Contrast-Finder 0.3.5, 2016-12-18
---------------------------------

- [#7 Paths to CSS files should be relative](https://github.com/Asqatasun/Contrast-Finder/issues/7)
- Added locally JQuery & JQuery-UI
- Updated install doc


Fork from Tanaguru/Contrast-Finder
----------------------------------

- Contrast-Finder 0.3.4, 2014-06-11
- Contrast-Finder 0.3.3, 2014-05-22
- Contrast-Finder 0.3.2, 2014-04-28
- Contrast-Finder 0.3.1, 2014-03-27
- Contrast-Finder 0.3.0, 2013-12-20
- Contrast-Finder 0.2.0, 2013-12-12

35 changes: 30 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Release](https://img.shields.io/github/release/asqatasun/Contrast-Finder.svg)](https://github.com/Asqatasun/Contrast-Finder/releases/latest)
[![Build Status](https://travis-ci.org/Asqatasun/Contrast-Finder.svg)](https://travis-ci.org/Asqatasun/Contrast-Finder)

# Asqatasun Contrast-Finder
# Contrast-Finder

Tool to provide color combination for a good (accessible, WCAG-compliant) contrast.

Expand All @@ -14,6 +14,9 @@ This helps you in satisfying web accessibility (a11y) tests on contrasts:
* [RGAA test 3.4 (in french)](http://references.modernisation.gouv.fr/rgaa-accessibilite/criteres.html#crit-3-4)
* [AccessiWeb criteria 3.3](http://www.accessiweb.org/index.php/accessiweb-22-english-version.html#crit-3-3)

## Demo
http://contrast-finder.org/

## Why another contrast tool ?

Just to **provide contrast solutions** !
Expand All @@ -22,17 +25,39 @@ All tools just tell you whether the contrast is good or not, which is fine...
but insufficient. Webdesigners / webdevelopers need to easily have a good contrast.
That's the purpose of Contrast-Finder

## Demo

@@@TODO

## Documentation
How to build, install and use ?
Go to the [documentation](documentation/en/) !

## Screenshots
![Screenshot - Contrast-Finder v0.3.5](documentation/en/images/screenshot.EN_contrast-finder.v0.3.5_2016-12-19.png)


---

## Contact and discussions

* [Asqatasun forum](http://forum.asqatasun.org/)
* [Twitter @Asqatasun](https://twitter.com/Asqatasun)
* email to `asqatasun AT asqatasun dot org` (only English, French and klingon is spoken :) )

## We want you! (aka Contribute)

We would be really glad to have you on board! You can help in many ways:

1. Use Contrast-Finder !
1. Help translate Contrast-Finder
1. Give us [feedback on the forum](http://forum.asqatasun.org) or [fill in bug report](https://github.com/Asqatasun/Contrast-Finder/issues)
1. Help us in improving the SEO rules: come, code or [discuss](http://forum.asqatasun.org/c/english)!

[Pull Requests](https://github.com/Asqatasun/Contrast-Finder/pulls) are always welcome!
Everything is summarized in the [CONTRIBUTING](https://github.com/Asqatasun/Contrast-Finder/blob/master/CONTRIBUTING.md) file.


## License

[AGPL v3](LICENSE)




4 changes: 2 additions & 2 deletions contrast-finder-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>org.opens</groupId>
<artifactId>contrast-finder</artifactId>
<version>0.3.5</version>
<version>0.4.0</version>
</parent>

<artifactId>contrast-finder-api</artifactId>
<version>0.3.5</version>
<version>0.4.0</version>
<packaging>jar</packaging>
<name>contrast-finder-api</name>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contrast Finder
* Copyright (C) 2008-2013 Open-S Company
* Copyright (C) 2008-2017 Asqatasun.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand All @@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Contact us by mail: open-s AT open-s DOT com
* Contact us by mail: asqatasun AT asqatasun DOT org
*/
package org.opens.colorfinder;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contrast Finder
* Copyright (C) 2008-2013 Open-S Company
* Copyright (C) 2008-2017 Asqatasun.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand All @@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Contact us by mail: open-s AT open-s DOT com
* Contact us by mail: asqatasun AT asqatasun DOT org
*/
package org.opens.colorfinder;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contrast Finder
* Copyright (C) 2008-2013 Open-S Company
* Copyright (C) 2008-2017 Asqatasun.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand All @@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Contact us by mail: open-s AT open-s DOT com
* Contact us by mail: asqatasun AT asqatasun DOT org
*/

package org.opens.colorfinder.factory;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contrast Finder
* Copyright (C) 2008-2013 Open-S Company
* Copyright (C) 2008-2017 Asqatasun.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand All @@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Contact us by mail: open-s AT open-s DOT com
* Contact us by mail: asqatasun AT asqatasun DOT org
*/

package org.opens.colorfinder.result;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contrast Finder
* Copyright (C) 2008-2013 Open-S Company
* Copyright (C) 2008-2017 Asqatasun.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand All @@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Contact us by mail: open-s AT open-s DOT com
* Contact us by mail: asqatasun AT asqatasun DOT org
*/

package org.opens.colorfinder.result;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contrast Finder
* Copyright (C) 2008-2013 Open-S Company
* Copyright (C) 2008-2017 Asqatasun.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand All @@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Contact us by mail: open-s AT open-s DOT com
* Contact us by mail: asqatasun AT asqatasun DOT org
*/
package org.opens.colorfinder.result.factory;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contrast Finder
* Copyright (C) 2008-2013 Open-S Company
* Copyright (C) 2008-2017 Asqatasun.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand All @@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Contact us by mail: open-s AT open-s DOT com
* Contact us by mail: asqatasun AT asqatasun DOT org
*/

package org.opens.colorfinder.result.factory;
Expand Down
4 changes: 2 additions & 2 deletions contrast-finder-hsv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>org.opens</groupId>
<artifactId>contrast-finder</artifactId>
<version>0.3.5</version>
<version>0.4.0</version>
</parent>
<artifactId>contrast-finder-hsv</artifactId>
<version>0.3.5</version>
<version>0.4.0</version>
<packaging>jar</packaging>
<name>contrast-finder-hsv</name>
<build>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contrast Finder
* Copyright (C) 2008-2013 Open-S Company
* Copyright (C) 2008-2017 Asqatasun.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand All @@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Contact us by mail: open-s AT open-s DOT com
* Contact us by mail: asqatasun AT asqatasun DOT org
*/
package org.opens.color.finder.hsv;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contrast Finder
* Copyright (C) 2008-2013 Open-S Company
* Copyright (C) 2008-2017 Asqatasun.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand All @@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Contact us by mail: open-s AT open-s DOT com
* Contact us by mail: asqatasun AT asqatasun DOT org
*/
package org.opens.color.finder.hsv;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contrast Finder
* Copyright (C) 2008-2013 Open-S Company
* Copyright (C) 2008-2017 Asqatasun.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand All @@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Contact us by mail: open-s AT open-s DOT com
* Contact us by mail: asqatasun AT asqatasun DOT org
*/
package org.opens.color.finder.hsv;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contrast Finder
* Copyright (C) 2008-2013 Open-S Company
* Copyright (C) 2008-2017 Asqatasun.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand All @@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Contact us by mail: open-s AT open-s DOT com
* Contact us by mail: asqatasun AT asqatasun DOT org
*/
package org.opens.color.finder.hsv;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contrast Finder
* Copyright (C) 2008-2013 Open-S Company
* Copyright (C) 2008-2017 Asqatasun.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand All @@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Contact us by mail: open-s AT open-s DOT com
* Contact us by mail: asqatasun AT asqatasun DOT org
*/

package org.opens.colorfinder.factory;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Contrast Finder
* Copyright (C) 2008-2013 Open-S Company
* Copyright (C) 2008-2017 Asqatasun.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand All @@ -15,7 +15,7 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Contact us by mail: open-s AT open-s DOT com
* Contact us by mail: asqatasun AT asqatasun DOT org
*/

package org.opens.colorfinder.factory;
Expand Down
Loading

0 comments on commit a161d63

Please sign in to comment.