[libav-devel] [PATCH] index: report just the latest 10 news items

2012-10-14 Thread Luca Barbato
Limit the space taken to 30 lines anyway. --- This should make Diego happy =P The pager is a little ugly so I guess I'll change it to something more square and green. Makefile | 7 --- awk_split| 20 sed_commands | 13 - 3 files changed, 24

Re: [libav-devel] [PATCH] index: report just the latest 10 news items

2012-10-14 Thread Måns Rullgård
Luca Barbato lu_z...@gentoo.org writes: Limit the space taken to 30 lines anyway. --- This should make Diego happy =P The pager is a little ugly so I guess I'll change it to something more square and green. Makefile | 7 --- awk_split| 20 sed_commands

Re: [libav-devel] [PATCH] index: report just the latest 10 news items

2012-10-14 Thread Luca Barbato
On 10/14/2012 06:25 PM, Måns Rullgård wrote: Luca Barbato lu_z...@gentoo.org writes: Limit the space taken to 30 lines anyway. --- This should make Diego happy =P The pager is a little ugly so I guess I'll change it to something more square and green. Makefile | 7 ---

Re: [libav-devel] [PATCH] index: report just the latest 10 news items

2012-10-14 Thread Måns Rullgård
Luca Barbato lu_z...@gentoo.org writes: +sub(/\.*/, , name); +name = url # name; +} + +/\h3[^h3]*h3/ { That pattern looks wrong. What are you actually trying to match? \ is wrong, to match any h3 h3 should be enough. I was mainly thinking of the [^h3] part. This will prevent

Re: [libav-devel] [PATCH] index: report just the latest 10 news items

2012-10-14 Thread Luca Barbato
On 10/14/2012 07:30 PM, Måns Rullgård wrote: Luca Barbato lu_z...@gentoo.org writes: +sub(/\.*/, , name); +name = url # name; +} + +/\h3[^h3]*h3/ { That pattern looks wrong. What are you actually trying to match? \ is wrong, to match any h3 h3 should be enough. I was

[libav-devel] [PATCH] index: report just the latest 10 news items

2012-10-14 Thread Luca Barbato
Limit the space taken to 30 lines anyway. --- Now with a more custom style. Makefile | 7 --- htdocs/css/bootstrap.css | 13 +++-- sed_commands | 13 - split.awk| 20 4 files changed, 31 insertions(+), 22