I've been hacking on a new openSUSE planet aggregator installment these days (the current one being planet.opensuse.org).
If you're interested, please have a look at the current draft and send me feedback: http://dl.dropbox.com/u/2940942/planet_opensuse_draft/index.html
Yes, I know, it's not finished: * currently missing the non-English versions * the feed list on the right is not properly styled yet * probably needs more testing with aggregated content that contains funky tags * only tested with Firefox 3.6 * not tested with text mode browsers (lynx, w3m) yet either
It's based on Robert Lihm [1]'s Bento theme [2] template, which is currently in the works and will be used for the openSUSE wiki, build service, etc... But as I personally hate fixed layouts with a vengeance, I made an elastic version of it for Planet openSUSE #2
On a side note, it uses rawdog [3], which is what Planet KDE [4] is using, big up to Jonathan Riddell [5] for the customising I was able to reuse (and fork slightly) ;)
[1]http://en.opensuse.org/User:Rlihm [2]http://en.opensuse.org/Boosters_Team/Projects/Integrate_all_Infrastructure_u... [3]http://offog.org/code/rawdog.html [4]http://www.planetkde.org/ [5]http://jriddell.org/
cheers
Hi Pascal,
On Mon, 2010-03-29 at 02:24 +0200, Pascal Bleser wrote:
I've been hacking on a new openSUSE planet aggregator installment these days (the current one being planet.opensuse.org).
If you're interested, please have a look at the current draft and send me feedback: http://dl.dropbox.com/u/2940942/planet_opensuse_draft/index.html
Looks very good, clean and slick. It displays fairly well on my Android phone (Motorola Milestone) but doesn't seem to have a mobile optimised layout. Is it worth looking at doing that or not? If not I'm not too bothered as it is very readable and the layout is easy to navigate.
Regards,
Andy
On Monday 29 March 2010 07:49:36 Andrew Wafaa wrote:
On Mon, 2010-03-29 at 02:24 +0200, Pascal Bleser wrote:
I've been hacking on a new openSUSE planet aggregator installment these days (the current one being planet.opensuse.org).
If you're interested, please have a look at the current draft and send me feedback: http://dl.dropbox.com/u/2940942/planet_opensuse_draft/index.html
Looks very good, clean and slick. It displays fairly well on my Android phone (Motorola Milestone) but doesn't seem to have a mobile optimised layout. Is it worth looking at doing that or not? If not I'm not too bothered as it is very readable and the layout is easy to navigate.
Seems to work great on Opera Mini too.
We can also produce optimised layouts by either using explicit URLs or having Apache/lighttpd sort out which static HTML file to serve depending on the browser's User Agent tag.
Only problem is that I don't have an Android so... ;) But if someone sends me diffs, I'll happily apply them.
cheers
On Mon, 2010-03-29 at 09:37 +0200, Pascal Bleser wrote:
Looks very good, clean and slick. It displays fairly well on my Android phone (Motorola Milestone) but doesn't seem to have a mobile optimised layout. Is it worth looking at doing that or not? If not I'm not too bothered as it is very readable and the layout is easy to navigate.
Seems to work great on Opera Mini too.
We can also produce optimised layouts by either using explicit URLs or having Apache/lighttpd sort out which static HTML file to serve depending on the browser's User Agent tag.
Only problem is that I don't have an Android so... ;) But if someone sends me diffs, I'll happily apply them.
Would you need to implement a different layout for all mobile browsers? I would have thought just having a generic mobile layout would have been sufficient, but then again wtf do I know :-)
Regards,
Andy
On Mon, Mar 29, 2010 at 5:54 AM, Pascal Bleser pascal.bleser@opensuse.org wrote:
I've been hacking on a new openSUSE planet aggregator installment these days (the current one being planet.opensuse.org).
If you're interested, please have a look at the current draft and send me feedback: http://dl.dropbox.com/u/2940942/planet_opensuse_draft/index.html
Yes, I know, it's not finished:
- currently missing the non-English versions
- the feed list on the right is not properly styled yet
- probably needs more testing with aggregated content that contains funky tags
- only tested with Firefox 3.6
- not tested with text mode browsers (lynx, w3m) yet either
It's based on Robert Lihm [1]'s Bento theme [2] template, which is currently in the works and will be used for the openSUSE wiki, build service, etc... But as I personally hate fixed layouts with a vengeance, I made an elastic version of it for Planet openSUSE #2
On a side note, it uses rawdog [3], which is what Planet KDE [4] is using, big up to Jonathan Riddell [5] for the customising I was able to reuse (and fork slightly) ;)
[1]http://en.opensuse.org/User:Rlihm [2]http://en.opensuse.org/Boosters_Team/Projects/Integrate_all_Infrastructure_u... [3]http://offog.org/code/rawdog.html [4]http://www.planetkde.org/ [5]http://jriddell.org/
cheers
-o) Pascal Bleser pascal.bleser@opensuse.org /\ http://opensuse.org -- I took the green pill __v FOSDEM::6+7 Feb 2010, Brussels, http://fosdem.org
Will it be a good idea to have the aggregator template with keyboard shortcuts enabled (on the lines of vi, j=>nextitem, k=>prev item etc.) ?
This makes it really easy to navigate and a11y friendly.
On Monday 29 March 2010 08:18:07 Sankar P wrote: [...]
Will it be a good idea to have the aggregator template with keyboard shortcuts enabled (on the lines of vi, j=>nextitem, k=>prev item etc.) ?
This makes it really easy to navigate and a11y friendly.
Sure, anything goes. I guess that requires using JavaScript, or do you have an example I could rip off somewhere ?
cheers
On Monday 29 March 2010 09:34:55 Pascal Bleser wrote:
On Monday 29 March 2010 08:18:07 Sankar P wrote: [...]
Will it be a good idea to have the aggregator template with keyboard shortcuts enabled (on the lines of vi, j=>nextitem, k=>prev item etc.) ?
This makes it really easy to navigate and a11y friendly.
Sure, anything goes. I guess that requires using JavaScript, or do you have an example I could rip off somewhere ?
Done, I'll also add some help box ;)
vi-like, as requested: j = next, k = previous, t = top
cheers
On 3/29/2010 at 02:51 PM, in message
201003291121.59857.pascal.bleser@opensuse.org, Pascal Bleser pascal.bleser@opensuse.org wrote:
On Monday 29 March 2010 09:34:55 Pascal Bleser wrote:
On Monday 29 March 2010 08:18:07 Sankar P wrote: [...]
Will it be a good idea to have the aggregator template with keyboard shortcuts enabled (on the lines of vi, j=>nextitem, k=>prev item etc.) ?
This makes it really easy to navigate and a11y friendly.
Sure, anything goes. I guess that requires using JavaScript, or do you have an example I could rip off somewhere ?
Done, I'll also add some help box ;)
vi-like, as requested: j = next, k = previous, t = top
Thank you a lot.
Just tested and works like a charm.
Sankar
On Monday 29 March 2010 02:24:26 Pascal Bleser wrote:
I've been hacking on a new openSUSE planet aggregator installment these days (the current one being planet.opensuse.org).
If you're interested, please have a look at the current draft and send me feedback: http://dl.dropbox.com/u/2940942/planet_opensuse_draft/index.html
Yes, I know, it's not finished:
- currently missing the non-English versions
- the feed list on the right is not properly styled yet
I don't see a feed list at all.
- probably needs more testing with aggregated content that contains funky
tags * only tested with Firefox 3.6
- not tested with text mode browsers (lynx, w3m) yet either
Looks nice and clean! Cool!
Andreas
Am Montag, den 29.03.2010, 12:03 +0200 schrieb Andreas Jaeger:
On Monday 29 March 2010 02:24:26 Pascal Bleser wrote:
I've been hacking on a new openSUSE planet aggregator installment these days (the current one being planet.opensuse.org).
If you're interested, please have a look at the current draft and send me feedback: http://dl.dropbox.com/u/2940942/planet_opensuse_draft/index.html
Yes, I know, it's not finished:
- currently missing the non-English versions
- the feed list on the right is not properly styled yet
I don't see a feed list at all.
yeah yaloki changed it, since his first post. Because we have to many aggregated some of them have lizard and her own. I think its better to make it like planet kde has on a own page all aggregated blogs.
- probably needs more testing with aggregated content that contains funky
tags * only tested with Firefox 3.6
- not tested with text mode browsers (lynx, w3m) yet either
Looks nice and clean! Cool!
br gnokii
On Monday 29 March 2010 12:37:51 S.Kemter wrote:
Am Montag, den 29.03.2010, 12:03 +0200 schrieb Andreas Jaeger:
On Monday 29 March 2010 02:24:26 Pascal Bleser wrote:
I've been hacking on a new openSUSE planet aggregator installment these days (the current one being planet.opensuse.org).
If you're interested, please have a look at the current draft and send me feedback: http://dl.dropbox.com/u/2940942/planet_opensuse_draft/index.html
Yes, I know, it's not finished:
- currently missing the non-English versions
- the feed list on the right is not properly styled yet
I don't see a feed list at all.
yeah yaloki changed it, since his first post. Because we have to many aggregated some of them have lizard and her own. I think its better to make it like planet kde has on a own page all aggregated blogs.
Thanks for the info. As long as there is such a place, I'm fine ;)
Andreas
On Sun, Mar 28, 2010 at 8:24 PM, Pascal Bleser pascal.bleser@opensuse.org wrote:
I've been hacking on a new openSUSE planet aggregator installment these days (the current one being planet.opensuse.org).
If you're interested, please have a look at the current draft and send me feedback: http://dl.dropbox.com/u/2940942/planet_opensuse_draft/index.html
Yes, I know, it's not finished:
- currently missing the non-English versions
- the feed list on the right is not properly styled yet
- probably needs more testing with aggregated content that contains funky tags
- only tested with Firefox 3.6
- not tested with text mode browsers (lynx, w3m) yet either
It's based on Robert Lihm [1]'s Bento theme [2] template, which is currently in the works and will be used for the openSUSE wiki, build service, etc... But as I personally hate fixed layouts with a vengeance, I made an elastic version of it for Planet openSUSE #2
On a side note, it uses rawdog [3], which is what Planet KDE [4] is using, big up to Jonathan Riddell [5] for the customising I was able to reuse (and fork slightly) ;)
[1]http://en.opensuse.org/User:Rlihm [2]http://en.opensuse.org/Boosters_Team/Projects/Integrate_all_Infrastructure_u... [3]http://offog.org/code/rawdog.html [4]http://www.planetkde.org/ [5]http://jriddell.org/
cheers
-o) Pascal Bleser pascal.bleser@opensuse.org /\ http://opensuse.org -- I took the green pill __v FOSDEM::6+7 Feb 2010, Brussels, http://fosdem.org
Hi Pascal,
I have just tested it with Arora and Opera (10.10), both render well.
I am not sure of how better it is to set the icon to the right, maybe it is much familiar to put it on the left side of post. I am thinking that in case you don't know who's posting and it would take to look far right to find out his/her picture.
Bests,