Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CSS-Tricks/The-Printliminator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMottie <wowmotty@gmail.com>2015-08-23 02:22:14 +0300
committerMottie <wowmotty@gmail.com>2015-08-24 19:05:21 +0300
commit499adbd59e8958c1596b7ae60d410a733de7650a (patch)
tree61c3b3564215d6db01ce6b013b6878dc343c2d45 /README.md
parentd12145f26c63d37fd029bdb80a2cf0a539c3c8df (diff)
Add grunt build process:
1) The "src/bookmarklet.js" file contains the uncompressed bookmarklet code. 2) In the build process, that file is minified & added into the "src/index.html" file in two places: a) The actual link href (default link). b) development bookmarklet link (inside js code which updates the link). 3) A new "index.html" and minified "printliminator.min.js" file are written to the root folder. 4) When the "index.html" in the root folder is loaded in the browser, and the js detects the origin is "file://", then the links in the "index.html" file get changed and to point to local files to make it easier for development.
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..4863ed6
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# The Printliminator
+
+The Printliminator is a bookmarklet with some simple tools you can use to makes websites print better.
+One click to activate, and then click to remove elements from the page, remove graphics, and apply better
+print styling.
+
+![Screenshot](//css-tricks.github.io/The-Printliminator/images/screenshot.png)
+
+[Get the Bookmarklet here](//css-tricks.github.io/The-Printliminator/)
+
+## Credits
+
+* By [Chris Coyier](http://chriscoyier.net) and [Devon Govett](http://devongovett.wordpress.com/).
+* Icons by [Function](http://wefunction.com/2008/07/function-free-icon-set/).
+* Print stylesheet based on [Hartija](http://code.google.com/p/hartija/).