From c9d34ee0a49ffdf256dad7fca14ef1ad274d2125 Mon Sep 17 00:00:00 2001 From: Jonathan Rudenberg Date: Wed, 22 Aug 2012 11:50:57 -0400 Subject: [PATCH] Manifesto. --- content/assets/css/style.css | 9 +++ content/blog/test-post.md | 40 -------------- content/blog/the-tent-manifesto.md | 89 ++++++++++++++++++++++++++++++ layouts/head.slim | 2 +- 4 files changed, 99 insertions(+), 41 deletions(-) delete mode 100644 content/blog/test-post.md create mode 100644 content/blog/the-tent-manifesto.md diff --git a/content/assets/css/style.css b/content/assets/css/style.css index 4e6eab3..9d9402b 100644 --- a/content/assets/css/style.css +++ b/content/assets/css/style.css @@ -63,3 +63,12 @@ h1, h2, h3, h4, h5, h6 { font-weight: 200; } + +article { + margin-bottom: 30px; +} + +article date { + display: block; + margin-bottom: 10px; +} diff --git a/content/blog/test-post.md b/content/blog/test-post.md deleted file mode 100644 index 39fec86..0000000 --- a/content/blog/test-post.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: Test Post -kind: article -created_at: July 3, 2012 16:45 EDT ---- - -8-bit post-ironic tattooed sapiente letterpress Austin. Eiusmod put a bird on it -helvetica, direct trade fixie synth aliquip odio swag. Veniam elit officia -proident 3 wolf moon incididunt. Wes anderson placeat hella, leggings vinyl -letterpress cray fap sed irure cliche. Brunch sartorial ennui veniam banh mi, -quis labore beard pitchfork american apparel pop-up wolf occupy qui skateboard. -Ea sint magna labore, nesciunt deserunt esse shoreditch brunch. Wolf ex etsy, -synth whatever shoreditch twee. - -Cardigan tattooed aliqua, craft beer laborum marfa dreamcatcher you probably -haven't heard of them. Wolf accusamus messenger bag reprehenderit narwhal. -Aesthetic squid ennui, viral cillum craft beer trust fund ad brooklyn. +1 -officia ea, mumblecore pinterest squid mustache twee lo-fi small batch ullamco -eiusmod whatever. Thundercats est cosby sweater synth. Tempor vero scenester -fanny pack, pour-over sint placeat odio. Lo-fi sartorial sustainable cliche, -quinoa bespoke enim nulla irure skateboard master cleanse biodiesel. - -DIY sriracha magna est mumblecore, ad seitan pariatur scenester odd future sed -portland kogi. Nulla readymade pork belly eiusmod pitchfork jean shorts. -Exercitation typewriter leggings fixie, high life +1 vero eiusmod ut marfa -thundercats minim cupidatat voluptate cray. Mollit marfa cray incididunt tumblr -art party. Sapiente squid photo booth, polaroid PBR mcsweeney's sriracha ut -chambray veniam narwhal nesciunt post-ironic consectetur est. Jean shorts -sriracha pickled dreamcatcher enim sustainable quinoa fingerstache. Wayfarers -odd future sunt quinoa, iphone pour-over 8-bit leggings synth nostrud. - -Austin farm-to-table vero truffaut, wayfarers exercitation umami officia. Enim -DIY mcsweeney's fixie, laboris art party portland american apparel sed readymade -irure nisi eu skateboard tumblr. Voluptate synth direct trade veniam placeat, -trust fund velit quis readymade exercitation butcher kale chips. Ea ex velit -banksy irony, eiusmod carles you probably haven't heard of them put a bird on it -non aute williamsburg organic exercitation excepteur. Godard craft beer master -cleanse tempor, assumenda cliche yr keffiyeh. Pork belly deserunt lo-fi -authentic bushwick irure. Fixie viral messenger bag, magna sapiente nesciunt -ethnic officia dolore lomo artisan cardigan semiotics raw denim quis. diff --git a/content/blog/the-tent-manifesto.md b/content/blog/the-tent-manifesto.md new file mode 100644 index 0000000..3ef3f97 --- /dev/null +++ b/content/blog/the-tent-manifesto.md @@ -0,0 +1,89 @@ +--- +title: The Tent Manifesto +kind: article +created_at: August 22, 2012 14:00 EDT +--- + +### Every user has the right to freedom of expression. + +Free speech is a necessary feature of all open societies. Speech can not be free +if communication is centralized or intermediated. Users must be able to say +anything to anyone they want on their own terms. + + +### Every user has the right to control their own data. + +This includes who can access the data they create and how that data is later +used. + + +### Every user has the right to choose and change their social services providers. + +This includes the right to negotiate reasonable terms of service collectively or +individually. + + +### Every user has the right to host their own social services. + +All social service providers must be treated equally, regardless of the number +of user accounts hosted. + + +### Every user has the right to communicate with any other user, regardless of their service provider. + +No service provider shall interfere with the communications of any group or paid +of users, or exclude any users on the basis of their service provider. + + +### Every user has the right to take their data and relationships with them. + +User relationships, like content, belong to the user. When changing service +providers, users have a right to transfer their relationships and data, and for +those relationships and data to be forgotten by the former provider. + + +### Every user has the right to choose their own name. + +Pesudonyms, multiple accounts, and anonymity are an integral part of +communications and must not be restricted. + + +### Different users have different needs. + +No single company, product, or platform can solve them all equally. The only +ecosystems required to serve these needs are protocol-based and decentralized. +No user's needs need be served poorly for others' needs to be served. + + +### Communication must be decentralized. + +Only decentralized systems provide protection from outside control. +Decentralized systems limit the consequences of a single element failing. +Centralized systems by nature limit what can be shared and by whom. In +distributed systems, users have the power. + +### Communication protocols must be standardized. + +All communication from spoken language to digital packets requires a basic set +of shared ideas. Global communication systems require a greater degree of detail +to be interoperable. These standards must be available to and extensible by the +community of users in order to adapt to changing needs. + + +### The internet is capable of more. + +Closed and fragmented systems have stifled growth and change. An open social web +will create a new generation of tools, services, and content impossible in +today's systems. + + +### Conversations change the world. + +Every revolution, whether political, scientific, or ideological began as +a conversation. The rules, conventions, and ethics of communication can be +determined only by those participating. Conversation is too important to trust +to any third party. + + +We're announcing Tent, an open protocol for distributed social networks. +Everyone controls what happens to their content. diff --git a/layouts/head.slim b/layouts/head.slim index 97134a6..3329bce 100644 --- a/layouts/head.slim +++ b/layouts/head.slim @@ -3,7 +3,7 @@ title = "#{@item[:title] + ' ยท ' if @item[:title]}Tent" link href='/assets/css/bootstrap.css' rel='stylesheet' type='text/css' media='screen' link href='/assets/css/bootstrap-responsive.css' rel='stylesheet' type='text/css' media='screen' link href='/assets/css/style.css' rel='stylesheet' type='text/css' media='screen' -link rel='alternate' type='application/atom+xml' title='Atom feed' href="/posts.xml" +link rel='alternate' type='application/atom+xml' title='Atom feed' href="/blog.xml" javascript: var _gaq = _gaq || []; _gaq.push(['_setAccount', '#{@site.config[:google_analytics_id]}']);