Merge pull request #160 from Gluejar/press_updater

point press page at new version, tidy up submitterator
pull/1/head
eshellman 2013-04-09 05:46:05 -07:00
commit 97e750867b
6 changed files with 16 additions and 498 deletions

View File

@ -107,6 +107,10 @@ class NoticeQueueBatchAdmin(ModelAdmin):
# show the pickled data in a form humans can parse more easily
list_display = (notice_queue_batch_data,)
pass
class PressAdmin(ModelAdmin):
list_display = ('title', 'source', 'date')
ordering = ('-date',)
admin_site = RegluitAdmin("Admin")
@ -125,6 +129,7 @@ admin_site.register(models.Ebook, EbookAdmin)
admin_site.register(models.Wishlist, WishlistAdmin)
admin_site.register(models.UserProfile, UserProfileAdmin)
admin_site.register(models.CeleryTask, CeleryTaskAdmin)
admin_site.register(models.Press, PressAdmin)
# payments

View File

@ -1,485 +0,0 @@
{% extends "basedocumentation.html" %}
{% block title %} Press Information{% endblock %}
{% block doccontent %}
<h1>Press</h1>
<div class="presstoc">
<div>
<a href="#latest">Latest Press</a><br />
<a href="#overview">Overview</a><br />
</div>
<div>
<a href="#press">Press Coverage</a><br />
<a href="#blogs">Blog Coverage (Highlights)</a><br />
</div>
<div>
<a href="#video">Video</a><br />
<a href="#newsletters">Newsletters</a><br />
</div>
<div>
<a href="#images">Logos &amp; Images</a><br />
<a href="#releases">Press Releases</a><br />
</div>
<div class="pressemail">
Additional press questions? Please email <a href="mailto:press@gluejar.com">press@gluejar.com</a>.
</div>
<div class="spacer"></div>
</div>
<a id="latest"></a><h2>Latest Press</h2>
<div class="pressarticles">
<div>
<a href="http://www.serdalab.com/article/2013/1/30/de-la-fourniture-dacces-a-la-liberation-des-conten/">De la fourniture daccès à la libération des contenus : repenser nos politiques publiques</a> <I>(French)</I><br />
serdaLAB - January 30, 2013<br />
</div>
<div>
<a href="http://www.teleread.com/ebooks/unglue-it-releases-two-more-free-e-books/">Unglue.it Releases Two More Free E-Books</a><br />
Teleread - January 22, 2013<br />
</div>
<div>
<a href="http://www.lecturalab.org/story.php?id=3785">Unglue.it libera un nuevo libro digital</a> <I>(Spanish)</I><br />
NUEVA CADENA DEL LIBRO<br />
</div>
</div>
<a id="overview"></a><h2>Overview</h2>
<dl>
<dt>What?</dt>
<dd>Unglue.it offers a win-win solution to readers, who want to read and share their favorite books conveniently, and rights holders, who want to be rewarded for their work.<br /><br />
We run <a href="http://en.wikipedia.org/wiki/Crowdfunding">crowdfunding</a> campaigns to raise money for specific, already-published books. When we reach goals set by the rights holders, we'll pay them to unglue their work. They'll issue an electronic edition with a <a href="http://creativecommons.org">Creative Commons</a> license as specified during the campaign. These licenses will make the edition free and legal for everyone to read, copy, and share, worldwide.<br /><br />
At Unglue.it, book lovers can pledge money to support these campaigns; add books to their wishlist to tell the world about their favorites; discuss their favorite books; share their Unglue.it pages via social media; and find direct links to public domain and unglued ebooks that they can read right away.
<dt>Why?</dt>
<dd>As ereaders proliferate, more and more people are enjoying the ereading experience. However, their favorite books may not be available as ebooks. Their ebooks may come with DRM which makes them unreadable on certain devices, and difficult or impossible to lend to friends. Or they may not be able to tell if they have the legal right to use the book as they'd like. The situation is even more challenging for libraries, which cannot acquire some ebooks at all, and can only acquire them under legal terms and DRM restrictions which run counter to library lending.<br /><br />
When books have a clear, established legal license which promotes use, they can be read more widely, leading to enjoyment, scholarship, and innovation. By raising money to compensate authors and publishers up front, Unglue.it encourages the benefits of openness while ensuring sustainability for creators.<br /><br />
For more background, read our president Eric Hellman's thoughts on <a href="http://go-to-hellman.blogspot.com/2011/04/public-broadcasting-model-for-ebooks.html">a public broadcasting model for ebooks</a> (on why the numbers work) and <a href="http://go-to-hellman.blogspot.com/search/label/Unglue.it">the development of Unglue.it</a>.</dd>
<dt>Who?</dt>
<dd>Unglue.it is a service of Gluejar, Inc. We are <a href="{% url supporter "eric" %}">Eric Hellman</a>, <a href="{% url supporter "AmandaM" %}">Amanda Mecke</a>, <a href="{% url supporter "rdhyee" %}">Raymond Yee</a>, and <a href="{% url supporter "andromeda" %}">Andromeda Yelton</a>, with help from designer Stefan Fabry and software developers Jason Kace and <a href="{% url supporter "edsu" %}">Ed Summers</a>. We come from the worlds of entrepreneurship, linked data, physics, publishing, education, and library science, to name a few. You can learn more about us at our Unglue.it pages (linked above) or our <a href="/about/">about page</a>.</dd>
<dt>When?</dt>
<dd>Unglue.it launched May 17, 2012.</dd>
<dt>Where?</dt>
<dd>Gluejar is a New Jersey corporation, but its employees and contractors live and work across North America. The best way to contact us is by email, <a href="mailto:press@gluejar.com">press@gluejar.com</a>.</dd>
<dt>What does it cost?</dt>
<dd>Unglue.it is free to join and explore. Supporters pledge money only if they choose to support campaigns, and the amount is up to them. They are charged only if the campaigns reach their goal price. Unglue.it takes a small percentage from successful campaigns, with the remainder going to the rights holders.</dd>
<dt>What's your technology?</dt>
<dd>Unglue.it is built using <a href="http://python.org/">Python</a> and the <a href="https://www.djangoproject.com/">Django framework</a>. We use data from the <a href="http://code.google.com/apis/books/docs/v1/getting_started.html">Google Books</a>, <a href="http://openlibrary.org/developers/api">Open Library</a>, <a href="http://www.librarything.com/api">LibraryThing</a>, and <a href="http://www.goodreads.com/api">GoodReads</a> APIs; we appreciate that they've made these APIs available, and we're returning the favor with <a href="/api/help">our own API</a>. You're welcome to use it. We use <a href="http://lesscss.org/">Less</a> to organize our CSS. We process pledges with <a href="https://payments.amazon.com/">Amazon Payments</a>. We collaborate on our code at <a href="https://github.com/">GitHub</a> and deploy to the cloud with <a href="http://aws.amazon.com/ec2/">Amazon EC2</a>.</dd>
<dt>How does the license work? Why did you choose this license?</dt>
<dd>
The default Unglue.it license is a <a href="http://creativecommons.org/licenses/by-nc-nd/3.0/">Creative Commons BY-NC-ND</a> license. This license makes the edition free and legal for everyone to read, copy, and share worldwide. It requires that the author be credited and does not allow commercial use or derivative works (such as film adaptations) without additional permission from the rights holder.<br /><br />
We chose this license because it's a worldwide standard that has been developed by legal experts and tested in court. It invites readers to enjoy the book while providing clarity about their legal rights. It strikes a balance between rights holders' interests in promoting their work today and retaining certain potentially valuable rights for the future.<br /><br />
Creative Commons offers a variety of other licenses, many of them with even less restrictive terms. Unglue.it is happy to use any of them, if the rights holder prefers.
</dd>
<dt>I have more questions...</dt>
<dd>Please consult our <a href="/faq/">FAQ</a> (sidebar at left); join the site and explore its features for yourself; or email us, <a href="press@gluejar.com">press@gluejar.com</a>.</dd>
</dl>
<a id="press"></a><h2>Press Coverage</h2>
<div class="pressarticles">
<div>
<a href="http://www.teleread.com/ebooks/unglue-it-releases-two-more-free-e-books/">Unglue.it Releases Two More Free E-Books</a><br />
Teleread - January 22, 2013<br />
</div>
<div>
<a href="http://www.infodocket.com/2013/01/22/crowdfunding-allows-unglue-it-to-unglue-two-more-books/">Crowdfunding Allows Unglue.it to Unglue Two More Books</a><br />
Infodocket - January 22, 2013<br />
</div>
<div>
<a href="http://www.libraries.wright.edu/noshelfrequired/2013/01/22/unglue-it-releases-two-more-free-ebooks/">Unglue.it releases two more free ebooks</a><br />
No Shelf Required - January 22, 2013<br />
</div>
<div>
<a href="http://goodereader.com/blog/electronic-readers/unglue-it-unleashes-two-new-crowd-sourced-titles/">Unglue.it Unleashes Two New Crowd-Sourced Titles</a><br />
Good EReader - January 22, 2013<br />
</div>
<div>
<a href="http://goodereader.com/blog/electronic-readers/unglue-it-back-in-action-after-finding-new-payments-provider/">Unglue.it back in action after finding new payments provider</a><br />
Good EReader - October 16, 2012<br />
</div>
<div>
<a href="http://www.teleread.com/copy-right/unglue-it-relaunches-with-five-campaigns/">Unglue.it relaunches with five campaigns</a><br />
Teleread - October 15, 2012<br />
</div>
<div>
<a href="http://www.timeshighereducation.co.uk/story.asp?storycode=421432">Research Intelligence - Unbound possibilities</a><br />
Times Higher Education - October 11, 2012<br />
</div>
<div>
<a href="http://live.wsj.com/video/readmill-about-to-make-reading-more-social/79A86D48-6476-4AD9-BFD8-5E54E3E9558D.html#!79A86D48-6476-4AD9-BFD8-5E54E3E9558D">Readmill's About to Make Reading More Social</a><br />
Wall Street Journal - September 1, 2011<br />
<I>Unglue.it announced a partnership with Readmill on October 5, 2012.</I><br />
</div>
<div>
<a href="http://www.guardian.co.uk/books/2012/aug/12/unglueit-resurrect-lost-classics-ebooks">Unglue.it: a crafty new way to resurrect lost classics</a><br />
The Guardian - August 12, 2012<br />
</div>
<div>
<a href="http://www.wired.com/business/2012/08/crowdfunding-gets-sticky-for-amazon-startups-payments-halted/">Crowdfunding Gets Tricky for Amazon</a><br />
Wired - August 10, 2012<br />
</div>
<div>
<a href="http://www.wired.co.uk/news/archive/2012-08/10/amazon-unglue">Amazon Payments suspends contract of ebook crowdfunding platform Unglue.it</a><br />
Wired.co.uk - August 10, 2012<br />
</div>
<div>
<a href="http://paidcontent.org/2012/08/09/ebook-site-unglue-it-hits-bump-after-amazon-ends-crowdfunding-payment-support/">Ebook site Unglue.it hits bump after Amazon ends crowdfunding payment support</a><br />
paidContent - August 9, 2012<br />
</div>
<div>
<a href="http://www.techdirt.com/articles/20120809/09213019977/amazon-stops-processing-payments-crowdfunding-platform-creative-commons-books.shtml">Amazon Stops Processing Payments For Crowdfunding Platform For Creative Commons Books</a><br />
Techdirt - August 9, 2012<br />
</div>
<div>
<a href="http://www.thedigitalshift.com/2012/08/ebooks/amazon-forces-unglue-it-to-suspend-crowdfunding-operations/">Amazon Forces Unglue.it To Suspend Crowdfunding Operations</a><br />
Library Journal - August 9, 2012<br />
</div>
<div>
<a href="http://www.ndr.de/kultur/literatur/unglueit101.html">Digitale Bücherrettung</a><br />
NDR.de - July 17, 2012<br />
</div>
<div>
<a href="http://www.zeit.de/digital/internet/2012-07/unglue-ebook-creative-commons">Unglue.it befreit Bücher</a><br />
Die Zeit - July 9, 2012<br />
</div>
<div>
<a href="http://mashable.com/2012/06/14/unglueit/">Unglue.it Wants to Make a Creative Commons for Ebooks</a><br />
Mashable - June 14, 2012
</div>
<div>
<a href="http://goodereader.com/blog/electronic-readers/buzzwords-from-bookexpo/">Buzzwords from BookExpo</a><br />
Good EReader - June 07, 2012
</div>
<div>
<a href="http://www.huffingtonpost.com/2012/05/21/unglueit-free-ebooks-crowdfunding_n_1532644.html">Unglue.it Makes Free EBooks Through A Unique Crowdfunding Website</a><br />
Huffington Post - May 21, 2012
</div>
<div>
<a href="http://lj.libraryjournal.com/2012/05/publishing/ebook-crowdfunding-platform-unglue-it-launched/">Ebook Crowdfunding Platform Unglue.it Launched</a><br />
Library Journal - May 17, 2012
</div>
<div>
<a href="http://www.fastcoexist.com/1679462/unglueit-crowd-funding-a-revolution-in-libraries">Unglue.It: Crowd-Funding A Revolution In Libraries</a><br />
Co.Exist (Fast Company) - March 9, 2012
</div>
<div>
<a href="http://pubwest.org/endsheet-2/a-new-approach-for-backlist-titles/">A New Approach for Backlist Titles</a><br />
PubWest Endsheet - Spring 2012
</div>
<div>
<a href="http://americanlibrariesmagazine.org/solutions-and-services/unglueit">Solutions and Services: Unglue.it</a><br />
American Libraries - February 14, 2012
</div>
<div>
<a href="http://www.teleread.com/copy-right/web-site-hopes-to-unglue-e-book-versions-of-copyrighted-books-thorugh-crowdfunding/">Web site hopes to unglue e-book versions of copyrighted books through crowdfunding</a><br />
TeleRead - January 31, 2012
</div>
<div>
<a href="http://paidcontent.org/article/419-the-unglued-model-crowdfunding-to-make-e-books-free/">A Crowdfunded Approach To Setting E-Books Free</a><br />
paidContent - January 30, 2012
</div>
<div>
<a href="http://newsbreaks.infotoday.com/NewsBreaks/New-Crowdfunding-Initiative-to-Unglue-Ebooks-Launches-in-Alpha-80293.asp">New Crowdfunding Initiative to Unglue Ebooks Launches in Alpha</a><br />
Information Today - January 30, 2012
</div>
<div>
<a href="http://www.cnetfrance.fr/blog/unglue-quand-les-internautes-financent-la-gratuite-des-ebooks-39767951.htm">UnGlue : quand les internautes financent la gratuité des ebooks</a> <I>(French)</I><br />
c|net France - January 29, 2012
</div>
<div>
<a href="http://publishingperspectives.com/2012/01/unglue-it-crowdfunds-unlimited-licenses-for-beloved-e-books/">Unglue.it Crowdfunds Unlimited Licenses for Beloved E-books</a><br />
Publishing Perspectives - January 23, 2012
</div>
<div>
<a href="http://www.thedigitalshift.com/2012/01/ebooks/gluejar-to-make-soft-launch-of-website-at-ala-midwinter/">Gluejar to Make Soft Launch of Website at ALA Midwinter</a><br />
The Digital Shift (Library Journal/School Library Journal) - January 16, 2012
</div>
<div>
<a href="http://publishingperspectives.com/2011/11/books-in-browsers-2011/">“Our Friends in Seattle” and Other Euphemisms from Books in Browsers 2011</a><br />
Publishing Perspectives - November 2, 2011
</div>
<div>
<a href="http://www.publishersweekly.com/pw/by-topic/digital/conferences/article/49344-digital-transition-questions-examined-at-books-in-browsers-conference.html">Digital Transition Questions Examined at Books in Browsers Conference</a><br />
Publishers Weekly - November 1, 2011
</div>
<div>
<a href="http://bits.blogs.nytimes.com/2011/10/28/books-unbound/">Books Unbound</a><br />
New York Times (Bits blog) - October 28, 2011
</div>
<div>
<a href="http://americanlibrariesmagazine.org/features/07132011/new-technologies-new-directions-emerge-ala-2011">New Technologies, New Directions Emerge at ALA 2011</a><br />
American Libraries - August 13, 2011
</div>
<div>
<a href="http://radar.oreilly.com/2011/04/pubwir-bookcasting-piracy-book-trailers.html">Publishing News: Week in Review</a><br />
O'Reilly Radar - 8 April 2011
</div>
</div>
<a id="blogs"></a><h2>Blog Coverage (Highlights)</h2>
<div class="pressarticles">
<div>
<a href="http://www.serdalab.com/article/2013/1/30/de-la-fourniture-dacces-a-la-liberation-des-conten/">De la fourniture daccès à la libération des contenus : repenser nos politiques publiques</a> <I>(French)</I><br />
serdaLAB - January 30, 2013<br />
</div>
<div>
<a href="http://cloud.lib.wfu.edu/blog/gazette/category/zsreads/winter-2013/#zsreads-2653">Librarians Book “Unglued;” Now Open Access</a><br />
[zsreads] newsletter, Z. Smith Reynolds Library - Winter 2013<br />
</div>
<div>
<a href="http://www.lecturalab.org/story.php?id=3785">Unglue.it libera un nuevo libro digital</a> <I>(Spanish)</I><br />
NUEVA CADENA DEL LIBRO<br />
</div>
<div>
<a href="http://hacklibschool.wordpress.com/2012/11/29/an-interview-with-lauren-pressley/">Lauren Pressley wants to give you her book!</a><br />
Hack Library School - November 29, 2012<br />
</div>
<div>
<a href="http://publiclibrariesonline.org/2012/11/seven-reasons-to-support-unglue-it/">Seven Reasons to Support Unglue.it</a><br />
Public Libraries Online - November 29, 2012<br />
</div>
<div>
<a href="http://www.circulatingideas.com/2012/11/unglueit.html">Unglue.it: Steve speaks with Eric Hellman and Andromeda Yelton from Unglue.it</a><br />
Circulating Ideas: the librarian interview podcast - November 16, 2012<br />
</div>
<div>
<a href="http://www.insidehighered.com/blogs/library-babel-fish/can-you-spare-little-change-open-access-local-level">Can You Spare a Little Change? Open Access on the Local Level</a><br />
Library Babel Fish (Inside Higher Ed) - October 23, 2012<br />
</div>
<div>
<a href="http://tametheweb.com/2012/10/14/unglue-giving-books-to-the-world-by-crowd-funding-a-ttw-guest-post-by-jan-holmquist/">Unglue: Giving books to the world</a><br />
Tame The Web - October 14, 2012<br />
</div>
<div>
<a href="http://www.bookbusinessmag.com/article/unstuck-chatting-eric-hellman-book-rights-crowd-sourcing-site-unglueit-creative-commons-passionate-authors-life-after-amazon/1">Unstuck: Chatting with Eric Hellman of book rights crowd-sourcing site Unglue.it about ebooks, the creative commons, passionate authors and life after Amazon</a><br />
Book Business - October 3, 2012<br />
</div>
<div>
<a href="http://boingboing.net/2012/09/20/words-on-the-water.html">Words on the Water</a><br />
Boing Boing - September 20, 2012<br />
</div>
<div>
<a href="http://openfolklore.org/news/world-oral-literature-project-open-book-publishers-and-unglueit-release-new-open-edition-oral-l">First Book Comes Unglued</a><br />
Open Folklore - September 12, 2012<br />
</div>
<div>
<a href="http://www.thedigitalshift.com/2012/09/roy-tennant-digital-libraries/first-book-comes-unglued/">First Book Comes Unglued</a><br />
The Digital Shift (Library Journal/School Library Journal) - September 12, 2012<br />
</div>
<div>
<a href="http://www.crowdfundit.com.au/2012/08/29/giving-ebooks-to-the-world/">Giving ebooks to the world Unglue.it</a><br />
Crowdfund it! - August 29, 2012<br />
</div>
<div>
<a href="http://davidbrin.blogspot.com/2012/07/transparency-secrecy-and-copyright-for.html">Transparency, Secrecy, and Copyright for the Modern Age</a><br />
Contrary Brin - July 1, 2012<br />
<I>Science fiction author David Brin is a Hugo and Nebula award winner.</i>
</div>
<div>
<a href="http://boingboing.net/2012/06/28/release-a-deadly-monster-a-dr.html">Release a deadly monster: a DRM-free ebook crowdfunding startup</a><br />
Boing Boing - May 18, 2012<br />
</div>
<div>
<a href="http://agnosticmaybe.wordpress.com/2012/05/29/unglue-it-and-why-it-matters/">Unglue.it (And Why It Matters)</a><br />
Agnostic, Maybe - May 29, 2012<br />
</div>
<div>
<a href="http://everybodyslibraries.com/2012/05/28/finding-the-market-value-in-freeing-books/">Finding the (market) value in freeing books</a><br />
Everybody's Libraries - May 28, 2012<br />
</div>
<div>
<a href="http://blog.schoollibraryjournal.com/neverendingsearch/2012/05/23/unglue-it-crowdfunding-ebooks/">Unglue.it: crowdfunding ebooks</a><br />
Neverendingsearch (School Library Journal) - May 23, 2012<br />
</div>
<div>
<a href="http://boingboing.net/2012/05/18/raising-money-to-free-classic.html">Raising money to free classic volume on Africa's oral literature</a><br />
Boing Boing - May 18, 2012<br />
</div>
<div>
<a href="http://dltj.org/article/unglueit-launches/">Unglue.It — a service to crowdsource book licensing fees — launches</a><br />
Disruptive Library Technology Jester - May 18, 2012<br />
</div>
<div>
<a href="http://www.scinoptica.com/pages/topics/unglue.it-befreit-buecher-mit-crowdfunding.php">unglue.it befreit Bücher mittels Crowdfunding</a> <I>(German)</I><br />
scinoptica - May 18, 2012<br />
</div>
<div>
<a href="http://www.contenidosenred.com/blog/unglue-it-libera-libros-digitales/">Unglue.it libera libros digitales</a> <I>(Spanish)</I><br />
Contenidosenred - May 18, 2012<br />
</div>
<div>
<a href="http://habrahabr.ru/post/144077/">Стартап Unglue.it освобождает книги от копирайта с помощью краудфандинга</a> <I>(Russian)</I><br />
Habrahabr - May 18, 2012<br />
</div>
<div>
<a href="http://www.edwinmijnsbergen.nl/2012/05/unglueit-welke-e-books-wil-jij-de.html">Unglue.it: welke e-books wil jij de wereld schenken?</a> <I>(Dutch)</I><br />
mijns inziens - May 18, 2012<br />
</div>
<div>
<a href="http://www.insidehighered.com/blogs/hack-higher-education/unglueit-crowdfunded-e-book-liberation-project">Unglue.it: A Crowdfunded, E-Book Liberation Project</a><br />
Hack (Higher) Education (Inside Higher Ed) - May 17, 2012<br />
</div>
<div>
<a href="http://josephnassise.com/help-me-unglue-riverwatch">Help me Unglue RIVERWATCH</a><br />
Joseph Nassise - May 17, 2012<br />
<I>One of our inaugural rights holders on why he's ungluing his novel.</i>
</div>
<div>
<a href="http://www.thedigitalshift.com/2012/05/roy-tennant-digital-libraries/pay-to-free-a-book/">Pay to Free a Book</a><br />
Roy Tennant: Digital Libraries (School Library Journal/Library Journal) - May 17, 2012<br />
</div>
<div>
<a href="http://revolucaoebook.com.br/esta-unglue-crowdfunding-para-direitos-ebooks/">Está no ar o Unglue.it Crowdfunding Para Direitos de eBooks</a> <I>(Portuguese)</I><br />
Revolução E-Book - May 17, 2012<br />
</div>
<div>
<a href="http://www.lecturalab.org/story.php?id=3214">Unglue.it a punto para su lanzamiento</a> <I>(Spanish)</I><br />
I+D de la Lectura - May 17, 2012<br />
</div>
<div>
<a href="http://current.ndl.go.jp/node/20860">クラウドファンディングによって書籍のデジタル化クリエイティブコモンズでの公開に必要な資金を調達する“Unglue.it”</a> <I>(Japanese)</I><br />
Current Awareness Portal - May 16, 2012<br />
</div>
<div>
<a href="http://beyondthebookcast.com/free-e-books-is-gluejars-mission/">BTB #296: Free E-books Is Gluejars Mission</a><br />
Beyond the Book (Copyright Clearance Center) - May 3, 2012<br />
Listen to Eric Hellman explain the Unglue.it model in this podcast.
</div>
<div>
<a href="http://www.techdirt.com/blog/innovation/articles/20120422/04463518597/re-inventing-public-libraries-digital-age.shtml">Re-Inventing Public Libraries For The Digital Age</a><br />
Innovation (Techdirt) - May 3, 2012
</div>
<div>
<a href="http://www.lecturalab.org/story/Unglueit-la-plataforma-de-crowfunding-para-liberar-libros-ser-lanzada-en-mayo_3151">Unglue.it, la plataforma de crowfunding para liberar libros, será lanzada en mayo</a> <I>(Spanish)</I><br />
I+D de la Lectura - April 28, 2012
</div>
<div>
<a href="http://plan3t.info/2012/02/08/unglue-it-was-ware-wenn/">Unglue.it: Was wäre, wenn…</a> <I>(German)</I><br />
Plan3t Info - February 8, 2012
</div>
<div>
<a href="http://chronicle.com/blogs/profhacker/unglue-a-book-crowdfunding-to-liberate-published-works/38096">Unglue a Book: Crowdfunding to Liberate Published Works</a><br />
Profhacker (Chronicle of Higher Education) - February 7, 2012
</div>
<div>
<a href="http://www.apogeonline.com/webzine/2012/02/06/anche-con-il-crowfunding-sembra-sempre-editoria">Anche con il crowfunding sembra sempre editoria</a> <I>(Italian)</I><br />
Apoge Online - February 6, 2012
</div>
<div>
<a href="http://www.ereaders.nl/article.php?article_id=100623">Unglue.it Maakt Ebooks Gratis Door Crowdfunding</a> <I>(Dutch)</I><br />
eReaders - February 3, 2012
</div>
<div>
<a href="http://pluggedinlibrarian.blogspot.com/2011/11/ebooks-brief-fix-on-moving-target.html">Ebooks: A Brief Fix On a Moving Target</a><br />
The Plugged-In Librarian - November 1, 2011
</div>
<div>
<a href="http://www.chip.ro/blog/catalina-zorojanu/17883-vom-mai-citi-cri-sau-altceva">Vom mai citi cărți? Sau altceva?</a> <I>(Romanian)</I><br />
Chip Online - October 31, 2011
</div>
<div>
<a href="http://www.lecturalab.org/story/Nueva-propuesta-para-el-acceso-abierto-a-los-libros-electrnicos_2489">Nueva propuesta para el acceso abierto a los libros electrónicos</a> <I>(Spanish)</I><br />
I+D de la Lectura - September 7, 2011
</div>
<div>
<a href="http://edlab.tc.columbia.edu/index.php?q=node/6451">EdLab Review: Gluejar</a><br />
EdLab blog - September 2, 2011
</div>
<div>
<a href="http://scinfolex.wordpress.com/2011/07/28/gluejar-ou-comment-desengluer-les-livres-numeriques/">Gluejar ou comment désengluer les livres numériques</a> <I>(French)</I><br />
S.I.Lex - July 28, 2011
</div>
</div>
<a id="video"></a><h2>Video</h2>
<div class="pressvideos">
<div>
<iframe width="480" height="270" src="https://www.youtube-nocookie.com/embed/HxjTW4OBouo?rel=0" frameborder="0" allowfullscreen></iframe><br />
<I>June 2012</I><br />
Eric Hellman at Book Expo America.
</div>
<div>
<div class="mediaborder">
<object width="480" height="270"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="https://secure.vimeo.com/moogaloop.swf?clip_id=39352026&amp;server=secure.vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" /><embed src="https://secure.vimeo.com/moogaloop.swf?clip_id=39352026&amp;server=secure.vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="480" height="270"></embed></object></div><br />
<I>March 2012</I><br />
Andromeda Yelton; "The Future of Ebooks" panel at <a href="http://www.infotoday.com/cil2012/">Computers in Libraries</a>.
</div>
<div>
<iframe width="480" height="274" src="//www.youtube-nocookie.com/embed/36o0o9aGbKc?rel=0" frameborder="0" allowfullscreen></iframe><br />
<I>February 2012</I><br />
Eric Hellman on the <a href="http://oreilly.com/toc/">Tools of Change</a> podcast.
</div>
<div>
<iframe width="480" height="274" src="//www.youtube-nocookie.com/embed/YNGPCR-iM24?rel=0" frameborder="0" allowfullscreen></iframe><br />
<I>November 2011</I><br />
Eric Hellman, "The Network is Overrated"; talk at <a href="http://bib.archive.org/">Books in Browsers</a> 2011.
</div>
<div>
<iframe width="480" height="274" src="//www.youtube-nocookie.com/embed/mhfr-GWlo0M?rel=0" frameborder="0" allowfullscreen></iframe><br />
<I>June 2011</I><br />
Eric Hellman explains the Gluejar model to David Weinberger at <a href="http://lod-lam.net/summit/">LOD-LAM</a> 2011.
</div>
</div>
<div class="press_spacer"></div>
<a id="newsletters"></a><h2>Newsletters</h2>
{% comment %}autogenerated by mailchimp{% endcomment %}
<script src="/campaign_archive.js" type="text/javascript"></script>
<p>You can also <a href="http://eepurl.com/fKLfI">subscribe</a> to our newsletter.</p>
<a id="images"></a><h2>Logos &amp; Images</h2>
<div class="pressimages clearfix">
<div class="outer">
<div><a href="/static/images/logo.png"><img src="/static/images/logo.png" alt="big logo" /></a></div>
<div class="text"><p>Full logo, 161px x 70px</p></div>
</div>
<div class="outer">
<div><a href="/static/images/unglued.png"><img src="/static/images/unglued.png" alt="small Logo" /></a></div>
<div class="text"><p>Logo image only, 44px x 30px</p></div>
</div>
<div class="outer">
<div><a href="/static/images/workpage.png"><img src="/static/images/workpage_thumb.png" class="screenshot" alt="screenshot" /></a></div>
<div class="text"><p>300 ppi screenshot of a book page on Unglue.it. Features include links to the book, where available, at Google Books, Open Library, GoodReads, and LibraryThing; social sharing options; tabs with user comments and more information; and an explore bar linking to other books and users. The user list is dynamically generated, reflecting others interested in the same book.</p></div>
</div>
<div class="outer">
<div><a href="/static/images/supporter_listview.png"><img src="/static/images/supporter_listview_thumb.png" class="screenshot" alt="screenshot" /></a></div>
<div class="text"><p>300 ppi screenshot of a supporter page. Supporters can readily see all the books on their wishlist and filter for active or successful campaigns. Icons show how many other ungluers have wishlisted a book or, for active campaigns, their progress toward completion. Unglued and public domain books have links to freely available copies. Numbered badges show how many successful, active, and wishlisted books a user is supporting. Supporters can link to their home page and accounts on Facebook, Twitter, GoodReads, and LibraryThing (note icons in upper right), as well as import books from their GoodReads and LibraryThing accounts to their wishlist.</p></div>
</div>
<div class="outer">
<div><a href="/static/images/supporter_panelview.png"><img src="/static/images/supporter_panelview_thumb.png" class="screenshot" alt="screenshot" /></a></div>
<div class="text"><p>300 ppi screenshot of a supporter page in panel view. This displays the same information as the list view, but in a less information-dense, more visually arresting format. Supporters can toggle between views.</p></div>
</div>
<div class="outer">
<div><a href="/static/images/search_listview.png"><img src="/static/images/search_listview_thumb.png" class="screenshot" alt="screenshot" /></a></div>
<div class="text"><p>300 ppi screenshot of a search result page, powered by Google Books. Users can add books to their wishlist with one click, or click through for more information. Books with active campaigns display a progress meter. Where possible, books that are already unglued or in the public domain link to freely available copies.</p></div>
</div>
<div class="outer">
<div><a href="/static/images/search_panelview.png"><img src="/static/images/search_panelview_thumb.png" class="screenshot" alt="screenshot" /></a></div>
<div class="text"><p>300 ppi screenshot of a search result page, in panel view. As with the supporter page, users can toggle between views.</p></div>
</div>
</div>
<a id="releases"></a><h2>Press Releases</h2>
<div class="pressarticles">
<div>
<a href="/static/pdfs/OLAUngluedEbookRelease.pdf">Oral Literature in Africa unglued ebook released</a><br />September 12, 2012
</div>
<div>
<a href="/static/pdfs/PressReleaselaunchoverall.pdf">Main launch announcement</a><br />May 17, 2012
</div>
<div>
<a href="/static/pdfs/PressReleaseBuddingReader.pdf">Launch announcement: Budding Reader campaign</a><br />May 17, 2012
</div>
<div>
<a href="/static/pdfs/PressReleaseMikeLaser.pdf">Launch announcement: Michael Laser campaign</a><br />May 17, 2012
</div>
<div>
<a href="/static/pdfs/PressReleaseJoeNassise.pdf">Launch announcement: Joseph Nassise campaign</a><br />May 17, 2012
</div>
<div>
<a href="/static/pdfs/PressReleaseOpenBook.pdf">Launch announcement: Open Book Publishers campaign</a><br />May 17, 2012
</div>
<div>
<a href="/static/pdfs/PressReleaseNancyRawles.pdf">Launch announcement: Nancy Rawles campaign</a><br />May 17, 2012
</div>
</div>
<br /><br /><br /><br /><br /><br />
{% endblock %}

