diff --git a/License.txt b/License.txt deleted file mode 100644 index 8603fc4..0000000 --- a/License.txt +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (C) 2013 Roy Keyes - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/README.md b/README.md deleted file mode 100644 index 7d90d57..0000000 --- a/README.md +++ /dev/null @@ -1,11 +0,0 @@ -## Sparkmeters - -_Inline graphics that indicate relative value_ - -Sparkmeters are lightweight, inline graphics that give the relative value of an item. They are inspired by Edward Tufte's [sparklines](https://en.wikipedia.org/wiki/Sparkline). They are designed to be unobtrusive and low information. Unlike sparklines, sparkmeters can't usually stand on their own, but are best used to give the relative value of a group of items (e.g. a list of skills on a resume). - -![sparkmeters in action](sparkmeters-demo.png) - -A demo can currently be seen [here](http://roycoding.github.io/sparkmeters/). - -This version of sparkmeters is implemented with the D3.js library. The source code is licensed under a BSD-style open source license (see License.txt). diff --git a/sparkmeters.html b/index.html similarity index 98% rename from sparkmeters.html rename to index.html index 5f53eca..5a7c85c 100644 --- a/sparkmeters.html +++ b/index.html @@ -4,7 +4,7 @@ Sparkmeters with D3 demo - +