~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/index.es.txt

  • Committer: Vincent Ladeuil
  • Date: 2007-11-04 15:24:27 UTC
  • mto: (2961.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 2962.
  • Revision ID: v.ladeuil+lp@free.fr-20071104152427-p9k7e4toywa87wfc
Review feedback.

* doc/en/user-guide/authentication_conf.txt: 
New file. Authentication configuration file documentation.

* doc/en/user-guide/configuration.txt: 
Slight modifications, add authentication.conf reference.

* doc/en/mini-tutorial/index.txt: 
Fix make docs warning.

* doc/developers/authentication-ring.txt: 
Small cleanups noticed during
doc/en/user-guide/authentication_conf.txt redaction.

* bzrlib/transport/http/_urllib.py:
(HttpTransport_urllib._perform): Use a dict() instead of {} syntax.

* bzrlib/tests/blackbox/test_whoami.py:
(TestWhoami.test_whoami_branch): Delete BZREMAIL related tests.

* bzrlib/config.py:
(Config.username): BZREMAIL deleted, has been obsolete for more
than a year.
(AuthenticationConfig.__init__): Review feedback, since keeping a
callback as an attribute is useless, call it now and keep the
filename itself as an attribute.
(AuthenticationConfig.get_credentials): Use a dict() instead of {}
syntax.

* NEWS: 
Updated as per Martin's suggestion.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
==================================
2
 
Indice de Documentacion de Bazaar
3
 
==================================
4
 
 
5
 
Las ultimas versiones de estos documentos se encuentran disponibles
6
 
en la pagina de  Bazaar, http://doc.bazaar-vcs.org.
7
 
 
8
 
Documentacion Principal
9
 
=======================
10
 
 
11
 
* `Mini Tutorial <es/mini-tutorial/index.html>`_ 
12
 
 
13
 
* `Referencia Rapida <es/referencia-rapida/referencia-rapida.svg>`_
14
 
 
15
 
* `Guia de Usuario <es/guia-usuario/index.html>`_ 
16
 
 
17
 
* `Referencia <es/referencia/bzr_man.html>`_ 
18
 
 
19
 
* `Notas sobre la Version <es/notas-version/NOTICIAS.html>`_
20
 
 
21
 
* `Guia del Desarrollador <es/guia-desarrollador/HACKING.html>`_
22
 
 
23
 
 
24
 
Otra Documentacion
25
 
===================
26
 
 
27
 
Mudandose a Bazaar (enlances web):
28
 
 
29
 
* `Guias de Mudanzas <http://bazaar-vcs.org/BzrSwitching>`_ 
30
 
  - para los usuarios que se mudan de otros SCV
31
 
 
32
 
* `Guias de Migracion <http://bazaar-vcs.org/BzrMigration>`_
33
 
  - para equipos que mudan el historial de otros SCV
34
 
 
35
 
Otros Documentos (enlances web):
36
 
 
37
 
* `Glosario <http://bazaar-vcs.org/BzrGlossary>`_
38
 
 
39
 
* `Preguntas Frecuentes <http://bazaar-vcs.org/FAQ>`_
40
 
 
41
 
* `Referencia del API bzrlib <http://bazaar-vcs.org/BzrLib>`_
42
 
 
43
 
Especificaciones tecnicas, planes a futuro y varias
44
 
notas tecnicas varias en Ingles:
45
 
 
46
 
* `Catalogo de Documentos para Desarrolladores <developers/index.html>`_