Re: Xapers
authorJameson Graef Rollins <jrollins@finestructure.net>
Tue, 16 Apr 2013 09:14:19 +0000 (02:14 +1700)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:54:23 +0000 (09:54 -0800)
c2/8d3b9e45af84a908795d81c23b508e3d052cc7 [new file with mode: 0644]

diff --git a/c2/8d3b9e45af84a908795d81c23b508e3d052cc7 b/c2/8d3b9e45af84a908795d81c23b508e3d052cc7
new file mode 100644 (file)
index 0000000..54bc610
--- /dev/null
@@ -0,0 +1,114 @@
+Return-Path: <jrollins@finestructure.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 7692E431FB6\r
+       for <notmuch@notmuchmail.org>; Tue, 16 Apr 2013 02:14:37 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.3\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id bWyZ5EhQmL8l for <notmuch@notmuchmail.org>;\r
+       Tue, 16 Apr 2013 02:14:36 -0700 (PDT)\r
+Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
+       [131.215.239.19])\r
+       by olra.theworths.org (Postfix) with ESMTP id 03540431FAF\r
+       for <notmuch@notmuchmail.org>; Tue, 16 Apr 2013 02:14:35 -0700 (PDT)\r
+Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
+       by earth-doxen-postvirus (Postfix) with ESMTP id 7921066E0146;\r
+       Tue, 16 Apr 2013 02:14:33 -0700 (PDT)\r
+X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
+Received: from finestructure.net (cpe-76-166-145-133.socal.res.rr.com\r
+       [76.166.145.133]) (Authenticated sender: jrollins)\r
+       by earth-doxen-submit (Postfix) with ESMTP id 433CE66E0127;\r
+       Tue, 16 Apr 2013 02:14:23 -0700 (PDT)\r
+Received: by finestructure.net (Postfix, from userid 1000)\r
+       id 1B90461744; Tue, 16 Apr 2013 02:14:22 -0700 (PDT)\r
+From: Jameson Graef Rollins <jrollins@finestructure.net>\r
+To: "Rainer M. Krug" <Rainer@krugs.de>\r
+Subject: Re: Xapers\r
+In-Reply-To: <87txn6lvpd.fsf@krugs.de>\r
+References: <87zjx0tdwt.fsf@servo.finestructure.net>\r
+       <87li8ju307.fsf@servo.finestructure.net>\r
+       <20130415184645.698.61822@brick.lan>\r
+       <87a9oztxxu.fsf@servo.finestructure.net> <87txn6lvpd.fsf@krugs.de>\r
+User-Agent: Notmuch/0.15.2+82~ga5881dd (http://notmuchmail.org) Emacs/24.2.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Tue, 16 Apr 2013 02:14:19 -0700\r
+Message-ID: <87r4iasuqc.fsf@servo.finestructure.net>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-=";\r
+       micalg=pgp-sha256; protocol="application/pgp-signature"\r
+Cc: Notmuch Mail <notmuch@notmuchmail.org>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 16 Apr 2013 09:14:37 -0000\r
+\r
+--=-=-=\r
+Content-Type: text/plain\r
+\r
+On Tue, Apr 16 2013, "Rainer M. Krug" <Rainer@krugs.de> wrote:\r
+> It would be quite important to be able to do something along the lines\r
+> of\r
+>\r
+>   xapers import --bib=TheBibtexFile.bib\r
+\r
+Hi, Rainer:\r
+\r
+Xapers does currently do something similar to this.  The following takes\r
+the first bibtex entry from bibtex.bib and creates a new Xapers\r
+document:\r
+\r
+  xapers add --source=bibtex.bib\r
+\r
+However, I suspect you're looking for a way to import a full bibtex\r
+database with multiple entries, and create a new Xapers document for\r
+each.  This shouldn't be difficult to implement.  Particularly if there\r
+is a standard bibtex field for specifying associated file paths.\r
+Patrick mentioned that jabref uses something, so maybe I can start with\r
+that.\r
+\r
+> Is there a mailing list or place where you anounce new versions?\r
+\r
+It does look like there might be a need.  I'll look into putting\r
+something together.\r
+\r
+In the mean time I'm hanging out on #xapers on irc.freenode.net.\r
+\r
+jamie.\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1.4.12 (GNU/Linux)\r
+\r
+iQIcBAEBCAAGBQJRbRZrAAoJEO00zqvie6q8m4cP/RpruOZ+RTZRp4ge3Fw6S1zd\r
+mNk7OF+7sIfU4Aehsxm8bzyRFMbOwYY5nP3LfdDCzoHNdrzKJ/r4ILxoY53qPdjn\r
+BPA5HjUk+J58zg/zEsyJ8uyj/D7TDs4pCoU3Glc1KqPKCbFejIin6cLQjFIoQZ4j\r
+DX5h9ZmU84czr9v5ZURRO+Ui1NbYyW/fN/1nhX+UPucjLQtPA/X7u3NdpaNoZYeM\r
+luexQhPsP/aGrON8B95EN8nI3RnB3CXO/FzwRklu9LcTAthR+QsaPmHKBW6fNS4E\r
+ZhYjl+blrGRpFrv1N7v7XXTFzbhiwoFvw2FnONlfOkcSadWJeBlrk7R9Pt7Zhqf0\r
+s/KW7fdqOl0hYUt97QynD3xATxVaZpE+ASiJf4SxS/aYSitF1GwkwU3ZNqeXoNpC\r
+I2KHUsVRXRQhPMaesFz7gGdo+EOtxZi4lL4pwGqDldc6i4jsTsOY6fDhIA2LMiEy\r
+V7gjfzGqMacmsshGvq1N4MlbRacQIsqpfKWlHHDs6J1xNLywcHXnqysxX/zN80jT\r
+AqAhQqztSZA/oZgFfoTw58HynlJs8YRr+OhkHG6hlG6jHOdH+VW/5hnYLhZV7xGP\r
+C6Dki8ZFYez2rit2G08xo6pa9K+9KVNbgvlpHIVSPYm8qS3lZnKTM/Ges6AMaCBl\r
+M+f5nveLUsGaM3ENml82\r
+=pJ4h\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r