X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from ncopa-laptop (3.203.202.84.customer.cdi.no [84.202.203.3]) (using SSLv3 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id 25142DC0456 for ; Sat, 20 Sep 2014 13:46:02 +0000 (UTC) Date: Sat, 20 Sep 2014 15:45:59 +0200 From: Natanael Copa To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] progress on new website design Message-ID: <20140920154559.1ab7a63c@ncopa-laptop> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.23; x86_64-alpine-linux-musl) 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 Hi, I have made some progress with new website design. I have got some really good ideas and tips from Tobias, the guy who did the new logo. The work can be found here: http://wwwtest.alpinelinux.org/ Things to note: - it loads fast - its static - no php, memcached, mysql, nosql or other smart solutions for a problem that shouldnt be there in the first place. - it only downloads 3 smallish files, html + 2 css - no graphics. gradients etc is done in css, icons and logo are fonts - it is generated with 'make' so only changed things are re-generated The idea is to get notifications on git push and new releases etc, and update and upload the page from script. Release notes etc are supposed to be written in markdown (or commonmark) and pushed to git which will trigger site rebuild. We might add support for comments via 3rd part like Disqus. Help to improve it is welcome. We need for example make it behave properly when window is resized and i think it migh need some debugging for chrome browser. Would also be very nice if someone could help porting themes for cgit, mediawiki and redmine so all sites looks similar. Code is here: http://git.alpinelinux.org/cgit/ncopa/mksite-alpine -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---