Xapers
authorJameson Graef Rollins <jrollins@finestructure.net>
Mon, 15 Apr 2013 08:07:46 +0000 (01:07 +1700)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:54:22 +0000 (09:54 -0800)
7f/0d238efbb375207965787a199fc1988a96ba87 [new file with mode: 0644]

diff --git a/7f/0d238efbb375207965787a199fc1988a96ba87 b/7f/0d238efbb375207965787a199fc1988a96ba87
new file mode 100644 (file)
index 0000000..58a48a8
--- /dev/null
@@ -0,0 +1,106 @@
+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 C0C98431FB6\r
+       for <notmuch@notmuchmail.org>; Mon, 15 Apr 2013 01:08:01 -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 wXulbNPVNF+P for <notmuch@notmuchmail.org>;\r
+       Mon, 15 Apr 2013 01:08:00 -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 11180431FAF\r
+       for <notmuch@notmuchmail.org>; Mon, 15 Apr 2013 01:08:00 -0700 (PDT)\r
+Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
+       by earth-doxen-postvirus (Postfix) with ESMTP id 9054966E00F5\r
+       for <notmuch@notmuchmail.org>; Mon, 15 Apr 2013 01:07:57 -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 49E8A66E00ED\r
+       for <notmuch@notmuchmail.org>; Mon, 15 Apr 2013 01:07:49 -0700 (PDT)\r
+Received: by finestructure.net (Postfix, from userid 1000)\r
+       id A4E8C61707; Mon, 15 Apr 2013 01:07:48 -0700 (PDT)\r
+From: Jameson Graef Rollins <jrollins@finestructure.net>\r
+To: Notmuch Mail <notmuch@notmuchmail.org>\r
+Subject: Xapers\r
+User-Agent: Notmuch/0.15.2+82~ga5881dd (http://notmuchmail.org) Emacs/24.2.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Mon, 15 Apr 2013 01:07:46 -0700\r
+Message-ID: <87zjx0tdwt.fsf@servo.finestructure.net>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-=";\r
+       micalg=pgp-sha256; protocol="application/pgp-signature"\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: Mon, 15 Apr 2013 08:08:02 -0000\r
+\r
+--=-=-=\r
+Content-Type: text/plain\r
+\r
+Hey, folks.  I wanted to let people know about a program that I've been\r
+working on that may be of interest to people on this list.  It's also\r
+very heavily inspired by notmuch.\r
+\r
+It's a personal paper management/indexing system called Xapers, geared\r
+somewhat specifically towards academic journal articles.  For those\r
+familiar with Papers [0], it's like that but for the command line set.\r
+\r
+Give it a pdf and a source identifier (like doi url), and it downloads\r
+bibtex from the online library, stores the pdf and bibtex in a local\r
+document store, and indexes them both into a Xapian database.  Documents\r
+can be arbitrarily tagged.  Documents and bibtex can be exported from\r
+arbitrary searches.  It's a python library underneath, but there a cli\r
+and a simple curses ui that can display search results, tag documents,\r
+and retrieve files.\r
+\r
+README and a screenshot of the curses ui here:\r
+\r
+http://finestructure.net/xapers/README\r
+http://finestructure.net/xapers/screenshot.png\r
+\r
+It's certainly not perfect, but it's been working fairly well for me for\r
+a while.  Feedback/bugs/etc (off list) are very much appreciated.\r
+\r
+jamie.\r
+\r
+[0] http://www.papersapp.com/papers/\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1.4.12 (GNU/Linux)\r
+\r
+iQIcBAEBCAAGBQJRa7VSAAoJEO00zqvie6q8RLYP/jRl3ChKN2I3jb8DHxgZjhxJ\r
+dz5Y3LrpLJVvh6RGzXR/xD2Id74ofDxoin12+eshr0r6R94Se7Ha8jy2J1UkwYKz\r
+nDn7GaEbOysm4iekCsH4XW/gzJmW+5D/nCQzJ8vjJZifDdaYgApK4IY1PH1lbqcx\r
+EJUnsOXmCKHdX3Z83YuuhsWGBv3L9AuLN7eRV7CsSs92c7zTFZWSowN3FgHmdNMz\r
+eSv5ZrmXiltSOpWj/lasAsJ60Nm+UYNrCQAFboVclgEz2E7t7Cz9X8amRz/rzvrp\r
+nXIwWE113pgmtRasMMOOrl/WB+BjZRHg8PlkldBxSFjWsqAz/TfnWAa58jEL9a3U\r
+vt9XStw5TEaorrnX5aZwe2jFlfLQ5zVWb4xAmbDC5dv9fQl8wMOGGmEOGHVRgTKL\r
+gHNKenKKUx2HFLjJ+lNWGT/hofskPIZuhcYME8d9IP1rtvr1aFVf58qou3vEPv8j\r
+m0bJUr2WBAWcEmq3BaYCH0A7lz4mKFW9lCbJy0yjcrL5iWDl5da63VwBPzxfq2ky\r
+BuVqvgRpJTtoZ9JHqdzecJZnkFahUVOcwmC5vH7r/ff7mh3oa54HB/KKdimS1TIW\r
+ud+CUbEalad4wFRUutqsV3Fl9P2dT31AvFWY8wTJP1WF6dQDeN029mMpE8OkB/9W\r
+EYx8q1uhH7DSTSomuiBb\r
+=EyKX\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r