View File

@ -4,11 +4,11 @@
<h1>Press</h1>
<div class="presstoc">
<div>
<a href="#latest">Latest Press</a><br />
<a href="#latest">Latest Coverage</a><br />
<a href="#overview">Overview</a><br />
</div>
<div>
<a href="#press">Press Highlights</a><br />
<a href="#press">Media Highlights</a><br />
<a href="#blogs">Other Coverage</a><br />
</div>
<div>
@ -31,7 +31,7 @@
{% endif %}
</div>
<a id="latest"></a><h2>Latest Press</h2>
<a id="latest"></a><h2>Latest Coverage</h2>
<div class="pressarticles">
{% for item in latest_items %}
{% include "press_item.html" %}
@ -69,7 +69,7 @@ Creative Commons offers a variety of other licenses, many of them with even less
<dt>I have more questions...</dt>
<dd>Please consult our <a href="/faq/">FAQ</a> (sidebar at left); join the site and explore its features for yourself; or email us, <a href="press@gluejar.com">press@gluejar.com</a>.</dd>
</dl>
<a id="press"></a><h2>Press Highlights</h2>
<a id="press"></a><h2>Media Highlights</h2>
<div class="pressarticles">
{% for item in highlighted_items %}
{% include "press_item.html" %}

View File

@ -1,9 +1,9 @@
{% extends "basedocumentation.html" %}
{% block doccontent %}
{% if thanks %}
{% if title %}
<div class="presstoc">
<div class="pressemail">Duly submitted! Wanna submit more?</div>
<div class="pressemail">Your article <I>{{ title }}</I> has been submitted. Wanna submit another?</div>
</div>
{% endif %}

