Está en la página 1de 57

SOFTWARE LIBRE PARA EL DISEÑO DE MATERIALES

El escritorio en GNU/Linux
Introducción al sistema X-Window
GNOME
KDE

Iván Álvarez Navia


Universidad de Salamanca, Marzo 2009
Copyright (c) 2008 Iván Álvarez Navia <inavia@usal.es>.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled "GNU
Free Documentation License".
Contenidos
Introducción a X-Window

Historia de X-Window

KDE

GNOME

OpenOffice

Interfaces Gráficas de Usuaro
● El sistema de ventanas X-Window (o
simplemente X) es un conjunto de controladores
de dispositivo y de bibliotecas que dotan de una
interfaz gráfica a los sistemas UNIX
– X Window crea ventanas
– Herramienta software para la creación de interfaces
gráficas de usuario (GUI, Graphical User Interface) en
estaciones de trabajo
Interfaces Gráficas de Usuaro
● Cada avance apreciable en el hardware de los
ordenadores ha significado un progreso
significativo en la interacción usuario final -
sistema informático
– Mayor comodidad y productividad
– Las interfaces gráficas de usuario permiten al
usuario un acceso más sencillo a la funcionalidad
del hardware y el software
Interfaces Gráficas de Usuaro
● Todo los beneficios que aportan al usuario se
convierten en problemas para los
desarrolladores de software
– Mayor complejidad de las aplicaciones
● Ausencia de un estándar en sistemas gráficos,
● en hardware (distintos subsistemas gráficos, distintas
resoluciones...)
● en software (API, Application Interface Programming)
– Esta situación complica el desarrollo de
aplicaciones para las plataformas de distintos
fabricantes (MS Windows, MacOS, X Window)
El sistema X-Window
● X Window es un estándar independiente de
hardware y sistema operativo aceptado por la
industria para los sistemas de ventanas en los
sistemas UNIX
– IRIX (SGI), HP-UX (Hewlett Packard), AIX (IBM),
Solaris (SUN), Digital UX (Digital) y, por supuesto,
GNU/Linux y FreeBSD
● Las interfaces gráficas de usuario creadas para
una plataforma se pueden visualizar en otras
plataformas conectadas en red
El sistema X-Window
Dispositivos
● Los sistemas X Window se pueden ejecutar en
diferentes dispositivos físicos
– La unidad de salida básica es una pantalla gráfica,
cuya resolución es, al menos, la de VGA
– Las unidades de entrada básicas son el ratón y el
teclado. Otras pueden ser bola de tracción, tableta
digitalizadora y pantalla táctil
Tipos ordenador
● Estaciones de trabajo. Ordenadores de altas
prestaciones con posibilidades multiusuario
● Terminales X. Constan de unidad básica de
entrada/salida (pantalla gráfica, teclado y ratón)
y acceso a red. Generalmente sin disco duro o
con uno pequeño y sólo con el software
necesario para arrancar el servidor X
● Microcomputadoras. Ordenadores personales.
Frontera con las estaciones de trabajo cada
vez más difusa
Arquitectura
Cliente/Servidor
● Es la parte fundamental de la filosofía de
trabajo del sistema X Window
● Los clientes, o programas de aplicación,
comunican con los servidores, o unidades de
visualización, a través de la red
Los entornos de escritorio
y X-Window
Inicios
● Surge en 1984, en el Laboratory of Computer
Science del Instituto Tecnológico de
Massachusetts (MIT) como proyecto Athena
dirigido por Robert Scheifler y Jim Gettys
– Objetivo del proyecto: el software debía estar
disponible interactivamente para los usuarios sobre
cualquier estación, en cualquier lugar del campus
– Problema fundamental: gran variedad de
plataformas (UCPs, terminales y SO)
● Punto de partida: W, sistema de ventanas de la
Universidad de Stanford
Primeras versiones disponibles
● El sistema está disponible para desarrolladores
en 1986, con la versión 10.4
– Se incorporan a su desarrollo fabricantes como
IBM, HewlettPackard, SUN Microsystems, Digital
Equipment Corporation (DEC) y American
Telephone and Telegraph (AT&T)
● En 1988 se forma el X Consortium del MIT, que
es el referente oficial del estándar X
(http://www.x.org)
El salto al PC
● Entre 1989 y 1990 Thomas Roell (estudiante
alemán) comienza a portar el código del
servidor X de la distribución de la versión 11,
edición 4 (X11R4) para hacer funcionar una
tarjeta gráfica en un PC con un procesador Intel
a 33 Mhz sin unidad de coma flotante
– Finalmente presenta su servidor X, que denomina
X386.1.1
– Roell se va a trabajar para el equipo UNIX de Dell
en Austin Texas, incorporándose en 1991 a SGCS,
que más tarde pasaría a ser Xi Graphics
Unix, X-Window, PC
● El 29 de agosto de 1991 Roell y el X
Consortium dieron al UNIX para PC su primera
implementación oficial, que se denomina
X386.1.2 y que está basada en X11R5
– Roell elimina código ensamblador de su
implementación X386, surgiendo la versión
X386.1.2e
Nace XFree
● Basándose en el código del servidor
X386.1.2.e, Jim Tsillas, Glenn G. Lai, David
Dawes y David Wexelblat juntan sus esfuerzos
para desarrollar un servidor X386 de carácter
libre
– Había nacido el proyecto XFree86 (septiembre de
1992)
– XFree es una implementación de X-Window
gratuita (http://xfree86.org)
● A sus cuatros responsables iniciales se les
denomina 'Los cuatro magníficos'
The Open Group
y X-Window
● En enero de 1994 el Proyecto XFree86 se une
al X Consortium
● En abril de 1994 XFree86 3.0 es la primera
versión que funciona con X11R6
● En julio de 1996 The Open Group asume el
control de las X
– El objetivo de este grupo era la estandarización de
varias arquitecturas abiertas, entre ellas X-Window
The Open Group, y la licencia de
X11R6.4
● Cambio en la licencia de X11R6.4: se precisan
licencias por usuario para su distribución
comercial (1998)
– Esto significa que XFree86 puede distribuir su
código, por ejemplo a las distribuciones Linux, pero
éstas tendrían que cobrar por cada copia que
vendieran
– XFree86 deja de incluir las nuevas funcionalidades
en la implementación de referencia de las X de The
Open Group
Nuevo cambio de licencia
● En septiembre de 1998 The Open Group
rescinde la licencia restrictiva
– Pero el daño ya estaba hecho, The Open Group
perdió a la mayoría de sus desarrolladores
– Las X oficiales quedaron en pausa
● En octubre de 1998 XFree86 3.9Nh se
incorpora a X11R6.4
Incorporación de OpenGL, 3D
● En febrero de 1999 MESA 3.1 (
http://www.mesa3d.org) se libera bajo la
licencia de estilo XFree86/BSD/MIT, y SGI
libera GLX como open source (
http://www.sgi.com/software/opensource/glx)
● En mayo de 1999 The Open Group forma X.org
y le da el control de las X
– En noviembre de este año el Proyecto XFree86 es
nombrado miembro honorario de X.org
Últimas versiones XFree86
● En marzo de 2000 se libera la versión 4.0 de
XFree86
● A mediados del año 2000 SGI dona la
tecnología GLX a XFree86
● En junio de 2001 se libera la versión 4.1 de
XFree86
● Enero 2002 versiones de las X oficiales y de
XFree86 son la X11R6.6 y la 4.2.0
respectivamente
Actualmente, cambios muy rápidos
● A lo largo de 2003 y principios de 2004
– Importantes movimientos en el grupo
desarrolladores de Xfree86, con sucesivas
divisiones y reorganizaciones
● Creación de FreeDesktop
– FreeDesktop (http://www.freedesktop.org)
– Creación de estándares, especificaciones y
software
– El escritorio en UNIX: GNOME, KDE, otros
– Incorporación de novedades: 3D, aspectos
visuales, etc
Actualmente, cambios muy rápidos
● Distintas visiones sobre el tipo de desarrollo de
XFree86
– Los cuatro magníficos: Incorporación de pocas
novedades, código robusto
– Otros desarrolladores: Incorporación más rápida de
nuevas funcionalidades y características
● La mayoría de distribuciones GNU/Linux
abandona XFree86 e incorporan X.org oficial
● Novedad más actual: Servidor Xgl (
http://en.opensuse.org/Xgl )
K Desktop Environment, KDE
● Surge en 1997 con el objetivo
– dotar a los sistemas UNIX de un entorno de
escritorio amigable e intuitivo, adoptando ideas de
Ms Windows y de Mac OS
● Basado en una biblioteca de clases C++
multiplataforma Qt (Trolltech)
– Licencia gratuita para proyectos no comerciales,
pero no libre o GPL
– Desde la versión 2.2.0 (2000) tiene una doble
licencia: para proyectos libres es GPL
KDE en la actualidad
● KDE se encuentra en la versión 3.5.2, con la
incorporación de
– Una gran cantidad de aplicaciones de todo tipo
(oficina, visualización de datos, tratamiento de
imágenes, navegadores, etc.)
– Novedosas características como modelo de
componentes (KPARTS, similar a la idea de OLE,
ActiveX y OpenDOC) o la posibilidades de
personalización gracias al uso de temas
● Apoyo de empresas como Novell (Suse),
Mandriva, y una amplia comunidad de
desarrolladores
KDE es un entorno de escritorio
● Es una colección de programas, tecnologías y
documentación que intentan facilitar el uso de los
ordenadores a sus usuarios
– KDE está pensado para estaciones de trabajo UNIX, y
se caracteriza por la transparencia en la comunicación
por redes y una filosofía actual de trabajo
● Una configuración típica consta de
– Un panel
– Una barra de tareas
– El escritorio (desktop) propiamente dicho
– El navegador: Konqueror
KDE 3.5

Búsquedas
rápidas Menú
KDE

Panel
Escritorios KDE Miniaplicaciones
KDE 3.5: konqueror
KDE 3.5: konqueror

sftp://inavia@maxus.fis.usal.es
protocolo://url
KDE 3.5: konqueror
KDE 3.5: konqueror
KDE 3.5: konqueror
KDE 3.5: KMail, KOrganizer
KDE 4: Konqueror, Dolphin, Plasma,...

Menú
protocolo inavia@maxus.fis.usal.es
URL
GNOME
● En verano de 1997, después de las primeras
versiones de KDE, surge el proyecto GNOME
(GNU Network Object Model Environment)
– Proporcionar un entorno de usuario y aplicaciones
consistente, intuitivo y fácil de utilizar
– Proporcionar al desarrollador un conjunto de
herramientas que facilite su trabajo
● un modelo de componentes (Bonobo): reutilización
● interoperatividad entre aplicaciones (CORBA)
– Todo en C, GTK+, GLIB, GDK, Cairo, Pango
● Todo ello bajo licencia GNU GPL y GNU LGPL
GNOME en la actualidad
● GNOME se encuentra en la versión 2.22, con la
incorporación de
– Una gran cantidad de aplicaciones de todo tipo
(oficina, visualización de datos, tratamiento de
imágenes, navegadores, etc.)
– Novedosas características como modelo de
componentes (Bonobo, similar a la idea de OLE,
ActiveX y OpenDOC) o la posibilidades de
personalización gracias al uso de temas
● Apoyo de empresas como Novell (Suse), SUN,
IBM, RedHat y una amplia comunidad de
desarrolladores
GNOME es un entorno de escritorio
● Es una colección de programas, tecnologías y
documentación que intentan facilitar el uso de los
ordenadores a sus usuarios
– GNOME está pensado para estaciones de trabajo
UNIX, y se caracteriza por la transparencia en la
comunicación por redes y una filosofía actual de trabajo
● Una configuración típica consta de
– Un panel con un conjunto de Applets
● Barra de tareas, selector de escritorio, ..
– El escritorio (desktop) propiamente dicho
– El navegador: Nautilus
GNOME

Búsquedas Menú
rápidas GNOME

Panel
GNOME Applets
GNOME: Nautilus
Botón edición
barra dirección sftp://inavia@maxus.fis.usal.es
protocolo://url
GNOME: Nautilus
sftp://inavia@maxus.fis.usal.es
protocolo://url
Acceso directo
URL red

Botón edición
barra dirección

Acceso directo
URL red
GNOME: Nautilus

Seleccionar, arrastrar,
y soltar en destino: mueve
Si CTRL pulsado: copia
Si CTRL+SHIFT: enlaza
Si ALT pulsado: pregunta
Búsquedas rápidas y por contenidos
en GNOME y KDE
● Sistema de indexación de archivos, similar al
SpotLight de MacOS X o al Google Desktop
– por nombre
– por contenido
● Puede ser activado y desactivadopor el usuario
– lanza un proceso en segundo plano, demonio, beagled
● Cliente: Beagle, interfaz gráfica que permite al
usuario introducir términos de búsqueda
● Diferentes tipos de ficheros: Texto, doc, PDF,
correo electrónico, conversaciones,...
GNOME, KDE: OpenOffice
● Free Office Suite: http://www.openoffice.org
● Conjunto de aplicaciones ofimática disponible en
– Microsoft Windows (XP, 2000,...)
– Entornos UNIX con X-Window, independiente de
entorno de escritorio: GNOME o KDE
– MacOS X, como sistema UNIX (BSD) se instala un
servidor Xfree86. A partir versión 3.0 nativo AQUA
● Soporta, de forma nativa, sin añadidos:
– OpenDocumentFormat, ODF (estándar ISO 26300)
– Portable Document Format, PDF (estándar ISO
32000)
GNOME, KDE: OpenOffice
● Aplicaciones:
– Writer, procesador de textos, capaz de entender
archivos MS Word
– Impress, herramienta presentaciones multimedia,
capaz de entender archivos MS PowerPoint
– Calc, hoja de cálculo, capaz de entender archivos
MS Excel
– Draw, herramienta de dibujo 2D y 3D
– Base, cliente para manipulación de bases de datos,
incluye acceso a motores externos (Acces,
DBase) ,...)
– Math, editor de ecuaciones matemáticas
OpenOffice: Write
OpenOffice: Write
OpenOffice: Impress
OpenOffice: Impress
OpenOffice: Impress (exportar PDF)
OpenOffice: Calc
y fin...
● El software libre ⇔ democracia
– Cada desarrollador, institución, distribución,
empresa, aplica su visión del escritorio
● Una misma versión de GNOME/KDE tendrá
diferentes apariencias y/o comportamientos
– Suse 10.0 a 11.0 la versión de GNOME es,
básicamente, la misma pero el escritorio que ofrece
cada una es diferente
● Cierta falta de cohesión (o rápida evolución)
– Confuso para usuarios noveles
– Nada es gratis
Fin
GNU Free Documentation License The "Cover Texts" are certain short passages of text that are listed,
Version 1.2, November 2002 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
the Document is released under this License. A Front-Cover Text may
be at most 5 words, and a Back-Cover Text may be at most 25 words.
Copyright (C) 2000,2001,2002 Free Software Foundation, Inc.
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA A "Transparent" copy of the Document means a machine-readable copy,
Everyone is permitted to copy and distribute verbatim copies represented in a format whose specification is available to the
of this license document, but changing it is not allowed. general public, that is suitable for revising the document
straightforwardly with generic text editors or (for images composed of
pixels) generic paint programs or (for drawings) some widely available
0. PREAMBLE drawing editor, and that is suitable for input to text formatters or
for automatic translation to a variety of formats suitable for input
The purpose of this License is to make a manual, textbook, or other to text formatters. A copy made in an otherwise Transparent file
functional and useful document "free" in the sense of freedom: to format whose markup, or absence of markup, has been arranged to thwart
assure everyone the effective freedom to copy and redistribute it, or discourage subsequent modification by readers is not Transparent.
with or without modifying it, either commercially or noncommercially. An image format is not Transparent if used for any substantial amount
Secondarily, this License preserves for the author and publisher a way of text. A copy that is not "Transparent" is called "Opaque".
to get credit for their work, while not being considered responsible
for modifications made by others. Examples of suitable formats for Transparent copies include plain
ASCII without markup, Texinfo input format, LaTeX input format, SGML
This License is a kind of "copyleft", which means that derivative or XML using a publicly available DTD, and standard-conforming simple
works of the document must themselves be free in the same sense. It HTML, PostScript or PDF designed for human modification. Examples of
complements the GNU General Public License, which is a copyleft transparent image formats include PNG, XCF and JPG. Opaque formats
license designed for free software. include proprietary formats that can be read and edited only by
proprietary word processors, SGML or XML for which the DTD and/or
We have designed this License in order to use it for manuals for free processing tools are not generally available, and the
software, because free software needs free documentation: a free machine-generated HTML, PostScript or PDF produced by some word
program should come with manuals providing the same freedoms that the processors for output purposes only.
software does. But this License is not limited to software manuals;
it can be used for any textual work, regardless of subject matter or The "Title Page" means, for a printed book, the title page itself,
whether it is published as a printed book. We recommend this License plus such following pages as are needed to hold, legibly, the material
principally for works whose purpose is instruction or reference. this License requires to appear in the title page. For works in
formats which do not have any title page as such, "Title Page" means
the text near the most prominent appearance of the work's title,
1. APPLICABILITY AND DEFINITIONS preceding the beginning of the body of the text.

This License applies to any manual or other work, in any medium, that A section "Entitled XYZ" means a named subunit of the Document whose
contains a notice placed by the copyright holder saying it can be title either is precisely XYZ or contains XYZ in parentheses following
distributed under the terms of this License. Such a notice grants a text that translates XYZ in another language. (Here XYZ stands for a
world-wide, royalty-free license, unlimited in duration, to use that specific section name mentioned below, such as "Acknowledgements",
work under the conditions stated herein. The "Document", below, "Dedications", "Endorsements", or "History".) To "Preserve the Title"
refers to any such manual or work. Any member of the public is a of such a section when you modify the Document means that it remains a
licensee, and is addressed as "you". You accept the license if you section "Entitled XYZ" according to this definition.
copy, modify or distribute the work in a way requiring permission
under copyright law. The Document may include Warranty Disclaimers next to the notice which
states that this License applies to the Document. These Warranty
A "Modified Version" of the Document means any work containing the Disclaimers are considered to be included by reference in this
Document or a portion of it, either copied verbatim, or with License, but only as regards disclaiming warranties: any other
modifications and/or translated into another language. implication that these Warranty Disclaimers may have is void and has
no effect on the meaning of this License.
A "Secondary Section" is a named appendix or a front-matter section of
the Document that deals exclusively with the relationship of the
publishers or authors of the Document to the Document's overall subject 2. VERBATIM COPYING
(or to related matters) and contains nothing that could fall directly
within that overall subject. (Thus, if the Document is in part a You may copy and distribute the Document in any medium, either
textbook of mathematics, a Secondary Section may not explain any commercially or noncommercially, provided that this License, the
mathematics.) The relationship could be a matter of historical copyright notices, and the license notice saying this License applies
connection with the subject or with related matters, or of legal, to the Document are reproduced in all copies, and that you add no other
commercial, philosophical, ethical or political position regarding conditions whatsoever to those of this License. You may not use
them. technical measures to obstruct or control the reading or further
copying of the copies you make or distribute. However, you may accept
The "Invariant Sections" are certain Secondary Sections whose titles compensation in exchange for copies. If you distribute a large enough
are designated, as being those of Invariant Sections, in the notice number of copies you must also follow the conditions in section 3.
that says that the Document is released under this License. If a
section does not fit the above definition of Secondary then it is not You may also lend copies, under the same conditions stated above, and
3. COPYING IN QUANTITY I. Preserve the section Entitled "History", Preserve its Title, and add
to it an item stating at least the title, year, new authors, and
If you publish printed copies (or copies in media that commonly have publisher of the Modified Version as given on the Title Page. If
printed covers) of the Document, numbering more than 100, and the there is no section Entitled "History" in the Document, create one
Document's license notice requires Cover Texts, you must enclose the stating the title, year, authors, and publisher of the Document as
copies in covers that carry, clearly and legibly, all these Cover given on its Title Page, then add an item describing the Modified
Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on Version as stated in the previous sentence.
the back cover. Both covers must also clearly and legibly identify J. Preserve the network location, if any, given in the Document for
you as the publisher of these copies. The front cover must present public access to a Transparent copy of the Document, and likewise
the full title with all words of the title equally prominent and the network locations given in the Document for previous versions
visible. You may add other material on the covers in addition. it was based on. These may be placed in the "History" section.
Copying with changes limited to the covers, as long as they preserve You may omit a network location for a work that was published at
the title of the Document and satisfy these conditions, can be treated least four years before the Document itself, or if the original
as verbatim copying in other respects. publisher of the version it refers to gives permission.
K. For any section Entitled "Acknowledgements" or "Dedications",
If the required texts for either cover are too voluminous to fit Preserve the Title of the section, and preserve in the section all
legibly, you should put the first ones listed (as many as fit the substance and tone of each of the contributor acknowledgements
reasonably) on the actual cover, and continue the rest onto adjacent and/or dedications given therein.
pages. L. Preserve all the Invariant Sections of the Document,
unaltered in their text and in their titles. Section numbers
If you publish or distribute Opaque copies of the Document numbering or the equivalent are not considered part of the section titles.
more than 100, you must either include a machine-readable Transparent M. Delete any section Entitled "Endorsements". Such a section
copy along with each Opaque copy, or state in or with each Opaque copy may not be included in the Modified Version.
a computer-network location from which the general network-using N. Do not retitle any existing section to be Entitled "Endorsements"
public has access to download using public-standard network protocols or to conflict in title with any Invariant Section.
a complete Transparent copy of the Document, free of added material. O. Preserve any Warranty Disclaimers.
If you use the latter option, you must take reasonably prudent steps,
when you begin distribution of Opaque copies in quantity, to ensure If the Modified Version includes new front-matter sections or
that this Transparent copy will remain thus accessible at the stated appendices that qualify as Secondary Sections and contain no material
location until at least one year after the last time you distribute an copied from the Document, you may at your option designate some or all
Opaque copy (directly or through your agents or retailers) of that of these sections as invariant. To do this, add their titles to the
edition to the public. list of Invariant Sections in the Modified Version's license notice.
These titles must be distinct from any other section titles.
It is requested, but not required, that you contact the authors of the
Document well before redistributing any large number of copies, to give You may add a section Entitled "Endorsements", provided it contains
them a chance to provide you with an updated version of the Document. nothing but endorsements of your Modified Version by various
parties--for example, statements of peer review or that the text has
been approved by an organization as the authoritative definition of a
4. MODIFICATIONS standard.

You may copy and distribute a Modified Version of the Document under You may add a passage of up to five words as a Front-Cover Text, and a
the conditions of sections 2 and 3 above, provided that you release passage of up to 25 words as a Back-Cover Text, to the end of the list
the Modified Version under precisely this License, with the Modified of Cover Texts in the Modified Version. Only one passage of
Version filling the role of the Document, thus licensing distribution Front-Cover Text and one of Back-Cover Text may be added by (or
and modification of the Modified Version to whoever possesses a copy through arrangements made by) any one entity. If the Document already
of it. In addition, you must do these things in the Modified Version: includes a cover text for the same cover, previously added by you or
by arrangement made by the same entity you are acting on behalf of,
A. Use in the Title Page (and on the covers, if any) a title distinct you may not add another; but you may replace the old one, on explicit
from that of the Document, and from those of previous versions permission from the previous publisher that added the old one.
(which should, if there were any, be listed in the History section
of the Document). You may use the same title as a previous version The author(s) and publisher(s) of the Document do not by this License
if the original publisher of that version gives permission. give permission to use their names for publicity for or to assert or
B. List on the Title Page, as authors, one or more persons or entities imply endorsement of any Modified Version.
responsible for authorship of the modifications in the Modified
Version, together with at least five of the principal authors of the
Document (all of its principal authors, if it has fewer than five), 5. COMBINING DOCUMENTS
unless they release you from this requirement.
C. State on the Title page the name of the publisher of the You may combine the Document with other documents released under this
Modified Version, as the publisher. License, under the terms defined in section 4 above for modified
D. Preserve all the copyright notices of the Document. versions, provided that you include in the combination all of the
E. Add an appropriate copyright notice for your modifications Invariant Sections of all of the original documents, unmodified, and
adjacent to the other copyright notices. list them all as Invariant Sections of your combined work in its
F. Include, immediately after the copyright notices, a license notice license notice, and that you preserve all their Warranty Disclaimers.
giving the public permission to use the Modified Version under the
terms of this License, in the form shown in the Addendum below. The combined work need only contain one copy of this License, and
adding at the end of it, in parentheses, the name of the original 9. TERMINATION
author or publisher of that section if known, or else a unique number.
Make the same adjustment to the section titles in the list of You may not copy, modify, sublicense, or distribute the Document except
Invariant Sections in the license notice of the combined work. as expressly provided for under this License. Any other attempt to
copy, modify, sublicense or distribute the Document is void, and will
In the combination, you must combine any sections Entitled "History" automatically terminate your rights under this License. However,
in the various original documents, forming one section Entitled parties who have received copies, or rights, from you under this
"History"; likewise combine any sections Entitled "Acknowledgements", License will not have their licenses terminated so long as such
and any sections Entitled "Dedications". You must delete all sections parties remain in full compliance.
Entitled "Endorsements".

10. FUTURE REVISIONS OF THIS LICENSE


6. COLLECTIONS OF DOCUMENTS
The Free Software Foundation may publish new, revised versions
You may make a collection consisting of the Document and other documents of the GNU Free Documentation License from time to time. Such new
released under this License, and replace the individual copies of this versions will be similar in spirit to the present version, but may
License in the various documents with a single copy that is included in differ in detail to address new problems or concerns. See
the collection, provided that you follow the rules of this License for http://www.gnu.org/copyleft/.
verbatim copying of each of the documents in all other respects.
Each version of the License is given a distinguishing version number.
You may extract a single document from such a collection, and distribute If the Document specifies that a particular numbered version of this
it individually under this License, provided you insert a copy of this License "or any later version" applies to it, you have the option of
License into the extracted document, and follow this License in all following the terms and conditions either of that specified version or
other respects regarding verbatim copying of that document. of any later version that has been published (not as a draft) by the
Free Software Foundation. If the Document does not specify a version
number of this License, you may choose any version ever published (not
7. AGGREGATION WITH INDEPENDENT WORKS as a draft) by the Free Software Foundation.

A compilation of the Document or its derivatives with other separate


and independent documents or works, in or on a volume of a storage or ADDENDUM: How to use this License for your documents
distribution medium, is called an "aggregate" if the copyright
resulting from the compilation is not used to limit the legal rights To use this License in a document you have written, include a copy of
of the compilation's users beyond what the individual works permit. the License in the document and put the following copyright and
When the Document is included in an aggregate, this License does not license notices just after the title page:
apply to the other works in the aggregate which are not themselves
derivative works of the Document. Copyright (c) YEAR YOUR NAME.
Permission is granted to copy, distribute and/or modify this document
If the Cover Text requirement of section 3 is applicable to these under the terms of the GNU Free Documentation License, Version 1.2
copies of the Document, then if the Document is less than one half of or any later version published by the Free Software Foundation;
the entire aggregate, the Document's Cover Texts may be placed on with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
covers that bracket the Document within the aggregate, or the A copy of the license is included in the section entitled "GNU
electronic equivalent of covers if the Document is in electronic form. Free Documentation License".
Otherwise they must appear on printed covers that bracket the whole
aggregate. If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
replace the "with...Texts." line with this:

8. TRANSLATION with the Invariant Sections being LIST THEIR TITLES, with the
Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
Translation is considered a kind of modification, so you may
distribute translations of the Document under the terms of section 4. If you have Invariant Sections without Cover Texts, or some other
Replacing Invariant Sections with translations requires special combination of the three, merge those two alternatives to suit the
permission from their copyright holders, but you may include situation.
translations of some or all Invariant Sections in addition to the
original versions of these Invariant Sections. You may include a If your document contains nontrivial examples of program code, we
translation of this License, and all the license notices in the recommend releasing these examples in parallel under your choice of
Document, and any Warranty Disclaimers, provided that you also include free software license, such as the GNU General Public License,
the original English version of this License and the original versions to permit their use in free software.
of those notices and disclaimers. In case of a disagreement between
the translation and the original version of this License or a notice
or disclaimer, the original version will prevail.

If a section in the Document is Entitled "Acknowledgements",


"Dedications", or "History", the requirement (section 4) to Preserve
its Title (section 1) will typically require changing the actual
title.

También podría gustarte