[release-notes] Add basic skel structure
- From: Javier JardÃn <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [release-notes] Add basic skel structure
- Date: Fri, 16 Mar 2012 14:12:03 +0000 (UTC)
commit 5f9d4d3836ff74b5d92d911b771ca9be7f14a6bc
Author: Javier JardÃn <jjardon gnome org>
Date: Fri Mar 16 13:38:25 2012 +0000
Add basic skel structure
Makefile.am | 1 +
autogen.sh | 26 ++++++++
configure.ac | 14 ++++
help/C/release-notes.xml | 142 +++++++++++++++++++++++++++++++++++++++++++
help/C/rna11y.xml | 16 +++++
help/C/rndevelopers.xml | 80 ++++++++++++++++++++++++
help/C/rni18n.xml | 110 +++++++++++++++++++++++++++++++++
help/C/rninstallation.xml | 35 +++++++++++
help/C/rnlookingforward.xml | 37 +++++++++++
help/C/rnusers.xml | 14 ++++
help/Makefile.am | 18 ++++++
11 files changed, 493 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..15831f8
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = help
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..81b082d
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,26 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+
+test -n "$srcdir" || srcdir=`dirname "$0"`
+test -n "$srcdir" || srcdir=.
+
+olddir=`pwd`
+cd $srcdir
+
+AUTORECONF=`which autoreconf`
+if test -z $AUTORECONF; then
+ echo "*** No autoreconf found, please intall it ***"
+ exit 1
+fi
+
+GNOMEDOC=`which yelp-build`
+if test -z $GNOMEDOC; then
+ echo "*** The tools to build the documentation are not found,"
+ echo " please intall the yelp-tools package ***"
+ exit 1
+fi
+
+autoreconf --force --install --verbose
+
+cd $olddir
+test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..b77fc41
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,14 @@
+AC_INIT([release-notes],[3.4])
+
+AC_CONFIG_AUX_DIR([build-aux])
+
+AM_INIT_AUTOMAKE([foreign])
+AM_MAINTAINER_MODE([enable])
+
+YELP_HELP_INIT
+
+AC_CONFIG_FILES([
+Makefile
+help/Makefile
+])
+AC_OUTPUT
diff --git a/help/C/release-notes.xml b/help/C/release-notes.xml
new file mode 100644
index 0000000..88688a2
--- /dev/null
+++ b/help/C/release-notes.xml
@@ -0,0 +1,142 @@
+<?xml version="1.0"?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
+<!ENTITY urlfiguresbase "figures/">
+<!ENTITY gnomeversion "">
+<!ENTITY lastversion "">
+<!-- 37578 git commits between 2011-04-06 and 2011-09-14 -->
+<!ENTITY gitcommits "0">
+<!-- 1261 git authors between 2011-04-06 and 2011-09-14 -->
+<!ENTITY gitauthors "0">
+]>
+
+<article lang="en" id="index">
+ <articleinfo>
+ <title>GNOME &gnomeversion; Release Notes</title>
+
+ <copyright>
+ <year>2012</year>
+ <holder>GNOME Foundation</holder>
+ </copyright>
+
+ <publisher>
+ <publishername>GNOME Foundation</publishername>
+ </publisher>
+ <pubdate>2012-03-28</pubdate>
+ <edition>&gnomeversion;</edition>
+ <abstract role="description">
+ <para>GNOME &gnomeversion; follows the project's predictable release cycle and
+ comes six months after the last GNOME major release, version &lastversion;. It
+ includes improvements and interesting new features.</para>
+ </abstract>
+
+ <authorgroup>
+ <author role="maintainer">
+ <firstname>Andre</firstname>
+ <surname>Klapper</surname>
+ <affiliation>
+ <orgname>GNOME Marketing Team</orgname>
+ </affiliation>
+ </author>
+
+ <othercredit role="translator">
+ <!-- TRANSLATOR: write your first name -->
+ <firstname></firstname>
+ <!-- TRANSLATOR: write your surname -->
+ <surname></surname>
+ <affiliation>
+ <!-- TRANSLATOR: change your affiliation if required -->
+ <orgname>GNOME Translation Project</orgname>
+ </affiliation>
+ </othercredit>
+ </authorgroup>
+
+ </articleinfo>
+
+ <sect1 id="intro">
+ <title>Introduction</title>
+
+ <para>
+ The GNOME Project is an international community that works to make
+ great software available to all. GNOME focuses on ease of use,
+ stability, first-class internationalization, and accessibility.
+ GNOME is Free and Open Source Software. This means that
+ all our work is free to use, modify and redistribute.
+ </para>
+ <para>
+ GNOME is released every six months.
+ Since the last version, &lastversion;, approximately
+ &gitauthors; people made about &gitcommits; changes to GNOME.
+ Interested in what we do? Follow us on
+ <ulink url="http://identi.ca/gnome">Identi.ca</ulink>,
+ <ulink url="https://twitter.com/GNOME">Twitter</ulink> or <ulink
+ url="https://www.facebook.com/GNOMEDesktop">Facebook</ulink>.
+ </para>
+ <para>
+ If you would like to help make our products even better,
+ <ulink url="http://live.gnome.org/JoinGnome">join us</ulink>. We
+ always welcome more people who can translate from English, assist
+ with marketing, write documentation, test, or do development.
+ </para>
+ <para>
+ You can also support us financially by becoming a <ulink
+ url="http://www.gnome.org/friends/">Friend of GNOME</ulink>.
+ </para>
+ <para>
+<!-- TODO: Check if this page will exist -->
+ If you want to celebrate the release of &gnomeversion; with others,
+ <ulink url="https://live.gnome.org/GnomeMarketing/ThreePointFour/ReleaseParties">check
+ out whether a Release Party takes place nearby</ulink>!
+ </para>
+
+ </sect1>
+
+ <!-- === includes go here === -->
+ <!-- What's New For Users -->
+ <include href="rnusers.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+ <!-- What's New In A11y -->
+ <include href="rna11y.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+ <!-- What's New For Administrators -->
+ <!-- include href="rnadmins.xml" xmlns="http://www.w3.org/2001/XInclude"/ -->
+ <!-- What's New For Contributors -->
+ <!-- include href="rncontributors.xml" xmlns="http://www.w3.org/2001/XInclude"/ -->
+ <!-- What's New for Developers -->
+ <include href="rndevelopers.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+ <!-- What's New In Mobile -->
+ <!-- include href="rnmobile.xml" xmlns="http://www.w3.org/2001/XInclude"/> -->
+ <!-- Internationalization -->
+ <include href="rni18n.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+ <!-- Installing GNOME -->
+ <include href="rninstallation.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+ <!-- Known Issues -->
+ <!-- Looking to the future: -->
+ <include href="rnlookingforward.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
+ <sect1 id="rncredits">
+ <title>Credits</title>
+ <!-- TRANSLATOR: Please insert your translation credit after this sentence,
+ like "The translation into $LANGUAGE was done by $TRANSLATOR-NAME(S) from the $YOUR-LANGUAGE Team." -->
+ These release notes were compiled by Olav Vitters and Andrà Klapper with extensive
+ help from the GNOME community.
+ <para>
+ This release could not have been possible without the hard work and
+ dedication of <ulink url="http://www.gnome.org/foundation/membership/">the GNOME community</ulink>. Congratulations and thanks to everyone.
+ </para>
+
+ <para>
+ These release notes can be freely translated into any language. If you
+ wish to translate them into your language, please contact the
+ <ulink url="http://live.gnome.org/TranslationProject">GNOME Translation
+ Project</ulink>.
+ </para>
+
+ <para>
+ This document is distributed under the
+ <ulink url="http://creativecommons.org/licenses/by-sa/3.0/">Creative
+ Commons Sharealike 3.0 license</ulink>. Copyright  The GNOME Project
+ </para>
+
+ </sect1>
+
+</article>
+<!-- vi:set tw=80 ts=2: -->
diff --git a/help/C/rna11y.xml b/help/C/rna11y.xml
new file mode 100644
index 0000000..f9a84b5
--- /dev/null
+++ b/help/C/rna11y.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
+<!ENTITY urlfiguresbase "figures/">
+<!ENTITY gnomeversion "">
+]>
+
+<sect1 id="rna11y">
+ <title>What's New in Accessibility</title>
+ <para>
+ GNOME &gnomeversion; is the most beautiful accessible desktop to date, with
+ an emphasis on being reliable and usable for everyone.
+ </para>
+
+</sect1>
+<!-- vi:set tw=80 ts=2: -->
diff --git a/help/C/rndevelopers.xml b/help/C/rndevelopers.xml
new file mode 100644
index 0000000..cac9605
--- /dev/null
+++ b/help/C/rndevelopers.xml
@@ -0,0 +1,80 @@
+<?xml version="1.0"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
+<!ENTITY urlfiguresbase "figures/">
+<!ENTITY gnomeversion "">
+<!ENTITY glibversion "">
+<!ENTITY gtkversion "">
+<!ENTITY clutterversion "">
+]>
+
+<sect1 id="rndevelopers">
+ <title>What's New for Developers</title>
+ <para>
+ The following changes are important for developers using the GNOME
+ &gnomeversion; Developer Platform. If you are not interested in
+ changes for developers, you can skip
+ forward to <xref linkend="rni18"/>.
+ </para>
+
+ <para>
+ Included in GNOME &gnomeversion; is the latest release of the GNOME Developer
+ Platform. This consists of a set of API- and ABI-stable libraries available
+ under the GNU LGPL that can be used for the development of cross-platform
+ applications.
+ </para>
+
+ <para>
+ For information on developing with GNOME please visit the <ulink url="http://developer.gnome.org/">GNOME Developer Center</ulink>.
+ </para>
+
+ <sect2 id="glib">
+ <title>GLib &glibversion;</title>
+ <para>
+ GNOME's low-level software utility library <application>GLib</application> has seen various improvements:
+ </para>
+ </sect2>
+
+ <sect2 id="gtk">
+ <title>GTK+ >kversion;</title>
+ <para>
+ GTK+ >kversion; is the latest release of the GTK+ toolkit, which is at the heart
+ of GNOME. GTK+ >kversion; includes new features for developers, as
+ well as extensive bug fixes.
+ </para>
+ </sect2>
+
+ <sect2 id="clutter">
+ <title>Clutter &clutterversion;</title>
+ <para>
+ GNOME's graphics library for hardware-accelerated user interfaces <application>Clutter</application> provides the following improvements:
+ </para>
+ </sect2>
+
+ <sect2 id="cleanup">
+ <title>Use of Deprecated Libraries</title>
+ <para>
+ Further progress has been made in the continuous work of replacing outdated technologies with superior facilities.
+ </para>
+ <itemizedlist>
+ <listitem><para>
+ </para></listitem>
+ </itemizedlist>
+ </sect2>
+
+ <sect2 id="jhbuild">
+ <title>Again easier to Compile GNOME With JHBuild</title>
+ </sect2>
+
+ <sect2 id="misc-devs">
+ <title>Miscellaneous Developer Updates</title>
+ <para>Other GNOME Platform improvements in GNOME &gnomeversion; include:
+ </para>
+ <itemizedlist>
+ <listitem><para>
+ </para></listitem>
+ </itemizedlist>
+ </sect2>
+
+</sect1>
+<!-- vi:set tw=80 ts=2: -->
diff --git a/help/C/rni18n.xml b/help/C/rni18n.xml
new file mode 100644
index 0000000..68103fc
--- /dev/null
+++ b/help/C/rni18n.xml
@@ -0,0 +1,110 @@
+<?xml version="1.0"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
+<!ENTITY version "">
+<!ENTITY urlfiguresbase "figures/">
+<!ENTITY supportedlanguages "">
+]>
+<sect1 id="rni18">
+ <title>Internationalization</title>
+
+ <!-- Translators: number of languages might change before final date -->
+ <para>
+ Thanks to members of the worldwide <ulink
+ url="http://live.gnome.org/TranslationProject">GNOME Translation
+ Project</ulink>, GNOME &version; offers support for more than &supportedlanguages; languages with at least 80 percent of
+ strings translated, including the user and administration manuals for many languages.
+ </para>
+
+ <para>Supported languages:
+
+ <!-- some languages are currently under quota, but they will be removed prior
+ to publication: they are included so translators don't have to update when
+ we know final -->
+ <!-- Information is from http://l10n.gnome.org/releases/gnome-3-4 -->
+
+ <itemizedlist id="langlist">
+<listitem><para>Arabic</para></listitem>
+<listitem><para>Assamese</para></listitem>
+<listitem><para>Asturian</para></listitem>
+<listitem><para>Basque</para></listitem>
+<listitem><para>Belarusian</para></listitem>
+<listitem><para>Bengali</para></listitem>
+<listitem><para>Bengali (India)</para></listitem>
+<listitem><para>Brazilian Portuguese</para></listitem>
+<listitem><para>British English</para></listitem>
+<listitem><para>Bulgarian</para></listitem>
+<listitem><para>Catalan</para></listitem>
+<listitem><para>Catalan (Valencian)</para></listitem>
+<listitem><para>Chinese (China)</para></listitem>
+<listitem><para>Chinese (Hong Kong)</para></listitem>
+<listitem><para>Chinese (Taiwan)</para></listitem>
+<listitem><para>Czech</para></listitem>
+<listitem><para>Danish</para></listitem>
+<listitem><para>Dutch</para></listitem>
+<listitem><para>English (US)</para></listitem>
+<listitem><para>Estonian</para></listitem>
+<listitem><para>Finnish</para></listitem>
+<listitem><para>French</para></listitem>
+<listitem><para>Galician</para></listitem>
+<listitem><para>German</para></listitem>
+<listitem><para>Greek</para></listitem>
+<listitem><para>Gujarati</para></listitem>
+<listitem><para>Hebrew</para></listitem>
+<listitem><para>Hindi</para></listitem>
+<listitem><para>Hungarian</para></listitem>
+<listitem><para>Indonesian</para></listitem>
+<listitem><para>Italian</para></listitem>
+<listitem><para>Japanese</para></listitem>
+<listitem><para>Kannada</para></listitem>
+<listitem><para>Korean</para></listitem>
+<listitem><para>Latvian</para></listitem>
+<listitem><para>Lithuanian</para></listitem>
+<listitem><para>Macedonian</para></listitem>
+<listitem><para>Malayalam</para></listitem>
+<listitem><para>Marathi</para></listitem>
+<listitem><para>Norwegian BokmÃl</para></listitem>
+<listitem><para>Norwegian Nynorsk</para></listitem>
+<listitem><para>Oriya</para></listitem>
+<listitem><para>Polish</para></listitem>
+<listitem><para>Portuguese</para></listitem>
+<listitem><para>Punjabi</para></listitem>
+<listitem><para>Romanian</para></listitem>
+<listitem><para>Russian</para></listitem>
+<listitem><para>Serbian</para></listitem>
+<listitem><para>Slovak</para></listitem>
+<listitem><para>Slovenian</para></listitem>
+<listitem><para>Spanish</para></listitem>
+<listitem><para>Swedish</para></listitem>
+<listitem><para>Tamil</para></listitem>
+<listitem><para>Telugu</para></listitem>
+<listitem><para>Thai</para></listitem>
+<listitem><para>Turkish</para></listitem>
+<listitem><para>Uighur</para></listitem>
+<listitem><para>Ukrainian</para></listitem>
+<listitem><para>Vietnamese</para></listitem>
+ </itemizedlist>
+ </para>
+
+ <para>Many other languages are partially supported, with more than half of
+ their strings translated.</para>
+
+ <!--
+ <para>
+ Translating a software package as large as GNOME into a new language can be
+ an overwhelming task for even the most dedicated translation team. For this
+ release a stellar effort has been done by the Asturian team, increasing the
+ completeness of their translation by more than 27 points, soon passing the 80%
+ mark indicating complete support for a language. The Shavian team also started
+ translating GNOME in the 2.30 cycle and is already at 70%, already almost
+ at complete support for a language.
+ </para>
+ The ?? teams are also to be congratulated as they raised their translation
+ status 10 points or more. -->
+
+ <para>
+ Detailed statistics and more information are available on GNOME's
+ <ulink url="http://l10n.gnome.org/">translation status site</ulink>.
+ </para>
+
+</sect1>
diff --git a/help/C/rninstallation.xml b/help/C/rninstallation.xml
new file mode 100644
index 0000000..161174c
--- /dev/null
+++ b/help/C/rninstallation.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
+<!ENTITY urlfiguresbase "figures/">
+<!ENTITY gnomeversion "">
+]>
+
+<sect1 id="rninstallation">
+ <title>Installing GNOME</title>
+
+ <para>
+ You can try out GNOME &gnomeversion; with GNOME Live Media, which contains all of the software
+ included in GNOME &gnomeversion; in a virtual machine. Using virtual images, you can try out the latest
+ GNOME in QEMU, KVM, Virtualbox or VMWare.
+ GNOME Live Media can be downloaded from the GNOME
+ <ulink url="http://torrent.gnome.org/">BitTorrent site</ulink>.
+ </para>
+
+ <para>
+ To install or upgrade your machine to GNOME &gnomeversion;, we recommend you install
+ official packages from your vendor or distribution. Popular distributions
+ will make GNOME &gnomeversion; available very soon, and some already have
+ development versions with GNOME &gnomeversion; available.
+ </para>
+
+ <para>
+ If you are brave and patient, and would like to build GNOME from source,
+ we recommend you use <ulink
+ url="http://library.gnome.org/devel/jhbuild/">JHBuild</ulink>, which is
+ designed to build the latest GNOME from Git. You can use JHBuild to build
+ GNOME &gnomeversion;.x by using the <filename>gnome-&gnomeversion;</filename> moduleset.
+ </para>
+
+</sect1>
+<!-- vi:set tw=80 ts=2: -->
diff --git a/help/C/rnlookingforward.xml b/help/C/rnlookingforward.xml
new file mode 100644
index 0000000..090b583
--- /dev/null
+++ b/help/C/rnlookingforward.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
+<!ENTITY urlfiguresbase "figures/">
+<!ENTITY gnomeversion "">
+<!ENTITY nextversion "">
+]>
+
+<sect1 id="rnlookingforward">
+ <title>Looking Forward to GNOME &nextversion;</title>
+ <para>
+ The next release in the GNOME 3 series is scheduled for FIXME. Many
+ new features and enhancements are planned for &nextversion;.
+ </para>
+ <sect2 id="rnlookingforward-users">
+ <title>User-visible changes</title>
+ <itemizedlist>
+ <listitem><para>
+ </para></listitem>
+ </itemizedlist>
+ </sect2>
+ <sect2 id="rnlookingforward-a11y">
+ <title>Accessibility changes</title>
+ <itemizedlist>
+ <listitem><para>
+ </para></listitem>
+ </itemizedlist>
+ </sect2>
+ <sect2 id="rnlookingforward-devs">
+ <title>Developer-related changes</title>
+ <itemizedlist>
+ <listitem><para>
+ </para></listitem>
+ </itemizedlist>
+ </sect2>
+</sect1>
+<!-- vi:set tw=80 ts=2: -->
diff --git a/help/C/rnusers.xml b/help/C/rnusers.xml
new file mode 100644
index 0000000..365adf9
--- /dev/null
+++ b/help/C/rnusers.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
+<!ENTITY urlfiguresbase "figures/">
+<!ENTITY lastversion "">
+<!ENTITY gnomeversion "">
+<!ENTITY nextversion "">
+]>
+
+<sect1 id="rnusers">
+ <title>What's New for Users</title>
+
+</sect1>
+<!-- vi:set tw=80 ts=2: -->
diff --git a/help/Makefile.am b/help/Makefile.am
new file mode 100644
index 0000000..2502890
--- /dev/null
+++ b/help/Makefile.am
@@ -0,0 +1,18 @@
+# Fake Makefile.am to get the directory noticed by library.gnome.org
+ YELP_HELP_RULES@
+
+HELP_ID = release-notes
+
+HELP_FILES = \
+ rnusers.xml \
+ rna11y.xml \
+ rndevelopers.xml \
+ rni18n.xml \
+ rninstallation.xml \
+ rnlookingforward.xml \
+ $(NULL)
+
+HELP_MEDIA = \
+ $(NULL)
+
+HELP_LINGUAS =
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]