X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail.wtbts.no (mail.wtbts.no [213.234.126.131]) by lists.alpinelinux.org (Postfix) with ESMTP id 415BB1EBFF9 for ; Sat, 5 Feb 2011 02:08:35 +0000 (UTC) Received: from localhost (bsna.nor.wtbts.net [127.0.0.1]) by mail.wtbts.no (Postfix) with ESMTP id 6B205AE4002; Sat, 5 Feb 2011 02:08:34 +0000 (UTC) X-Virus-Scanned: Yes Received: from mail.wtbts.no ([127.0.0.1]) by localhost (bsna.nor.wtbts.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RjmWil2k8HhP; Sat, 5 Feb 2011 02:08:32 +0000 (UTC) Received: from mail.ytre.org (extmail.nor.wtbts.net [10.65.72.14]) by mail.wtbts.no (Postfix) with ESMTP id E3EC8AE4001; Sat, 5 Feb 2011 02:08:31 +0000 (UTC) Received: from mail.ytre.org (localhost [127.0.0.1]) by mail.ytre.org (Postfix) with ESMTP id AE946620ADE53; Sat, 5 Feb 2011 02:08:31 +0000 (UTC) Received: from localhost (unknown [187.40.242.207]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@ytre.org) by mail.ytre.org (Postfix) with ESMTPSA id 14559620ADE51; Sat, 5 Feb 2011 02:08:27 +0000 (UTC) Date: Sat, 5 Feb 2011 02:08:20 +0000 From: Natanael Copa To: Nathan Angelacos Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] Alpine linux review Message-ID: <20110205020820.7bec09e3@alpinelinux.org> In-Reply-To: <4D4C24E4.2090608@nothome.org> References: <20110204135014.52e95145@alpinelinux.org> <128897.43204.qm@web130109.mail.mud.yahoo.com> <20110204145728.1012f1f4@alpinelinux.org> <4D4C24E4.2090608@nothome.org> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.22.1; i686-pc-linux-gnu) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Fri, 04 Feb 2011 08:10:12 -0800 Nathan Angelacos wrote: > On 02/04/11 06:57, Natanael Copa wrote: > > > yes. while there, I'd also like to lay the foundation for a gtk+ > > view (using lua-lgob). > > > > Ted. Do you have a "wishlist" of things that you'd like for ACF? > > * One thing completely wrong in the original design was no route > controller; I'd like to get one done. > > * I'm not sure the table inheritance was the best idea either. (at > least the way the original author did it) There is a lua library named penlight (the apk is lua-penlight) which gives you lot of the python candy for 320kb. That includes an OOP lib. I am seriously considering it for my aports.lua library. I have run some tests with it already and it makes code slightly slower but i think it might be worth it. > * We need a skin based on K0gen's wikimedia skin. I don't think k0gen made the skin. > If we get a list of things we think we want to shoot for, perhaps we > can start with simplifying/reducing the existing code. E.g. remove > what doesn't work to make it even simpler, rather than just add more > features. Maybe use the bug tracker for that? Oh, one thing I always have thought about the default skin, is that the tabs are seriously misplaced. The author of the article mentioned that too. It should be much more visual clear that the tabs are logically under the left menu. (moving the tabs down into the white area helps) Second thing about the skin is that it needs to be more lightweight. I have heard people doing support over 100kbit/s lines (or via RDP) and the nice alpine image slow things down significantly. We could simplify and optimize that. -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---