Re: [Repoze-dev] Typo in Skins

2010-03-15 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Malthe Borch wrote:
> On 15 March 2010 13:12, Douglas Cerna  wrote:
>> First of all, sorry for posting all these small typos on the dev
>> mailing list. I'm starting with repoze.bfg and would like to contribute
>> somehow. Is there a way of branching the docs, fixing the typos myself
>> and send a diff to someone who can review and merge them? That would
>> keep my noise low here :/
> 
> You can branch out if you get commit access; fill out contributor.pdf,
> gpg-sign it and send it in.

Or use the DVCS of your choice to create the branch against SVN.  E.g.,
for bzr with the SVN plugin::

  $ mkdir bzr-repoze
  $ cd bzr-repoze
  $ bzr init
  $ bzr branch http://svn.repoze.org/repoze.bfg/trunk/docs bfg-docs
  $ cd bfg-docs
  $ vim docs/index.rst
  ...
  $ bzr commit
  $ bzr send --mail-to=repoze@lists.repoze.org

I haven't yet tried this with either Mercurial or Git against SVN, but
both systems claim similar support.


Tres.
- --
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   "Excellence by Design"http://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkueGBAACgkQ+gerLs4ltQ5Z7ACgxsnXZZ6ok2dGgPzrN37a+qox
m3AAniqnP+8fCNcVKBxJJ6fggMu15MXN
=jae2
-END PGP SIGNATURE-
___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev


Re: [Repoze-dev] Typo in Skins

2010-03-15 Thread Malthe Borch
On 15 March 2010 13:12, Douglas Cerna  wrote:
> First of all, sorry for posting all these small typos on the dev mailing 
> list. I'm starting with repoze.bfg and would like to contribute somehow. Is 
> there a way of branching the docs, fixing the typos myself and send a diff to 
> someone who can review and merge them? That would keep my noise low here :/

You can branch out if you get commit access; fill out contributor.pdf,
gpg-sign it and send it in.

> Meanwhile, in http://packages.python.org/repoze.bfg.skins/ I guess:
>
> "The index name now maps to the ./skins/images.pt file on disk:"
>
> should be:
>
> "The index name now maps to the ./skins/index.pt file on disk:"
>
> correct?

Yes, I have applied this fix to the repository.

Thanks!

\malthe
___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev