Closed
Bug 668805
Opened 15 years ago
Closed 15 years ago
Glossary: Simple one line rewrite of introduction paragraph (Patch)
Categories
(Add-on SDK Graveyard :: Documentation, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: arky, Assigned: arky)
Details
Attachments
(1 file)
|
1.28 KB,
patch
|
wbamberg
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.5; rv:5.0) Gecko/20100101 Firefox/5.0
Build ID: 20110615151330
Steps to reproduce:
Simple rewrite of introduction paragraph (Patch
| Assignee | ||
Updated•15 years ago
|
Attachment #543423 -
Attachment is patch: true
Attachment #543423 -
Attachment mime type: application/octet-stream → text/plain
Updated•15 years ago
|
Attachment #543423 -
Flags: review?(wbamberg)
Comment 1•15 years ago
|
||
Comment on attachment 543423 [details] [diff] [review]
0001-Rewrote-intro-line.patch
>From 8dd0b6627ab308efd0d615f70b91e6ab7df6b40a Mon Sep 17 00:00:00 2001
>From: Arky <arky@gnu.org.in>
>Date: Fri, 1 Jul 2011 20:54:19 +0700
>Subject: [PATCH] Rewrote intro line
>
>---
> static-files/md/dev-guide/appendices/glossary.md | 5 ++---
> 1 files changed, 2 insertions(+), 3 deletions(-)
>
>diff --git a/static-files/md/dev-guide/appendices/glossary.md b/static-files/md/dev-guide/appendices/glossary.md
>index 150f4d5..bd5204e 100644
>--- a/static-files/md/dev-guide/appendices/glossary.md
>+++ b/static-files/md/dev-guide/appendices/glossary.md
>@@ -1,7 +1,6 @@
> # Glossary #
>
>-Terminology is important. Here's a glossary of terms used for the SDK
>-so all developers speak the same language.
>+This glossary contains a list of terms used in the Add-on SDK.
>
Agreed that this is an improvement.
> __Add-on__: A software package that adds functionality to a Mozilla application,
> which can be built with either Mozilla's traditional add-on platform or the SDK.
>@@ -15,7 +14,7 @@ any Mozilla application or extension.
> __CFX__: A command-line build, testing, and packaging tool for SDK-based code.
>
> __CommonJS__: A specification for a cross-platform JavaScript module
>-system and standard library. [Web site](http://commonjs.org/).
>+system and standard library. [Website](http://commonjs.org/).
Most Mozilla docs seem to prefer "Web site" so I'd suggest we keep that here.
>
> __Extension__: Synonym for Add-on.
>
>--
>1.7.5.2
>
Attachment #543423 -
Flags: review?(wbamberg) → review+
Comment 2•15 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Assignee: nobody → hitmanarky
You need to log in
before you can comment on or make changes to this bug.
Description
•