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>
|
<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.
|
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>
|
<div className='fs1-5 pad0-75'>Block mechanisms (for rightholders)</div>
|
||||||
|
@ -12,12 +12,12 @@ const Header = (props) => {
|
|||||||
return (
|
return (
|
||||||
<Card>
|
<Card>
|
||||||
<CardMedia
|
<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} />
|
<img src={Background} />
|
||||||
</CardMedia>
|
</CardMedia>
|
||||||
<CardText>
|
<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:
|
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.
|
this is only information about content that collected automatically! Content right holders and users can mark/block bad content.
|
||||||
</CardText>
|
</CardText>
|
||||||
@ -30,7 +30,7 @@ export {Header}
|
|||||||
export default class IndexPage extends Page {
|
export default class IndexPage extends Page {
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
super(props)
|
super(props)
|
||||||
this.setTitle('Welcome to files/torrents search engine');
|
this.setTitle('Rats On The Boat - Content Search Engine');
|
||||||
}
|
}
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
|
@ -145,7 +145,7 @@ export default class TorrentPage extends Page {
|
|||||||
window.torrentSocket.emit('torrent', this.props.hash, {files: true}, window.customLoader((data) => {
|
window.torrentSocket.emit('torrent', this.props.hash, {files: true}, window.customLoader((data) => {
|
||||||
if(data) {
|
if(data) {
|
||||||
this.torrent = data
|
this.torrent = data
|
||||||
this.setTitle('Download ' + this.torrent.name);
|
this.setTitle(this.torrent.name + ' - RatsOnTheBoat.org');
|
||||||
//this.forceUpdate(); // вызывается через searchingIndicator
|
//this.forceUpdate(); // вызывается через searchingIndicator
|
||||||
|
|
||||||
// Получаем более новую статистику пира
|
// Получаем более новую статистику пира
|
||||||
|
Loading…
Reference in New Issue
Block a user