X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=+FmJOS9cKl4o1JQ5ZLONAYSkFuuDfHR56LenQOlASuY=; b=POZoPszxAakAS918Te4VRLENWCAiLcj0WlfrGxFhNcn2fUiWswiSNvavhWOBz8b6GD EL7lTx4pvZ9A82Rv4TzFL7tJUU+qnKYTJLPrGvy/ZWzaockC/94upKQy8OAdo143KmRq X5uDdFotzFZ7lZgjtkCj5RqT8fQy2OvS7yZ6c3xeMOEPUeMiuU+64wJoKFu2MAPvMqWm ovtcr+2vZWCUgzGRIPo6IlprxuDcIXM+N7Wdh8onTi+3yqYM9ghupoxKGZsW4q+BAKSR 5M5VY/PGOkP7BETFthx68d49gKvnvcrkaPkAhoaUlnJEcU7MgUL6AcCFaJo05bXE4ls0 5LoA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=+FmJOS9cKl4o1JQ5ZLONAYSkFuuDfHR56LenQOlASuY=; b=kq5tqkhoQQtwWWHGmT9o9/PG43hB0gktPn4cH51t4+9rby24RKpK1veGtpOvsVvz21 EAEpM7C99UI+7uaZucK8F5GDDLmT+nQ95lLEiCt/VFwYxr7zwErQ/DXWFBJFRSHXcRy8 gi+RGkUd+AyKlRoVLeNRQaHd8NVcxPcPy5Km08MwCjBiuTmNIjFjjnIVVcWFvOmtXZNj BANOXrAEi+zeP7P1xlOOFWYZTBhpnq3YQIXtmyG90mbHRMJWfpSlaqS76xnKc+OTozmj dxMBDsQzDBQKjVA+rFEEZiHO7Xc7x8IMYDb0MTbv6PDCMSZqPd0+YOIeTcKRMhCLE+J5 eYRQ== X-Gm-Message-State: AOPr4FWK4mJDmyO5R7jqIT12dTSGVq/OydwZFvUfJneaAcN3S5uYPgFOPURkUbPhLixagQ== X-Received: by 10.28.129.84 with SMTP id c81mr11874282wmd.38.1460878995966; Sun, 17 Apr 2016 00:43:15 -0700 (PDT) Date: Sun, 17 Apr 2016 09:43:11 +0200 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] [pcb-rnd] gedasymbols.org integration Message-Id: <20160417094311.20c9cd54d60b65bda9a3dcc0@gmail.com> In-Reply-To: References: X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Ugh, I didn't even have time to really try pcb-rnd yet. On Sun, 17 Apr 2016 09:40:01 +0200 (CEST) gedau AT igor2 DOT repo DOT hu wrote: > Hi all, > > there's been an extensive cleanup/refactoring in pcb-rnd recently. > Footprints are plugins (including listing and loading the library), with > multiple backends configurable from preferences. Another major change is > that the library is not restricted to one directory in depth anymore, but > can be an arbitrary tree of subdirectory nodes and footprint leaves. It's > also possible to have directories that host both subdirectories and > footprint files. > > These, plus a CGI script DJ Delorie kindly installed on the server, made > me able to write a wget footprint plugin. It can work with any site that > can list and serve footprints; it has workign support for > http://gedasymbols.org at the moment. This is how it looks using the gtk > HID: > > http://igor2.repo.hu/tmp/library_t_gtk.png > > the fs/ main tree is footprints available from the local file system. > wget AT gedasymbols is a local cache. The index is downloaded on startup, if > there was any change in the list since the last time. Footprints are > downloaded only on-demand, when the user attempts to load them from the > list. > > The lesstif GUI is also updated to support a "tree view", less capable > than the gtk HID's yet: > > http://igor2.repo.hu/tmp/library_t_lesstif.png > > The feature will be included in the next release. > > Regards, > > Igor2