Re: [sabayon-dev] new Sabayon Bittorrent Tracker

2013-03-17 Thread Andre Jaenisch
Good evening,

second attempt. This one, I took the homepage as template. You'll find
the patch and a screenshot attached.
For me it looks nicer, now.

However, feedback is always appreciated :)

Regards, Ryuno-Ki


0001-homepage-like-design-of-torrent-page.patch
Description: Binary data
/* Global */
html {
	font-size: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

body {
	font-family: Verdana,sans-serif,"Times New Roman";
	background-color: #D8D8D8;
}

h3 {
	width: 100%;
	background-image: linear-gradient(bottom, #21 46%, #11 73%);
	background-image: -o-linear-gradient(bottom, #21 46%, #11 73%);
	background-image: -moz-linear-gradient(bottom, #21 46%, #11 73%);
	background-image: -webkit-linear-gradient(bottom, #21 46%, #11 73%);
	background-image: -ms-linear-gradient(bottom, #21 46%, #11 73%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.46, #21),
		color-stop(0.73, #11)
	);
	/* background-color: #11; */
	color: #EE;
	text-align: center;
}

li {
	background-color: #FF;
	color: #00;
	list-style: none;
	padding-left: 0.5em;
}

li:first-child {
	-webkit-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

li:last-child {
	-webkit-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}

table {
	border-top: 1px solid #A0522D;
	border-left: 1px solid #A0522D;
	/* border-spacing: 8px; */
	width: 80 %;
	background-color: #FF;
	color: #00;
}

th, td {
	border-right: 1px solid #A0522D;
	border-bottom: 1px solid #A0522D;
	background-color: #FF;
	color: #00;
	width: 100%;
	padding: 0.3em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

th {
	background-color: #2364CD;
	text-align: center;
}

table {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

tr:last-child td:last-child {
	-webkit-border-radius: 0px 0px 5px 0px;
	-khtml-border-radius: 0px 0px 5px 0px;
	-moz-border-radius: 0px 0px 5px 0px;
	border-radius: 0px 0px 5px 0px;
}

tbody > tr:last-child > td {
	font-weight: bold;
}

/*
code {
display: block;
	padding: 0;
	max-width: 5em;
overflow: auto;
background-color: yellow;
} */

td:hover {
	background-color: #CACACA;
}

a {
	display: block;
}

a,
a:link,
a:visited,
a:active
{
	color: #083671;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



Re: [sabayon-dev] new Sabayon Bittorrent Tracker

2013-03-16 Thread Josef Odenthal
When I first opened page I said yuck! Only because of the colour

On Sun, Mar 17, 2013 at 9:52 AM, Andre Jaenisch <
andrejaeni...@googlemail.com> wrote:

> 2013/3/16 Ian Whyman :
> > To be honest I think it looked nicer before.
>
> I'll tweak the css more. It was simply a short shot. So feedback is
> appreciated.
>
>



Re: [sabayon-dev] new Sabayon Bittorrent Tracker

2013-03-16 Thread Fabio Erculiani
On Sat, Mar 16, 2013 at 8:13 AM, Ian Whyman  wrote:
> To be honest I think it looked nicer before.
>

Yes, in the end, I agree.

-- 
Fabio Erculiani



Re: [sabayon-dev] new Sabayon Bittorrent Tracker

2013-03-16 Thread Andre Jaenisch
2013/3/16 Ian Whyman :
> To be honest I think it looked nicer before.

It's really a copy&paste of daily.html, so can you explain more, what
do you like before? However, you can always disable css in your file.
For example with
https://addons.mozilla.org/en-US/firefox/addon/quickjava/

I'll tweak the css more. It was simply a short shot. So feedback is appreciated.
I guess, I mail Fabio another .html with the header, some navbar etc.
He mentioned, that the page was hardcoded, so it sounds like a
quick&dirty way to me …

Regards, Ryuno-Ki



Re: [sabayon-dev] new Sabayon Bittorrent Tracker

2013-03-16 Thread Sławomir Nizio
On Sat, 16 Mar 2013 08:13:51 +
Ian Whyman  wrote:

> To be honest I think it looked nicer before.
> On 15 Mar 2013 22:52, "Andre Jaenisch"  wrote:

It could be tweaked more, but I like the consistency with main/daily.html
(and one of them will link to this torrent page).



Re: [sabayon-dev] new Sabayon Bittorrent Tracker

2013-03-16 Thread Josef Odenthal
Agree with Ian

On Sat, Mar 16, 2013 at 7:13 PM, Ian Whyman  wrote:

> To be honest I think it looked nicer before.
> On 15 Mar 2013 22:52, "Andre Jaenisch" 
> wrote:
>
>> 2013/3/14 Andre Jaenisch :
>> > 2013/3/13 Fabio Erculiani :
>> >> (I will try to make the web page nicer)
>> >
>> > In what terms? CSS?
>>
>> Enlik suggested to make it "looks more like daily.html" so I did
>> (almost copy&pase).
>>
>> > I'll change the seed source the next days …
>>
>> Done.
>>
>>
>>
>>
>
>
>



Re: [sabayon-dev] new Sabayon Bittorrent Tracker

2013-03-16 Thread Ian Whyman
To be honest I think it looked nicer before.
On 15 Mar 2013 22:52, "Andre Jaenisch"  wrote:

> 2013/3/14 Andre Jaenisch :
> > 2013/3/13 Fabio Erculiani :
> >> (I will try to make the web page nicer)
> >
> > In what terms? CSS?
>
> Enlik suggested to make it "looks more like daily.html" so I did
> (almost copy&pase).
>
> > I'll change the seed source the next days …
>
> Done.
>
>
>
>



Re: [sabayon-dev] new Sabayon Bittorrent Tracker

2013-03-15 Thread Andre Jaenisch
2013/3/14 Andre Jaenisch :
> 2013/3/13 Fabio Erculiani :
>> (I will try to make the web page nicer)
>
> In what terms? CSS?

Enlik suggested to make it "looks more like daily.html" so I did
(almost copy&pase).

> I'll change the seed source the next days …

Done.


0001-modified-the-css-to-looks-more-like-daily.html.patch
Description: Binary data



Re: [sabayon-dev] new Sabayon Bittorrent Tracker

2013-03-14 Thread Andre Jaenisch
2013/3/13 Fabio Erculiani :
> (I will try to make the web page nicer)

In what terms? CSS?

I'll change the seed source the next days …



Re: [sabayon-dev] new Sabayon Bittorrent Tracker

2013-03-14 Thread Fabio Erculiani
Yes this is expected.
However, I accelerated the migration process, since people are already
starting to use the new tracker and the old one is being left almost
without downloaders (and with ~200 seeders that will be forced to move
then).

-- 
Fabio Erculiani



Re: [sabayon-dev] new Sabayon Bittorrent Tracker

2013-03-13 Thread Daniel Neilson

Hey Fabio,

Tried adding the new torrents with the new ones still running but it 
wasn't adding the new tracker, so I just removed the old torrents and 
added the new ones. I see that there are leechers, but no one is pulling 
anything from me after about 40 minutes. I've tried downloading it from 
a different system, but it isn't downloading anything.


Just giving this as a heads up. It is in my seedbox and seeding, so if 
you want to test anything, you have a seeder to test pulling from.


Have a good one.

Daniel

On 13/03/2013 4:48 PM, Fabio Erculiani wrote:

A new torrent tracker has been deployed and is available at
http://torrents.sabayon.org
(I will try to make the web page nicer).
This tracker will make possible to deploy new torrents through our
mirroring system more easily [1] and, in future, it may be able to
distribute torrents for Entropy packages as well.
However, the old tracker available at http://tracker.sabayon.org will
keep running until the next Sabayon public release.
Our our mirrors, I replaced the old torrents with the new ones
pointing to the new tracker.
During this transition period, users will be suggested to use the new tracker.

For this reason, I am asking you to add the new torrents to your
seedboxes and help with the initial seeding.
You can keep both new and old torrents in parallel without problems.

WIth the new tracker, I am going to push the use of bittorrent a bit
more than before.


[1] this is actually needed for implementing automated monthly releases :P