more info
This commit is contained in:
parent
55fca4caec
commit
2376444924
@ -20,7 +20,7 @@ export default class DMCAPage extends Page {
|
||||
|
||||
<div className='fs1-5 pad0-75'>Content status</div>
|
||||
|
||||
Our main goal is collect and make analysis about content (based on content of the torrent network). We don't save/distribute any real content and also don't save any torrents files - we are respect DMCA law.
|
||||
Our main goal is collect and make analysis of information from the torrent network. We don't save/distribute any real content/data and also don't save any torrents files - we are respect DMCA law.
|
||||
Information collected automaticly and the real source are torrent clients based on torrent protocol.
|
||||
|
||||
<div className='fs1-5 pad0-75'>Block mechanisms (for rightholders)</div>
|
||||
|
@ -12,12 +12,12 @@ const Header = (props) => {
|
||||
return (
|
||||
<Card>
|
||||
<CardMedia
|
||||
overlay={<CardTitle title="Arrr, Landlubber rats!" subtitle="Welcome to very anonymous torrent project" />}
|
||||
overlay={<CardTitle title="Arrr, Landlubber rats!" subtitle="Welcome to torrent project" />}
|
||||
>
|
||||
<img src={Background} />
|
||||
</CardMedia>
|
||||
<CardText>
|
||||
Welcome to BT Search! This is file search engine based on the torrents of internet.
|
||||
Welcome to BT Search! This is file search engine based on the torrents from the internet.
|
||||
Here you can easily find torrent or file that you intrested for. We are not responsible for any content of the site:
|
||||
this is only information about content that collected automatically! Content right holders and users can mark/block bad content.
|
||||
</CardText>
|
||||
@ -30,7 +30,7 @@ export {Header}
|
||||
export default class IndexPage extends Page {
|
||||
constructor(props) {
|
||||
super(props)
|
||||
this.setTitle('Welcome to files/torrents search engine');
|
||||
this.setTitle('Rats On The Boat - Content Search Engine');
|
||||
}
|
||||
render() {
|
||||
return (
|
||||
|
@ -145,7 +145,7 @@ export default class TorrentPage extends Page {
|
||||
window.torrentSocket.emit('torrent', this.props.hash, {files: true}, window.customLoader((data) => {
|
||||
if(data) {
|
||||
this.torrent = data
|
||||
this.setTitle('Download ' + this.torrent.name);
|
||||
this.setTitle(this.torrent.name + ' - RatsOnTheBoat.org');
|
||||
//this.forceUpdate(); // вызывается через searchingIndicator
|
||||
|
||||
// Получаем более новую статистику пира
|
||||
|
Loading…
Reference in New Issue
Block a user