Add Vote and Donate

pull/27/head
Urban Guacamole 4 years ago
parent 8dabe0d215
commit cf6989303c

3
.gitignore vendored

@ -7,4 +7,5 @@ copyright.html
torrent_dump_full.csv.gz
generate-top-torrents
api/api
*.txt
*.txt
vote-and-donate.html

@ -4,14 +4,14 @@ include head.html
ul
li seed/leech counts always up-to-date
li new torrents are discovered via DHT and added automagically
li server-side search is in beta, be patient <i class="fa fa-heart" aria-hidden="true"></i>
li no ads as far as money allows
li if you use IPFS
ul
li #[b no ads]
li #[b never any ads]
li no single point of failure: you can always run your own via #[a(href="ipfs.html") IPFS]
li runs in browser, so your query never leaves your computer
li based off open source code from #[a(href="https://ipfsearch.xyz") ipfsearch]
li runs in browser, so your query #[b never] leaves your computer
li based off open source code from #[a(href="https://ipfsearch.xyz") ipfsearch]
li more info at #[a(href="https://www.reddit.com/r/torrents/comments/afibhh/i_made_a_decentralized_torrent_search_site_with/") Reddit discussion]
li source code on #[a(href="https://github.com/urbanguacamole/torrent-paradise") GitHub]
li send suggestions to urban-guacamole (at) protonmail.com
p Want to report a copyright violation? See #[a(href="copyright.html") copyright]

@ -20,13 +20,13 @@
About
</a>
<a class="navbar-item" href="top.html">
Top torrents
Top
</a>
<a class="navbar-item" href="ipfs.html">
IPFS
</a>
<a class="navbar-item" href="copyright.html">
Copyright
<a class="navbar-item" href="vote-and-donate.html">
<b>Vote</b> &nbsp and donate
</a>
</div>
</nav>

@ -26,13 +26,13 @@
About
</a>
<a class="navbar-item" href="top.html">
Top torrents
Top
</a>
<a class="navbar-item" href="ipfs.html">
IPFS
</a>
<a class="navbar-item" href="copyright.html">
Copyright
<a class="navbar-item" href="vote-and-donate.html">
<b>Vote</b>&nbsp and donate
</a>
</div>
</nav>
@ -40,7 +40,7 @@
<div id="app" class="container">
<div class="notification">
<span style="color: hsl(348, 100%, 61%);"><i class="fa fa-gift" aria-hidden="true"></i> <i class="fa fa-heart" aria-hidden="true"></i></span><br />
Introducing blazing fast server side search. More improvements underway. If anything is broken, hit me up at urban-guacamole (at) protonmail.com. No logs are kept, but for total privacy, use IPFS.
Introducing blazing fast server side search. More improvements underway. No logs are kept, but for total privacy, use IPFS.
</div>
<div class="field has-addons">
<div class="control is-expanded">
@ -52,8 +52,6 @@
</div>
<iframe v-bind:style="{height: resultPageHeight + 'px'}" id="resultPage" scrolling="no" frameBorder="0" seamless="seamless" v-bind:src="resultPage"></iframe>
<p v-if="showsearchbox">Last index update: {{indexTimestamp}}</p>
<p v-if="showsearchbox">Torrents in index: {{entries}}</p>
</div>
<script src="bundle.js"></script>
<script src="assets/vue-v2.6.11.js"></script>

@ -0,0 +1,44 @@
include head.html
.container.content
h1 Pick the future of Torrent Paradise
p I don't want to add features that the users don't want. Influence the development by sending cryptocurrency to the address associated with your desired improvement. Once the goal is reached, development of the proposed feature will start. If you'd like to propose an improvement, send me an email.
p
small Raised amount is not updated in real time. Looks like the goal won't be reached and want to redirect it somewhere else? Email me.
.columns
.column
.card
header.card-header.card-header-title.card-content.subtitle Index 20 million torrents
.card-content.content
p I believe it is possible to increase the count of indexed torrents tenfold (from 2 million). This would significantly increase server costs. Raising the goal amount would not only fund the initial indexing, but also the increase in server costs for 6 months.
br
| <b>Goal</b>: $120
progress.progress.is-primary(value=0,max=120)
footer.card-footer
a.card-footer-item(href="https://www.blockchain.com/btc/address/15KMfTMCZcJeZS3Ct9TxzKzHFWsx3Ct5zq") Bitcoin
.column
.card
header.card-header.card-header-title.card-content.subtitle Machine learned result sorting
.card-content
.content
p Finally do away with sorting by seed count and personalize the results. Does your browser say that your screen resolution is 1280x720 and your language is Spanish? Here is a version of the TV show you're looking for in spanish in 720p.
p All web search engines currently do this, only torrent sites don't.
br
| <b>Goal</b>: $150
progress.progress.is-primary(value=7.28,max=150)
footer.card-footer
a.card-footer-item(href="https://www.blockchain.com/btc/address/1AHpkqBzW56h4q7ycYPkcsy5dqYq2AM6Si") Bitcoin
.column
.card
header.card-header.card-header-title.card-content.subtitle Add fresh content and verified badges
.card-content
.content
p Crawl other torrent sites for new torrents. Add verified badges to torrents that come from moderated sites.
br
| <b>Goal</b>: $50
progress.progress.is-primary(value=0,max=50)
footer.card-footer
a.card-footer-item(href="https://www.blockchain.com/btc/address/13YqTqkZqGkEWd86msTKDWhuaJvbcxMfZs") Bitcoin
Loading…
Cancel
Save