[gnome-devel-docs] programming-guidelines: Use ‘G NOME’ instead of ‘Gnome’
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-devel-docs] programming-guidelines: Use ‘G NOME’ instead of ‘Gnome’
- Date: Fri, 6 Feb 2015 16:06:01 +0000 (UTC)
commit f4f72a0a1e39d821ed5cf96b698462a52064c112
Author: Philip Withnall <philip withnall collabora co uk>
Date: Tue Feb 3 10:05:10 2015 +0000
programming-guidelines: Use ‘GNOME’ instead of ‘Gnome’
Capitalisation naziism.
https://bugzilla.gnome.org/show_bug.cgi?id=376123
programming-guidelines/C/c-coding-style.page | 22 +++++++++++-----------
programming-guidelines/C/writing-good-code.page | 10 +++++-----
2 files changed, 16 insertions(+), 16 deletions(-)
---
diff --git a/programming-guidelines/C/c-coding-style.page b/programming-guidelines/C/c-coding-style.page
index 1883d68..a7ac5a0 100644
--- a/programming-guidelines/C/c-coding-style.page
+++ b/programming-guidelines/C/c-coding-style.page
@@ -15,31 +15,31 @@
<name>The GTK+ Team</name>
</credit>
- <desc>Our guidelines for C code in Gnome</desc>
+ <desc>Our guidelines for C code in GNOME</desc>
</info>
<title>C Coding Style</title>
<p>
This document presents the preferred coding style for C programs
- in Gnome. While coding style is very much a matter of taste, in
- Gnome we favor a coding style that promotes consistency,
+ in GNOME. While coding style is very much a matter of taste, in
+ GNOME we favor a coding style that promotes consistency,
readability, and maintainability.
</p>
<p>
We present examples of good coding style as well as examples of
- bad style that is not acceptable in Gnome. Please try to submit
- patches that conform to Gnome's coding style; this indicates that
+ bad style that is not acceptable in GNOME. Please try to submit
+ patches that conform to GNOME's coding style; this indicates that
you have done your homework to respect the project's goal of
- long-term maintainability. Patches with Gnome's coding style will
+ long-term maintainability. Patches with GNOME's coding style will
also be easier to review!
</p>
<note>
<p>
This document is for C code. For other languages, check the
- <link xref="index">main page</link> of the Gnome Programming
+ <link xref="index">main page</link> of the GNOME Programming
Guidelines.
</p>
</note>
@@ -49,7 +49,7 @@
document, the Linux Kernel's CodingStyle, and the GNU Coding
Standards. These are slight variations of each other, with
particular modifications for each project's particular needs and
- culture, and Gnome's version is no different.
+ culture, and GNOME's version is no different.
</p>
<section id="most-important-rule">
@@ -92,7 +92,7 @@
<p>
In general there are two preferred indentation styles for code
- in Gnome.
+ in GNOME.
</p>
<list type="ordered">
@@ -146,8 +146,8 @@ for (i = 0; i < num_elements; i++)
<p>
Both styles have their pros and cons. The most important things
is to <em>be consistent</em> with the surrounding code. For
- example, the GTK+ library, which is Gnome's widget toolkit, is
- written with the GNU style. Nautilus, Gnome's file manager, is
+ example, the GTK+ library, which is GNOME's widget toolkit, is
+ written with the GNU style. Nautilus, GNOME's file manager, is
written in Linux kernel style. Both styles are perfectly
readable and consistent when you get used to them.
</p>
diff --git a/programming-guidelines/C/writing-good-code.page b/programming-guidelines/C/writing-good-code.page
index e824144..370397d 100644
--- a/programming-guidelines/C/writing-good-code.page
+++ b/programming-guidelines/C/writing-good-code.page
@@ -26,16 +26,16 @@
<title>The Importance of Writing Good Code</title>
<p>
- Gnome is a very ambitious free software project, and it is
+ GNOME is a very ambitious free software project, and it is
composed of many software packages that are more or less
- independent of each other. A lot of the work in Gnome is done by
- volunteers: although there are many people working on Gnome
+ independent of each other. A lot of the work in GNOME is done by
+ volunteers: although there are many people working on GNOME
full-time or part-time for here, volunteers still make up a large
percentage of our contributors. Programmers may come and go at
any time and they will be able to dedicate different amounts of
- time to the Gnome project. People's "real world" responsibilities
+ time to the GNOME project. People's "real world" responsibilities
may change, and this will be reflected in the amount of time and
- they can devote to Gnome.
+ they can devote to GNOME.
</p>
<p>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]