remind-rb 6.2.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (658) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +328 -0
  3. data/README.md +141 -0
  4. data/ext/remind/shim.c +379 -0
  5. data/lib/remind/builder.rb +252 -0
  6. data/lib/remind/library.rb +141 -0
  7. data/lib/remind/native.rb +257 -0
  8. data/lib/remind/reminder.rb +527 -0
  9. data/lib/remind/runtime.rb +130 -0
  10. data/lib/remind/session.rb +246 -0
  11. data/lib/remind/source.rb +160 -0
  12. data/lib/remind/value.rb +170 -0
  13. data/lib/remind/version.rb +13 -0
  14. data/lib/remind.rb +147 -0
  15. data/remind-v06.02.10/COPYRIGHT +300 -0
  16. data/remind-v06.02.10/configure +5684 -0
  17. data/remind-v06.02.10/configure.ac +131 -0
  18. data/remind-v06.02.10/docs/WHATSNEW +3858 -0
  19. data/remind-v06.02.10/include/ansitext.rem +35 -0
  20. data/remind-v06.02.10/include/holidays/ad/02.rem +15 -0
  21. data/remind-v06.02.10/include/holidays/ad/03.rem +14 -0
  22. data/remind-v06.02.10/include/holidays/ad/04.rem +14 -0
  23. data/remind-v06.02.10/include/holidays/ad/05.rem +14 -0
  24. data/remind-v06.02.10/include/holidays/ad/06.rem +16 -0
  25. data/remind-v06.02.10/include/holidays/ad/07.rem +15 -0
  26. data/remind-v06.02.10/include/holidays/ad/08.rem +14 -0
  27. data/remind-v06.02.10/include/holidays/ad.rem +28 -0
  28. data/remind-v06.02.10/include/holidays/ae.rem +10 -0
  29. data/remind-v06.02.10/include/holidays/al.rem +33 -0
  30. data/remind-v06.02.10/include/holidays/am.rem +19 -0
  31. data/remind-v06.02.10/include/holidays/ao.rem +41 -0
  32. data/remind-v06.02.10/include/holidays/ar.rem +38 -0
  33. data/remind-v06.02.10/include/holidays/as.rem +40 -0
  34. data/remind-v06.02.10/include/holidays/at/1.rem +15 -0
  35. data/remind-v06.02.10/include/holidays/at/2.rem +16 -0
  36. data/remind-v06.02.10/include/holidays/at/3.rem +15 -0
  37. data/remind-v06.02.10/include/holidays/at/4.rem +15 -0
  38. data/remind-v06.02.10/include/holidays/at/5.rem +15 -0
  39. data/remind-v06.02.10/include/holidays/at/6.rem +15 -0
  40. data/remind-v06.02.10/include/holidays/at/7.rem +15 -0
  41. data/remind-v06.02.10/include/holidays/at/8.rem +15 -0
  42. data/remind-v06.02.10/include/holidays/at/9.rem +15 -0
  43. data/remind-v06.02.10/include/holidays/at.rem +32 -0
  44. data/remind-v06.02.10/include/holidays/au/act.rem +27 -0
  45. data/remind-v06.02.10/include/holidays/au/nsw.rem +25 -0
  46. data/remind-v06.02.10/include/holidays/au/nt.rem +28 -0
  47. data/remind-v06.02.10/include/holidays/au/qld.rem +23 -0
  48. data/remind-v06.02.10/include/holidays/au/sa.rem +29 -0
  49. data/remind-v06.02.10/include/holidays/au/tas.rem +16 -0
  50. data/remind-v06.02.10/include/holidays/au/vic.rem +24 -0
  51. data/remind-v06.02.10/include/holidays/au/wa.rem +24 -0
  52. data/remind-v06.02.10/include/holidays/au.rem +21 -0
  53. data/remind-v06.02.10/include/holidays/aw.rem +19 -0
  54. data/remind-v06.02.10/include/holidays/az.rem +44 -0
  55. data/remind-v06.02.10/include/holidays/ba/bih.rem +23 -0
  56. data/remind-v06.02.10/include/holidays/ba/brc.rem +20 -0
  57. data/remind-v06.02.10/include/holidays/ba/srp.rem +23 -0
  58. data/remind-v06.02.10/include/holidays/ba.rem +22 -0
  59. data/remind-v06.02.10/include/holidays/bb.rem +28 -0
  60. data/remind-v06.02.10/include/holidays/bd.rem +14 -0
  61. data/remind-v06.02.10/include/holidays/be.rem +24 -0
  62. data/remind-v06.02.10/include/holidays/bf.rem +29 -0
  63. data/remind-v06.02.10/include/holidays/bg.rem +34 -0
  64. data/remind-v06.02.10/include/holidays/bh.rem +11 -0
  65. data/remind-v06.02.10/include/holidays/bi.rem +30 -0
  66. data/remind-v06.02.10/include/holidays/bn.rem +22 -0
  67. data/remind-v06.02.10/include/holidays/bo/b.rem +13 -0
  68. data/remind-v06.02.10/include/holidays/bo/c.rem +13 -0
  69. data/remind-v06.02.10/include/holidays/bo/h.rem +13 -0
  70. data/remind-v06.02.10/include/holidays/bo/l.rem +13 -0
  71. data/remind-v06.02.10/include/holidays/bo/n.rem +13 -0
  72. data/remind-v06.02.10/include/holidays/bo/o.rem +13 -0
  73. data/remind-v06.02.10/include/holidays/bo/p.rem +13 -0
  74. data/remind-v06.02.10/include/holidays/bo/s.rem +13 -0
  75. data/remind-v06.02.10/include/holidays/bo/t.rem +13 -0
  76. data/remind-v06.02.10/include/holidays/bo.rem +32 -0
  77. data/remind-v06.02.10/include/holidays/br/ac.rem +21 -0
  78. data/remind-v06.02.10/include/holidays/br/al.rem +16 -0
  79. data/remind-v06.02.10/include/holidays/br/am.rem +13 -0
  80. data/remind-v06.02.10/include/holidays/br/ap.rem +15 -0
  81. data/remind-v06.02.10/include/holidays/br/ba.rem +13 -0
  82. data/remind-v06.02.10/include/holidays/br/ce.rem +15 -0
  83. data/remind-v06.02.10/include/holidays/br/df.rem +14 -0
  84. data/remind-v06.02.10/include/holidays/br/es.rem +13 -0
  85. data/remind-v06.02.10/include/holidays/br/go.rem +14 -0
  86. data/remind-v06.02.10/include/holidays/br/ma.rem +13 -0
  87. data/remind-v06.02.10/include/holidays/br/mg.rem +13 -0
  88. data/remind-v06.02.10/include/holidays/br/ms.rem +13 -0
  89. data/remind-v06.02.10/include/holidays/br/pa.rem +13 -0
  90. data/remind-v06.02.10/include/holidays/br/pb.rem +13 -0
  91. data/remind-v06.02.10/include/holidays/br/pe.rem +13 -0
  92. data/remind-v06.02.10/include/holidays/br/pi.rem +13 -0
  93. data/remind-v06.02.10/include/holidays/br/pr.rem +13 -0
  94. data/remind-v06.02.10/include/holidays/br/rj.rem +13 -0
  95. data/remind-v06.02.10/include/holidays/br/rn.rem +14 -0
  96. data/remind-v06.02.10/include/holidays/br/ro.rem +14 -0
  97. data/remind-v06.02.10/include/holidays/br/rr.rem +13 -0
  98. data/remind-v06.02.10/include/holidays/br/rs.rem +13 -0
  99. data/remind-v06.02.10/include/holidays/br/sc.rem +14 -0
  100. data/remind-v06.02.10/include/holidays/br/se.rem +13 -0
  101. data/remind-v06.02.10/include/holidays/br/sp.rem +13 -0
  102. data/remind-v06.02.10/include/holidays/br/to.rem +15 -0
  103. data/remind-v06.02.10/include/holidays/br.rem +33 -0
  104. data/remind-v06.02.10/include/holidays/bs.rem +26 -0
  105. data/remind-v06.02.10/include/holidays/bw.rem +31 -0
  106. data/remind-v06.02.10/include/holidays/by.rem +17 -0
  107. data/remind-v06.02.10/include/holidays/bz.rem +43 -0
  108. data/remind-v06.02.10/include/holidays/ca/ab.rem +17 -0
  109. data/remind-v06.02.10/include/holidays/ca/bc.rem +14 -0
  110. data/remind-v06.02.10/include/holidays/ca/mb.rem +16 -0
  111. data/remind-v06.02.10/include/holidays/ca/nb.rem +14 -0
  112. data/remind-v06.02.10/include/holidays/ca/nl.rem +19 -0
  113. data/remind-v06.02.10/include/holidays/ca/ns.rem +16 -0
  114. data/remind-v06.02.10/include/holidays/ca/nt.rem +14 -0
  115. data/remind-v06.02.10/include/holidays/ca/nu.rem +16 -0
  116. data/remind-v06.02.10/include/holidays/ca/on.rem +16 -0
  117. data/remind-v06.02.10/include/holidays/ca/pe.rem +13 -0
  118. data/remind-v06.02.10/include/holidays/ca/qc.rem +18 -0
  119. data/remind-v06.02.10/include/holidays/ca/sk.rem +14 -0
  120. data/remind-v06.02.10/include/holidays/ca/yt.rem +17 -0
  121. data/remind-v06.02.10/include/holidays/ca.rem +37 -0
  122. data/remind-v06.02.10/include/holidays/cg.rem +17 -0
  123. data/remind-v06.02.10/include/holidays/ch/ag.rem +22 -0
  124. data/remind-v06.02.10/include/holidays/ch/ai.rem +20 -0
  125. data/remind-v06.02.10/include/holidays/ch/ar.rem +16 -0
  126. data/remind-v06.02.10/include/holidays/ch/be.rem +17 -0
  127. data/remind-v06.02.10/include/holidays/ch/bl.rem +17 -0
  128. data/remind-v06.02.10/include/holidays/ch/bs.rem +17 -0
  129. data/remind-v06.02.10/include/holidays/ch/fr.rem +19 -0
  130. data/remind-v06.02.10/include/holidays/ch/ge.rem +17 -0
  131. data/remind-v06.02.10/include/holidays/ch/gl.rem +22 -0
  132. data/remind-v06.02.10/include/holidays/ch/gr.rem +18 -0
  133. data/remind-v06.02.10/include/holidays/ch/ju.rem +21 -0
  134. data/remind-v06.02.10/include/holidays/ch/lu.rem +21 -0
  135. data/remind-v06.02.10/include/holidays/ch/ne.rem +18 -0
  136. data/remind-v06.02.10/include/holidays/ch/nw.rem +24 -0
  137. data/remind-v06.02.10/include/holidays/ch/ow.rem +24 -0
  138. data/remind-v06.02.10/include/holidays/ch/sg.rem +20 -0
  139. data/remind-v06.02.10/include/holidays/ch/sh.rem +20 -0
  140. data/remind-v06.02.10/include/holidays/ch/so.rem +17 -0
  141. data/remind-v06.02.10/include/holidays/ch/sz.rem +22 -0
  142. data/remind-v06.02.10/include/holidays/ch/tg.rem +18 -0
  143. data/remind-v06.02.10/include/holidays/ch/ti.rem +23 -0
  144. data/remind-v06.02.10/include/holidays/ch/ur.rem +22 -0
  145. data/remind-v06.02.10/include/holidays/ch/vd.rem +17 -0
  146. data/remind-v06.02.10/include/holidays/ch/vs.rem +23 -0
  147. data/remind-v06.02.10/include/holidays/ch/zg.rem +23 -0
  148. data/remind-v06.02.10/include/holidays/ch/zh.rem +18 -0
  149. data/remind-v06.02.10/include/holidays/ch.rem +18 -0
  150. data/remind-v06.02.10/include/holidays/chinese-new-year.rem +86 -0
  151. data/remind-v06.02.10/include/holidays/cl/ap.rem +13 -0
  152. data/remind-v06.02.10/include/holidays/cl/nb.rem +13 -0
  153. data/remind-v06.02.10/include/holidays/cl.rem +46 -0
  154. data/remind-v06.02.10/include/holidays/cm.rem +21 -0
  155. data/remind-v06.02.10/include/holidays/co.rem +85 -0
  156. data/remind-v06.02.10/include/holidays/cr.rem +39 -0
  157. data/remind-v06.02.10/include/holidays/cu.rem +19 -0
  158. data/remind-v06.02.10/include/holidays/cw.rem +24 -0
  159. data/remind-v06.02.10/include/holidays/cy.rem +27 -0
  160. data/remind-v06.02.10/include/holidays/cz.rem +20 -0
  161. data/remind-v06.02.10/include/holidays/de/bb.rem +15 -0
  162. data/remind-v06.02.10/include/holidays/de/be.rem +13 -0
  163. data/remind-v06.02.10/include/holidays/de/bw.rem +15 -0
  164. data/remind-v06.02.10/include/holidays/de/by.rem +18 -0
  165. data/remind-v06.02.10/include/holidays/de/hb.rem +13 -0
  166. data/remind-v06.02.10/include/holidays/de/he.rem +13 -0
  167. data/remind-v06.02.10/include/holidays/de/hh.rem +13 -0
  168. data/remind-v06.02.10/include/holidays/de/mv.rem +14 -0
  169. data/remind-v06.02.10/include/holidays/de/ni.rem +13 -0
  170. data/remind-v06.02.10/include/holidays/de/nw.rem +14 -0
  171. data/remind-v06.02.10/include/holidays/de/rp.rem +14 -0
  172. data/remind-v06.02.10/include/holidays/de/sh.rem +13 -0
  173. data/remind-v06.02.10/include/holidays/de/sl.rem +15 -0
  174. data/remind-v06.02.10/include/holidays/de/sn.rem +14 -0
  175. data/remind-v06.02.10/include/holidays/de/st.rem +14 -0
  176. data/remind-v06.02.10/include/holidays/de/th.rem +14 -0
  177. data/remind-v06.02.10/include/holidays/de.rem +23 -0
  178. data/remind-v06.02.10/include/holidays/discordian.rem +25 -0
  179. data/remind-v06.02.10/include/holidays/dj.rem +12 -0
  180. data/remind-v06.02.10/include/holidays/dk.rem +23 -0
  181. data/remind-v06.02.10/include/holidays/dm.rem +24 -0
  182. data/remind-v06.02.10/include/holidays/do.rem +36 -0
  183. data/remind-v06.02.10/include/holidays/dz.rem +12 -0
  184. data/remind-v06.02.10/include/holidays/ec.rem +48 -0
  185. data/remind-v06.02.10/include/holidays/ee.rem +19 -0
  186. data/remind-v06.02.10/include/holidays/eg.rem +17 -0
  187. data/remind-v06.02.10/include/holidays/es/an.rem +17 -0
  188. data/remind-v06.02.10/include/holidays/es/ar.rem +17 -0
  189. data/remind-v06.02.10/include/holidays/es/as.rem +17 -0
  190. data/remind-v06.02.10/include/holidays/es/cb.rem +15 -0
  191. data/remind-v06.02.10/include/holidays/es/ce.rem +15 -0
  192. data/remind-v06.02.10/include/holidays/es/cl.rem +17 -0
  193. data/remind-v06.02.10/include/holidays/es/cm.rem +15 -0
  194. data/remind-v06.02.10/include/holidays/es/cn.rem +15 -0
  195. data/remind-v06.02.10/include/holidays/es/ct.rem +16 -0
  196. data/remind-v06.02.10/include/holidays/es/ex.rem +16 -0
  197. data/remind-v06.02.10/include/holidays/es/ga.rem +15 -0
  198. data/remind-v06.02.10/include/holidays/es/ib.rem +15 -0
  199. data/remind-v06.02.10/include/holidays/es/mc.rem +17 -0
  200. data/remind-v06.02.10/include/holidays/es/md.rem +16 -0
  201. data/remind-v06.02.10/include/holidays/es/ml.rem +15 -0
  202. data/remind-v06.02.10/include/holidays/es/nc.rem +15 -0
  203. data/remind-v06.02.10/include/holidays/es/pv.rem +15 -0
  204. data/remind-v06.02.10/include/holidays/es/ri.rem +16 -0
  205. data/remind-v06.02.10/include/holidays/es/vc.rem +16 -0
  206. data/remind-v06.02.10/include/holidays/es.rem +23 -0
  207. data/remind-v06.02.10/include/holidays/et.rem +20 -0
  208. data/remind-v06.02.10/include/holidays/fi.rem +43 -0
  209. data/remind-v06.02.10/include/holidays/fr/bl.rem +13 -0
  210. data/remind-v06.02.10/include/holidays/fr/ges.rem +14 -0
  211. data/remind-v06.02.10/include/holidays/fr/gp.rem +16 -0
  212. data/remind-v06.02.10/include/holidays/fr/gy.rem +13 -0
  213. data/remind-v06.02.10/include/holidays/fr/mf.rem +13 -0
  214. data/remind-v06.02.10/include/holidays/fr/mq.rem +15 -0
  215. data/remind-v06.02.10/include/holidays/fr/nc.rem +13 -0
  216. data/remind-v06.02.10/include/holidays/fr/pf.rem +15 -0
  217. data/remind-v06.02.10/include/holidays/fr/re.rem +13 -0
  218. data/remind-v06.02.10/include/holidays/fr/wf.rem +14 -0
  219. data/remind-v06.02.10/include/holidays/fr/yt.rem +13 -0
  220. data/remind-v06.02.10/include/holidays/fr.rem +18 -0
  221. data/remind-v06.02.10/include/holidays/ga.rem +18 -0
  222. data/remind-v06.02.10/include/holidays/gb/eng.rem +14 -0
  223. data/remind-v06.02.10/include/holidays/gb/nir.rem +20 -0
  224. data/remind-v06.02.10/include/holidays/gb/sct.rem +20 -0
  225. data/remind-v06.02.10/include/holidays/gb/wls.rem +14 -0
  226. data/remind-v06.02.10/include/holidays/gb.rem +27 -0
  227. data/remind-v06.02.10/include/holidays/ge.rem +24 -0
  228. data/remind-v06.02.10/include/holidays/gh.rem +34 -0
  229. data/remind-v06.02.10/include/holidays/gl.rem +25 -0
  230. data/remind-v06.02.10/include/holidays/gr.rem +37 -0
  231. data/remind-v06.02.10/include/holidays/gt.rem +24 -0
  232. data/remind-v06.02.10/include/holidays/gu.rem +37 -0
  233. data/remind-v06.02.10/include/holidays/hk.rem +25 -0
  234. data/remind-v06.02.10/include/holidays/hn.rem +18 -0
  235. data/remind-v06.02.10/include/holidays/hr.rem +21 -0
  236. data/remind-v06.02.10/include/holidays/ht.rem +34 -0
  237. data/remind-v06.02.10/include/holidays/hu.rem +20 -0
  238. data/remind-v06.02.10/include/holidays/id.rem +15 -0
  239. data/remind-v06.02.10/include/holidays/ie.rem +41 -0
  240. data/remind-v06.02.10/include/holidays/im.rem +26 -0
  241. data/remind-v06.02.10/include/holidays/in/ap.rem +14 -0
  242. data/remind-v06.02.10/include/holidays/in/as.rem +13 -0
  243. data/remind-v06.02.10/include/holidays/in/br.rem +14 -0
  244. data/remind-v06.02.10/include/holidays/in/cg.rem +13 -0
  245. data/remind-v06.02.10/include/holidays/in/gj.rem +15 -0
  246. data/remind-v06.02.10/include/holidays/in/hr.rem +14 -0
  247. data/remind-v06.02.10/include/holidays/in/ka.rem +13 -0
  248. data/remind-v06.02.10/include/holidays/in/kl.rem +14 -0
  249. data/remind-v06.02.10/include/holidays/in/mh.rem +15 -0
  250. data/remind-v06.02.10/include/holidays/in/mp.rem +13 -0
  251. data/remind-v06.02.10/include/holidays/in/od.rem +15 -0
  252. data/remind-v06.02.10/include/holidays/in/rj.rem +14 -0
  253. data/remind-v06.02.10/include/holidays/in/sk.rem +13 -0
  254. data/remind-v06.02.10/include/holidays/in/tn.rem +15 -0
  255. data/remind-v06.02.10/include/holidays/in/ts.rem +14 -0
  256. data/remind-v06.02.10/include/holidays/in/uk.rem +13 -0
  257. data/remind-v06.02.10/include/holidays/in/up.rem +13 -0
  258. data/remind-v06.02.10/include/holidays/in/wb.rem +16 -0
  259. data/remind-v06.02.10/include/holidays/in.rem +24 -0
  260. data/remind-v06.02.10/include/holidays/is.rem +23 -0
  261. data/remind-v06.02.10/include/holidays/it/ag.rem +13 -0
  262. data/remind-v06.02.10/include/holidays/it/al.rem +13 -0
  263. data/remind-v06.02.10/include/holidays/it/an.rem +13 -0
  264. data/remind-v06.02.10/include/holidays/it/andria.rem +13 -0
  265. data/remind-v06.02.10/include/holidays/it/ao.rem +13 -0
  266. data/remind-v06.02.10/include/holidays/it/ap.rem +13 -0
  267. data/remind-v06.02.10/include/holidays/it/aq.rem +13 -0
  268. data/remind-v06.02.10/include/holidays/it/ar.rem +13 -0
  269. data/remind-v06.02.10/include/holidays/it/at.rem +13 -0
  270. data/remind-v06.02.10/include/holidays/it/av.rem +13 -0
  271. data/remind-v06.02.10/include/holidays/it/ba.rem +13 -0
  272. data/remind-v06.02.10/include/holidays/it/barletta.rem +13 -0
  273. data/remind-v06.02.10/include/holidays/it/bg.rem +13 -0
  274. data/remind-v06.02.10/include/holidays/it/bl.rem +13 -0
  275. data/remind-v06.02.10/include/holidays/it/bn.rem +13 -0
  276. data/remind-v06.02.10/include/holidays/it/bo.rem +13 -0
  277. data/remind-v06.02.10/include/holidays/it/br.rem +13 -0
  278. data/remind-v06.02.10/include/holidays/it/bs.rem +13 -0
  279. data/remind-v06.02.10/include/holidays/it/bt.rem +15 -0
  280. data/remind-v06.02.10/include/holidays/it/bz.rem +14 -0
  281. data/remind-v06.02.10/include/holidays/it/ca.rem +13 -0
  282. data/remind-v06.02.10/include/holidays/it/cb.rem +13 -0
  283. data/remind-v06.02.10/include/holidays/it/ce.rem +13 -0
  284. data/remind-v06.02.10/include/holidays/it/cesena.rem +13 -0
  285. data/remind-v06.02.10/include/holidays/it/ch.rem +13 -0
  286. data/remind-v06.02.10/include/holidays/it/cl.rem +13 -0
  287. data/remind-v06.02.10/include/holidays/it/cn.rem +13 -0
  288. data/remind-v06.02.10/include/holidays/it/co.rem +13 -0
  289. data/remind-v06.02.10/include/holidays/it/cr.rem +13 -0
  290. data/remind-v06.02.10/include/holidays/it/cs.rem +13 -0
  291. data/remind-v06.02.10/include/holidays/it/ct.rem +13 -0
  292. data/remind-v06.02.10/include/holidays/it/cz.rem +13 -0
  293. data/remind-v06.02.10/include/holidays/it/en.rem +13 -0
  294. data/remind-v06.02.10/include/holidays/it/fc.rem +14 -0
  295. data/remind-v06.02.10/include/holidays/it/fe.rem +13 -0
  296. data/remind-v06.02.10/include/holidays/it/fg.rem +13 -0
  297. data/remind-v06.02.10/include/holidays/it/fi.rem +13 -0
  298. data/remind-v06.02.10/include/holidays/it/fm.rem +14 -0
  299. data/remind-v06.02.10/include/holidays/it/forli.rem +13 -0
  300. data/remind-v06.02.10/include/holidays/it/fr.rem +13 -0
  301. data/remind-v06.02.10/include/holidays/it/ge.rem +13 -0
  302. data/remind-v06.02.10/include/holidays/it/go.rem +13 -0
  303. data/remind-v06.02.10/include/holidays/it/gr.rem +13 -0
  304. data/remind-v06.02.10/include/holidays/it/im.rem +13 -0
  305. data/remind-v06.02.10/include/holidays/it/is.rem +13 -0
  306. data/remind-v06.02.10/include/holidays/it/kr.rem +13 -0
  307. data/remind-v06.02.10/include/holidays/it/lc.rem +13 -0
  308. data/remind-v06.02.10/include/holidays/it/le.rem +13 -0
  309. data/remind-v06.02.10/include/holidays/it/li.rem +13 -0
  310. data/remind-v06.02.10/include/holidays/it/lo.rem +13 -0
  311. data/remind-v06.02.10/include/holidays/it/lt.rem +14 -0
  312. data/remind-v06.02.10/include/holidays/it/lu.rem +13 -0
  313. data/remind-v06.02.10/include/holidays/it/mb.rem +13 -0
  314. data/remind-v06.02.10/include/holidays/it/mc.rem +13 -0
  315. data/remind-v06.02.10/include/holidays/it/me.rem +13 -0
  316. data/remind-v06.02.10/include/holidays/it/mi.rem +13 -0
  317. data/remind-v06.02.10/include/holidays/it/mn.rem +13 -0
  318. data/remind-v06.02.10/include/holidays/it/mo.rem +13 -0
  319. data/remind-v06.02.10/include/holidays/it/ms.rem +13 -0
  320. data/remind-v06.02.10/include/holidays/it/mt.rem +13 -0
  321. data/remind-v06.02.10/include/holidays/it/na.rem +13 -0
  322. data/remind-v06.02.10/include/holidays/it/no.rem +13 -0
  323. data/remind-v06.02.10/include/holidays/it/nu.rem +13 -0
  324. data/remind-v06.02.10/include/holidays/it/or.rem +13 -0
  325. data/remind-v06.02.10/include/holidays/it/pa.rem +13 -0
  326. data/remind-v06.02.10/include/holidays/it/pc.rem +13 -0
  327. data/remind-v06.02.10/include/holidays/it/pd.rem +13 -0
  328. data/remind-v06.02.10/include/holidays/it/pe.rem +13 -0
  329. data/remind-v06.02.10/include/holidays/it/pesaro.rem +13 -0
  330. data/remind-v06.02.10/include/holidays/it/pg.rem +14 -0
  331. data/remind-v06.02.10/include/holidays/it/pi.rem +13 -0
  332. data/remind-v06.02.10/include/holidays/it/pn.rem +14 -0
  333. data/remind-v06.02.10/include/holidays/it/pr.rem +13 -0
  334. data/remind-v06.02.10/include/holidays/it/pt.rem +13 -0
  335. data/remind-v06.02.10/include/holidays/it/pu.rem +14 -0
  336. data/remind-v06.02.10/include/holidays/it/pv.rem +13 -0
  337. data/remind-v06.02.10/include/holidays/it/pz.rem +13 -0
  338. data/remind-v06.02.10/include/holidays/it/ra.rem +13 -0
  339. data/remind-v06.02.10/include/holidays/it/rc.rem +13 -0
  340. data/remind-v06.02.10/include/holidays/it/re.rem +13 -0
  341. data/remind-v06.02.10/include/holidays/it/rg.rem +14 -0
  342. data/remind-v06.02.10/include/holidays/it/ri.rem +13 -0
  343. data/remind-v06.02.10/include/holidays/it/rm.rem +13 -0
  344. data/remind-v06.02.10/include/holidays/it/rn.rem +13 -0
  345. data/remind-v06.02.10/include/holidays/it/ro.rem +13 -0
  346. data/remind-v06.02.10/include/holidays/it/sa.rem +13 -0
  347. data/remind-v06.02.10/include/holidays/it/si.rem +13 -0
  348. data/remind-v06.02.10/include/holidays/it/so.rem +13 -0
  349. data/remind-v06.02.10/include/holidays/it/sp.rem +13 -0
  350. data/remind-v06.02.10/include/holidays/it/sr.rem +13 -0
  351. data/remind-v06.02.10/include/holidays/it/ss.rem +13 -0
  352. data/remind-v06.02.10/include/holidays/it/su.rem +13 -0
  353. data/remind-v06.02.10/include/holidays/it/sv.rem +13 -0
  354. data/remind-v06.02.10/include/holidays/it/ta.rem +13 -0
  355. data/remind-v06.02.10/include/holidays/it/te.rem +13 -0
  356. data/remind-v06.02.10/include/holidays/it/tn.rem +13 -0
  357. data/remind-v06.02.10/include/holidays/it/to.rem +13 -0
  358. data/remind-v06.02.10/include/holidays/it/tp.rem +13 -0
  359. data/remind-v06.02.10/include/holidays/it/tr.rem +13 -0
  360. data/remind-v06.02.10/include/holidays/it/trani.rem +13 -0
  361. data/remind-v06.02.10/include/holidays/it/ts.rem +13 -0
  362. data/remind-v06.02.10/include/holidays/it/tv.rem +13 -0
  363. data/remind-v06.02.10/include/holidays/it/ud.rem +13 -0
  364. data/remind-v06.02.10/include/holidays/it/urbino.rem +13 -0
  365. data/remind-v06.02.10/include/holidays/it/va.rem +13 -0
  366. data/remind-v06.02.10/include/holidays/it/vb.rem +13 -0
  367. data/remind-v06.02.10/include/holidays/it/vc.rem +13 -0
  368. data/remind-v06.02.10/include/holidays/it/ve.rem +14 -0
  369. data/remind-v06.02.10/include/holidays/it/vi.rem +13 -0
  370. data/remind-v06.02.10/include/holidays/it/vr.rem +13 -0
  371. data/remind-v06.02.10/include/holidays/it/vt.rem +13 -0
  372. data/remind-v06.02.10/include/holidays/it/vv.rem +13 -0
  373. data/remind-v06.02.10/include/holidays/it.rem +26 -0
  374. data/remind-v06.02.10/include/holidays/je.rem +19 -0
  375. data/remind-v06.02.10/include/holidays/jewish.rem +135 -0
  376. data/remind-v06.02.10/include/holidays/jm.rem +24 -0
  377. data/remind-v06.02.10/include/holidays/jo.rem +11 -0
  378. data/remind-v06.02.10/include/holidays/jp.rem +27 -0
  379. data/remind-v06.02.10/include/holidays/ke.rem +25 -0
  380. data/remind-v06.02.10/include/holidays/kg.rem +20 -0
  381. data/remind-v06.02.10/include/holidays/kh.rem +22 -0
  382. data/remind-v06.02.10/include/holidays/kn.rem +28 -0
  383. data/remind-v06.02.10/include/holidays/kr.rem +19 -0
  384. data/remind-v06.02.10/include/holidays/kw.rem +10 -0
  385. data/remind-v06.02.10/include/holidays/kz.rem +34 -0
  386. data/remind-v06.02.10/include/holidays/la.rem +47 -0
  387. data/remind-v06.02.10/include/holidays/lgbtq/au.rem +8 -0
  388. data/remind-v06.02.10/include/holidays/lgbtq/br.rem +10 -0
  389. data/remind-v06.02.10/include/holidays/lgbtq/ca.rem +7 -0
  390. data/remind-v06.02.10/include/holidays/lgbtq/cl.rem +7 -0
  391. data/remind-v06.02.10/include/holidays/lgbtq/ie.rem +7 -0
  392. data/remind-v06.02.10/include/holidays/lgbtq/in.rem +7 -0
  393. data/remind-v06.02.10/include/holidays/lgbtq/nl.rem +7 -0
  394. data/remind-v06.02.10/include/holidays/lgbtq/ua.rem +7 -0
  395. data/remind-v06.02.10/include/holidays/lgbtq/uk.rem +8 -0
  396. data/remind-v06.02.10/include/holidays/lgbtq/us.rem +16 -0
  397. data/remind-v06.02.10/include/holidays/lgbtq.rem +34 -0
  398. data/remind-v06.02.10/include/holidays/li.rem +31 -0
  399. data/remind-v06.02.10/include/holidays/ls.rem +18 -0
  400. data/remind-v06.02.10/include/holidays/lt.rem +23 -0
  401. data/remind-v06.02.10/include/holidays/lu.rem +18 -0
  402. data/remind-v06.02.10/include/holidays/lv.rem +25 -0
  403. data/remind-v06.02.10/include/holidays/ma.rem +17 -0
  404. data/remind-v06.02.10/include/holidays/mc.rem +26 -0
  405. data/remind-v06.02.10/include/holidays/md.rem +21 -0
  406. data/remind-v06.02.10/include/holidays/me.rem +28 -0
  407. data/remind-v06.02.10/include/holidays/mg.rem +24 -0
  408. data/remind-v06.02.10/include/holidays/mh.rem +22 -0
  409. data/remind-v06.02.10/include/holidays/misc.rem +9 -0
  410. data/remind-v06.02.10/include/holidays/mk.rem +17 -0
  411. data/remind-v06.02.10/include/holidays/mp.rem +44 -0
  412. data/remind-v06.02.10/include/holidays/mr.rem +11 -0
  413. data/remind-v06.02.10/include/holidays/mt.rem +21 -0
  414. data/remind-v06.02.10/include/holidays/mv.rem +12 -0
  415. data/remind-v06.02.10/include/holidays/mw.rem +36 -0
  416. data/remind-v06.02.10/include/holidays/mx.rem +15 -0
  417. data/remind-v06.02.10/include/holidays/my/01.rem +13 -0
  418. data/remind-v06.02.10/include/holidays/my/02.rem +13 -0
  419. data/remind-v06.02.10/include/holidays/my/03.rem +14 -0
  420. data/remind-v06.02.10/include/holidays/my/04.rem +18 -0
  421. data/remind-v06.02.10/include/holidays/my/05.rem +16 -0
  422. data/remind-v06.02.10/include/holidays/my/06.rem +17 -0
  423. data/remind-v06.02.10/include/holidays/my/07.rem +17 -0
  424. data/remind-v06.02.10/include/holidays/my/08.rem +15 -0
  425. data/remind-v06.02.10/include/holidays/my/09.rem +14 -0
  426. data/remind-v06.02.10/include/holidays/my/10.rem +16 -0
  427. data/remind-v06.02.10/include/holidays/my/11.rem +16 -0
  428. data/remind-v06.02.10/include/holidays/my/12.rem +19 -0
  429. data/remind-v06.02.10/include/holidays/my/13.rem +22 -0
  430. data/remind-v06.02.10/include/holidays/my/14.rem +16 -0
  431. data/remind-v06.02.10/include/holidays/my/15.rem +18 -0
  432. data/remind-v06.02.10/include/holidays/my/16.rem +16 -0
  433. data/remind-v06.02.10/include/holidays/my.rem +23 -0
  434. data/remind-v06.02.10/include/holidays/mz.rem +25 -0
  435. data/remind-v06.02.10/include/holidays/na.rem +27 -0
  436. data/remind-v06.02.10/include/holidays/ng.rem +21 -0
  437. data/remind-v06.02.10/include/holidays/ni/mn.rem +14 -0
  438. data/remind-v06.02.10/include/holidays/ni.rem +24 -0
  439. data/remind-v06.02.10/include/holidays/nl.rem +26 -0
  440. data/remind-v06.02.10/include/holidays/no.rem +19 -0
  441. data/remind-v06.02.10/include/holidays/nz/auk.rem +13 -0
  442. data/remind-v06.02.10/include/holidays/nz/can.rem +13 -0
  443. data/remind-v06.02.10/include/holidays/nz/cit.rem +13 -0
  444. data/remind-v06.02.10/include/holidays/nz/hkb.rem +13 -0
  445. data/remind-v06.02.10/include/holidays/nz/mbh.rem +13 -0
  446. data/remind-v06.02.10/include/holidays/nz/nsn.rem +13 -0
  447. data/remind-v06.02.10/include/holidays/nz/ntl.rem +13 -0
  448. data/remind-v06.02.10/include/holidays/nz/ota.rem +14 -0
  449. data/remind-v06.02.10/include/holidays/nz/south_canterbury.rem +13 -0
  450. data/remind-v06.02.10/include/holidays/nz/stl.rem +13 -0
  451. data/remind-v06.02.10/include/holidays/nz/tki.rem +13 -0
  452. data/remind-v06.02.10/include/holidays/nz/wgn.rem +13 -0
  453. data/remind-v06.02.10/include/holidays/nz/wtc.rem +13 -0
  454. data/remind-v06.02.10/include/holidays/nz.rem +69 -0
  455. data/remind-v06.02.10/include/holidays/pa.rem +27 -0
  456. data/remind-v06.02.10/include/holidays/pagan.rem +65 -0
  457. data/remind-v06.02.10/include/holidays/pe.rem +22 -0
  458. data/remind-v06.02.10/include/holidays/pg.rem +24 -0
  459. data/remind-v06.02.10/include/holidays/ph.rem +26 -0
  460. data/remind-v06.02.10/include/holidays/pk.rem +13 -0
  461. data/remind-v06.02.10/include/holidays/pl.rem +20 -0
  462. data/remind-v06.02.10/include/holidays/pr.rem +40 -0
  463. data/remind-v06.02.10/include/holidays/pt/01.rem +13 -0
  464. data/remind-v06.02.10/include/holidays/pt/02.rem +13 -0
  465. data/remind-v06.02.10/include/holidays/pt/03.rem +13 -0
  466. data/remind-v06.02.10/include/holidays/pt/04.rem +13 -0
  467. data/remind-v06.02.10/include/holidays/pt/05.rem +13 -0
  468. data/remind-v06.02.10/include/holidays/pt/06.rem +13 -0
  469. data/remind-v06.02.10/include/holidays/pt/07.rem +13 -0
  470. data/remind-v06.02.10/include/holidays/pt/08.rem +13 -0
  471. data/remind-v06.02.10/include/holidays/pt/09.rem +13 -0
  472. data/remind-v06.02.10/include/holidays/pt/10.rem +13 -0
  473. data/remind-v06.02.10/include/holidays/pt/12.rem +13 -0
  474. data/remind-v06.02.10/include/holidays/pt/13.rem +13 -0
  475. data/remind-v06.02.10/include/holidays/pt/14.rem +13 -0
  476. data/remind-v06.02.10/include/holidays/pt/15.rem +13 -0
  477. data/remind-v06.02.10/include/holidays/pt/16.rem +13 -0
  478. data/remind-v06.02.10/include/holidays/pt/18.rem +13 -0
  479. data/remind-v06.02.10/include/holidays/pt/20.rem +13 -0
  480. data/remind-v06.02.10/include/holidays/pt/30.rem +14 -0
  481. data/remind-v06.02.10/include/holidays/pt.rem +17 -0
  482. data/remind-v06.02.10/include/holidays/pw.rem +34 -0
  483. data/remind-v06.02.10/include/holidays/py.rem +20 -0
  484. data/remind-v06.02.10/include/holidays/ro.rem +24 -0
  485. data/remind-v06.02.10/include/holidays/rs.rem +26 -0
  486. data/remind-v06.02.10/include/holidays/ru.rem +21 -0
  487. data/remind-v06.02.10/include/holidays/sa.rem +13 -0
  488. data/remind-v06.02.10/include/holidays/sc.rem +28 -0
  489. data/remind-v06.02.10/include/holidays/se.rem +23 -0
  490. data/remind-v06.02.10/include/holidays/sg.rem +16 -0
  491. data/remind-v06.02.10/include/holidays/si.rem +20 -0
  492. data/remind-v06.02.10/include/holidays/sk.rem +25 -0
  493. data/remind-v06.02.10/include/holidays/sm.rem +25 -0
  494. data/remind-v06.02.10/include/holidays/sv/ss.rem +14 -0
  495. data/remind-v06.02.10/include/holidays/sv.rem +25 -0
  496. data/remind-v06.02.10/include/holidays/sz.rem +26 -0
  497. data/remind-v06.02.10/include/holidays/td.rem +22 -0
  498. data/remind-v06.02.10/include/holidays/th.rem +72 -0
  499. data/remind-v06.02.10/include/holidays/tl.rem +31 -0
  500. data/remind-v06.02.10/include/holidays/tn.rem +15 -0
  501. data/remind-v06.02.10/include/holidays/to.rem +38 -0
  502. data/remind-v06.02.10/include/holidays/tr.rem +17 -0
  503. data/remind-v06.02.10/include/holidays/tw.rem +26 -0
  504. data/remind-v06.02.10/include/holidays/tz.rem +23 -0
  505. data/remind-v06.02.10/include/holidays/ua.rem +20 -0
  506. data/remind-v06.02.10/include/holidays/uk.rem +27 -0
  507. data/remind-v06.02.10/include/holidays/um.rem +32 -0
  508. data/remind-v06.02.10/include/holidays/us/ak.rem +17 -0
  509. data/remind-v06.02.10/include/holidays/us/al.rem +17 -0
  510. data/remind-v06.02.10/include/holidays/us/ar.rem +13 -0
  511. data/remind-v06.02.10/include/holidays/us/as.rem +20 -0
  512. data/remind-v06.02.10/include/holidays/us/az.rem +14 -0
  513. data/remind-v06.02.10/include/holidays/us/ca.rem +16 -0
  514. data/remind-v06.02.10/include/holidays/us/co.rem +14 -0
  515. data/remind-v06.02.10/include/holidays/us/ct.rem +17 -0
  516. data/remind-v06.02.10/include/holidays/us/dc.rem +16 -0
  517. data/remind-v06.02.10/include/holidays/us/de.rem +14 -0
  518. data/remind-v06.02.10/include/holidays/us/fl.rem +14 -0
  519. data/remind-v06.02.10/include/holidays/us/ga.rem +18 -0
  520. data/remind-v06.02.10/include/holidays/us/gu.rem +17 -0
  521. data/remind-v06.02.10/include/holidays/us/hi.rem +19 -0
  522. data/remind-v06.02.10/include/holidays/us/ia.rem +15 -0
  523. data/remind-v06.02.10/include/holidays/us/id.rem +14 -0
  524. data/remind-v06.02.10/include/holidays/us/il.rem +17 -0
  525. data/remind-v06.02.10/include/holidays/us/in.rem +19 -0
  526. data/remind-v06.02.10/include/holidays/us/ks.rem +16 -0
  527. data/remind-v06.02.10/include/holidays/us/ky.rem +16 -0
  528. data/remind-v06.02.10/include/holidays/us/la.rem +14 -0
  529. data/remind-v06.02.10/include/holidays/us/ma.rem +17 -0
  530. data/remind-v06.02.10/include/holidays/us/md-extra.rem +19 -0
  531. data/remind-v06.02.10/include/holidays/us/md.rem +14 -0
  532. data/remind-v06.02.10/include/holidays/us/me.rem +14 -0
  533. data/remind-v06.02.10/include/holidays/us/mi.rem +19 -0
  534. data/remind-v06.02.10/include/holidays/us/mo.rem +16 -0
  535. data/remind-v06.02.10/include/holidays/us/mp.rem +23 -0
  536. data/remind-v06.02.10/include/holidays/us/ms.rem +14 -0
  537. data/remind-v06.02.10/include/holidays/us/mt.rem +13 -0
  538. data/remind-v06.02.10/include/holidays/us/nc.rem +22 -0
  539. data/remind-v06.02.10/include/holidays/us/ne.rem +14 -0
  540. data/remind-v06.02.10/include/holidays/us/nh.rem +14 -0
  541. data/remind-v06.02.10/include/holidays/us/nj.rem +17 -0
  542. data/remind-v06.02.10/include/holidays/us/nm.rem +14 -0
  543. data/remind-v06.02.10/include/holidays/us/nv.rem +16 -0
  544. data/remind-v06.02.10/include/holidays/us/ny.rem +17 -0
  545. data/remind-v06.02.10/include/holidays/us/oh.rem +13 -0
  546. data/remind-v06.02.10/include/holidays/us/ok.rem +13 -0
  547. data/remind-v06.02.10/include/holidays/us/pa.rem +14 -0
  548. data/remind-v06.02.10/include/holidays/us/pr.rem +21 -0
  549. data/remind-v06.02.10/include/holidays/us/ri.rem +14 -0
  550. data/remind-v06.02.10/include/holidays/us/sc.rem +13 -0
  551. data/remind-v06.02.10/include/holidays/us/sd.rem +13 -0
  552. data/remind-v06.02.10/include/holidays/us/tn.rem +13 -0
  553. data/remind-v06.02.10/include/holidays/us/tx.rem +25 -0
  554. data/remind-v06.02.10/include/holidays/us/ut.rem +16 -0
  555. data/remind-v06.02.10/include/holidays/us/va.rem +13 -0
  556. data/remind-v06.02.10/include/holidays/us/vi.rem +22 -0
  557. data/remind-v06.02.10/include/holidays/us/vt.rem +16 -0
  558. data/remind-v06.02.10/include/holidays/us/wi.rem +20 -0
  559. data/remind-v06.02.10/include/holidays/us/wv.rem +17 -0
  560. data/remind-v06.02.10/include/holidays/us.rem +41 -0
  561. data/remind-v06.02.10/include/holidays/uy.rem +39 -0
  562. data/remind-v06.02.10/include/holidays/uz.rem +21 -0
  563. data/remind-v06.02.10/include/holidays/va.rem +23 -0
  564. data/remind-v06.02.10/include/holidays/ve.rem +21 -0
  565. data/remind-v06.02.10/include/holidays/vi.rem +41 -0
  566. data/remind-v06.02.10/include/holidays/vn.rem +17 -0
  567. data/remind-v06.02.10/include/holidays/vu.rem +32 -0
  568. data/remind-v06.02.10/include/holidays/ws.rem +18 -0
  569. data/remind-v06.02.10/include/holidays/za.rem +28 -0
  570. data/remind-v06.02.10/include/holidays/zm.rem +31 -0
  571. data/remind-v06.02.10/include/lang/auto.rem +32 -0
  572. data/remind-v06.02.10/include/lang/ca.rem +60 -0
  573. data/remind-v06.02.10/include/lang/da.rem +77 -0
  574. data/remind-v06.02.10/include/lang/de.rem +80 -0
  575. data/remind-v06.02.10/include/lang/en.rem +4 -0
  576. data/remind-v06.02.10/include/lang/es.rem +55 -0
  577. data/remind-v06.02.10/include/lang/fi.rem +202 -0
  578. data/remind-v06.02.10/include/lang/fr.rem +172 -0
  579. data/remind-v06.02.10/include/lang/gr.rem +74 -0
  580. data/remind-v06.02.10/include/lang/is.rem +58 -0
  581. data/remind-v06.02.10/include/lang/it.rem +76 -0
  582. data/remind-v06.02.10/include/lang/nl.rem +71 -0
  583. data/remind-v06.02.10/include/lang/no.rem +66 -0
  584. data/remind-v06.02.10/include/lang/pl.rem +177 -0
  585. data/remind-v06.02.10/include/lang/pt.rem +176 -0
  586. data/remind-v06.02.10/include/lang/ro.rem +74 -0
  587. data/remind-v06.02.10/include/lunar-eclipses.rem +149 -0
  588. data/remind-v06.02.10/include/moonphases.rem +19 -0
  589. data/remind-v06.02.10/include/seasons.rem +21 -0
  590. data/remind-v06.02.10/include/solar-eclipses.rem +238 -0
  591. data/remind-v06.02.10/include/sun.rem +12 -0
  592. data/remind-v06.02.10/include/translations/de/holidays/chinese-new-year.rem +13 -0
  593. data/remind-v06.02.10/include/translations/de/moonphases.rem +4 -0
  594. data/remind-v06.02.10/include/translations/de/seasons.rem +4 -0
  595. data/remind-v06.02.10/include/translations/de/sun.rem +2 -0
  596. data/remind-v06.02.10/include/translations/nl/holidays/chinese-new-year.rem +13 -0
  597. data/remind-v06.02.10/include/translations/nl/moonphases.rem +4 -0
  598. data/remind-v06.02.10/include/translations/nl/seasons.rem +4 -0
  599. data/remind-v06.02.10/include/translations/nl/sun.rem +2 -0
  600. data/remind-v06.02.10/include/utils/add-html-anchors.rem +5 -0
  601. data/remind-v06.02.10/install-sh +238 -0
  602. data/remind-v06.02.10/man/rem.1.in +21 -0
  603. data/remind-v06.02.10/man/rem2ps.1.in +816 -0
  604. data/remind-v06.02.10/man/remind.1.in +7658 -0
  605. data/remind-v06.02.10/man/tkremind.1.in +612 -0
  606. data/remind-v06.02.10/rem2html/Makefile.in +30 -0
  607. data/remind-v06.02.10/rem2html/rem2html.in +1299 -0
  608. data/remind-v06.02.10/rem2pdf/Makefile.PL.in +25 -0
  609. data/remind-v06.02.10/rem2pdf/Makefile.top.in +50 -0
  610. data/remind-v06.02.10/rem2pdf/bin/rem2pdf.in +761 -0
  611. data/remind-v06.02.10/scripts/tkremind.in +5794 -0
  612. data/remind-v06.02.10/src/Makefile.in +133 -0
  613. data/remind-v06.02.10/src/calendar.c +3069 -0
  614. data/remind-v06.02.10/src/config.h +117 -0
  615. data/remind-v06.02.10/src/config.h.in +116 -0
  616. data/remind-v06.02.10/src/custom.h +167 -0
  617. data/remind-v06.02.10/src/custom.h.in +167 -0
  618. data/remind-v06.02.10/src/dedupe.c +179 -0
  619. data/remind-v06.02.10/src/dorem.c +2389 -0
  620. data/remind-v06.02.10/src/dosubst.c +910 -0
  621. data/remind-v06.02.10/src/dynbuf.c +198 -0
  622. data/remind-v06.02.10/src/dynbuf.h +41 -0
  623. data/remind-v06.02.10/src/err.h +294 -0
  624. data/remind-v06.02.10/src/expr.c +3408 -0
  625. data/remind-v06.02.10/src/files.c +1437 -0
  626. data/remind-v06.02.10/src/funcs.c +5230 -0
  627. data/remind-v06.02.10/src/globals.c +23 -0
  628. data/remind-v06.02.10/src/globals.h +277 -0
  629. data/remind-v06.02.10/src/hashtab.c +428 -0
  630. data/remind-v06.02.10/src/hashtab.h +88 -0
  631. data/remind-v06.02.10/src/hashtab_stats.c +101 -0
  632. data/remind-v06.02.10/src/hbcal.c +579 -0
  633. data/remind-v06.02.10/src/ifelse.c +236 -0
  634. data/remind-v06.02.10/src/init.c +1494 -0
  635. data/remind-v06.02.10/src/json.c +1048 -0
  636. data/remind-v06.02.10/src/json.h +276 -0
  637. data/remind-v06.02.10/src/main.c +2310 -0
  638. data/remind-v06.02.10/src/md5.c +250 -0
  639. data/remind-v06.02.10/src/md5.h +33 -0
  640. data/remind-v06.02.10/src/moon.c +957 -0
  641. data/remind-v06.02.10/src/omit.c +560 -0
  642. data/remind-v06.02.10/src/protos.h +284 -0
  643. data/remind-v06.02.10/src/queue.c +1118 -0
  644. data/remind-v06.02.10/src/rem2ps.c +1383 -0
  645. data/remind-v06.02.10/src/rem2ps.h +229 -0
  646. data/remind-v06.02.10/src/sort.c +257 -0
  647. data/remind-v06.02.10/src/token.c +494 -0
  648. data/remind-v06.02.10/src/trans.c +544 -0
  649. data/remind-v06.02.10/src/trigger.c +871 -0
  650. data/remind-v06.02.10/src/types.h +341 -0
  651. data/remind-v06.02.10/src/userfns.c +810 -0
  652. data/remind-v06.02.10/src/utils.c +374 -0
  653. data/remind-v06.02.10/src/var.c +1762 -0
  654. data/remind-v06.02.10/src/version.h +1 -0
  655. data/remind-v06.02.10/src/version.h.in +1 -0
  656. data/remind-v06.02.10/src/xlat.c +100 -0
  657. data/remind-v06.02.10/www/Makefile.in +91 -0
  658. metadata +764 -0
