view doc/contact.xml @ 6:3021deef1599

Encoding related fixes * chomp encoding string * reformat else (seems someone hacked it in) * debug print encoding * do not use :utf8 binmode ("re-encode") on written file if the input is _already_ UTF-8
author Peter Gervai <grin@grin.hu>
date Thu, 16 Oct 2008 00:02:14 +0200
parents a84c32f131df
children
line wrap: on
line source

<?xml version="1.0" encoding="LATIN1" ?>
<!DOCTYPE webpage PUBLIC "-//Norman Walsh//DTD Website V2.2//EN" 
 "http://docbook.sourceforge.net/release/website/2.2/website.dtd" [
<!NOTATION XML SYSTEM "xml">
]>
<!-- $Id: contact.xml,v 1.4 2005/08/24 20:04:39 jerome Exp $ -->
<webpage id="contact">
  <config param="rcsdate" value="$Date: 2005/08/24 20:04:39 $"/>
  
  <head>
    <title>Contact and contribution</title> 

    <keywords>SAUTRET, BINS, album, contact, CVS, Arch, Bazaar,
    mailing list</keywords>

  </head>

  <webtoc/>

  <para>BINS has a <ulink url="https://gna.org/projects/bins/">project
  page</ulink> on <ulink url="http://gna.org/">gna!</ulink>.</para>
    
  <section>
    <title>Contact Information</title>

    <para>
      For any questions or suggestions, please use the <ulink
      url="mailto:bins@email-lists.org">BINS mailing list</ulink>,
      hosted at <ulink
      url="http://www.email-lists.org">email-lists.org</ulink>. See
      <ulink
      url="http://www.email-lists.org/mailman/listinfo/bins">this
      page</ulink> for subscription information or to consult the
      archives. Subscription is not needed to post on the list.
    </para>
    
  </section>
    
  <section>
    <title>Bug report</title>
    <para>
      You can use the <ulink
      url="https://gna.org/bugs/?group=bins&amp;func=additem">appropriate
      form</ulink> to post a new bug. You must be <ulink
      url="https://gna.org/account/register.php">registered</ulink> on
      <ulink url="http://gna.org/">gna!</ulink> to do so. If you don't
      want to register on gna!, you can post the bug on the <ulink
      url="mailto:bins@email-lists.org">mailing list</ulink> (you
      don't have to subscribe to post there).
    </para>
    <para>
      You can check if the bug is not already reported in the <ulink
      url="https://gna.org/bugs/?group=bins">bug database</ulink>. 
      The bug can also be corrected in current development version
      (see below).
    </para>
  </section>

  <section>
    <title>Patch submission</title>

    <para>
      You can use the <ulink
      url="https://gna.org/patch/?group=bins&amp;func=additem">appropriate
      form</ulink> to post a patch. You must be <ulink
      url="https://gna.org/account/register.php">registered</ulink> on
      <ulink url="http://gna.org/">gna!</ulink> to do so. If you don't
      want to register on gna!, you can post the patch on the <ulink
      url="mailto:bins@email-lists.org">mailing list</ulink> (you
      don't have to subscribe to post there).
    </para>

    <para>
      To make your patch, it is better to use the development version
      (see below).
    </para>
  </section>

  <section>
    <title>Development version</title>

    <para>
      A snapshot of the current CVS version can be downloaded <ulink
      url="http://kashmir.sautret.org/cgi-bin/viewcvs.cgi/bins.tar.gz?view=tar">here</ulink>
      (this server is occasionally down).
    </para>
    <para>
      You can also get it via an <ulink
      url="http://www.gnu.org/software/gnu-arch/">Arch</ulink>/<ulink
      url="http://bazaar.canonical.com/">Bazaar</ulink> repository at
      <literal>http://arch.gna.org/bins/public</literal>. There is a
      <literal>main</literal> branch, to prepare the next release, and
      a <literal>devel</literal> branch for the experimental features. 
      You can register it and get the latest version with the
      following commands:
    </para>
    <programlisting>
      <![CDATA[
      baz register-archive jerome@sautret.org--public \
        http://arch.gna.org/bins/public
      baz get jerome@sautret.org--public/bins--main
      ]]>
    </programlisting>

    <para>
      You can browse the CVS on-line <ulink
      url="http://kashmir.sautret.org/cgi-bin/viewcvs.cgi/bins">here</ulink>
      (when up) and the Arch/Bazaar repository <ulink
      url="http://arch.gna.org/archzoom/jerome@sautret.org--public/bins--main">here</ulink>.
    </para>
  </section>

  <section>
    <title>Statistics</title>
    <itemizedlist>
      <listitem>
	<para>
	  <ulink
	  url="http://stats.gna.org/homepage.gna.org/bins/">Site
	  statistics</ulink>
	</para>
      </listitem>
      <listitem>
	<para>
	  <ulink url="http://stats.gna.org/download.gna.org/bins/">Download
	    statistics</ulink>
	</para>
      </listitem>
    </itemizedlist>
  </section>

  <section>
    <title>Personal contact information</title>
    <para>If you want to contact me personally, you can send me an
    e-mail at <email>jerome @ sautret.org</email>, or chat with me on
    <ulink url="http://www.jabber.org">Jabber</ulink> (my Jabber ID is
    <literal>jerome@myjabber.net</literal>) or on ICQ (my ICQ# is
    <literal>9057913</literal>).</para>
  </section>

</webpage>