From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS6939 64.71.128.0/18 X-Spam-Status: No, score=-1.1 required=3.0 tests=AWL,BAYES_00, DATE_IN_PAST_03_06,MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=no version=3.3.2 Path: news.gmane.org!not-for-mail From: Eric Wong Newsgroups: gmane.comp.lang.ruby.raindrops.general Subject: latest Raindrops::Watcher changes in raindrops.git Date: Fri, 18 Mar 2011 09:46:37 +0000 Message-ID: <20110318094637.GA3526@dcvr.yhbt.net> References: <20110318094637.GA3526@dcvr.yhbt.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1300461559 16501 80.91.229.12 (18 Mar 2011 15:19:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 18 Mar 2011 15:19:19 +0000 (UTC) To: raindrops@librelist.com Original-X-From: raindrops@librelist.com Fri Mar 18 16:19:15 2011 Return-path: Envelope-to: gclrrg-raindrops@m.gmane.org In-Reply-To: <20110318094637.GA3526@dcvr.yhbt.net> List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: raindrops@librelist.com Xref: news.gmane.org gmane.comp.lang.ruby.raindrops.general:23 Archived-At: Received: from zedshaw.xen.prgmr.com ([64.71.167.205]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q0bSL-0006la-Mw for gclrrg-raindrops@m.gmane.org; Fri, 18 Mar 2011 16:19:13 +0100 Received: from zedshaw.xen.prgmr.com (localhost [IPv6:::1]) by zedshaw.xen.prgmr.com (Postfix) with ESMTP id 3327821C5D6 for ; Fri, 18 Mar 2011 15:19:12 +0000 (UTC) I've made some attempts at UI/UX[1] improvements in raindrops.git: * added title attributes to elements on index page to help navigation * RDoc examples point to the demo site instead of example.com * set Expires headers for cache invalidation * prevent Rack::Deflater from buffering with "Cache-Control: no-transform" * add link to the Watcher documentation It's all running at http://raindrops-demo.bogomips.org/ Any other recommendations to make it easier to navigate for users? No JavaScript, images, frames or any browser plugin requirements, of course. It has to be basic HTML renderable in text-only browsers. You can just clone out the source tree[2] and run "make gem" (or "gmake gem") to get a prerelease gem. [1] I really do care a lot about UI/UX, I just very strongly dislike graphics and graphical doodads [2] git clone git://bogomips.org/raindrops.git -- Eric Wong