We love libraries! We want you to have books you can share with your patrons with no DRM, no simultaneous user limits, no device restrictions, no tracking of patron data, for free, forever.
+
+
We love libraries because we're from the library world. Our team includes a librarian; an iSchool teacher; and a library software entrepreneur. We've built Unglue.it in part because we've seen that the ebook system we have now really doesn't work for libraries, and we believe in making things better.
+
+
We need your help, though. We can't unglue ebooks all by ourselves; we need lots of people to pitch in. If you'd like to share free, unlimited, no-DRM, privacy-respecting ebooks with your patrons, here are some ways you can help:
Starting an account, for yourself or your library, is free, and lets you add books to your wishlist, comment on them, and support campaigns. Sign up here.
We strive to have OCLC and SkyRiver MARC records available for all unglued ebooks. They can live in the catalog in your ILS; they link to an epub file in the Internet Archive. Of course, because of unglued ebooks' Creative Commons licenses, you're free to shift that epub to other formats, host the file on your own servers, and edit the MARC record accordingly.
We're able to get MARC records into OCLC and SkyRiver because of the support of catalogers like you. Want to help? Add yourself to the list. Usually all you'll need to do is modify an existing record for an earlier edition and upload the record. We'll supply you with the link and the unglued edition. We'll only contact you when there's an unglued book to be cataloged.
+
Spread the word.
+
There are social media sharing links on most pages on the site. There are some right here!
Educate yourself and your patrons about ebook issues and Creative Commons licenses.
+
Checkout limits, publishers who won't sell ebooks to libraries, DRM, companies tracking readers' behavior, library prices far in excess of consumer costs, incompatible technologies and formats, cataloging silos...you know why it's hard for you to deliver a seamless ereading experience to your patrons. Make sure they know, too. And make sure everyone knows how solutions, like Creative Commons licenses, can help libraries and readers while respecting copyright and protecting creators' rights.
Ultimately ebooks can't be unglued unless authors and publishers are paid for their work. Many of our staunchest supporters are librarians. There are also several libraries which have supported campaigns, including Leddy Library (University of Windsor, Ontario); the University of Alberta library; and the Z. Smith Reynolds library (Wake Forest University). [** get links and make sure this is OK **]
+
Give feedback and ask questions.
+
Want to know more? Need help? Have ideas for how we could improve the site or make it more library-friendly? Contact our librarian Andromeda Yelton: andromeda@gluejar.com.
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/static/css/libraries.css b/static/css/libraries.css
new file mode 100644
index 00000000..8a368ae3
--- /dev/null
+++ b/static/css/libraries.css
@@ -0,0 +1 @@
+.header-text{height:36px;line-height:36px;display:block;text-decoration:none;font-weight:bold;letter-spacing:-0.05em}.panelborders{border-width:1px 0;border-style:solid none;border-color:#fff}.roundedspan{border:1px solid #d4d4d4;-moz-border-radius:7px;-webkit-border-radius:7px;border-radius:7px;padding:1px;color:#fff;margin:0 8px 0 0;display:inline-block}.roundedspan>span{padding:7px 7px;min-width:15px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;text-align:center;display:inline-block}.roundedspan>span .hovertext{display:none}.roundedspan>span:hover .hovertext{display:inline}.mediaborder{padding:5px;border:solid 5px #edf3f4}.actionbuttons{width:auto;height:36px;line-height:36px;background:#8dc63f;-moz-border-radius:32px;-webkit-border-radius:32px;border-radius:32px;color:white;cursor:pointer;font-size:13px;font-weight:bold;padding:0 15px;border:0;margin:5px 0}.errors{-moz-border-radius:16px 16px 0 0;-webkit-border-radius:16px 16px 0 0;border-radius:16px 16px 0 0;border:solid #e35351 3px;clear:both;width:90%;height:auto;line-height:16px;padding:7px 0;font-weight:bold;font-size:13px;text-align:center}.errors li{list-style:none;border:0}#widgetcode{display:none}ul.social.pledge{margin:0!important}ul.social.pledge li{margin-top:7px!important}.clearfix{margin-bottom:14px}a,dt a{color:#6994a3}
\ No newline at end of file
diff --git a/static/less/libraries.less b/static/less/libraries.less
new file mode 100644
index 00000000..e703e718
--- /dev/null
+++ b/static/less/libraries.less
@@ -0,0 +1,25 @@
+@import "variables.less";
+
+h2 {
+ // color, size of font, alignment of image
+}
+
+#widgetcode {
+ display: none;
+}
+
+ul.social.pledge {
+ margin: 0 !important;
+}
+
+ul.social.pledge li {
+ margin-top: 7px !important;
+}
+
+.clearfix {
+ margin-bottom: 14px;
+}
+
+a, dt a {
+ color: @medium-blue;
+}