After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 103483 - Dublin Core Standard (document properties, metadata)
Dublin Core Standard (document properties, metadata)
Status: RESOLVED OBSOLETE
Product: dia
Classification: Other
Component: general
CVS head
Other All
: Normal enhancement
: ---
Assigned To: Dia maintainers
Dia maintainers
Depends on:
Blocks:
 
 
Reported: 2003-01-14 15:50 UTC by Alan Horkan
Modified: 2019-03-20 11:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alan Horkan 2003-01-14 15:55:06 UTC
http://dublincore.org/
Dublin Core is used for document properties.  The Dublin Core standard is
used by OpenOffice.org, Abiword and Gnumeric (not sure about Gnumeric
exactly).  
I intend to add it to the Dia file format and use it in various places.  

The first place i intend to add it is in the Sheet files as it will be the
easiest.  
I also plan to add it to the ordinary Dia files and then Add a Properties
Dialog in the (Document) File menu.  
I have some ideas about adding some dublin core to the shape files but that
is a very low priority.  

Currently the sheets contain information similar to this

<!--Dia-Version: 0.90-->
<!--File: C:\Program Files\dia\.dia\sheets\monkey.sheet-->
<!--Date: Sun Nov 24 18:39:53 2002-->
<!--For: horkana-->

which we could very easily turn this infromation into Dublin Core
<dc:creator>Alan Horkan</dc:creator>
<dc:date></dc:date> (date is specified in some specific standardised format

Dublin core does not specify a version tag, for this we might consider
resuing the 'meta' namespace specified by OpenOffice.org but I will look
into it later.  

I have given plenty of thought to this.  
These notes are only to give you a rought idea of what i am on about, I
will add more detail and what should be clear when i have done it.
Comment 1 Alan Horkan 2003-01-20 03:20:51 UTC
reminder to self

add in the xlink xmlns to the DTD while you are at it

xlink is already used if you export an image object as a .shape
Comment 2 GNOME Infrastructure Team 2019-03-20 11:04:00 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/dia/issues/72.