lib/bookshop/generators/bookshop/app/templates/README.rdoc in bookshop-0.0.21 vs lib/bookshop/generators/bookshop/app/templates/README.rdoc in bookshop-0.0.22
- old
+ new
@@ -1,16 +1,12 @@
=== http://blueheadpublishing.github.com/bookshop/assets/logo.png
"a book publishing framework for today's publishing world"
-bookshop is a book publishing framework for publishers, editors, and coders in today's publishing industry. bookshop provides a framework for developing books using well-known/standard web languages like HTML/CSS, which are then converted into pdf and other (e)book formats. The framework is optimized to help developers quickly ramp-up, allowing them to jump in and develop their html-to-pdf/(e)book flows, by favoring convention over configuration, setting them up with best-practices, standards and tools from the start.
+bookshop is a book publishing framework for building pdf/(e)books based on HTML, CSS, and JavaScript. The framework is optimized to help publishers, editors, and authors quickly ramp-up, allowing them to jump in and develop their html-to-pdf/(e)book flows by favoring convention over configuration, setting them up with best-practices, standards and tools from the start.
bookshop hopes to simplify the process by:
-* separating the book into layers
- * *Content*: the book's source - <i>writings, images, videos, copy</i>
- * *Structure*: using div/css microformat to describe the book's structure - <i>chapter, section, etc.</i>
- * *Style*: stylesheets to create the book's layout - <i>fonts, margins, color, etc.</i>
* using common tools like HTML/CSS to make the creation of your book comfortable and familiar, greatly reducing the learning curve for your developers, authors, agents, and other team members
* providing a Ruby Gem to make building a book in HTML as easy as 'gem install bookshop'
* pulling all the html-to-pdf/(e)book tools together into one place (wkhtmltopdf, kindlegen, epubcheck)
* sticking with open-source tools to encourage community development
* giving the developer a set of scripts to automate the redundant stuff
@@ -260,13 +256,14 @@
The default directory structure of a generated bookshop project:
|-- book/ # Source files for your book
|--book.html.erb # The master file
- |--css/
- |--stylesheet.css
- |--images/
+ |--assets/
+ |--css/
+ |--stylesheet.css
+ |--images/
|-- builds/ # All the builds are created here
|--epub/
|--html/
|--mobi/
@@ -300,50 +297,14 @@
4. Add tests so that we don't accidentally break your addition with our future commits.
5. Commit to your git (forked) repository.
6. Let us know about your code and we'll review/merge it into the master.
7. And pat yourself on the back for contributing to an open source project!!
-== Copyright (LICENSE)
+== Copyright (MIT-LICENSE)
-BookShop is available under *either* the terms of the modified BSD license *or* the
-MIT License (2008). As a recipient of BookShop, you may choose which
-license to receive this code under (except as noted in per-module LICENSE
-files). Some modules may not be the copyright of BlueHead Publishing. These
-modules contain explicit declarations of copyright in both the LICENSE files in
-the directories in which they reside and in the code itself. No external
-contributions are allowed under licenses which are fundamentally incompatible
-with the MIT or BSD licenses that BookShop is distributed under.
+Copyright (C) 2010, 2011 by BlueHead Publishing, Inc (http://blueheadpublishing.com)
-The text of the MIT and BSD licenses is reproduced below.
-
-=== The "New" BSD License
-
-Copyright (c) 2010-2011, BlueHead Publishing
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
-* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
-* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
-* Neither the name of Bookshop/BlueHead/BlueHead Publishing nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
-FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
-SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
-CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
-OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-=== The MIT License
-
-Copyright (c) 2010, 2011 BlueHead Publishing, et. al.,
-
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
@@ -358,19 +319,24 @@
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.
-== The Boom Microformat License (as listed in the boom.css)
+== The Boom Microformat License - boom.css (from which the css microformat was based)
-Sample style sheet for boom!, the book microformat
-written by Hakon Wium Lie and Bert Bos, November 2005
-You may reuse this style sheet for any purpose without any fees
+http://www.alistapart.com/articles/boom
+ Sample style sheet for boom!, the book microformat
+ written by Hakon Wium Lie and Bert Bos, November 2005
+ You may reuse this style sheet for any purpose without any fees
+
== Thanks
We would like to thank:
* The Ruby/Rubygems Team www.ruby-lang.org/
* The Thor Team - https://github.com/wycats/thor
* Hakon Wium Lie and Bert Bos for developing the book microformat http://www.alistapart.com/articles/boom
-* The WKHTMLTOPDF team http://code.google.com/p/wkhtmltopdf/
+* The WKHTMLTOPDF team http://code.google.com/p/wkhtmltopdf/
+
+A List of Our Contributors:
+https://github.com/blueheadpublishing/bookshop/blob/master/CONTRIBUTORS.md
\ No newline at end of file