From: Mario Blättermann
Date: Mon, 24 Sep 2012 11:06:25 +0000 (+0200)
Subject: Some fixes around itstool
X-Git-Tag: glabels-3_2_0~48
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=933a3996cf531177ba200d8ce21b753033f33530;p=glabels
Some fixes around itstool
---
diff --git a/help/C/about.page b/help/C/about.page
index 0aa524fc..160488a7 100644
--- a/help/C/about.page
+++ b/help/C/about.page
@@ -38,6 +38,6 @@
General Public license as published by the Free Software
Foundation; either version 3 of the License, or (at your option)
any later version. A copy of this license can be found at this
- link, or in the file
+ link, or in the file
COPYING included with the source code of this program.
${prefix} is usually /usr or /usr/local,
depending on where gLabels was installed.
-
${XDG_CONFIG_HOME}/libglabels/templates
+
${XDG_CONFIG_HOME}/libglabels/templates
User defined templates created with the gLabelsTemplate Designer.
Do not put manually created templates in this directory.
If ${XDG_CONFIG_HOME} is not defined, it defaults to
${HOME}/.config.
-
${HOME}/.glabels
+
${HOME}/.glabels
User defined templates that have been created manually should be placed in this
directory.
Older versions of the gLabelsTemplate Designer (prior to 3.0)
@@ -95,11 +95,10 @@
multiple templates for multiple pass printing)
-
Distances can be expressed in units of pt,
- in, mm,
- cm, or pc. For example:
- "1.0in" or "2.54cm". If no
- units are specified, computer points (pt) will
+
Distances can be expressed in units of pt, in,
+ mm, cm, or pc. For example:
+ "1.0in" or "2.54cm". If no
+ units are specified, computer points (pt) will
be assumed (1 pt =
1/72 in = 0.352778 mm).
@@ -118,21 +117,21 @@
Template Files
-
A template file contains a single Glabels-templates top-level
+
A template file contains a single Glabels-templates top-level
node.
A Template node describes a single
stationery product. It must contain one instance of any type of Label node
- (Label-rectangle,
- Label-round, or
- Label-cd).
+ (Label-rectangle,
+ Label-round, or
+ Label-cd).
@@ -177,38 +176,38 @@
-
brand
+
brand
Brand or manufacturer of stationery product. E.g. "Avery"
-
part
+
part
Part number or name of stationery product. E.g. "8160"
Description of stationery product. E.g, "Mailing Labels."
-
_description
+
_description
Translatable description of stationery product. E.g, "Mailing Labels."
(Only useful for predefined templates)
-
width
+
width
Page width. Only valid if size="Other"
-
height
+
height
Page height. Only valid if size="Other"
-
equiv
+
equiv
Equivalent part number. If this property is present, the template
is a clone of another template of the same brand. The template will
inherit all properties, except brand and name from the other template.
@@ -227,11 +226,11 @@
- Meta Node
+ Meta Node
-
A Meta node contains some additional
- information about the template. A Template
- node may contain zero or more Meta nodes.
+
A Meta node contains some additional
+ information about the template. A Template
+ node may contain zero or more Meta nodes.
@@ -241,11 +240,11 @@
-
category
+
category
A category for the template.
A template can belong to multiple categories by simply adding multiple
- Meta nodes to the parent
- Template node.
+ Meta nodes to the parent
+ Template node.
Template categories are used by the gLabelsNew Label
Dialog to filter the results of template searches.
@@ -253,24 +252,24 @@
the file ${prefix}/libglabels-3.0/templates/categories.xml.
Currently defined category IDs include:
-
label
-
round-label
-
elliptical-label
-
square-label
-
rectangle-label
-
card
-
business-card
-
media
-
mail
-
foldable
-
photo
+
label
+
round-label
+
elliptical-label
+
square-label
+
rectangle-label
+
card
+
business-card
+
media
+
mail
+
foldable
+
photo
-
product_url
+
product_url
A URL pointing to the vendor's webpage for the specific product, if available.
Templates may contain optional markup nodes. These nodes are used to describe
a simple set of markup lines that are visible in the glabels drawing canvas, but
@@ -526,9 +525,9 @@
- Markup-margin Node
+ Markup-margin Node
-
A Markup-margin describes a margin along
+
A Markup-margin describes a margin along
all edges of a label.
@@ -539,7 +538,7 @@
-
size
+
size
Size of the margin. I.e. the distance of the margin
line from the edge of the card/label.
A label node may contain multiple Layout
children. If labels are arranged in a simple grid pattern, only
one layout is needed. However, if labels are arranged in multiple
grids, such as a running bond pattern, multiple
- Layout tags can be used.
+ Layout tags can be used.
A common example for multiple layouts is a sheet with three
CD labels:
CD label sheet
-
+
CD label sheet
@@ -757,38 +756,38 @@
-
nx
+
nx
Number of labels/cards across in the grid (horizontal)
-
ny
+
ny
Number of labels/cards across in the grid (vertical)
-
x0
+
x0
Distance from left edge of sheet to the left edge of
the left column of cards/labels in the layout.
-
y0
+
y0
Distance from the top edge of sheet to the top edge of
the top row of labels/cards in the layout.