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

Last change on this file since 1392 was 1392, checked in by say1, 24 years ago

fixed quotes

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