--- /dev/null
--- /dev/null
--- /dev/null
--- /dev/null
++++The FSF offices are no longer at Temple Place, and there is a revised
++++text of the GPLv2 giving the correct address and other textual
++++clean-ups.
++++
++++The COPYING file should be updated to the new GPLv2 text, and the
++++copyright notices throughout the working tree should be updated for
++++the new boilerplate how-to-use-the-GPL text.
++++
--- /dev/null
--- /dev/null
--- /dev/null
--- /dev/null
++++
++++
++++
++++Content-type=text/plain
++++
++++
++++
++++
++++
++++
++++Date=Fri, 18 Apr 2008 11:21:03 +0000
++++
++++
++++
++++
++++
++++
++++From=benf
++++
++++
++++
--- /dev/null
--- /dev/null
--- /dev/null
--- /dev/null
++++
++++
++++
++++assigned=Ben Finney <ben+python@benfinney.id.au>
++++
++++
++++
++++
++++
++++
++++creator=benf
++++
++++
++++
++++
++++
++++
++++severity=minor
++++
++++
++++
++++
++++
++++
++++status=closed
++++
++++
++++
++++
++++
++++
++++summary=Address is outdated for FSF offices
++++
++++
++++
++++
++++
++++
++++time=Fri, 18 Apr 2008 11:18:58 +0000
++++
++++
++++
--- /dev/null
--- /dev/null
--- /dev/null
--- /dev/null
++++The 'be' command should have a Unix manpage, describing it like any
++++other command on the system.
++++
--- /dev/null
--- /dev/null
--- /dev/null
--- /dev/null
++++
++++
++++
++++Content-type=text/plain
++++
++++
++++
++++
++++
++++
++++Date=Mon, 21 Apr 2008 03:24:11 +0000
++++
++++
++++
++++
++++
++++
++++From=benf
++++
++++
++++
--- /dev/null
--- /dev/null
--- /dev/null
--- /dev/null
++++
++++
++++
++++assigned=benf
++++
++++
++++
++++
++++
++++
++++creator=benf
++++
++++
++++
++++
++++
++++
++++severity=minor
++++
++++
++++
++++
++++
++++
++++status=closed
++++
++++
++++
++++
++++
++++
++++summary=Manual page for 'be' command
++++
++++
++++
++++
++++
++++
++++time=Mon, 21 Apr 2008 03:21:35 +0000
++++
++++
++++
*~
./.shelf
Bugs-Everywhere-Web/devdata.sqlite
++++./doc/*.1
# Set to True if the scheduler should be started
# tg.scheduler = False
++++# IDENTITY
++++# General configuration of the TurboGears Identity management module
++++# --------
++++
++++# Switch to turn on or off the Identity management module
++++identity.on=True
++++
++++# [REQUIRED] URL to which CherryPy will internally redirect when an access
++++# control check fails. If Identity management is turned on, a value for this
++++# option must be specified.
++++identity.failure_url="/login"
++++
++++# identity.provider='sqlobject'
++++
++++# The names of the fields on the login form containing the visitor's user ID
++++# and password. In addition, the submit button is specified simply so its
++++# existence may be stripped out prior to passing the form data to the target
++++# controller.
++++# identity.form.user_name="user_name"
++++# identity.form.password="password"
++++# identity.form.submit="login"
++++
++++# What sources should the identity provider consider when determining the
++++# identity associated with a request? Comma separated list of identity sources.
++++# Valid sources: form, visit, http_auth
++++# identity.source="form,http_auth,visit"
++++
++++# SqlObjectIdentityProvider
++++# Configuration options for the default IdentityProvider
++++# -------------------------
++++
++++# The classes you wish to use for your Identity model. Remember to not use reserved
++++# SQL keywords for class names (at least unless you specify a different table
++++# name using sqlmeta).
++++identity.soprovider.model.user="stfa.model.User"
++++identity.soprovider.model.group="stfa.model.Group"
++++identity.soprovider.model.permission="stfa.model.Permission"
++++
++++# The password encryption algorithm used when comparing passwords against what's
++++# stored in the database. Valid values are 'md5' or 'sha1'. If you do not
++++# specify an encryption algorithm, passwords are expected to be clear text.
++++# The SqlObjectProvider *will* encrypt passwords supplied as part of your login
++++# form. If you set the password through the password property, like:
++++# my_user.password = 'secret'
++++# the password will be encrypted in the database, provided identity is up and
++++# running, or you have loaded the configuration specifying what encryption to
++++# use (in situations where identity may not yet be running, like tests).
++++
++++# identity.soprovider.encryption_algorithm=None
++++
[/static]
static_filter.on = True
static_filter.dir = "%(top_level_dir)s/static"
(project, bug, comment), kwargs)
class Comment(PrestHandler):
++++ @identity.require( identity.has_permission("editbugs"))
@provide_action("action", "New comment")
def new_comment(self, comment_data, comment, *args, **kwargs):
bug_tree = project_tree(comment_data['project'])
raise cherrypy.HTTPRedirect(comment_url(comment=comment.uuid,
**comment_data))
++++ @identity.require( identity.has_permission("editbugs"))
@provide_action("action", "Reply")
def reply_comment(self, comment_data, comment, *args, **kwargs):
bug_tree = project_tree(comment_data['project'])
<body>
<h1>About Bugs Everywhere</h1>
----<p>Bug Everywhere was designed by Aaron Bentley and implemented by Aaron
---- Bentley and Oleg Romanyshyn.
++++<p>Bugs Everywhere is a "distributed bugtracker", designed to complement distributed revision control systems.
</p>
<p>
---- Development is sponsored by
---- <a href="http://panoramicfeedback.com/">Panoramic Feedback</a>.
++++Bugs Everywhere was conceived and written by developers at <a href="http://panoramicfeedback.com/">Panoramic Feedback</a>, primarily Aaron Bentley. <a href="http://panoramicfeedback.com/">Panoramic Feedback</a> is no longer developing BE, and the current maintainer is <a href="http://bugseverywhere.org/be/show/ChrisBall">Chris Ball</a>.
</p>
<p>
---- Bugs Everywhere <a href="http://panoramicfeedback.com/opensource">web site</a>
++++ Bugs Everywhere <a href="http://bugseverywhere.org/">web site</a>
</p>
<a href="/">Project List</a>
</body>
----../libbe/
++++../libbe
--- /dev/null
--- /dev/null
--- /dev/null
-# -*- makefile; coding: utf-8 -*-
+++ #! /usr/bin/make -f
-# No warranty expressed or implied. See the file LICENSE for details.
++++# :vim: filetype=make : -*- makefile; coding: utf-8; -*-
+++
+++ # Makefile
+++ # Part of Bugs Everywhere, a distributed bug tracking system.
+++ #
+++ # Copyright © 2008 Ben Finney <ben+python@benfinney.id.au>
+++ # This is free software; you may copy, modify and/or distribute this work
+++ # under the terms of the GNU General Public License, version 2 or later.
++++# No warranty expressed or implied. See the file COPYING for details.
+++
+++ # Makefile for Bugs Everywhere project
+++
+++ SHELL = /bin/bash
+++ PATH = /usr/bin:/bin
+++
++++# Directories with semantic meaning
++++DOC_DIR := doc
++++
+++ # Variables that will be extended by module include files
+++ GENERATED_FILES :=
+++ CODE_MODULES :=
+++ CODE_PROGRAMS :=
+++
++++# List of modules (directories) that comprise our 'make' project
++++MODULES += ${DOC_DIR}
++++
+++ RM = rm
+++
++++\f
++++.PHONY: all
++++all: build
++++
++++# Include the make data for each module
++++include $(patsubst %,%/module.mk,${MODULES})
++++
++++\f
++++.PHONY: build
++++build:
++++
++++.PHONY: install
++++install:
++++
+++ \f
+++ .PHONY: clean
+++ clean:
+++ $(RM) -rf ${GENERATED_FILES}
--- /dev/null
--- /dev/null
--- /dev/null
--- /dev/null
++++<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
++++
++++<!-- Process this file with docbook-to-man to generate an nroff manual
++++ page: `docbook-to-man manpage.sgml > manpage.1'. You may view
++++ the manual page with: `docbook-to-man manpage.sgml | nroff -man |
++++ less'. A typical entry in a Makefile or Makefile.am is:
++++
++++be.1: be.1.sgml
++++ docbook-to-man $< > $@
++++
++++ The docbook-to-man binary is found in the docbook-to-man package.
++++ Please remember that if you create the nroff version in one of the
++++ debian/rules file targets (such as build), you will need to include
++++ docbook-to-man in your Build-Depends control field.
++++
++++ -->
++++
++++ <!ENTITY dhfirstname "<firstname>Ben</firstname>">
++++ <!ENTITY dhsurname "<surname>Finney</surname>">
++++ <!-- Please adjust the date whenever revising the manpage. -->
++++ <!ENTITY dhdate "<date>2008-04-21</date>">
++++ <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
++++ allowed: see man(7), man(1). -->
++++ <!ENTITY dhsection "<manvolnum>1</manvolnum>">
++++ <!ENTITY dhemail "<email>ben+debian@benfinney.id.au</email>">
++++ <!ENTITY dhusername "Ben Finney">
++++ <!ENTITY dhucpackage "<refentrytitle>BUGS-EVERYWHERE</refentrytitle>">
++++ <!ENTITY dhpackage "bugs-everywhere">
++++ <!ENTITY pkgfullname "Bugs Everywhere">
++++ <!ENTITY uccmdname "<refentrytitle>BE</refentrytitle>">
++++ <!ENTITY cmdname "be">
++++
++++ <!ENTITY debian "<productname>Debian</productname>">
++++ <!ENTITY gnu "<acronym>GNU</acronym>">
++++ <!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
++++]>
++++
++++<refentry>
++++ <refentryinfo>
++++ <address>
++++ &dhemail;
++++ </address>
++++ <author>
++++ &dhfirstname;
++++ &dhsurname;
++++ </author>
++++ <copyright>
++++ <year>2008</year>
++++ <holder>&dhusername;</holder>
++++ </copyright>
++++ &dhdate;
++++ </refentryinfo>
++++ <refmeta>
++++ &uccmdname;
++++
++++ &dhsection;
++++ </refmeta>
++++ <refnamediv>
++++ <refname>&cmdname;</refname>
++++
++++ <refpurpose>distributed bug tracker</refpurpose>
++++ </refnamediv>
++++ <refsynopsisdiv>
++++ <cmdsynopsis>
++++ <command>&cmdname;</command>
++++ <arg><replaceable>command</replaceable></arg>
++++ <arg><replaceable>command_options ...</replaceable></arg>
++++ <arg><replaceable>command_args ...</replaceable></arg>
++++ </cmdsynopsis>
++++ <cmdsynopsis>
++++ <command>&cmdname; help</command>
++++ </cmdsynopsis>
++++ <cmdsynopsis>
++++ <command>&cmdname; help</command>
++++ <arg><replaceable>command</replaceable></arg>
++++ </cmdsynopsis>
++++ </refsynopsisdiv>
++++ <refsect1>
++++ <title>DESCRIPTION</title>
++++
++++ <para>This manual page documents briefly the
++++ <command>&cmdname;</command> command, part of the
++++ &pkgfullname; package.</para>
++++
++++ <para><command>&cmdname;</command> allows commandline interaction
++++ with the &pkgfullname; database in a project tree.</para>
++++
++++ </refsect1>
++++ <refsect1>
++++ <title>COMMANDS</title>
++++
++++ <variablelist>
++++ <varlistentry>
++++ <term><command>assign</command>
++++ </term>
++++ <listitem>
++++ <para>Assign an individual or group to fix a bug
++++ </para>
++++ </listitem>
++++ </varlistentry>
++++ <varlistentry>
++++ <term><command>close</command>
++++ </term>
++++ <listitem>
++++ <para>Close a bug
++++ </para>
++++ </listitem>
++++ </varlistentry>
++++ <varlistentry>
++++ <term><command>comment</command>
++++ </term>
++++ <listitem>
++++ <para>Add a comment to a bug
++++ </para>
++++ </listitem>
++++ </varlistentry>
++++ <varlistentry>
++++ <term><command>diff</command>
++++ </term>
++++ <listitem>
++++ <para>Compare bug reports with older tree
++++ </para>
++++ </listitem>
++++ </varlistentry>
++++ <varlistentry>
++++ <term><command>help</command>
++++ </term>
++++ <listitem>
++++ <para>Print help for given subcommand
++++ </para>
++++ </listitem>
++++ </varlistentry>
++++ <varlistentry>
++++ <term><command>inprogress</command>
++++ </term>
++++ <listitem>
++++ <para>Bug fixing in progress
++++ </para>
++++ </listitem>
++++ </varlistentry>
++++ <varlistentry>
++++ <term><command>list</command>
++++ </term>
++++ <listitem>
++++ <para>List bugs
++++ </para>
++++ </listitem>
++++ </varlistentry>
++++ <varlistentry>
++++ <term><command>new</command>
++++ </term>
++++ <listitem>
++++ <para>Create a new bug
++++ </para>
++++ </listitem>
++++ </varlistentry>
++++ <varlistentry>
++++ <term><command>open</command>
++++ </term>
++++ <listitem>
++++ <para>Re-open a bug
++++ </para>
++++ </listitem>
++++ </varlistentry>
++++ <varlistentry>
++++ <term><command>set</command>
++++ </term>
++++ <listitem>
++++ <para>Change tree settings
++++ </para>
++++ </listitem>
++++ </varlistentry>
++++ <varlistentry>
++++ <term><command>set-root</command>
++++ </term>
++++ <listitem>
++++ <para>Assign the root directory for bug tracking
++++ </para>
++++ </listitem>
++++ </varlistentry>
++++ <varlistentry>
++++ <term><command>severity</command>
++++ </term>
++++ <listitem>
++++ <para>Show or change a bug's severity level
++++ </para>
++++ </listitem>
++++ </varlistentry>
++++ <varlistentry>
++++ <term><command>show</command>
++++ </term>
++++ <listitem>
++++ <para>Show a particular bug
++++ </para>
++++ </listitem>
++++ </varlistentry>
++++ <varlistentry>
++++ <term><command>target</command>
++++ </term>
++++ <listitem>
++++ <para>Show or change a bug's target for fixing
++++ </para>
++++ </listitem>
++++ </varlistentry>
++++ <varlistentry>
++++ <term><command>upgrade</command>
++++ </term>
++++ <listitem>
++++ <para>Upgrade the bugs to the latest format
++++ </para>
++++ </listitem>
++++ </varlistentry>
++++ </variablelist>
++++ </refsect1>
++++ <refsect1>
++++ <title>AUTHOR</title>
++++
++++ <para>This manual page was written by &dhusername; <&dhemail;> for
++++ the &debian; system (but may be used by others). Permission is
++++ granted to copy, distribute and/or modify this document under
++++ the terms of the &gnu; General Public License, Version 2 or any
++++ later version published by the Free Software Foundation.
++++ </para>
++++ <para>
++++ On Debian systems, the complete text of the GNU General Public
++++ License can be found in /usr/share/common-licenses/GPL.
++++ </para>
++++
++++ </refsect1>
++++</refentry>
++++
++++<!-- Keep this comment at the end of the file
++++Local variables:
++++mode: sgml
++++sgml-omittag:t
++++sgml-shorttag:t
++++sgml-minimize-attributes:nil
++++sgml-always-quote-attributes:t
++++sgml-indent-step:2
++++sgml-indent-data:t
++++sgml-parent-document:nil
++++sgml-default-dtd-file:nil
++++sgml-exposed-tags:nil
++++sgml-local-catalogs:nil
++++sgml-local-ecat-files:nil
++++End:
++++-->
--- /dev/null
--- /dev/null
--- /dev/null
--- /dev/null
++++# :vim: filetype=make : -*- makefile; coding: utf-8; -*-
++++
++++# doc/module.mk
++++# Part of Bugs Everywhere, a distributed bug tracking system.
++++#
++++# Copyright © 2008 Ben Finney <ben+python@benfinney.id.au>
++++# This is free software; you may copy, modify and/or distribute this work
++++# under the terms of the GNU General Public License, version 2 or later.
++++# No warranty expressed or implied. See the file COPYING for details.
++++
++++# Makefile module for documentation
++++
++++MODULE_DIR := doc
++++
++++MANPAGES = be.1
++++manpage_files = $(patsubst %,${MODULE_DIR}/%,${MANPAGES})
++++
++++GENERATED_FILES += ${manpage_files}
++++
++++\f
++++.PHONY: doc
++++doc: man
++++
++++build: doc
++++
++++\f
++++.PHONY: man
++++man: ${manpage_files}
++++
++++%.1: %.1.sgml
++++ docbook-to-man $< > $@
url='http://panoramicfeedback.com/opensource/',
packages=['becommands', 'libbe'],
scripts=['be'],
++++ data_files=[
++++ ('share/man/man1', ['doc/be.1']),
++++ ]
)