source: trunk/gsdl/macros/tip.dm@ 2014

Last change on this file since 2014 was 1737, checked in by jrm21, 23 years ago

Added a comment telling people what the macro to use is called (_tip:thistip_)

  • Property svn:keywords set to Author Date Id Revision
File size: 3.6 KB
Line 
1package tip
2
3#######################################################################
4# Tips
5# if you want a random tip to appear, use the macro name _tip:thistip_
6#######################################################################
7
8_tipstart_ {<center>}
9_tipquotestart_ {<b>}
10_tipquoteend_ {</b> }
11_tipattributionstart_ {<em>}
12_tipattributionend_ {</em>}
13_tipend_ {</center>}
14
15_tip1_ {
16 _tipstart_
17 _tipquotestart_
18 A word after a word after a word is power.
19 _tipquoteend_
20 _tipattributionstart_
21 Margaret Atwood
22 _tipattributionend_
23 _tipend_
24 _tipend_
25}
26
27_tip2_ {
28 _tipstart_
29 _tipquotestart_ Books are weapons in the war of ideas
30 _tipquoteend_
31 _tipattributionstart_ American Library Association, 1942
32 _tipattributionend_
33 _tipend_
34}
35
36_tip3_ {
37 _tipstart_
38 _tipquotestart_ Only the educated are free
39 _tipquoteend_
40 _tipattributionstart_ Epictetus
41 _tipattributionend_
42 _tipend_
43}
44
45_tip4_ {
46 _tipstart_
47 _tipquotestart_ We need our libraries open to all, so we can prepare our students for the 21st Century.
48 _tipquoteend_
49 _tipattributionstart_ Martin Luther King, quoted in the program at ALA midwinter, "Celebrating
50Equity and Empowerment," on Martin Luther King Day.
51 _tipattributionend_
52 _tipend_
53}
54
55_tip5_ {
56 _tipstart_
57 _tipquotestart_
58 Congress shall make no law abridging the freedom of sXXXch, or the right of the people peaceably to XXXemble, and to peXXXion the government for a redress of grievances.
59 _tipquoteend_
60 _tipattributionstart_
61The first amendment according to XStop (according to Marc Rotenberg, Electronic Privacy Information Center)
62 _tipattributionend_
63 _tipend_
64}
65_tip6_ {
66 _tipstart_
67 _tipquotestart_
68 My Alma mater was books, a good library . . . I could spend the rest of my life reading, just satisfying my curiosity.
69 _tipquoteend_
70 _tipattributionstart_
71 Malcolm X, Autobiograhy of Malcolm X
72 _tipattributionend_
73 _tipend_
74}
75_tip7_ {
76 _tipstart_
77 _tipquotestart_
78 To be literate is to possess the cow of plenty.
79 _tipquoteend_
80 _tipattributionstart_
81 Motto of the Madras Library Association
82 _tipattributionend_
83 _tipend_
84}
85
86_tip8_ {
87 _tipstart_
88 _tipquotestart_
89 It does not matter how many books you may have, but whether they are good or not.
90 _tipquoteend_
91 _tipattributionstart_
92 Seneca
93 _tipattributionend_
94 _tipend_
95}
96
97_tip9_ {
98 _tipstart_
99 _tipquotestart_
100 I have always imagined that Paradise will be a kind of library.
101 _tipquoteend_
102 _tipattributionstart_
103Jorge Luis Borges (1899-1986)
104 _tipattributionend_
105 _tipend_
106}
107
108_tip10_ {
109 _tipstart_
110 _tipquotestart_
111 When an old man dies, a library burns down.
112 _tipquoteend_
113 _tipattributionstart_
114 African Proverb
115 _tipattributionend_
116 _tipend_
117}
118
119_tip11_ {
120 _tipstart_
121 _tipquotestart_
122 My library / Was dukedom large enough.
123 _tipquoteend_
124 _tipattributionstart_
125 William Shakespeare. The Tempest.
126 _tipattributionend_
127 _tipend_
128}
129
130_tip12_ {
131 _tipstart_
132 _tipquotestart_
133 Knowing I lov'd my books, he furnish'd me /
134 From mine own library with volumes that /
135 I prize above my dukedom. /
136 _tipquoteend_
137 _tipattributionstart_
138 William Shakespeare. The Tempest.
139 _tipattributionend_
140 _tipend_
141}
142
143
144_tip:tipmax_ {12}
145
146
147
Note: See TracBrowser for help on using the repository browser.