~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/index.es.txt

  • Committer: John Arbash Meinel
  • Date: 2009-03-04 18:31:31 UTC
  • mto: (0.17.34 trunk)
  • mto: This revision was merged to the branch mainline in revision 4280.
  • Revision ID: john@arbash-meinel.com-20090304183131-p433dz5coqrmv8pw
Now using a zlib compressed format.
We encode the length of the compressed and uncompressed content,
and then compress the actual content.
Need to do some testing with real data to see if this is efficient
or if another structure would be better.

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.canonical.com/.
7
 
 
8
 
Documentacion Principal
9
 
=======================
10
 
 
11
 
* `Mini Tutorial <es/mini-tutorial/index.html>`_
12
 
 
13
 
* `Referencia Rapida <es/_static/es/bzr-es-quick-reference.svg>`_
14
 
 
15
 
* `Guia de Usuario <es/user-guide/index-plain.html>`_
16
 
 
17
 
* `Referencia <en/user-reference/bzr_man.html>`_
18
 
 
19
 
* `Notas sobre la Version <en/release-notes/NEWS.html>`_
20
 
 
21
 
* `Guia del Desarrollador <developers/HACKING.html>`_
22
 
 
23
 
 
24
 
Otra Documentacion
25
 
===================
26
 
 
27
 
Mudandose a Bazaar (enlances web):
28
 
 
29
 
* `Guias de Mudanzas <http://wiki.bazaar.canonical.com/BzrSwitching>`_
30
 
  - para los usuarios que se mudan de otros SCV
31
 
 
32
 
* `Guias de Migracion <http://wiki.bazaar.canonical.com/BzrMigration>`_
33
 
  - para equipos que mudan el historial de otros SCV
34
 
 
35
 
Otros Documentos (enlances web):
36
 
 
37
 
* `Glosario <http://wiki.bazaar.canonical.com/BzrGlossary>`_
38
 
 
39
 
* `Preguntas Frecuentes <http://wiki.bazaar.canonical.com/FAQ>`_
40
 
 
41
 
* `Referencia del API bzrlib <http://wiki.bazaar.canonical.com/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>`_