You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

126 lines
7.4 KiB
HTML

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{% extends "public/templates/public_template.html" %}
{% block title %}GUIDELINES{% endblock %}
{% block main %}
<div class="spaceleft aboutleft">
<h5>Tactical Watermarks Guidelines</h5><br><br>
<p class="aboutparagraph">These guidelines clarify the values and methods of Tactical Watermarks, what you can expect from us and what we expect from users. The rules apply to the platform hosted on https://hub.xpub.nl/watermark/, where you are most likely reading this. If you prefer, Tactical Watermarks is also on Tor browser: http://ov73e3lxezo2klxva2frlzqbb2usiozqbe56xiochvz5lznpkk6kw4ad.onion/</p>
<p class="aboutparagraph">We don't intend or guarantee full availability and performance.</p>
<p class="termslastparagraph">The platform doesn't call for a lot of interactions between users, nonetheless, it is making things public and every user should be aware of the implications of such action. Tactical Watermarks is online and for you to use, but we ask you to consider the labour behind the files you're uploading and the resources you are using. This is not an archive nor a library. This is a platform to republish files, reflecting on provenance, privilege and publishing streams. Be deliberate with your choices and conscious of the guidelines.</p><br><br>
<h4><span class="bulletnumber">1.</span> Building the frame</h4>
<blockquote>Modular craftsman specialized in making the wooden screens known as "modularo". The screen or module is made-up of a wooden framework, on which a dense wire mesh is placed and also a movable wooden frame or deckle. It must be constructed so that it will support the weight of the paste and the water without deforming the paper.</blockquote>
<h4 class="subfour">We define Tactical Watermarks as:</h4>
<div class="indentedblock">
<p class="aboutparagraph">An online de-watermarking/republishing platform with no registration required. In Tactical Watermarks, we will de-watermarked and republish files uploaded by users to Library Genesis. We actively make use of digital watermarks as a means to explore topics such as anonymity, paywalls, archives, and provenance. While the primary intention of analogue watermarks was to leave traces of authenticity, marks of quality or even aesthetic enhancements, digital watermarks are being used as a way to create accountability for users. Through this platform, I describe and document ways of living within and resist a culture of surveillance in the realm of publishing.</p>
</div>
<h4 class="subfour">We define Artisan as:</h4>
<div class="indentedblock">
<dd>1. People without access to paid online archives and libraries, such as JSTOR, Elsevier, Verso Books, and others, who have access through a college, university, secondary school, public library, museum, foundation, government agency, research centre, corporate/for-profit organization or scholarly society (“Institutional Licensee”).</dd>
<dd>2. People who use Tactical Watermarks directly for asking new titles.</dd>
<dd>3. People who are interested in uncovering the processes behind republishing texts.</dd>
<dd>4. Invisible individuals behind extra-legal publishing platforms, curators, the ones who host, upload and even download material.</dd>
<dd>5. People that want to de-watermark PDFs and EPUBs.</dd>
</div>
<h4><span class="bulletnumber">2.</span> Becoming an artisan</h4>
<blockquote>Papermaking in Italy is dominated by the historic and powerful feudal family, Fabriano. The Council Statute of 1436 prohibited anyone within a radius of 50 miles from Fabriano buildings from manufacturing paper or teaching paper making secrets to those not residing within the Council territory, pending a fine of 50 ducats. A later prohibition has even stiffer penalties. Transgressors were considered "rebels" and thereby banned from the city with consequent capital confiscation.</blockquote>
<h4 class="subfour">As an Artisan you:</h4>
<div class="indentedblock">
<dd>Publish content you own which doesn't infringe copyright laws.</dd>
<dd>Publish original content.</dd>
<dd>Are aware of the request list before you ask for the same file.</dd>
<dd>Request any kind of content.</dd>
<dd>Use the form to ask for files, and only for that.</dd>
<dd>Look at the request list and if you can help, you upload the needed content.</dd>
<dd>Remain anonymous.</dd>
</div>
<h4 class="subfour">You are prohibited to:</h4>
<div class="indentedblock">
<dd>Profit.</dd>
<dd>Demonstrate your identity — You must always stay anonymous.</dd>
<dd>Distribute active malware or exploits — Being part of a community includes not taking advantage of other members of the community.</dd>
</div>
<h4><span class="bulletnumber">3.</span> Gathering the pulp</h4>
<blockquote>Fabriano was the first manufacturing center to harness water power to drive the fibrillation (pulping) process, previously a labor intensive manual activity.</blockquote>
<p class="aboutparagraph">All the texts will automatically be republished to LibGen. In Library Genesis theres no score to maintain, necessary log-in, or price to pay.</p>
<p class="aboutparagraph">Library Genesis regularly fights against shut-down attempts. Strategies to increase the lifespan of the collection are put in place, such as encouraging the creation of mirrors. Mirrors allow hosting voluntary copies of entire collections or parts of them over different servers and points of access, making these more challenging to control.</p>
<p class="aboutparagraph">If you can, please mirror the collection or part of it.</p>
<p class="termslastparagraph">While researchers bump into expensive paywalls that were unaffordable for many, tactics such as shadow-libraries and online archives are put together to make research widely available. These online spaces provide areas to access media from alternative channels.</p>
<h4><span class="bulletnumber">4.</span> Living within libraries</h4>
<blockquote>After the whole process, the book starts circulating: entering small private libraries, kept in shelves in public spaces, rotating between hands. The artisan loses control of the pages, but the watermarks remain.</blockquote>
<h4>We are all responsible for enforcing the rules.</h4>
<p class="aboutparagraph">If you don't follow the guidelines when requesting a title, the comment will be deleted.</p>
<p class="termslastparagraph">We will not know, collect or control what you'll publish. If you choose to publish anything outside the guidelines, such as copyrighted material, this is your responsibility.</p>
<h4 class="subfour">We give you support.</h4>
<p class="aboutparagraph">For questions, comments, to talk or anything in between contact me, Mr. Beauregard at <a href="mailto:butlerbeauregard@protonmail.com">butlerbeauregard(at)protonmail(dot)com</a></p>
<p class="termslastparagraph">These guidelines will change every time it's needed. Last updated on 15 June 2020.</p>
</div>
<div class="requestabook">
<h2>LEAVE A COMMENT</h2>
<div class="scrollrequests">
<p class="compressed"><a class="linktorequest" href="/write_comment">Leave a comment</a>
<div class="scrollrequests">
{% for comment in comments %}
<div class="booksrequested">
<h4>{{ comment['name'] }}</h4>
<p class="info">{{ comment['commenting'] }}</p>
</div>
{% endfor %}
</div>
</div>
</div>
{% endblock %}