gleuch / color-mix
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.htaccess.sample | ||
| |
README | ||
| |
RELEASE_NOTES | ||
| |
color_mix.js | ||
| |
color_mix.php | ||
| |
index.php | ||
| |
jquery-1.3.2-min.js | ||
| |
styles.css |
README
_ _
| | (_)
___ ___ | | ___ _ __ ____ _ __ ___ ___ __
/ __/ _ \| |/ _ \| '__|____| '_ ` _ \| \ \/ /
| (_| (_) | | (_) | | | | | | | | |> <
\___\___/|_|\___/|_| |_| |_| |_|_/_/\_\
------------------------------------------------------------------------------------------------------
by Greg Leuch
http://www.gleuch.com/projects/color-mix
------------------------------------------------------------------------------------------------------
WHAT:
Creates random, saveable palettes from a collection of hexadecimal color values added to a collection.
INSTALL:
1. Clone from github.
2. Rename .htaccess.sample to .htaccess and update line 16 (RewriteBase /) of the .htaccess to reference the folder path
for your installation.
3. Make sure the working directory has writable permissions.
4. Run!
UPCOMING FEATURES & KNOWN BUGS:
- Allow editing of collections.
- Allow deletion of collections and palettes.
- Possible user-lock functions (allow visitors to look, but not edit.)
- Major style cleanup (make it look slick).