@@ -0,0 +1,612 @@
1
+ .TH TKREMIND 1 "@RELEASE_DATE@" "Remind" "VERSION @VERSION@"
2
+ .SH NAME
3
+ tkremind \- graphical front-end to Remind calendar program
4
+ .SH SYNOPSIS
5
+ .B tkremind \fR[\fIoptions\fR] [\fIread_file\fR [\fIwrite_file\fR [\fIconfig_file\fR]]]
6
+ .SH DESCRIPTION
7
+ \fBTkRemind\fR is a graphical front-end to the \fBRemind\fR program.
8
+ It provides a friendly graphical interface which allows you to view
9
+ your calendar and add reminders without learning the syntax of \fBRemind\fR.
10
+ Although not all of \fBRemind\fR's features are available with \fBTkRemind\fR,
11
+ \fBTkRemind\fR gives you an opportunity to edit the reminder commands which
12
+ it creates. This allows you to learn \fBRemind\fR's syntax and then add
13
+ extra features as you become a more sophisticated \fBRemind\fR programmer.
14
+
15
+ \fBTkRemind\fR is written in Tcl, and requires version 8.5 (or higher)
16
+ as well as the tcllib extension. It also requires a \fBwish\fR
17
+ binary. If you are using Tcl/Tk 8.5, you may also need either the Img
18
+ or the tkpng extension to handle PNG images.
19
+
20
+ .SH COMMAND-LINE OPTIONS
21
+ \fBTkRemind\fR itself has only one command-line option:
22
+ \fB\-\-version\fR, which makes it print the version of \fBTkRemind\fR
23
+ and exit. Any other command-line argument starting with \fB\-\fR to
24
+ \fBRemind\fR as an option. In addition, \fBTkRemind\fR will respect
25
+ the \fB\-m\fR and \fB\-b1\fR options and adjust its appearance
26
+ accordingly.
27
+ .PP
28
+ \fIRead_file\fR is the file from which \fBTkRemind\fR reads reminders.
29
+ It is in standard \fBRemind\fR format. \fIWrite_file\fR is the file
30
+ to which \fBTkRemind\fR writes reminders which you add using the GUI.
31
+ If \fIRead_file\fR is omitted, it defaults to \fB$HOME/.reminders\fR.
32
+ If \fIWrite_file\fR is omitted, it defaults to \fIRead_file\fR.
33
+ .PP
34
+ You may wish to have a different \fIWrite_file\fR from \fIRead_file\fR if
35
+ you want to collect all of \fBTkRemind\fR's reminders in one place. Suppose
36
+ your main file is \fI$HOME/.reminders\fR and you want \fBTkRemind\fR to put
37
+ its reminders in \fI$HOME/.tkreminders\fR. In \fI$HOME/.reminders\fR,
38
+ include the line:
39
+ .PP
40
+ .nf
41
+ INCLUDE [getenv("HOME")]/.tkreminders
42
+ .fi
43
+ .PP
44
+
45
+ \fIConfig_file\fR is the file in which \fBTkRemind\fR stores
46
+ its options. If it is omitted, it defaults to \fI$HOME/.config/tkremindrc\fR.
47
+
48
+ .PP
49
+ If \fB$HOME/.reminders\fR is a \fIdirectory\fR, then \fBTkRemind\fR defaults to
50
+ reading \fB$HOME/.reminders\fR and writing new reminders to
51
+ \fB$HOME/.reminders/100-tkremind.rem\fR. If you want to keep your
52
+ reminders in a directory \fB$HOME/.reminders\fR, you should create that
53
+ directory before starting \fBTkRemind\fR.
54
+ .SH THE CALENDAR WINDOW
55
+ When you start \fBTkRemind\fR, it displays a calendar for the current
56
+ month, with today's date highlighted. Reminders are filled into each
57
+ box on the calendar. If a box contains many reminders, you can scroll
58
+ it up and down by dragging mouse button 2 in the box or by using the
59
+ scroll wheel (if your mouse has one.) Note that there is no specific
60
+ indication of an over-full box; you'll just have to notice that the
61
+ box appears completely full.
62
+
63
+ .SH NAVIGATING
64
+ To change to the previous or next month, click the \fB<\-\fR
65
+ or \fB\->\fR button, respectively. You can also use the left/right arrow
66
+ keys or \fBPgUp\fR/\fBPgDn\fR to navigate.
67
+
68
+ To change back to the current month, click \fBToday\fR or press the
69
+ \fBHome\fR key. To go to a specific month, click \fBGo To Date...\fR
70
+ or press \fBg\fR. This pops up a dialog box which allows you to
71
+ select a month and enter a year. Once you've done this, click
72
+ \fBGo\fR to go to the date, or \fBCancel\fR to cancel. Note also that
73
+ all pop-up windows in \fBTkRemind\fR can be dismissed by pressing
74
+ \fBEsc\fR or \fBControl-w\fR.
75
+
76
+ To exit \fBTkRemind\fR, click \fBQuit\fR or press \fBControl-q\fR..
77
+
78
+ .SH CHANGING THE VIEW
79
+ By default, \fBTkRemind\fR shows the calendar for an entire month.
80
+ The \fBView...\fR menu lets you pick from the following choices: Display
81
+ an entire month, or display one, two or four weeks' worth of reminders.
82
+ If you change the view, \fBTkRemind\fR remembers the change and that
83
+ view becomes the default view next time you start \fBTkRemind\fR
84
+
85
+ In the monthly view, the Next and Previous navigation buttons and keyboard
86
+ shortcuts move by one month. In all other views, they move by one week.
87
+ This is true even for views that display multiple weeks.
88
+
89
+ You can press the keys \fB1\fR, \fB2\fR, \fB4\fR or \fBm\fR over the
90
+ main calendar window to change the view to one week, two weeks, four weeks
91
+ or one month, respectively.
92
+
93
+ .SH ADDING REMINDERS
94
+ To add a reminder, click button 1 in any day number in the calendar.
95
+ The \fBAdd Reminder...\fR dialog will pop up, with values preselected for
96
+ the day you clicked.
97
+
98
+ The dialog has seven basic groups of controls. The first three lines
99
+ select one of three types of reminders. Choose the type of reminder
100
+ with the radio buttons, and choose the values of the days, months, and
101
+ years by selecting values from pull-down menus. The pull-down menus
102
+ appear when you click the raised value buttons.
103
+
104
+ The next control specifies an expiry date for the reminder. Select
105
+ the check button to enable an expiry date, and fill in the values
106
+ using pull-down menus.
107
+
108
+ The third control specifies how much advance notice you want (if any),
109
+ and whether or not weekends and holidays are counted when computing advance
110
+ notice.
111
+
112
+ The fourth control specifies which days \fBRemind\fR considers
113
+ as part of the weekend. This can affect the interpretation of "weekday"
114
+ in the second and third types of reminders.
115
+
116
+ The fifth group of controls associates a time and possible duration
117
+ with the reminder. You can also specify advance notice, possibly
118
+ repeating.
119
+
120
+ The sixth control allows you to specify whether the reminder is a
121
+ TODO, and if so, its completion date. Typing a slash "/" in the
122
+ "Complete through:" field automatically fills in the date of the
123
+ calendar entry. Otherwise, enter a completion date in the form
124
+ YYYY-MM-DD. You can also enter a number in the "Max overdue days:"
125
+ field to limit how many days past the due date \fBRemind\fR will keep
126
+ reminding you of the TODO.
127
+
128
+ The seventh control specifies what \fBRemind\fR should do if a reminder
129
+ falls on a holiday or weekend.
130
+
131
+ Enter the body of the reminder into the \fBSummary:\fR text entry. If
132
+ you want, you can enter a location, a URL, and a longer description
133
+ in the \fBLocation:\fR, \fBURL:\fR and \fBDescription:\fR boxes. If
134
+ you enter anything here, they will be added as \fBINFO\fR items to the
135
+ reminder.
136
+
137
+ To add the reminder to the reminder file, click \fBAdd to reminder file\fR.
138
+ To close the dialog without adding the reminder to the file, click
139
+ \fBCancel\fR. To preview the reminder, click \fBPreview reminder\fR.
140
+ This pops up the \fBPreview reminder\fR dialog box.
141
+
142
+ .SH PREVIEWING REMINDERS
143
+ The \fBPreview reminder\fR dialog box is an excellent way to learn
144
+ \fBRemind\fR. It displays the \fBRemind\fR command which realizes the
145
+ reminder you entered using the \fBAdd Reminder...\fR dialog. You can
146
+ edit the reminder, thereby gaining access to advanced features of
147
+ \fBRemind\fR. You can also use it simply to play around and discover
148
+ \fBRemind\fR's idioms for expressing different types of reminders.
149
+ .PP
150
+ \fBNOTE\fR: If you hand-edit a reminder, then that reminder will
151
+ \fInot\fR be editable in TkRemind's graphical reminder dialog any more.
152
+ You will have to hand-edit it to change it.
153
+
154
+ .SH SEEING A SINGLE DAY'S REMINDERS
155
+ Right-click on any day number in the calendar to pop up a window with
156
+ that day's reminders in Agenda Mode. You can left- or right-click the
157
+ current date and time indicator at the bottom of the calendar window
158
+ to see today's reminders in Agenda Mode. You can also press \fBt\fR
159
+ over the main calendar window to see today's reminders in Agenda Mode.
160
+
161
+ In the Agenda Mode display, hovering over a reminder will show ancillary
162
+ information such as a Location, URL or Description. Clicking on a reminder
163
+ will open an editor on the REM command that created the reminder. You can
164
+ also navigate in the Agenda Mode window one day at a time using the
165
+ forward and back arrow buttons or left/right arrow keys or \fBPgUp\fR/\fBPgDn\fR.
166
+ You can get back to today by clicking \fBToday\fR or pressing the
167
+ \fBHome\fR key.
168
+
169
+ You can dismiss the Agenda Mode window by clicking \fBOK\fR or pressing
170
+ the \fBEsc\fR key.
171
+
172
+ .SH PRINTING
173
+ To print the current month's calendar, click \fBPrint...\fR on the
174
+ main calendar window or press \fBp\fR or \fBControl-p\fR. This brings
175
+ up the print dialog. Printing either produces a PostScript or PDF
176
+ file, or sends PostScript or PDF to a UNIX command.
177
+
178
+ Note that you must have \fBrem2pdf\fR installed in order to be
179
+ able to print.
180
+
181
+ Select the print destination by choosing either \fBTo file:\fR or
182
+ \fBTo command:\fR in the print dialog. Press \fBBrowse...\fR to bring
183
+ up a file browser. In the file browser, you can enter a filename in
184
+ the text entry, double-click on a filename in the listbox, or
185
+ double-click on a directory to navigate the file system. You can also
186
+ type the first few characters of a file name in the text entry box and
187
+ press space to complete the name to the first matching entry.
188
+
189
+ The \fBMatch:\fR box contains a filename wildcard which filters files
190
+ in the listbox. You can change the filter and press enter to rescan
191
+ the directory.
192
+
193
+ Select the appropriate paper size and orientation. Activate
194
+ \fBFill page\fR if you want the calendar to fill the page. This should
195
+ be the normal case unless you have many reminders in a particular
196
+ day. (See the \fBrem2pdf\fR documentation.)
197
+
198
+ If you activate \fBAvoid over-full boxes\fR, then \fBTkRemind\fR
199
+ will pass the \fB\-\-avoid\-overfull\fR option to \fBrem2pdf\fR. This
200
+ will make it try to fit many reminders into a calendar box by shrinking
201
+ the font. This option, if activated, also automatically activates
202
+ \fBFill page\fR.
203
+
204
+ Finally, click \fBPrint\fR to print or \fBCancel\fR to cancel. Note
205
+ that during printing, \fBRemind\fR is called with the
206
+ \fB-itkremind=1\fR option and also an additional \fB-itkprint=1\fR
207
+ option. If you are producing PDF output, then the option \fB-itkpdf=1\fR
208
+ is also supplied to \fBRemind\fR.
209
+
210
+ If you click on \fBShow Command\fR rather than \fBPrint\fR, then
211
+ \fBTkRemind\fR won't actually print anything. Instead, it will pop
212
+ up a text window with the command that it \fIwould have used\fR to print
213
+ the calendar. You can adjust the command as needed and then click \fBRun\fR
214
+ to run the modified command. This lets you specify \fBrem2pdf\fR options
215
+ that are not directly supported by \fBTkRemind\fR.
216
+
217
+ .SH EDITING REMINDERS
218
+
219
+ If you created a reminder with \fBTkRemind\fR, it will turn red as the
220
+ mouse cursor passes over it in the calendar window. Click
221
+ button-1 over the reminder and you will be presented with a dialog
222
+ window whose state is identical to the one used to create the reminder.
223
+ At this point, you can change the reminder by editing the dialog
224
+ entries and selecting \fBReplace reminder\fR. You can delete the
225
+ reminder entirely by selecting \fBDelete reminder\fR. The remaining
226
+ buttons, \fBPreview reminder\fR and \fBCancel\fR operate identically
227
+ to the dialog in "ADDING REMINDERS."
228
+
229
+ Note that if you have hand-edited a reminder (using \fBPreview
230
+ reminder\fR), or if the reminder was hand-created in the first place,
231
+ then clicking on it will \fInot\fR pop up the TkRemind
232
+ reminder-editing dialog. Instead, TkRemind will start up a text
233
+ editor (if you have configured one) so you can hand-edit the reminder.
234
+
235
+ .SH USING A TEXT EDITOR
236
+
237
+ If you have set the "text editor" option correctly, right-clicking
238
+ on a reminder will bring up a text editor on the file containing
239
+ the reminder. The cursor will be positioned on the line that
240
+ generated the reminder. In addition, if you have a reminder that
241
+ is editable with an editor but was not created using \fBTkRemind\fR,
242
+ it will be underlined when you move the cursor over it, and
243
+ you can edit it in a text editor by either left- or right-clicking
244
+ on the reminder.
245
+ .PP
246
+ If a reminder has location or description \fBINFO\fR items, then
247
+ hovering over the reminder will pop up a window containing the
248
+ location and/or description information.
249
+
250
+ .SH HYPERLINKS
251
+
252
+ If a reminder has a "Url:" INFO string set, then middle-clicking
253
+ will open the URL using \fBxdg-open\fR.
254
+
255
+ .SH ERRORS
256
+
257
+ If there are any errors in your reminder file, the "Queue..." button
258
+ changes to "Errors...". Click on "Errors..." to see the Remind error
259
+ output. Click "OK" to close the error window; this makes the button
260
+ in the main TkRemind window to revert to "Queue..." You can click on
261
+ any error message to open an editor on the file and line number that
262
+ caused the error.
263
+
264
+ .SH BACKGROUND REMINDERS
265
+
266
+ If you create "timed" reminders, \fBTkRemind\fR will queue them in
267
+ the background and pop up boxes as they are triggered. Additionally,
268
+ if you created the reminder using \fBTkRemind\fR, you will be given the
269
+ option of "turning off" the reminder for the rest of the day.
270
+ \fBTkRemind\fR achieves queuing of background reminders by running
271
+ \fBRemind\fR in \fIserver mode\fR, described later.
272
+
273
+ .SH OPTIONS
274
+
275
+ The final button on the calendar window, \fBOptions\fR, lets you configure
276
+ certain aspects of \fBTkRemind\fR. You can also pop up the options
277
+ window by pressing \fBo\fR. The configuration options are:
278
+
279
+ .TP
280
+ .B Start up Iconified
281
+ If this is selected, \fBTkRemind\fR starts up iconified. Otherwise,
282
+ it starts up in a normal window.
283
+
284
+ .TP
285
+ .B Show Today's Reminders on Startup
286
+ If this is selected, \fBTkRemind\fR shows a text window containing reminders
287
+ which would be issued by "remind \-q \-a \-r" on startup, and when the date
288
+ changes at midnight.
289
+
290
+ .TP
291
+ .B Confirm Quit
292
+ If this is selected, you will be asked to confirm when you press
293
+ \fBQuit\fR. If not, \fBTkRemind\fR quits without prompting.
294
+
295
+ .TP
296
+ .B Automatically close pop-up reminders after a minute
297
+ If this is selected, pop-up reminder boxes will be closed after one minute
298
+ has elapsed. Otherwise, they remain on your screen forever until you
299
+ explicitly dismiss them.
300
+
301
+ .TP
302
+ .B Use system notifications when issuing a reminder
303
+ This option is available only for Tcl/Tk version 9.0 or later, or if
304
+ you have the \fBnotify-send\fR program installed; it will be greyed
305
+ out if neither condition is true. If selected, then when a reminder
306
+ is popped up, it will also be sent to the desktop notification system,
307
+ causing a notification to appear.
308
+
309
+ .TP
310
+ .B Beep terminal when popping up a reminder
311
+ If selected, \fBTkRemind\fR beeps the terminal bell when a queued reminder
312
+ pops up.
313
+
314
+ .TP
315
+ .B Deiconify calendar window when popping up a reminder
316
+ If selected, does what it says.
317
+
318
+ .TP
319
+ .B Run command when popping up a reminder
320
+ If this entry is not blank, the specified command is run whenever a
321
+ background reminder pops up.
322
+
323
+ .TP
324
+ .B Feed popped-up reminder to command's standard input
325
+ If selected, feeds the text of the reminder to the command described
326
+ above. The text of the reminder is prefixed by "HH:MM ", where HH:MM
327
+ is the time of the reminder.
328
+
329
+ .TP
330
+ .B E-mail reminders here if popup not dismissed
331
+ If you enter a non-blank e-mail address in this field, then \fBTkRemind\fR
332
+ will e-mail you a reminder if you don't dismiss the popup box within
333
+ one minute. This is useful if you need to leave your terminal but
334
+ want your reminders to "follow" you via e-mail.
335
+
336
+ .TP
337
+ .B Name or IP address of SMTP server
338
+ \fBTkRemind\fR uses a direct SMTP connection to send mail. Enter the
339
+ IP address of your SMTP server here.
340
+
341
+ .TP
342
+ .B Text Editor
343
+ This specifies a text editor to invoke when a reminder is right-clicked.
344
+ The sequence "%d" is replaced with the line number of the file
345
+ containing the reminder, and "%s" is replaced with the file name.
346
+ Useful strings might be "emacs +%d %s" or "gvim +%d %s"
347
+
348
+ .TP
349
+ .B Extra Arguments for Remind
350
+ This specifies any extra arguments that should be passed to Remind
351
+ when \fBTkRemind\fR invokes \fBremind\fR. Unless you know what
352
+ you are doing, leave this blank.
353
+
354
+ .TP
355
+ .B Change entry font...
356
+ This button pops up a font selection dialog that lets you change the
357
+ font used to draw calendar items in the calendar boxes.
358
+
359
+ .TP
360
+ .B Change heading font...
361
+ Similar to Change entry font, but applies to calendar heading
362
+ (the month and day names and the day numbers.)
363
+
364
+ .TP
365
+ .B Colors
366
+ The remaining section of the Options dialog lets you configure
367
+ colors for various parts of the TkRemind user interface. You can
368
+ change individual colors, or preset them to a built-in theme by
369
+ clicking \fBLight Theme\fR or \fBDark Theme\fR.
370
+ .RS
371
+ .PP
372
+ If you accidentally make the user-interface unreadable through an
373
+ unfortunate choice of colors, you can always find the Options dialog
374
+ again by moving the mouse pointer along the bottom row of buttons to
375
+ find Options... and then reset the theme to Light Theme or Dark Theme
376
+ once the Options dialog pops up.
377
+ .RE
378
+ .PP
379
+ Once you've configured the options the way you like them, press
380
+ \fBSave Options\fR to put them into effect and to save them in
381
+ $HOME/.config/tkremindrc, or \fBCancel\fR to cancel any changes you
382
+ made.
383
+
384
+ .SH IMMEDIATE UPDATES
385
+
386
+ If you are running \fBTkRemind\fR on Linux and \fBRemind\fR has been
387
+ compiled with \fBinotify\fR(7) support, then \fBTkRemind\fR redraws
388
+ the calendar window \fIimmediately\fR if \fB$HOME/.reminders\fR
389
+ changes (or, if it is a directory, any files in that directory
390
+ change.)
391
+ .PP
392
+ This lets \fBTkRemind\fR react immediately to hand-edited reminders or
393
+ to reminder files that are imported from another calendar system (for example,
394
+ you may have a cron job that periodically imports your Google Calendar
395
+ entries into Remind format.)
396
+
397
+ .SH ODDS AND ENDS
398
+ \fBTkRemind\fR performs some basic consistency checks when you add or
399
+ preview a reminder. However, if you edit a reminder in the previewer,
400
+ \fBTkRemind\fR does \fInot\fR check the edited reminder. You can
401
+ produce illegal reminders which may cause problems. (This is one good
402
+ reason to isolate \fBTkRemind\fR's reminders in a separate file.)
403
+ .PP
404
+ \fBTkRemind\fR does \fInot\fR check the body of the reminder in any
405
+ way. You can use the normal \fBRemind\fR substitution sequences in
406
+ the body. Furthermore, if you use expression-pasting in the body,
407
+ \fBTkRemind\fR does \fInot\fR validate the expressions.
408
+ .PP
409
+ When \fBTkRemind\fR invokes \fBRemind\fR, it supplies the option:
410
+ .PP
411
+ .nf
412
+ \-itkremind=1
413
+ .fi
414
+ .PP
415
+ on the command line. So, in your \fBRemind\fR file, you can include:
416
+ .PP
417
+ .nf
418
+ IF defined("tkremind")
419
+ # Then I'm probably being invoked by TkRemind
420
+ ENDIF
421
+ .fi
422
+ .PP
423
+ You can use this to activate certain reminders in different ways
424
+ for \fBTkRemind\fR (for example).
425
+ .PP
426
+ \fBTkRemind\fR uses tags to keep track of reminders in the
427
+ script file. You can certainly mix
428
+ "hand-crafted" reminders with reminders created by \fBTkRemind\fR
429
+ if you are aware of the following rules and limitations:
430
+ .TP
431
+ o
432
+ \fBTkRemind\fR uses \fBTAG\fRs of the form \fBTKTAG\fR\fInnn\fR
433
+ where \fInnn\fR is a number. You should not use such \fBTAG\fRs
434
+ in hand-crafted reminders.
435
+ .TP
436
+ o
437
+ Hand-crafted reminders cannot be edited with \fBTkRemind\fR, and
438
+ for hand-crafted timed reminders, you will not be presented with
439
+ the "Don't remind me again" option when they pop up.
440
+
441
+ .PP
442
+ However, rather than mixing hand-edited files with \fBTkRemind\fR-generated
443
+ ones, it is better to make \fB$HOME/.reminders\fR a directory and keep
444
+ your hand-edited files in a separate \fB*.rem\fR file than \fBTkRemind\fR's
445
+ \fB100-tkremind.rem\fR file.
446
+
447
+ .SH SERVER MODE
448
+
449
+ \fBRemind\fR has a special mode for interacting with programs like
450
+ \fBTkRemind\fR. This mode is called \fIserver mode\fR and is
451
+ selected by supplying the \fB\-zj\fR option to \fBRemind\fR.
452
+
453
+ In server mode, \fBRemind\fR operates similar to daemon mode, except
454
+ it reads commands (one per line) from standard input and writes status
455
+ lines to standard output. Each status line is a JSON object.
456
+
457
+ The commands accepted in server mode are:
458
+
459
+ .TP
460
+ EXIT
461
+ Terminate the \fBRemind\fR process. EOF on standard input does the
462
+ same thing. \fBRemind\fR exits immediately without printing
463
+ a JSON status line.
464
+
465
+ .TP
466
+ STATUS
467
+ Return the number of queued reminders. The JSON object looks
468
+ something like this:
469
+ .nf
470
+
471
+ {"response":"queued","nqueued":n,"command":"STATUS"}
472
+
473
+ .fi
474
+ where \fIn\fR is the number of reminders queued.
475
+
476
+ .TP
477
+ QUEUE or JSONQUEUE
478
+ Returns the contents of the queue. The JSON object looks something
479
+ like this:
480
+ .nf
481
+
482
+ {"response":"queue","queue":[ ... ],"command":"QUEUE"}
483
+
484
+ .fi
485
+ The value of the \fBqueue\fR key is an array of JSON objects, each
486
+ representing a queued reminder.
487
+
488
+ .TP
489
+ TRANSLATE Any string goes here
490
+ Returns the translation of "Any string goes here" according to \fBRemind\fR's
491
+ translation table. Note that there must be exactly one space after
492
+ TRANSLATE and before the string you wish to translate. The JSON object
493
+ that results from "TRANSLATE New Moon" might look like this:
494
+ .nf
495
+
496
+ {"response":"translate","translation":{"New Moon":"Nieuwe maan"},"command":"TRANSLATE"}
497
+
498
+ .fi
499
+ As you see, the value of the \fBtranslation\fR key is an object whose
500
+ key is the original text and value is the translated text. A
501
+ front-end can use TRANSLATE do its own localization; for example,
502
+ TkRemind uses it to localize the moon phase popup window for the
503
+ SPECIAL MOON display.
504
+ .RS
505
+ .PP
506
+ If the argument to TRANSLATE is not in the translation table, then
507
+ \fBRemind\fR \fIwill not issue any response at all\fR to the TRANSLATE command.
508
+ .RE
509
+ .TP
510
+ TRANSLATE_DUMP
511
+ Returns the contents of the translation table. The JSON object looks
512
+ like this:
513
+ .nf
514
+
515
+ {"response":"translate_dump","table":{...},"command":"TRANSLATE_DUMP"}
516
+
517
+ .fi
518
+ The value of the \fBtable\fR key is a dictionary of original-to-translated
519
+ strings.
520
+
521
+ .TP
522
+ DEL \fIqid\fR
523
+ Delete the reminder with queue-id \fIqid\fR from the queue.
524
+
525
+ .TP
526
+ REREAD
527
+ Re-read the reminder file. Returns the following status line:
528
+
529
+ .nf
530
+
531
+ {"response":"reread","command":"REREAD"}
532
+
533
+ .fi
534
+
535
+ .PP
536
+ You can also force a reread of the reminder file by sending a
537
+ \fBSIGHUP\fR signal to the \fBRemind\fR process:
538
+
539
+ .nf
540
+
541
+ kill -HUP \fIpid_of_remind_process\fR
542
+
543
+ .fi
544
+
545
+ .PP
546
+ Additional status lines written are as follows:
547
+
548
+ .TP
549
+ .nf
550
+
551
+ {"response":"reminder","ttime":tt,"tdatetime":tdt,"now":now,"tags":tags,"qid":qid,"body":body}
552
+
553
+ .fi
554
+ In this line, \fItt\fR is the trigger time of the reminder (expressed
555
+ as a string), \fItdt\fR is the trigger DATETIME of the reminder
556
+ expressed as a string with the format "\fIYYYY-MM-DD\fRT\fIHH:MM\fR";
557
+ \fInow\fR is the current time, \fItags\fR (if present) is the tag or
558
+ tags associated with the reminder, and \fIbody\fR is the body of the
559
+ reminder. This response causes \fBTkRemind\fR to pop up a reminder
560
+ notification. \fIqid\fR is an integer which is a unique identifier
561
+ for this reminder. You may delete it from the queue by sending a
562
+ \fBDEL\fR \fIqid\fR command to the server. Note that \fIqid\fRs are
563
+ not stable across re-reads; if \fBRemind\fR restarts itself to re-read
564
+ the reminder file, then the \fIqid\fR values are likely to change, and
565
+ any reminder deleted with a \fBDEL\fR \fIqid\fR command is likely to
566
+ be re-queued.
567
+ .TP
568
+ .nf
569
+
570
+ {"response":"newdate"}
571
+
572
+ .fi
573
+
574
+ This line is emitted whenever \fBRemind\fR has detected a rollover of
575
+ the system date. The front-end program should redraw its calendar
576
+ or take whatever other action is needed.
577
+
578
+ .TP
579
+ .nf
580
+
581
+ {"response":"reread","command":"inotify"}
582
+
583
+ .fi
584
+
585
+ If \fBRemind\fR was compiled with support for \fBinotify\fR(7), then
586
+ if it detects a change to the top-level reminder file or directory,
587
+ it issues the above response. The front-end should redraw its
588
+ calendar since this response indicates that a change has been made
589
+ to the reminder file or directory.
590
+
591
+ .PP
592
+ Please note that \fBRemind\fR can write a status message \fIat any time\fR
593
+ and not just in response to a command sent to its standard input. Therefore,
594
+ a program that runs \fBRemind\fR in server mode must be prepared to handle
595
+ asynchronous status messages.
596
+
597
+ .SH AUTHOR
598
+ TkRemind was written by Dianne Skoll <dianne@skoll.ca>
599
+
600
+ \fBTkRemind\fR is Copyright (C) 1996-2026 by Dianne Skoll.
601
+
602
+ .SH FILES
603
+
604
+ $HOME/.reminders -- default reminder file or directory.
605
+
606
+ $HOME/.config/tkremindrc -- \fBTkRemind\fR saved options.
607
+
608
+ .SH HOME PAGE
609
+ https://dianne.skoll.ca/projects/remind/
610
+ .SH SEE ALSO
611
+ \fBremind\fR, \fBrem2pdf\fR, \fBrem2html\fR
612
+
@@ -0,0 +1,30 @@
1
+ # Set by configure - don't touch.
2
+ srcdir=@srcdir@
3
+ prefix=@prefix@
4
+ exec_prefix=@exec_prefix@
5
+ mandir=@mandir@
6
+ bindir=@bindir@
7
+ datadir=@datadir@
8
+ datarootdir=@datarootdir@
9
+ PERL=@PERL@
10
+ PERLMODS_NEEDED=JSON::MaybeXS Getopt::Long
11
+ all:
12
+ true
13
+
14
+ install:
15
+ @if test "$(PERL)" = "" ; then \
16
+ echo "Not installing rem2html; Perl is required"; exit 0; fi; \
17
+ for m in $(PERLMODS_NEEDED) ; \
18
+ do \
19
+ $(PERL) -M$$m -e 1 > /dev/null 2>&1; \
20
+ if test $$? != 0 ; then echo "Not installing rem2html; missing $$m"; exit 0; fi; \
21
+ done; \
22
+ pod2man --center "VERSION @VERSION@" --date "@RELEASE_DATE@" rem2html > rem2html.1 && mkdir -p $(DESTDIR)$(mandir)/man1 && cp rem2html.1 $(DESTDIR)$(mandir)/man1/rem2html.1 || true; \
23
+ echo "Installing rem2html in $(DESTDIR)$(bindir)"; \
24
+ mkdir -p $(DESTDIR)$(bindir) && sed -e 's|^#!perl|#!$(PERL)|' < rem2html > $(DESTDIR)$(bindir)/rem2html && chmod 755 $(DESTDIR)$(bindir)/rem2html && exit 0; \
25
+ exit 1;
26
+
27
+
28
+
29
+
30
+