Apêndice A. Apêndice

Índice

A.1. o labirinto Debian
A.2. História do Copyright
A.3. Formato do documento

Aqui estão os bastidores deste documento.

A.1. o labirinto Debian

The Linux system is a very powerful computing platform for a networked computer. However, learning how to use all its capabilities is not easy. Setting up the LPR printer with non-PostScript printer was a good example of stumble points. (There are no issues anymore since newer installations use new CUPS system.)

There is a complete, detailed map called the "SOURCE CODE". This is very accurate but very hard to understand. There are also references called HOWTO and mini-HOWTO. They are easier to understand but tend to give too much detail and lose the big picture. I sometimes have a problem finding the right section in a long HOWTO when I need a few commands to invoke.

I hope this "Debian Reference (version 2)" provides a good starting direction for people in the Debian maze.

A.2. História do Copyright

Debian Reference was initiated by Osamu Aoki <osamu at debian dot org> as a personal system administration memo. Many contents came from the knowledge I gained from the debian-user mailing list and other Debian resources.

Following a suggestion from Josip Rodin, who was very active with the Debian Documentation Project (DDP), "Debian Reference (version 1, 2001-2007)" was created as a part of DDP documents.

Após 6 anos, Osamu percebeu que a "Debian Reference (versão 1)" estava ultrapassada e começo a reescrever muitos conteúdos. A nova "Debian Reference (versão 2)" é lançada em 2008.

Os conteúdos do tutorial pode ser rastreados até à sua origem e inspiração com o seguinte.

  • "Linux User's Guide" by Larry Greenfield (December 1996)

    • tornado obsoleto pelo "Debian Tutorial"
  • "Debian Tutorial" by Havoc Pennington. (11 December, 1998)

    • parcialmente escrito por Oliver Elphick, Ole Tetlie, James Treacy, Craig Sawyer, e Ivan E. Moore II
    • tornado obsoleto por "Debian GNU/Linux: Guia de Instalação e Utilização"
  • "Debian GNU/Linux: Guide to Installation and Usage" by John Goerzen and Ossama Othman (1999)

    • tornado obsoleto pela "Debian Reference (versão 1)"

The package and archive description can trace some of their origin and their inspiration in following.

  • "FAQ da Debian" (versão de Março 2002, quando isto era mantido por Josip Rodin)

The other contents can trace some of their origin and their inspiration in following.

  • "Debian Reference (versão 1)" por Osamu Aoki (2001–2007)

    • tornado obsoleto por esta nova "Debian Reference (versão 2)"

A "Debian Reference (versão 1)" anterior foi criada com muitos contribuintes.

  • a maior contribuição de conteúdos em tópicos de configuração de rede por Thomas Hood
  • contribuição significante de conteúdos em tópicos relacionados com X e VCS por Brian Nelson
  • a ajuda na construção de scripts e muitas correcções no conteúdo por Jens Seidel
  • extensive proofreading by David Sewell
  • muitas contribuições pelos tradutores, contribuintes, e relatórios de bugs

Many manual pages and info pages on the Debian system were used as the primary references to write this document. To the extent Osamu Aoki considered within the fair use, many parts of them, especially command definitions, were used as phrase pieces after careful editorial efforts to fit them into the style and the objective of this document.

A descrição do depurador gdb foi expandida usando Conteúdos wiki Debian em backtrace com consentimento por Ari Pollak, Loïc Minier, de Dafydd Harries.

O conteúdo do "Debian Reference (versão 2)" é maioritariamente trabalho meu com excepção do descrito acima. Este foi também actualizado pelos contribuintes.

O Documento "Debian Reference (versão 2)" foi traduzido por Américo Monteiro a_monteiro_AT_netcabo.pt.

O autor, Osamu Aoki, agradece a todos os que ajudaram a tornar possível este documento.

A.3. Formato do documento

The source of the English original document is currently written in AsciiDoc text files. AsciiDoc is used as convenience only since it is less typing than straight XML and supports table in the very intuitive format. You should think XML and PO files as real source files. Via build script, it is converted to DocBook XML format and automatically generated data are inserted to form a final Docbook XML source. This final Docbook XML source can be converted to HTML, plain text, PostScript, and PDF. Currently, only HTML and plain text conversions are enabled.