├── README.md ├── cog.png ├── css └── style.css ├── experimental-writing.html ├── favicon.ico ├── fictitious-capital.html ├── financial-crisis.html ├── fonts ├── FONTLOG.txt ├── LICENSE.txt ├── Roboto-Bold.ttf ├── Roboto-BoldItalic.ttf ├── Roboto-Italic.ttf ├── Roboto-Light.ttf ├── Roboto-LightItalic.ttf ├── Roboto-Medium.ttf ├── Roboto-MediumItalic.ttf ├── Roboto-Regular.ttf ├── Roboto-Thin.ttf ├── Roboto-ThinItalic.ttf ├── RobotoCondensed-Bold.ttf ├── RobotoCondensed-BoldItalic.ttf ├── RobotoCondensed-Italic.ttf ├── RobotoCondensed-Light.ttf ├── RobotoCondensed-LightItalic.ttf ├── RobotoCondensed-Regular.ttf ├── notcouriersans-webfont.ttf ├── roboto-light-webfont.eot ├── roboto-light-webfont.svg ├── roboto-light-webfont.ttf ├── roboto-light-webfont.woff ├── roboto-light-webfont.woff2 ├── roboto-lightitalic-webfont.eot ├── roboto-lightitalic-webfont.svg ├── roboto-lightitalic-webfont.ttf ├── roboto-lightitalic-webfont.woff ├── roboto-lightitalic-webfont.woff2 ├── roboto-mono_bold-italic.eot ├── roboto-mono_bold-italic.svg ├── roboto-mono_bold-italic.ttf ├── roboto-mono_bold-italic.woff ├── roboto-mono_bold.eot ├── roboto-mono_bold.svg ├── roboto-mono_bold.ttf ├── roboto-mono_bold.woff ├── roboto-mono_italic.eot ├── roboto-mono_italic.svg ├── roboto-mono_italic.ttf ├── roboto-mono_italic.woff ├── roboto-mono_light-italic.eot ├── roboto-mono_light-italic.svg ├── roboto-mono_light-italic.ttf ├── roboto-mono_light-italic.woff ├── roboto-mono_light.eot ├── roboto-mono_light.svg ├── roboto-mono_light.ttf ├── roboto-mono_light.woff ├── roboto-mono_medium-italic.eot ├── roboto-mono_medium-italic.svg ├── roboto-mono_medium-italic.ttf ├── roboto-mono_medium-italic.woff ├── roboto-mono_medium.eot ├── roboto-mono_medium.svg ├── roboto-mono_medium.ttf ├── roboto-mono_medium.woff ├── roboto-mono_regular.eot ├── roboto-mono_regular.svg ├── roboto-mono_regular.ttf ├── roboto-mono_regular.woff ├── roboto-mono_thin-italic.eot ├── roboto-mono_thin-italic.svg ├── roboto-mono_thin-italic.ttf ├── roboto-mono_thin-italic.woff ├── roboto-mono_thin.eot ├── roboto-mono_thin.svg ├── roboto-mono_thin.ttf ├── roboto-mono_thin.woff ├── roboto-thin-webfont.eot ├── roboto-thin-webfont.svg ├── roboto-thin-webfont.ttf ├── roboto-thin-webfont.woff ├── roboto-thin-webfont.woff2 ├── roboto-thinitalic-webfont.eot ├── roboto-thinitalic-webfont.svg ├── roboto-thinitalic-webfont.ttf ├── roboto-thinitalic-webfont.woff ├── roboto-thinitalic-webfont.woff2 ├── robotocondensed-light-webfont.eot ├── robotocondensed-light-webfont.svg ├── robotocondensed-light-webfont.ttf ├── robotocondensed-light-webfont.woff ├── robotocondensed-light-webfont.woff2 ├── robotocondensed-lightitalic-webfont.eot ├── robotocondensed-lightitalic-webfont.svg ├── robotocondensed-lightitalic-webfont.ttf ├── robotocondensed-lightitalic-webfont.woff ├── robotocondensed-lightitalic-webfont.woff2 ├── universelse-regular-webfont.ttf └── webfont.css ├── getting-started-guide.md ├── images ├── 91HwAvKmilL.jpg ├── a-good-book.png └── p2p_warwick.png ├── index.html ├── js ├── handlebars-1.0.rc.1.js └── jquery-1.7.2.min.js ├── login.png ├── magic.png ├── manifesto-cyborg.html ├── mute-archive-guide.md ├── mute-archive-plan.md ├── radical-publishing.html ├── reading-room.html ├── screencapture-mute-publishing-github-io-archive-1478255073392.png ├── screencapture-zotero-org-groups-mute-items-1478255002396.png ├── shared-library.png ├── sync.png ├── visuals.svg └── whole.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/README.md -------------------------------------------------------------------------------- /cog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/cog.png -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/css/style.css -------------------------------------------------------------------------------- /experimental-writing.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/experimental-writing.html -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/favicon.ico -------------------------------------------------------------------------------- /fictitious-capital.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fictitious-capital.html -------------------------------------------------------------------------------- /financial-crisis.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/financial-crisis.html -------------------------------------------------------------------------------- /fonts/FONTLOG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/FONTLOG.txt -------------------------------------------------------------------------------- /fonts/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/LICENSE.txt -------------------------------------------------------------------------------- /fonts/Roboto-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/Roboto-Bold.ttf -------------------------------------------------------------------------------- /fonts/Roboto-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/Roboto-BoldItalic.ttf -------------------------------------------------------------------------------- /fonts/Roboto-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/Roboto-Italic.ttf -------------------------------------------------------------------------------- /fonts/Roboto-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/Roboto-Light.ttf -------------------------------------------------------------------------------- /fonts/Roboto-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/Roboto-LightItalic.ttf -------------------------------------------------------------------------------- /fonts/Roboto-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/Roboto-Medium.ttf -------------------------------------------------------------------------------- /fonts/Roboto-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/Roboto-MediumItalic.ttf -------------------------------------------------------------------------------- /fonts/Roboto-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/Roboto-Regular.ttf -------------------------------------------------------------------------------- /fonts/Roboto-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/Roboto-Thin.ttf -------------------------------------------------------------------------------- /fonts/Roboto-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/Roboto-ThinItalic.ttf -------------------------------------------------------------------------------- /fonts/RobotoCondensed-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/RobotoCondensed-Bold.ttf -------------------------------------------------------------------------------- /fonts/RobotoCondensed-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/RobotoCondensed-BoldItalic.ttf -------------------------------------------------------------------------------- /fonts/RobotoCondensed-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/RobotoCondensed-Italic.ttf -------------------------------------------------------------------------------- /fonts/RobotoCondensed-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/RobotoCondensed-Light.ttf -------------------------------------------------------------------------------- /fonts/RobotoCondensed-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/RobotoCondensed-LightItalic.ttf -------------------------------------------------------------------------------- /fonts/RobotoCondensed-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/RobotoCondensed-Regular.ttf -------------------------------------------------------------------------------- /fonts/notcouriersans-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/notcouriersans-webfont.ttf -------------------------------------------------------------------------------- /fonts/roboto-light-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-light-webfont.eot -------------------------------------------------------------------------------- /fonts/roboto-light-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-light-webfont.svg -------------------------------------------------------------------------------- /fonts/roboto-light-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-light-webfont.ttf -------------------------------------------------------------------------------- /fonts/roboto-light-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-light-webfont.woff -------------------------------------------------------------------------------- /fonts/roboto-light-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-light-webfont.woff2 -------------------------------------------------------------------------------- /fonts/roboto-lightitalic-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-lightitalic-webfont.eot -------------------------------------------------------------------------------- /fonts/roboto-lightitalic-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-lightitalic-webfont.svg -------------------------------------------------------------------------------- /fonts/roboto-lightitalic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-lightitalic-webfont.ttf -------------------------------------------------------------------------------- /fonts/roboto-lightitalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-lightitalic-webfont.woff -------------------------------------------------------------------------------- /fonts/roboto-lightitalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-lightitalic-webfont.woff2 -------------------------------------------------------------------------------- /fonts/roboto-mono_bold-italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_bold-italic.eot -------------------------------------------------------------------------------- /fonts/roboto-mono_bold-italic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_bold-italic.svg -------------------------------------------------------------------------------- /fonts/roboto-mono_bold-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_bold-italic.ttf -------------------------------------------------------------------------------- /fonts/roboto-mono_bold-italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_bold-italic.woff -------------------------------------------------------------------------------- /fonts/roboto-mono_bold.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_bold.eot -------------------------------------------------------------------------------- /fonts/roboto-mono_bold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_bold.svg -------------------------------------------------------------------------------- /fonts/roboto-mono_bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_bold.ttf -------------------------------------------------------------------------------- /fonts/roboto-mono_bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_bold.woff -------------------------------------------------------------------------------- /fonts/roboto-mono_italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_italic.eot -------------------------------------------------------------------------------- /fonts/roboto-mono_italic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_italic.svg -------------------------------------------------------------------------------- /fonts/roboto-mono_italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_italic.ttf -------------------------------------------------------------------------------- /fonts/roboto-mono_italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_italic.woff -------------------------------------------------------------------------------- /fonts/roboto-mono_light-italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_light-italic.eot -------------------------------------------------------------------------------- /fonts/roboto-mono_light-italic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_light-italic.svg -------------------------------------------------------------------------------- /fonts/roboto-mono_light-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_light-italic.ttf -------------------------------------------------------------------------------- /fonts/roboto-mono_light-italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_light-italic.woff -------------------------------------------------------------------------------- /fonts/roboto-mono_light.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_light.eot -------------------------------------------------------------------------------- /fonts/roboto-mono_light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_light.svg -------------------------------------------------------------------------------- /fonts/roboto-mono_light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_light.ttf -------------------------------------------------------------------------------- /fonts/roboto-mono_light.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_light.woff -------------------------------------------------------------------------------- /fonts/roboto-mono_medium-italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_medium-italic.eot -------------------------------------------------------------------------------- /fonts/roboto-mono_medium-italic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_medium-italic.svg -------------------------------------------------------------------------------- /fonts/roboto-mono_medium-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_medium-italic.ttf -------------------------------------------------------------------------------- /fonts/roboto-mono_medium-italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_medium-italic.woff -------------------------------------------------------------------------------- /fonts/roboto-mono_medium.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_medium.eot -------------------------------------------------------------------------------- /fonts/roboto-mono_medium.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_medium.svg -------------------------------------------------------------------------------- /fonts/roboto-mono_medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_medium.ttf -------------------------------------------------------------------------------- /fonts/roboto-mono_medium.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_medium.woff -------------------------------------------------------------------------------- /fonts/roboto-mono_regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_regular.eot -------------------------------------------------------------------------------- /fonts/roboto-mono_regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_regular.svg -------------------------------------------------------------------------------- /fonts/roboto-mono_regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_regular.ttf -------------------------------------------------------------------------------- /fonts/roboto-mono_regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_regular.woff -------------------------------------------------------------------------------- /fonts/roboto-mono_thin-italic.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_thin-italic.eot -------------------------------------------------------------------------------- /fonts/roboto-mono_thin-italic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_thin-italic.svg -------------------------------------------------------------------------------- /fonts/roboto-mono_thin-italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_thin-italic.ttf -------------------------------------------------------------------------------- /fonts/roboto-mono_thin-italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_thin-italic.woff -------------------------------------------------------------------------------- /fonts/roboto-mono_thin.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_thin.eot -------------------------------------------------------------------------------- /fonts/roboto-mono_thin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_thin.svg -------------------------------------------------------------------------------- /fonts/roboto-mono_thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_thin.ttf -------------------------------------------------------------------------------- /fonts/roboto-mono_thin.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-mono_thin.woff -------------------------------------------------------------------------------- /fonts/roboto-thin-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-thin-webfont.eot -------------------------------------------------------------------------------- /fonts/roboto-thin-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-thin-webfont.svg -------------------------------------------------------------------------------- /fonts/roboto-thin-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-thin-webfont.ttf -------------------------------------------------------------------------------- /fonts/roboto-thin-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-thin-webfont.woff -------------------------------------------------------------------------------- /fonts/roboto-thin-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-thin-webfont.woff2 -------------------------------------------------------------------------------- /fonts/roboto-thinitalic-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-thinitalic-webfont.eot -------------------------------------------------------------------------------- /fonts/roboto-thinitalic-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-thinitalic-webfont.svg -------------------------------------------------------------------------------- /fonts/roboto-thinitalic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-thinitalic-webfont.ttf -------------------------------------------------------------------------------- /fonts/roboto-thinitalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-thinitalic-webfont.woff -------------------------------------------------------------------------------- /fonts/roboto-thinitalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/roboto-thinitalic-webfont.woff2 -------------------------------------------------------------------------------- /fonts/robotocondensed-light-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/robotocondensed-light-webfont.eot -------------------------------------------------------------------------------- /fonts/robotocondensed-light-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/robotocondensed-light-webfont.svg -------------------------------------------------------------------------------- /fonts/robotocondensed-light-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/robotocondensed-light-webfont.ttf -------------------------------------------------------------------------------- /fonts/robotocondensed-light-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/robotocondensed-light-webfont.woff -------------------------------------------------------------------------------- /fonts/robotocondensed-light-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/robotocondensed-light-webfont.woff2 -------------------------------------------------------------------------------- /fonts/robotocondensed-lightitalic-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/robotocondensed-lightitalic-webfont.eot -------------------------------------------------------------------------------- /fonts/robotocondensed-lightitalic-webfont.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/robotocondensed-lightitalic-webfont.svg -------------------------------------------------------------------------------- /fonts/robotocondensed-lightitalic-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/robotocondensed-lightitalic-webfont.ttf -------------------------------------------------------------------------------- /fonts/robotocondensed-lightitalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/robotocondensed-lightitalic-webfont.woff -------------------------------------------------------------------------------- /fonts/robotocondensed-lightitalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/robotocondensed-lightitalic-webfont.woff2 -------------------------------------------------------------------------------- /fonts/universelse-regular-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/universelse-regular-webfont.ttf -------------------------------------------------------------------------------- /fonts/webfont.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/fonts/webfont.css -------------------------------------------------------------------------------- /getting-started-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/getting-started-guide.md -------------------------------------------------------------------------------- /images/91HwAvKmilL.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/images/91HwAvKmilL.jpg -------------------------------------------------------------------------------- /images/a-good-book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/images/a-good-book.png -------------------------------------------------------------------------------- /images/p2p_warwick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/images/p2p_warwick.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/index.html -------------------------------------------------------------------------------- /js/handlebars-1.0.rc.1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/js/handlebars-1.0.rc.1.js -------------------------------------------------------------------------------- /js/jquery-1.7.2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/js/jquery-1.7.2.min.js -------------------------------------------------------------------------------- /login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/login.png -------------------------------------------------------------------------------- /magic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/magic.png -------------------------------------------------------------------------------- /manifesto-cyborg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/manifesto-cyborg.html -------------------------------------------------------------------------------- /mute-archive-guide.md: -------------------------------------------------------------------------------- 1 | # Mute Archive Guide 2 | -------------------------------------------------------------------------------- /mute-archive-plan.md: -------------------------------------------------------------------------------- 1 | # Mute Archive Plan 2 | 3 | -------------------------------------------------------------------------------- /radical-publishing.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/radical-publishing.html -------------------------------------------------------------------------------- /reading-room.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/reading-room.html -------------------------------------------------------------------------------- /screencapture-mute-publishing-github-io-archive-1478255073392.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/screencapture-mute-publishing-github-io-archive-1478255073392.png -------------------------------------------------------------------------------- /screencapture-zotero-org-groups-mute-items-1478255002396.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/screencapture-zotero-org-groups-mute-items-1478255002396.png -------------------------------------------------------------------------------- /shared-library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/shared-library.png -------------------------------------------------------------------------------- /sync.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/sync.png -------------------------------------------------------------------------------- /visuals.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/visuals.svg -------------------------------------------------------------------------------- /whole.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mute-Publishing/mute-collaborative-library/HEAD/whole.html --------------------------------------------------------------------------------