diff options
author | Kali Kaneko <kali@futeisha.org> | 2015-06-08 17:00:40 -0400 |
---|---|---|
committer | Kali Kaneko <kali@futeisha.org> | 2015-06-08 17:00:40 -0400 |
commit | 28ec72ebe2aac0829b11e016ab21ec52308c0854 (patch) | |
tree | 1ddeb46cbc0af8ba57ec29c81c43ae39b52d953f /docs/to-monkeysphere-list | |
parent | 3408b93ee630e01b0905b9bfa849d611bdc52c0a (diff) | |
parent | 18b6361d66518b5c413c5b893676b87503545274 (diff) |
Merge branch 'release-2.0.2'
Diffstat (limited to 'docs/to-monkeysphere-list')
-rw-r--r-- | docs/to-monkeysphere-list | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/docs/to-monkeysphere-list b/docs/to-monkeysphere-list deleted file mode 100644 index 8634615..0000000 --- a/docs/to-monkeysphere-list +++ /dev/null @@ -1,34 +0,0 @@ -1) I'm going to package it on pypi, and hopefully Debian as well. I'm sure - you've noticed, but there's gpgpy, python-gnupg, pygpg, openpgpy, - python-gpgme, pyme, and I don't even know what else. The namespace is pretty - crowded, and I'm not sure if I should continue to use 'python-gnupg' because - mine is fairly distinct from upstream (and upstream hasn't responded, though - they did make a new release a couple months ago duplicating some of my - work). Should I change the name? Do you have any ideas for names? - -2) If anyone plans to use my version of python-gnupg, is there anything missing - that I should add, or parts of the API that are awkward? (This is one of the - things I'm finishing up now.) I don't want to add huge features now, but if - it was something like "make <packet that is currently skipped> be available - as an attribute of the result object of <gnupg operation>" then that is - quite doable. - -I just read through monkeysign/msign-cli and monkeysign/msign, and I'm glad -there is a better version of my -written-during-a-ragequit-on-the-amount-of-typing-required-to-certify-a-gpg-key -script. Which is here[1], and not useful to you -- monkeysign is better. - -There is also a script I use for uploading a timestamped, signed copy of my -primary public key and OTR fingerprints,[2] which might be useful, dkg has -suggested that it "get published properly" -- which I took to mean putting it -in caff. I don't particularly care where it goes, as long as no one else has to -write the same thing again. Although I should revise it to include multiple OTR -fingerprint (and probably other identity based key material, like a server's -SSL fingerprint), and also to remove the annoying url-shortened link at L91. - - - -[0]: https://leap.se -[1]: https://code.patternsinthevoid.net/?p=scripts.git;a=blob;f=keysign;h=a576e32c5d130f1ad6edf38632a51c60e1d9f023;hb=HEAD -[2]: https://code.patternsinthevoid.net/?p=scripts.git;a=blob;f=gpg_key_to_web;h=36a63eeb6a75063edbafbf93c94397439cc1c02e;hb=HEAD - |