Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Sat, 20 Sep 2008 09:53:03 +0200 Received: by mail.proteosys.com (8.13.8/8.13.8) with ESMTP id m8K7qu2R004963 for ; Sat, 20 Sep 2008 09:52:56 +0200 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id m8K7lg4K014945 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 20 Sep 2008 09:47:43 +0200 Received: from listserv.uni-heidelberg.de (localhost.localdomain [127.0.0.1]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id m8JM1EVA008179; Sat, 20 Sep 2008 09:47:33 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.5) with spool id 37761 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Sat, 20 Sep 2008 09:47:33 +0200 Received: from relay2.uni-heidelberg.de (relay2.uni-heidelberg.de [129.206.210.211]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id m8K7lXs8014190 for ; Sat, 20 Sep 2008 09:47:33 +0200 Received: from rv-out-0708.google.com (rv-out-0708.google.com [209.85.198.250]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id m8K7lR8S014853 for ; Sat, 20 Sep 2008 09:47:30 +0200 Received: by rv-out-0708.google.com with SMTP id c5so698588rvf.10 for ; Sat, 20 Sep 2008 00:47:28 -0700 (PDT) Received: by 10.140.133.9 with SMTP id g9mr564665rvd.235.1221896848244; Sat, 20 Sep 2008 00:47:28 -0700 (PDT) Received: from ?10.0.1.102? ( [219.90.158.235]) by mx.google.com with ESMTPS id g22sm2413410rvb.8.2008.09.20.00.47.26 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 20 Sep 2008 00:47:27 -0700 (PDT) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) References: X-Mailer: Apple Mail (2.929.2) X-Spam-Whitelist: Message-ID: <162C9E64-087D-4D33-B3DF-0606E369AE4D@gmail.com> Date: Sat, 20 Sep 2008 17:17:23 +0930 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Will Robertson Subject: Re: Key management for LaTeX3 ("l3keys") To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE In-Reply-To: Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-ProteoSys-SPAM-Score: -2.599 () BAYES_00 X-Scanned-By: MIMEDefang 2.64 on 213.139.130.197 Return-Path: owner-latex-l@LISTSERV.UNI-HEIDELBERG.DE X-OriginalArrivalTime: 20 Sep 2008 07:53:03.0646 (UTC) FILETIME=[E913ABE0:01C91AF5] Status: R X-Status: X-Keywords: X-UID: 5376 Hi Joseph, On 20/09/2008, at 3:39 PM, Joseph Wright wrote: > Just to say I've added a few more properties to l3keys, and uploaded > it to > the same location as before. This covers a few cases handled nicely > by > kvoptions which are not so easy in pgfkeys. Great, this sounds like it will be a very useful package. Now I need to go over template with a fine tooth comb to make a proper comparison, since I haven't really used it at all yet. Can I recommend that you start up a (say) GitHub repository[*] for this code to make it easier to (a) track changes in it, and (b) for *me* to be able to keep your code in sync with changes that we will end up making to the expl3 repository? Ideally, this will mean that when we do a big overhaul of the names and functions, we can include your files in the search/replace/tweak and just push the changes back to you. [*] I suggest GitHub both because I use it, and because I now really like using git for new projects instead of svn. Cheers, Will