Imported Upstream version 0.50.2
[platform/upstream/intltool.git] / tests / cases / extract7.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <gimp-tips>
3
4 <!-- This is a list of tips for the GIMP.  Every time the GIMP is          -->
5 <!-- started, one tip will be selected from this file and will be          -->
6 <!-- displayed in the "Tip of the day" dialog.                             -->
7
8 <!-- The tips parser supports a very basic markup language. You may use    -->
9 <!-- the tag b to specify bold text, big to increase the font size and     -->
10 <!-- tt to switch to a monospace font.                                     -->
11
12   <tip level="start">
13     <_welcome>
14       <big>Welcome to The GIMP !</big>
15     </_welcome>
16     <_thetip>  
17       Nearly all image operations are performed by right-clicking
18       on the image.  And don't worry, you can undo most mistakes...    
19     </_thetip>   
20   </tip>   
21
22 <!--                                                                       -->
23 <!-- Tips for beginners start here                                         -->
24 <!-- (for people who are not familiar yet with layers and image formats)   -->
25 <!--                                                                       -->
26   <tip level="beginner">
27     <_thetip>    
28     You can get context-sensitive help for most of the GIMP's features by
29     pressing the F1 key at any time.  This also works inside the menus.
30     </_thetip>  
31   </tip>   
32   <tip level="beginner">
33     <_thetip>    
34     The GIMP uses layers to let you organize your image.  Think of them
35     as a stack of slides or filters, such that looking through them you
36     see a composite of their contents.
37     </_thetip>  
38   </tip>   
39   <tip level="beginner">
40     <_thetip>
41     You can perform many layer operations by right-clicking on the text
42     label of a layer in the &quot;Layers, Channels and Paths&quot; dialog.
43     </_thetip>  
44   </tip>   
45   <tip level="beginner">
46     <_thetip>
47     When you save an image to work on it again later, try using XCF,
48     the GIMP's native file format (use the file extension <tt>.xcf</tt>).
49     This preserves the layers and every aspect of your work-in-progress.
50     Once a project is completed, you can save it as JPEG, PNG, GIF, ...
51     </_thetip>  
52   </tip>   
53   <tip level="beginner">
54     <_thetip>
55     The layer named &quot;Background&quot; it special because it lacks 
56     transparency. This prevents you from adding a layer mask or moving 
57     the layer up in the stack.  You may add transparency to it by 
58     right-clicking in the &quot;Layers, Channels and Paths&quot; dialog 
59     and selecting &quot;Add Alpha Channel&quot;.
60     </_thetip>  
61   </tip>   
62   <tip level="beginner">
63     <_thetip>
64     Most plug-ins work on the current layer of the current image.  In
65     some cases, you will have to merge all layers (Layers-&gt;Flatten Image)
66     if you want the plug-in to work on the whole image.
67     </_thetip>  
68   </tip>   
69   <tip level="beginner">
70     <_thetip>
71     Not all effects can be applied to all kinds of images.  This is
72     indicated by a grayed-out menu-entry.  You may need to change
73     the image mode to RGB (Image-&gt;Mode-&gt;RGB), add an alpha-channel
74     (Layers-&gt;Add Alpha Channel) or flatten it (Layers-&gt;Flatten Image).
75     </_thetip>  
76   </tip>   
77    
78 <!--                                                                       -->
79 <!-- (end of tips)                                                         -->
80 <!--                                                                       -->
81 </gimp-tips>