Updates and tags added to some old sawsim and BE posts.
[blog.git] / posts / Email_interface_to_bugs_everywhere.mdwn
index 54e81fa8043d21fd3ce111e9b00b846df2572d29..8246e7decfa7c3f34121726b210040d463c52ebf 100644 (file)
@@ -1,10 +1,10 @@
 [[!meta  title="Email interface to bugs everywhere"]]
 [[!meta  date="2009-07-18 21:25:18"]]
+
 I've been amusing myself over the past few days working up an email
-interface for the distributed ugtracker [Bugs
-Everywhere](http://bugseverywhere.org).  One of the things we've been
-struggling with with BE is how end users should submit
-bugs/comments/etc, since
+interface for the distributed ugtracker [[Bugs Everywhere|BE]].  One
+of the things we've been struggling with with BE is how end users
+should submit bugs/comments/etc, since
 
     $ apt-get install bzr
     $ bzr branch http://whatever/remote/repo local_repo
@@ -34,9 +34,13 @@ Curious parties can branch my public repo:
     $ bzr branch http://www.physics.drexel.edu/~wking/code/bzr/be-email be.email
 
 As a nice side effect of this little project, my
-[`send_pgp_mime`](/~wking/code/python/send_pgp_mime) is now much more
-elegant.
+[[send_pgp_mime|Command_line_PGP-MIME]] is now much more elegant.
+
+Update: the [[BE]] project is now versioned in [[Git]].  The Bazaar
+repository is no longer supported.
 
+[[!tag tags/code]]
+[[!tag tags/fun]]
 [[!tag tags/linux]]
 [[!tag tags/programming]]
-[[!tag tags/fun]]
+[[!tag tags/python]]