\documentclass[12pt,titlepage]{article} \usepackage[danish]{babel} %danske tekster \usepackage[OT1]{fontenc} %rigtige danske bogstaver... \usepackage{a4} \usepackage{graphicx} \usepackage{ucs} \usepackage[utf8x]{inputenc} \input epsf %------------------------------------------------------------------- \begin{document} \sloppy %------------------------------------------------------------------- \section*{HomePage} \subsection*{What is Bugs Everywhere?} Bugs Everywhere is a "distributed bugtracker", designed to complement distributed revision control systems. By using distributed revision control as a backend for bug state, we gain several convenient features: \begin{itemize} \item Bugs and code that live on branches are tracked together -- when a branch is merged, both the code changes and bug changes that the branch contains are merged alongside each other. We no longer have to be confused about whether a fix that is applied to the development branch but not yet present in the production branch means that our bug is "fixed". \item Users can fully modify bug state while offline, unlike with many centralized bugtrackers. \item When a user checks out your source code, she gets the current bug state for free. \item We can still provide access to a friendly web interface for users -- in this model, a web interface becomes just another client that merges with the main repository. \end{itemize} \subsection*{Download} Bugs Everywhere is written in \textit{Python} \footnote{\texttt{\textless http://python.org\textgreater}} and available via \textit{Git} \footnote{\texttt{\textless http://git-scm.com\textgreater}.}\\
\\% git clone git://gitorious.org/be/be\\\\You can also \textit{browse the code online} \footnote{\texttt{\textless http://gitorious.org/be/be\textgreater}.} There is also a \textit{Debian package} \footnote{\texttt{\textless http://bugs.debian.org/cgi-bin/pkgreport.cgi?package=bugs-everywhere\textgreater}} , but it may lag behind our git repository. h2. Documentation Generated documentation is \textit{available here} \footnote{\texttt{\textless http://docs.bugseverywhere.org/\textgreater}.} h2. Current features \begin{itemize} \item Command-line ("be") interface \item Supported version control backends: Arch, Bazaar, Darcs, Git, Mercurial, Monotone. \item Static HTML bug repository dumps for online browsing. \item Web interface, created by Steve Losh. \item Interactive email interface via procmail. \item Free software licensed under the GNU GPLv2 or later \end{itemize} h2. Planned features \begin{itemize} \item NoahKantrowitz is interested in \textit{writing} \footnote{\texttt{\textless http://www.essaylib.com\textgreater}} a \textit{Trac} \footnote{\texttt{\textless http://trac.edgewall.org/\textgreater}} backend, so that Trac's web interface can be used for BE bugs. \item AdrianWilkins would like to see a Mylyn connector for BE (but appreciates that this is a lot of work) \item Your name/ideas here! \end{itemize} h2. Submitting bug reports/feature requests To report a bug, you're welcome to either e-mail details to the mailing list, or do the following in your branch of the BE repository:
\\% be --repo http://bugs.bugseverywhere.org/ new "The demuxulizer is broken" Created bug with ID bea/abc \\% be --repo http://bugs.bugseverywhere.org/ comment bea/abcYou may also send merge requests, or ask for write access to the repository. h2. Mailing list There is a mailing list for developer discussion (and bug submission) at "be-devel(ATSIGN)bugseverywhere.org". To sign up for it, see its \textit{listinfo page} \footnote{\texttt{\textless http://void.printf.net/cgi-bin/mailman/listinfo/be-devel\textgreater}.} h2. History Bugs Everywhere was conceived and written by developers at \textit{Panoramic Feedback} \footnote{\texttt{\textless http://panoramicfeedback.com/\textgreater},} primarily. Panoramic Feedback is no longer developing BE, and the current maintainer is \textit{Chris Ball} \footnote{\texttt{\textless http://blog.printf.net/\textgreater}.} \end{document}\\% be --repo http://bugs.bugseverywhere.org/ commit "Reported bug in demuxulizer" \\