From owner-freebsd-hackers@FreeBSD.ORG Tue Jul 13 06:11:13 2010 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82E4B1065674 for ; Tue, 13 Jul 2010 06:11:13 +0000 (UTC) (envelope-from gnemmi@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2E4CC8FC19 for ; Tue, 13 Jul 2010 06:11:13 +0000 (UTC) Received: by vws6 with SMTP id 6so126050vws.13 for ; Mon, 12 Jul 2010 23:11:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=RWGPlOM69JGDQjq9vYGHz4i41RaUx8Vo+3GuXA3tAlY=; b=ik4kCX3LoGQ3W7c9OVCaLEPcC2s4ZsIUK4crh8wMzT1gXxP2P1UBTrUPyjol4+EXXl /aBnweNw4eI4HSTntRqaix9pf3YVjL2rD8whVbaqyehrYcAt6v9BMC+Mk2rjMVdU3H1l 9+Ht+N8R7Or3ZXvM1xeebE1i+lxMgejebJdUc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=tCnPgfAcjw9i9+J7qD5AOafU/Gh2ElUfWm9tKyrL+cEYJGZW45M7WQkl57FkOHa3v6 JjmfF+XdJOVv5Cfk4lmwHBr1GFdcxYtvlFTnIc8bArAxQMwOm9WH2rlm+3vN1+WSxXSr 8uLjRiuYoQJqInbrzl7G5ptVmnMM2F+5Bd8b0= MIME-Version: 1.0 Received: by 10.229.240.209 with SMTP id lb17mr9030471qcb.167.1278999749520; Mon, 12 Jul 2010 22:42:29 -0700 (PDT) Received: by 10.229.24.72 with HTTP; Mon, 12 Jul 2010 22:42:29 -0700 (PDT) In-Reply-To: <20100713041514.GA93662@onelab2.iet.unipi.it> References: <20100713041514.GA93662@onelab2.iet.unipi.it> Date: Tue, 13 Jul 2010 02:42:29 -0300 Message-ID: From: Gonzalo Nemmi To: hackers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: an alternative to powerpoint X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jul 2010 06:11:13 -0000 On Tue, Jul 13, 2010 at 1:15 AM, Luigi Rizzo wrote: > Maybe you all love powerpoint for presentations, but sometimes > one just needs to put together a few slides, perhaps a few bullets > or images grabbed around the net, so i was wondering how hard > would it be to do something that accepts a plain text file > as input (without a ton of formatting) and lets you do a decent > slide show, and supports editing the slides on the fly within > the browser. > > Well, it's not too hard: > > =A0 =A0 =A0 =A0http://info.iet.unipi.it/~luigi/sttp/ > > just 400 lines of javascript and 100 lines of css, plus > your human-readable text. > > Have fun, it would be great if you could report how it works > on fancy devices (iphone, ipad, androids...) as my testing > platforms are limited to Firefox, IE and chrome (which unfortunately > cannot save the edited file) > > cheers > luigi > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org= " > Wow! Really nice work! Thanks for sharing it Luigi, and kudos for your work! There's one problem though, I just can't download sttp-20100713.tgz because clicking on the link sends me to the TODO page and by taking a look at the source code from the page, I couldn't find any kind of BSD license text :s Best regards Gonzalo Nemmi