urls in templates /about -> about

watermarks_url_path
Castro0o 4 years ago
parent 5c1002b5a0
commit bb52385938

4
.gitignore vendored

@ -5,4 +5,6 @@ venv/*
__pycache__/
__pycache__/*
app/__pycache__/
app/__pycache__/*
app/__pycache__/*
app/static/dewatermark/
app/static/dewatermark/*

@ -7,7 +7,7 @@
<div class="requestabook">
<h2>Books Requested</h2>
<p class="compressed"><a class="linktorequest" href="/request_form">Fill a form to request a book</a></p>
<p class="compressed"><a class="linktorequest" href="request_form">Fill a form to request a book</a></p>
{% for book in books %}
<div class="booksrequested">

@ -10,15 +10,15 @@
<div class="indextext">
<dl>
<dt id="indexabout"><a href="/about">About Tactical Watermarks</a></dt>
<dt id="indexabout"><a href="about">About Tactical Watermarks</a></dt>
</dl>
<h1>TACTICAL WATERMARKS</h1>
<dl>
<dt><a href="/uploadbook">De-watermark and republish a title</a></dt>
<dt><a href="/republish">Republish a new title</a></dt>
<dt><a href="/terms">Read Terms & Conditions</a></dt>
<dt><a href="uploadbook">De-watermark and republish a title</a></dt>
<dt><a href="republish">Republish a new title</a></dt>
<dt><a href="terms">Read Terms & Conditions</a></dt>
<dt><a href="ov73e3lxezo2klxva2frlzqbb2usiozqbe56xiochvz5lznpkk6kw4ad.onion">Link to Tor Browser</a></dt>
</dl>
</div>

@ -9,14 +9,14 @@
<div class="explainspace">
<p>Here you can upload a file that will be republished to Library Genesis. We take care of the whole process of republishing. Your book should not have watermarks. They will not be removed.</p>
<p class="secondp">We will also create a uploaders signature, read more about it <a href="/about">here</a>! Please feel free to leave your remarks on the process of sharing the file. If you want to batch upload, please <a href="mailto:pedrosacouto@protonmail.com">contact me</a> directly!</p>
<p class="secondp">We will also create a uploaders signature, read more about it <a href="about">here</a>! Please feel free to leave your remarks on the process of sharing the file. If you want to batch upload, please <a href="mailto:pedrosacouto@protonmail.com">contact me</a> directly!</p>
</div>
<form action="/uploadbook" method="POST" enctype="multipart/form-data">
<form action="uploadbook" method="POST" enctype="multipart/form-data">
<h3>UPLOAD THE FILE</h3>
<form action="/uploadbook" method="POST" enctype="multipart/form-data">
<form action="uploadbook" method="POST" enctype="multipart/form-data">
<div class="form-group">
<div class="custom-file">
<input oninput="filesize(this);" type="file" name="book" id="book">
@ -27,7 +27,7 @@
<h3>WATERMARK</h3>
<form action="/watermark" method="POST">
<form action="watermark" method="POST">
<div class="form-group">
<label>↘Identify yourself with a name, nickname or pseudonym!</label><br>
@ -69,7 +69,7 @@
<h2>Books Requested</h2>
<p class="compressed"><a class="linktorequest" href="/request_form">Fill a form to request a book</a></p>
<p class="compressed"><a class="linktorequest" href="request_form">Fill a form to request a book</a></p>
<div class="scrollrequests">
{% for book in books %}

@ -18,7 +18,7 @@
<div class="leftmarquee">
<div class="marquee">
<div class="track">
<div class="content"><a class="head" href="/">TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS</a></div>
<div class="content"><a class="head" href="">TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS</a></div>
</div>
</div>
</div>

@ -18,7 +18,7 @@
<div class="leftmarquee">
<div class="marquee">
<div class="track">
<div class="content"><a class="head" href="/">TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS</a></div>
<div class="content"><a class="head" href="">TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS TACTICAL WATERMARKS</a></div>
</div>
</div>
</div>
@ -28,11 +28,11 @@
<h2>Sitemap</h2>
<br>
<ul>
<li><a class="mapping" href="/about">↘About Tactical Watermarks</a></li>
<li><a class="mapping" href="/uploadbook">↘De-watermark and republish</a></li>
<li><a class="mapping" href="/republish">↘Republish</a></li>
<li><a class="mapping" href="/terms">↘Read Terms & Conditions</a></li>
<li><a class="mapping" href="/404">↘Link to Tor Browser</a></li>
<li><a class="mapping" href="about">↘About Tactical Watermarks</a></li>
<li><a class="mapping" href="uploadbook">↘De-watermark and republish</a></li>
<li><a class="mapping" href="republish">↘Republish</a></li>
<li><a class="mapping" href="terms">↘Read Terms & Conditions</a></li>
<li><a class="mapping" href="404">↘Link to Tor Browser</a></li>
</ul>
</aside>

@ -18,7 +18,7 @@
<div class="scrollrequests">
<p class="compressed"><a class="linktorequest" href="/write_comment">Leave a comment</a>
<p class="compressed"><a class="linktorequest" href="write_comment">Leave a comment</a>
<div class="scrollrequests">
{% for comment in comments %}
<div class="booksrequested">

@ -9,10 +9,10 @@
<div class="explainspace">
<p>Here you can upload a watermarked file that will be republished to Library Genesis. I will de-watermark your text and take care of the whole process of republishing. All watermarks will be removed.</p>
<p class="secondp">We will also create a uploaders signature, read more about it <a href="/about">here</a>! Please feel free to leave your remarks on the process of sharing the file. If you want to batch upload, please <a href="mailto:pedrosacouto@protonmail.com">contact me</a> directly!</p>
<p class="secondp">We will also create a uploaders signature, read more about it <a href="about">here</a>! Please feel free to leave your remarks on the process of sharing the file. If you want to batch upload, please <a href="mailto:pedrosacouto@protonmail.com">contact me</a> directly!</p>
</div>
<form action="/uploadbook" method="POST" enctype="multipart/form-data">
<form action="uploadbook" method="POST" enctype="multipart/form-data">
<h3>UPLOAD THE FILE</h3>
@ -26,7 +26,7 @@
<h3>WATERMARK</h3>
<form action="/watermark" method="POST">
<form action="watermark" method="POST">
<div class="form-group">
<label>↘Identify yourself with a name, nickname or pseudonym!</label><br>
@ -68,7 +68,7 @@
<h2>Books Requested</h2>
<p class="compressed"><a class="linktorequest" href="/request_form">Fill a form to request a book</a></p>
<p class="compressed"><a class="linktorequest" href="request_form">Fill a form to request a book</a></p>
<div class="scrollrequests">
{% for book in books %}

Loading…
Cancel
Save