diff --git a/README.md b/README.md index ceb00d1..837c026 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,59 @@ See [content/manifestos/9999-end.txt](content/manifestos/9999-end.txt) ## Software used +Here is what you need to install in order to compile the book. + ### Pandoc Source: [http://johnmacfarlane.net/pandoc/](http://johnmacfarlane.net/pandoc/) +The package I am using: pandoc-1.14.0.1-osx.pkg + ### TeX Installer for Mac OSX: BasicTeX [http://www.tug.org/mactex/morepackages.html](http://www.tug.org/mactex/morepackages.html) + +The package I am using: basictex-20150613.pkg + +### flushend.sty + +This is a Latex extension that we use. It needs to be installed. + +The method I used to install it: running this in the command line: + +sudo tlmgr install sttools + +### titlesec.sty + +Another package we need to install... + +Command: +sudo tlmgr install titlesec + +The titlesec package allows basic changes to the standard chapter style, including setting the font style and size or placement of the title. + +### tocloft.sty + +We want to control the Table of Contents: \usepackage{tocloft} + +Command: +sudo tlmgr install tocloft + + +## Troubleshooting + +Errors that can occur during compilation: + +! Undefined control sequence. +l.719 \tightlist + +! Undefined control sequence. +l.4428 \afterpage + +! LaTeX Error: \chaptermark undefined. += is linked to the fancyhdr package. +I'll hazard a guess: You are using a document class without the \chapter command (article, scrartcl, ...) +Solution: we need to use the "book" document class + diff --git a/TODO.md b/TODO.md index 7963edd..8c5533c 100644 --- a/TODO.md +++ b/TODO.md @@ -2,7 +2,6 @@ See also [open issues](https://github.com/greyscalepress/manifestos/issues) on Github. - Communication: - Write to authors of manifestos: Ted Nelson, Richard Stallman, V2, Loyd Blankenship, John Perry Barlow, le minirézo, Chaos Computer Club, Hacktivismo, Agile Alliance, Bill Kerr, Mark Shuttleworth, European Pirate Parties, Bre Pettis, Miltos Manetas, Kopimi, Cody Brocious, Jaromil, Julian Oliver, Gordan Savicic, Danja Vasiliev, Piotr Czerski, Adam Hyde... @@ -13,10 +12,9 @@ Editorial: Design: More manifestos: - Something around Wikileaks, Assange + Archive: - Write backcover blurb @done - Produce alternate cover designs @done - - Something by Edward Snowden (A Manifesto for the Truth, November 2013) @done - - Adam Hyde: Iterative Book Development (IDB) Manifesto, June 2012 @done diff --git a/content/intro.txt b/content/intro.txt index 58b75c1..9be2fec 100644 --- a/content/intro.txt +++ b/content/intro.txt @@ -11,4 +11,4 @@ Cover designed with Scribus Typeface: Limousine, by OSP Foundry Greyscale Press\\* -ISBN-13: 978-2-940561-02-5 \ No newline at end of file +ISBN-13: 978-2-940561-02-5 \ No newline at end of file diff --git a/content/manifestos/2007-ubuntu-manifesto.md b/content/manifestos/2007-ubuntu-manifesto.md index 23eb5e4..a9f98ba 100644 --- a/content/manifestos/2007-ubuntu-manifesto.md +++ b/content/manifestos/2007-ubuntu-manifesto.md @@ -1,4 +1,4 @@ -# Mark Shuttleworth's Ubuntu manifesto +# Mark Shuttleworth’s Ubuntu manifesto Posted by Bill Kerr, June 14 2007 diff --git a/content/manifestos/2008-05-lo-fi-manifesto.md b/content/manifestos/2008-05-lo-fi-manifesto.md index 6554ad3..7e31154 100644 --- a/content/manifestos/2008-05-lo-fi-manifesto.md +++ b/content/manifestos/2008-05-lo-fi-manifesto.md @@ -46,10 +46,10 @@ Despite their humble, decades-old base technology (plain text), innovative uses Karl Stolley -“The Lo-Fi Manifesto.” Kairos: A Journal of Rhetoric, Technology, and Pedagogy 12(3). Available http://kairos.technorhetoric.net/12.3/ (May 2008). +“The Lo-Fi Manifesto.” Kairos: A Journal of Rhetoric, Technology, and Pedagogy 12(3). Available \url{http://kairos.technorhetoric.net/12.3/} (May 2008). Sources: -* http://kairos.technorhetoric.net/12.3/topoi/stolley/ -* https://github.com/karlstolley/lo-fi +* \url{http://kairos.technorhetoric.net/12.3/topoi/stolley/} +* \url{https://github.com/karlstolley/lo-fi} diff --git a/content/manifestos/2013-04-user-data-manifesto.txt b/content/manifestos/2013-04-user-data-manifesto.txt new file mode 100644 index 0000000..7b3fd3d --- /dev/null +++ b/content/manifestos/2013-04-user-data-manifesto.txt @@ -0,0 +1,38 @@ +# user data manifesto + +defining basic rights for people to control their own data in the internet age + +1. Own the data + + The data that someone directly or indirectly creates belongs to the person who created it. + +2. Know where the data is stored + + Everybody should be able to know: where their personal data is physically stored, how long, on which server, in what country, and what laws apply. + +3. Choose the storage location + + Everybody should always be able to migrate their personal data to a different provider, server or their own machine at any time without being locked in to a specific vendor. + +4. Control access + + Everybody should be able to know, choose and control who has access to their own data to see or modify it. + +5. Choose the conditions + + If someone chooses to share their own data, then the owner of the data selects the sharing license and conditions. + +6. Invulnerability of data + + Everybody should be able to protect their own data against surveillance and to federate their own data for backups to prevent data loss or for any other reason. + +7. Use it optimally + + Everybody should be able to access and use their own data at all times with any device they choose and in the most convenient and easiest way for them. + +8. Server software transparency + + Server software should be free and open source software so that the source code of the software can be inspected to confirm that it works as specified. + + +Source: https://github.com/hugoroy/user-data-manifesto/blob/master/original.md \ No newline at end of file diff --git a/content/manifestos/2013-09-european-pirate-party-manifesto.txt b/content/manifestos/2013-09-EPP-manifesto.txt similarity index 100% rename from content/manifestos/2013-09-european-pirate-party-manifesto.txt rename to content/manifestos/2013-09-EPP-manifesto.txt diff --git a/content/manifestos/9999-end.txt b/content/manifestos/9999-end.txt index 31e663e..e188c96 100644 --- a/content/manifestos/9999-end.txt +++ b/content/manifestos/9999-end.txt @@ -8,7 +8,8 @@ Version 0.0 edited March 6-7 2015 at Fahrenheit39 Version 0.1 released March 11 2015 Version 0.2 released March 24 2015 Version 0.3 released May 2015 -Version 0.4 (current) released June 2015 +Version 0.4 released June 2015 +Version 0.5 (current) released September 2015 Greyscale Press diff --git a/cover/cover-v4b.sla b/cover/cover-v4b.sla deleted file mode 100644 index 1cc34db..0000000 --- a/cover/cover-v4b.sla +++ /dev/null @@ -1,234 +0,0 @@ - - - - - - - - - - - - - - - - - - - - -