Hi,
I have a few questions concerning new strings:
#: src/dialogs/rdf.cpp:227 "Coverage"
#: src/dialogs/rdf.cpp:228 "Extent or scope of this document."
Do these mean "the things this document talks about"?
#: src/dialogs/rdf.cpp:238 "URI to the License namespace definition."
Is "License" the name of a namespace?
#: src/interface.cpp:936 "Make Current Layer"
Does this mean: "make it the current layer"?
#: src/dialogs/rdf.cpp:225 "classication"
Does this mean the same as "classification"?
Arpad Biro
__________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail
On Sun, Jul 04, 2004 at 10:18:56AM -0700, Arpad Biro wrote:
#: src/dialogs/rdf.cpp:227 "Coverage"
#: src/dialogs/rdf.cpp:228 "Extent or scope of this document."
Do these mean "the things this document talks about"?
I think it's more either "conceptual coverage", which make it similar to "keywords", but less formal, or "geographic coverage" to describe, for example, what area it's a map of, etc. I got all these definitions from the Dublin Core descriptions of the various RDF elements.
#: src/dialogs/rdf.cpp:238 "URI to the License namespace definition."
Is "License" the name of a namespace?
I wish English were more exact. :) "License" isn't the name OF a namespace, but rather, we're talking about a namespace FOR a License. Maybe I should change this string to:
"URI to this document's License's namespace definition."
#: src/dialogs/rdf.cpp:225 "classication"
Does this mean the same as "classification"?
Ah, yeah, this is a typo. I shall go fix it. :)
On Sun, 4 Jul 2004, Arpad Biro wrote:
I have a few questions concerning new strings:
#: src/dialogs/rdf.cpp:227 "Coverage"
#: src/dialogs/rdf.cpp:228 "Extent or scope of this document."
Do these mean "the things this document talks about"?
From http://www.w3.org/TR/1998/WD-rdf-schema-19980409/, Appendic D:
Dublin Core:
The spatial or temporal characteristics of the intellectual content of the resource. Spatial coverage refers to a physical region (e.g., celestial sector); use coordinates (e.g., longitude and latitude) or place names that are from a controlled list or are fully spelled out. Temporal coverage refers to what the resource is about rather than when it was created or made available (the latter belonging in the Date element); use the same date/time format (often a range) [Date and Time Formats (based on ISO8601), W3C Technical Note, http://www.w3.org/TR/NOTE-datetime] as recommended for the Date element or time periods that are from a controlled list or are fully spelled out.
So it sounds like it's geographical coverage (e.g.., 'Paris, France', for a document talking about a fashion show), or historical coverage ('1776' for a document talking about the U.S. War of Independence).
#: src/dialogs/rdf.cpp:238 "URI to the License namespace definition."
Is "License" the name of a namespace?
Looks like this has been changed in the codebase to:
"URI to this document's license's namespace definition."
Basically this is where you put a URL to a page that defines the license.
#: src/interface.cpp:936 "Make Current Layer"
Does this mean: "make it the current layer"?
Yes
#: src/dialogs/rdf.cpp:225 "classication"
Does this mean the same as "classification"?
Yes. It appears this has been updated in the codebase to the following:
"The topic of this document as key words, phrases, or classification."
Bryce
participants (3)
-
Arpad Biro
-
Bryce Harrington
-
Kees Cook