If you are looking for a stable release of glabels, it can be downloaded from:
- http://glabels.sourceforge.net/download
+ http://glabels.org/download
*** END OF WARNING ***
Website
=======
-http://glabels.sourceforge.net/
+http://glabels.org/
.SH FILES
The $HOME/.glabels directory contains all user-defined templates.
.SH SEE ALSO
-The gLabels homepage at <http://glabels.sourceforge.net/>.
+The gLabels homepage at <http://glabels.org/>.
.SH AUTHOR
Jim Evins <evins@snaught.com>
<name xml:lang="en">glabels</name>
<shortdesc xml:lang="en">gLabels label designer</shortdesc>
- <homepage rdf:resource="http://glabels.sourceforge.net" />
+ <homepage rdf:resource="http://glabels.org" />
<mailing-list rdf:resource="https://lists.sourceforge.net/lists/listinfo/glabels-devel" />
<category rdf:resource="http://api.gnome.org/doap-extensions#productivity" />
#include "units.h"
-#define LGL_XML_NAME_SPACE "http://snaught.com/glabels/2.2/"
+#define LGL_XML_NAME_SPACE "http://glabels.org/xmlns/2.3/"
G_BEGIN_DECLS
"Austin Henry",
" ",
_("See the file AUTHORS for additional credits,"),
- _("or visit http://glabels.sourceforge.net/"),
+ _("or visit http://glabels.org/"),
NULL
};
const gchar *about_text = _("A label and business card creation program.\n");
- const gchar *url = "http://glabels.sourceforge.net";
+ const gchar *url = "http://glabels.org";
const gchar *translator_credits = _("translator-credits");
#define COMPAT01_NAME_SPACE "http://snaught.com/glabels/0.1/"
#define COMPAT04_NAME_SPACE "http://snaught.com/glabels/0.4/"
#define COMPAT20_NAME_SPACE "http://snaught.com/glabels/2.0/"
+#define COMPAT22_NAME_SPACE "http://snaught.com/glabels/2.2/"
/*========================================================*/
/* Test for current namespaces. */
if ( !xmlSearchNsByHref (doc, root, (xmlChar *)COMPAT20_NAME_SPACE) &&
+ !xmlSearchNsByHref (doc, root, (xmlChar *)COMPAT22_NAME_SPACE) &&
!xmlSearchNsByHref (doc, root, (xmlChar *)LGL_XML_NAME_SPACE) )
{
g_message (_("Unknown glabels Namespace -- Using %s"),