Work around change in Python 2.5
[memo.git] / Options.xml
blob1735bdde8837352dd3c044333e0db5c5c3fed025
1 <?xml version='1.0'?>
2 <options>
3   <section title='Main window'>
4     <frame label='Window'>
5       <toggle name='main_sticky' label='Stick to screen'>
6         If you have multiple workspaces or viewports set up then this option can be used to make the Memo window follow you around (as if it was stuck to the screen).
7 Requires a compliant window manager.</toggle>
8     </frame>
9     <frame label='Time display format'>
10       <radio-group name='time_format'>
11         <radio value='digital' label='12 hour digital clock and date'/>
12         <radio value='text' label='Rough textual description'>For people who take a more relaxed approach to time</radio>
13       </radio-group>
14     </frame>
15     
16     <frame label='Main window list display'>
17       <numentry name='max_visible' label='Try to show at least'
18            min='0' max='100' unit='memos'>
19   This is the number of memos that will normally be shown under the time in the main window. However, only memos more than 24 hours in the future will ever be hidden, so the list can still get quite long.
20       </numentry>
21       <numentry name='max_future' label='Only show memos within the next'
22               min='1' max='100' unit='months'>
23   Any memos set for further in the future than this will never be shown in the main window.
24       </numentry>
25     </frame>
26   </section>
27   <section title='Applet'>
28     <!-- Copied from MiniClock -->
29     <frame label="Clock type">
30       <radio-group name="clocktype">
31         <radio label="One line" value="1line">Show only one line</radio>
32         <radio label="Two lines" value="2lines">Show two lines vertically</radio>
33       </radio-group>
34       <toggle name="showtip" label="Tooltip">Show a tooltip</toggle>
35     </frame>
36     <frame label="Clock format">
37 <!--      <entry name="line1" label="1st line's format">The time.strftime()'s format of the first line</entry>
38       <entry name="line2" label="2nd line's format">The time.strftime()'s format of the second line</entry>
39       <entry name="tip" label="Tooltip's format">The time.strftine()'s format of the tooltip</entry>
40 -->
41         <menu name="line1" label="1st line's format">
42           <item value="%c" label="Complete Date and Time"/>
43           <item value="%x" label="Date"/>
44           <item value="%X" label="Time"/>
45           <item value="%R" label="Time (without seconds)"/>
46           <item value="%a" label="Weekday (short)"/>
47           <item value="%A" label="Weekday (long)"/>
48           <item value="%b" label="Month (short)"/>
49           <item value="%B" label="Month (long)"/>
50           </menu>
51         <menu name="line2" label="2nd line's format">
52           <item value="%c" label="Complete Date and Time"/>
53           <item value="%x" label="Date"/>
54           <item value="%X" label="Time"/>
55           <item value="%R" label="Time (without seconds)"/>
56           <item value="%a" label="Weekday (short)"/>
57           <item value="%A" label="Weekday (long)"/>
58           <item value="%b" label="Month (short)"/>
59           <item value="%B" label="Month (long)"/>
60         </menu>
61         <menu name="tip" label="Tooltip's format">
62           <item value="%c" label="Complete Date and Time"/>
63           <item value="%x" label="Date"/>
64           <item value="%X" label="Time"/>
65           <item value="%R" label="Time (without seconds)"/>
66           <item value="%a" label="Weekday (short)"/>
67           <item value="%A" label="Weekday (long)"/>
68           <item value="%b" label="Month (short)"/>
69           <item value="%B" label="Month (long)"/>
70         </menu>
71     </frame>
72     <frame label="Set Time">
73         <entry name='set_program' label='Command to set time and date:'>Command you'll use to set the time.</entry>
74     </frame>
75   </section>
76 </options>