/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/ru/index.txt

  • Committer: Xavier Maillard
  • Date: 2008-04-13 11:48:00 UTC
  • mto: (3364.1.1 bzr.ab.integration)
  • mto: This revision was merged to the branch mainline in revision 3365.
  • Revision ID: xma@gnu.org-20080413114800-b3tp394elic1793b
Replace mail-mode call with compose-mail from GNU Emacs.

This patch is a modified version of the current revno 3323.

It overloads it by:

1. defining a different python class EmacsMail "MUA agnostic".

   To use this option, just put these lines into ~/.bazaar/bazaar.conf
    
[DEFAULT]
mail_client = emacsclient

2. supporting any mail client of GNU Emacs family (mail-mode,
   message-mode, ...) The right tool will be called according to the
   value of the variable ``mail-user-agent``. So Virtually any Emacs
   mail client will work transparently if registered against
   ``mail-user-agent``.

3. adding a wrapper function around MIME attachment. This allow us not
   to have many different functions/classes to attach a file but one.

4. tests have been updated to follow the changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
=================================
2
 
Главный каталог документов Bazaar
3
 
=================================
4
 
 
5
 
Последняя версия этих документов доступа со страницы документации
6
 
на сайте Bazaar, <http://doc.bazaar-vcs.org/ru/>.
7
 
 
8
 
Основная документация
9
 
=====================
10
 
 
11
 
.. toctree::
12
 
   :maxdepth: 1
13
 
 
14
 
   user-guide/index
15
 
   quick-reference/index
16
 
   mini-tutorial/index
17
 
   tutorials/tutorial
18
 
   tutorials/using_bazaar_with_launchpad
19
 
   tutorials/centralized_workflow
20
 
 
21
 
 
22
 
Ссылки в сети
23
 
=============
24
 
 
25
 
* `Руководство по миграции <http://doc.bazaar-vcs.org/migration/en/>`_
26
 
  |--| для команд переносящих историю с других систем контроля версий
27
 
 
28
 
* `Словарь терминов <http://bazaar-vcs.org/BzrGlossary>`_ (англ.),
29
 
  см. также `русскую версию`__
30
 
 
31
 
__  http://groups.google.com/group/ru_bzr/web/%D0%B3%D0%BB%D0%BE%D1%81%D1%81%D0%B0%D1%80%D0%B8%D0%B9
32
 
 
33
 
* `Часто задаваемые вопросы <https://answers.launchpad.net/bzr>`_ (англ.)
34
 
 
35
 
 
36
 
.. |--| unicode:: U+2014
37
 
 
38
 
..
39
 
   vim: ft=rst tw=74 ai