book.json structure

This commit is contained in:
ignifugo 2017-06-07 14:26:43 +02:00
parent 2d2f283ccd
commit 1e38a79252

12
book.json Normal file
View file

@ -0,0 +1,12 @@
{
"title": "Usability in Free Software",
"description": "For a software to truly be free, people need to be able to easily use it without help. This is a quick start to usability testing in a distributed and independent development environment: A collection of usability methods applicable especially in free & open source software projects. No matter if you are a developer, usability person or just enthusiastic about making software easier to use, this document should help you get going. This started out in Summer 2011 as a bachelors thesis concluding my studies of information design at Stuttgart Media University. The original title was Coordinating low-cost usability testing in independent free & open source software projects. Now its an open document, everyone can use it & contribute. ",
"author":"Jan-Christoph Borchardt",
"pdf": {
"paperSize": "a4",
"pdf.margin.top": "35",
"pdf.margin.bottom": "30",
"pdf.margin.left": "10",
"pdf.margin.left": "30"
}
}