Added BE post.
authorW. Trevor King <wking@drexel.edu>
Wed, 6 Oct 2010 18:15:47 +0000 (14:15 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 6 Oct 2010 18:15:47 +0000 (14:15 -0400)
posts/BE.mdwn [new file with mode: 0644]
posts/Git.mdwn

diff --git a/posts/BE.mdwn b/posts/BE.mdwn
new file mode 100644 (file)
index 0000000..c7906c8
--- /dev/null
@@ -0,0 +1,12 @@
+[[!meta  title="Bugs Everywhere"]]
+
+If you're using a distributed version control system like [[Git]], you
+may want a distributed bugtracker to go with it.  [Bugs
+Everywhere][BE] works well for me, although there are others.
+
+Disclaimer: I've done a fair bit of work on BE, so I might be biased.
+
+[BE]: http://bugseverywhere.org
+
+[[!tag tags/tools]]
+[[!tag tags/web]]
index c395093bddd3cca83c17efee7d346038d904d046..8a6316a2647d76b8cd9d3a083e3029edae44d933 100644 (file)
@@ -16,11 +16,16 @@ For example
 Of course, traditional tarballs, zips, etc. are also available through
 the web interface.
 
+There are many tools which use version control systems as storage
+backends for various utilities.  For example, [ikiwiki][] is a
+VCS-based wiki, and [[Bugs Everywhere|BE]] is a VCS-based bug tracker.
+
 [Git]: http://git.or.cz/
 [DVCS]: http://en.wikipedia.org/wiki/Distributed_Version_Control_System
 [VCS]: http://en.wikipedia.org/wiki/Revision_control
 [tutorial]: http://book.git-scm.com/
 [projects]: http://www.physics.drexel.edu/~wking/code/git/git.php
+[ikiwiki]: http://ikiwiki.info/
 
 [[!tag tags/linux]]
 [[!tag tags/code]]