View File

@ -84,8 +84,6 @@ urlpatterns = patterns(
url(r"^feedback/campaign/(?P<campaign_id>\d+)/?$", "ask_rh", name="ask_rh"),
url(r"^feedback/$", "feedback", name="feedback"),
url(r"^feedback/thanks/$", TemplateView.as_view(template_name="thanks.html")),
url(r"^press/$", TemplateView.as_view(template_name="press.html"),
name="press"),
url(r"^about/$", TemplateView.as_view(template_name="about.html"),
name="about"),
url(r"^comments/$", "comment", name="comment"),
@ -102,7 +100,7 @@ urlpatterns = patterns(
url(r"^ml/status/$","ml_status", name="ml_status"),
url(r"^ml/subscribe/$","ml_subscribe", name="ml_subscribe"),
url(r"^ml/unsubscribe/$","ml_unsubscribe", name="ml_unsubscribe"),
url(r"^press_new/$","press_new", name="press_new"),
url(r"^press/$","press", name="press"),
url(r"^press_submitterator/$","press_submitterator", name="press_submitterator"),
)

View File

@ -2331,7 +2331,7 @@ def ml_unsubscribe(request):
request.user.profile.ml_unsubscribe()
return HttpResponseRedirect(reverse("notification_notice_settings"))
def press_new(request):
def press(request):
latest_items = models.Press.objects.order_by('-date')[:3]
highlighted_items = models.Press.objects.filter(highlight=True).order_by('-date')
all_items = models.Press.objects.exclude(highlight=True).order_by('-date')
@ -2345,16 +2345,16 @@ def press_submitterator(request):
if not request.user.is_staff:
return render(request, "admins_only.html")
else:
thanks = False
title = ''
if request.method == 'POST':
form = PressForm(request.POST)
if form.is_valid():
form.save()
thanks = True
title = form.cleaned_data['title']
else:
form = PressForm()
return render(request, 'press_submitterator.html', {
'form':form,
'thanks':thanks
'title':title
})