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.
- checksums.yaml +7 -0
- data/LICENSE +328 -0
- data/README.md +141 -0
- data/ext/remind/shim.c +379 -0
- data/lib/remind/builder.rb +252 -0
- data/lib/remind/library.rb +141 -0
- data/lib/remind/native.rb +257 -0
- data/lib/remind/reminder.rb +527 -0
- data/lib/remind/runtime.rb +130 -0
- data/lib/remind/session.rb +246 -0
- data/lib/remind/source.rb +160 -0
- data/lib/remind/value.rb +170 -0
- data/lib/remind/version.rb +13 -0
- data/lib/remind.rb +147 -0
- data/remind-v06.02.10/COPYRIGHT +300 -0
- data/remind-v06.02.10/configure +5684 -0
- data/remind-v06.02.10/configure.ac +131 -0
- data/remind-v06.02.10/docs/WHATSNEW +3858 -0
- data/remind-v06.02.10/include/ansitext.rem +35 -0
- data/remind-v06.02.10/include/holidays/ad/02.rem +15 -0
- data/remind-v06.02.10/include/holidays/ad/03.rem +14 -0
- data/remind-v06.02.10/include/holidays/ad/04.rem +14 -0
- data/remind-v06.02.10/include/holidays/ad/05.rem +14 -0
- data/remind-v06.02.10/include/holidays/ad/06.rem +16 -0
- data/remind-v06.02.10/include/holidays/ad/07.rem +15 -0
- data/remind-v06.02.10/include/holidays/ad/08.rem +14 -0
- data/remind-v06.02.10/include/holidays/ad.rem +28 -0
- data/remind-v06.02.10/include/holidays/ae.rem +10 -0
- data/remind-v06.02.10/include/holidays/al.rem +33 -0
- data/remind-v06.02.10/include/holidays/am.rem +19 -0
- data/remind-v06.02.10/include/holidays/ao.rem +41 -0
- data/remind-v06.02.10/include/holidays/ar.rem +38 -0
- data/remind-v06.02.10/include/holidays/as.rem +40 -0
- data/remind-v06.02.10/include/holidays/at/1.rem +15 -0
- data/remind-v06.02.10/include/holidays/at/2.rem +16 -0
- data/remind-v06.02.10/include/holidays/at/3.rem +15 -0
- data/remind-v06.02.10/include/holidays/at/4.rem +15 -0
- data/remind-v06.02.10/include/holidays/at/5.rem +15 -0
- data/remind-v06.02.10/include/holidays/at/6.rem +15 -0
- data/remind-v06.02.10/include/holidays/at/7.rem +15 -0
- data/remind-v06.02.10/include/holidays/at/8.rem +15 -0
- data/remind-v06.02.10/include/holidays/at/9.rem +15 -0
- data/remind-v06.02.10/include/holidays/at.rem +32 -0
- data/remind-v06.02.10/include/holidays/au/act.rem +27 -0
- data/remind-v06.02.10/include/holidays/au/nsw.rem +25 -0
- data/remind-v06.02.10/include/holidays/au/nt.rem +28 -0
- data/remind-v06.02.10/include/holidays/au/qld.rem +23 -0
- data/remind-v06.02.10/include/holidays/au/sa.rem +29 -0
- data/remind-v06.02.10/include/holidays/au/tas.rem +16 -0
- data/remind-v06.02.10/include/holidays/au/vic.rem +24 -0
- data/remind-v06.02.10/include/holidays/au/wa.rem +24 -0
- data/remind-v06.02.10/include/holidays/au.rem +21 -0
- data/remind-v06.02.10/include/holidays/aw.rem +19 -0
- data/remind-v06.02.10/include/holidays/az.rem +44 -0
- data/remind-v06.02.10/include/holidays/ba/bih.rem +23 -0
- data/remind-v06.02.10/include/holidays/ba/brc.rem +20 -0
- data/remind-v06.02.10/include/holidays/ba/srp.rem +23 -0
- data/remind-v06.02.10/include/holidays/ba.rem +22 -0
- data/remind-v06.02.10/include/holidays/bb.rem +28 -0
- data/remind-v06.02.10/include/holidays/bd.rem +14 -0
- data/remind-v06.02.10/include/holidays/be.rem +24 -0
- data/remind-v06.02.10/include/holidays/bf.rem +29 -0
- data/remind-v06.02.10/include/holidays/bg.rem +34 -0
- data/remind-v06.02.10/include/holidays/bh.rem +11 -0
- data/remind-v06.02.10/include/holidays/bi.rem +30 -0
- data/remind-v06.02.10/include/holidays/bn.rem +22 -0
- data/remind-v06.02.10/include/holidays/bo/b.rem +13 -0
- data/remind-v06.02.10/include/holidays/bo/c.rem +13 -0
- data/remind-v06.02.10/include/holidays/bo/h.rem +13 -0
- data/remind-v06.02.10/include/holidays/bo/l.rem +13 -0
- data/remind-v06.02.10/include/holidays/bo/n.rem +13 -0
- data/remind-v06.02.10/include/holidays/bo/o.rem +13 -0
- data/remind-v06.02.10/include/holidays/bo/p.rem +13 -0
- data/remind-v06.02.10/include/holidays/bo/s.rem +13 -0
- data/remind-v06.02.10/include/holidays/bo/t.rem +13 -0
- data/remind-v06.02.10/include/holidays/bo.rem +32 -0
- data/remind-v06.02.10/include/holidays/br/ac.rem +21 -0
- data/remind-v06.02.10/include/holidays/br/al.rem +16 -0
- data/remind-v06.02.10/include/holidays/br/am.rem +13 -0
- data/remind-v06.02.10/include/holidays/br/ap.rem +15 -0
- data/remind-v06.02.10/include/holidays/br/ba.rem +13 -0
- data/remind-v06.02.10/include/holidays/br/ce.rem +15 -0
- data/remind-v06.02.10/include/holidays/br/df.rem +14 -0
- data/remind-v06.02.10/include/holidays/br/es.rem +13 -0
- data/remind-v06.02.10/include/holidays/br/go.rem +14 -0
- data/remind-v06.02.10/include/holidays/br/ma.rem +13 -0
- data/remind-v06.02.10/include/holidays/br/mg.rem +13 -0
- data/remind-v06.02.10/include/holidays/br/ms.rem +13 -0
- data/remind-v06.02.10/include/holidays/br/pa.rem +13 -0
- data/remind-v06.02.10/include/holidays/br/pb.rem +13 -0
- data/remind-v06.02.10/include/holidays/br/pe.rem +13 -0
- data/remind-v06.02.10/include/holidays/br/pi.rem +13 -0
- data/remind-v06.02.10/include/holidays/br/pr.rem +13 -0
- data/remind-v06.02.10/include/holidays/br/rj.rem +13 -0
- data/remind-v06.02.10/include/holidays/br/rn.rem +14 -0
- data/remind-v06.02.10/include/holidays/br/ro.rem +14 -0
- data/remind-v06.02.10/include/holidays/br/rr.rem +13 -0
- data/remind-v06.02.10/include/holidays/br/rs.rem +13 -0
- data/remind-v06.02.10/include/holidays/br/sc.rem +14 -0
- data/remind-v06.02.10/include/holidays/br/se.rem +13 -0
- data/remind-v06.02.10/include/holidays/br/sp.rem +13 -0
- data/remind-v06.02.10/include/holidays/br/to.rem +15 -0
- data/remind-v06.02.10/include/holidays/br.rem +33 -0
- data/remind-v06.02.10/include/holidays/bs.rem +26 -0
- data/remind-v06.02.10/include/holidays/bw.rem +31 -0
- data/remind-v06.02.10/include/holidays/by.rem +17 -0
- data/remind-v06.02.10/include/holidays/bz.rem +43 -0
- data/remind-v06.02.10/include/holidays/ca/ab.rem +17 -0
- data/remind-v06.02.10/include/holidays/ca/bc.rem +14 -0
- data/remind-v06.02.10/include/holidays/ca/mb.rem +16 -0
- data/remind-v06.02.10/include/holidays/ca/nb.rem +14 -0
- data/remind-v06.02.10/include/holidays/ca/nl.rem +19 -0
- data/remind-v06.02.10/include/holidays/ca/ns.rem +16 -0
- data/remind-v06.02.10/include/holidays/ca/nt.rem +14 -0
- data/remind-v06.02.10/include/holidays/ca/nu.rem +16 -0
- data/remind-v06.02.10/include/holidays/ca/on.rem +16 -0
- data/remind-v06.02.10/include/holidays/ca/pe.rem +13 -0
- data/remind-v06.02.10/include/holidays/ca/qc.rem +18 -0
- data/remind-v06.02.10/include/holidays/ca/sk.rem +14 -0
- data/remind-v06.02.10/include/holidays/ca/yt.rem +17 -0
- data/remind-v06.02.10/include/holidays/ca.rem +37 -0
- data/remind-v06.02.10/include/holidays/cg.rem +17 -0
- data/remind-v06.02.10/include/holidays/ch/ag.rem +22 -0
- data/remind-v06.02.10/include/holidays/ch/ai.rem +20 -0
- data/remind-v06.02.10/include/holidays/ch/ar.rem +16 -0
- data/remind-v06.02.10/include/holidays/ch/be.rem +17 -0
- data/remind-v06.02.10/include/holidays/ch/bl.rem +17 -0
- data/remind-v06.02.10/include/holidays/ch/bs.rem +17 -0
- data/remind-v06.02.10/include/holidays/ch/fr.rem +19 -0
- data/remind-v06.02.10/include/holidays/ch/ge.rem +17 -0
- data/remind-v06.02.10/include/holidays/ch/gl.rem +22 -0
- data/remind-v06.02.10/include/holidays/ch/gr.rem +18 -0
- data/remind-v06.02.10/include/holidays/ch/ju.rem +21 -0
- data/remind-v06.02.10/include/holidays/ch/lu.rem +21 -0
- data/remind-v06.02.10/include/holidays/ch/ne.rem +18 -0
- data/remind-v06.02.10/include/holidays/ch/nw.rem +24 -0
- data/remind-v06.02.10/include/holidays/ch/ow.rem +24 -0
- data/remind-v06.02.10/include/holidays/ch/sg.rem +20 -0
- data/remind-v06.02.10/include/holidays/ch/sh.rem +20 -0
- data/remind-v06.02.10/include/holidays/ch/so.rem +17 -0
- data/remind-v06.02.10/include/holidays/ch/sz.rem +22 -0
- data/remind-v06.02.10/include/holidays/ch/tg.rem +18 -0
- data/remind-v06.02.10/include/holidays/ch/ti.rem +23 -0
- data/remind-v06.02.10/include/holidays/ch/ur.rem +22 -0
- data/remind-v06.02.10/include/holidays/ch/vd.rem +17 -0
- data/remind-v06.02.10/include/holidays/ch/vs.rem +23 -0
- data/remind-v06.02.10/include/holidays/ch/zg.rem +23 -0
- data/remind-v06.02.10/include/holidays/ch/zh.rem +18 -0
- data/remind-v06.02.10/include/holidays/ch.rem +18 -0
- data/remind-v06.02.10/include/holidays/chinese-new-year.rem +86 -0
- data/remind-v06.02.10/include/holidays/cl/ap.rem +13 -0
- data/remind-v06.02.10/include/holidays/cl/nb.rem +13 -0
- data/remind-v06.02.10/include/holidays/cl.rem +46 -0
- data/remind-v06.02.10/include/holidays/cm.rem +21 -0
- data/remind-v06.02.10/include/holidays/co.rem +85 -0
- data/remind-v06.02.10/include/holidays/cr.rem +39 -0
- data/remind-v06.02.10/include/holidays/cu.rem +19 -0
- data/remind-v06.02.10/include/holidays/cw.rem +24 -0
- data/remind-v06.02.10/include/holidays/cy.rem +27 -0
- data/remind-v06.02.10/include/holidays/cz.rem +20 -0
- data/remind-v06.02.10/include/holidays/de/bb.rem +15 -0
- data/remind-v06.02.10/include/holidays/de/be.rem +13 -0
- data/remind-v06.02.10/include/holidays/de/bw.rem +15 -0
- data/remind-v06.02.10/include/holidays/de/by.rem +18 -0
- data/remind-v06.02.10/include/holidays/de/hb.rem +13 -0
- data/remind-v06.02.10/include/holidays/de/he.rem +13 -0
- data/remind-v06.02.10/include/holidays/de/hh.rem +13 -0
- data/remind-v06.02.10/include/holidays/de/mv.rem +14 -0
- data/remind-v06.02.10/include/holidays/de/ni.rem +13 -0
- data/remind-v06.02.10/include/holidays/de/nw.rem +14 -0
- data/remind-v06.02.10/include/holidays/de/rp.rem +14 -0
- data/remind-v06.02.10/include/holidays/de/sh.rem +13 -0
- data/remind-v06.02.10/include/holidays/de/sl.rem +15 -0
- data/remind-v06.02.10/include/holidays/de/sn.rem +14 -0
- data/remind-v06.02.10/include/holidays/de/st.rem +14 -0
- data/remind-v06.02.10/include/holidays/de/th.rem +14 -0
- data/remind-v06.02.10/include/holidays/de.rem +23 -0
- data/remind-v06.02.10/include/holidays/discordian.rem +25 -0
- data/remind-v06.02.10/include/holidays/dj.rem +12 -0
- data/remind-v06.02.10/include/holidays/dk.rem +23 -0
- data/remind-v06.02.10/include/holidays/dm.rem +24 -0
- data/remind-v06.02.10/include/holidays/do.rem +36 -0
- data/remind-v06.02.10/include/holidays/dz.rem +12 -0
- data/remind-v06.02.10/include/holidays/ec.rem +48 -0
- data/remind-v06.02.10/include/holidays/ee.rem +19 -0
- data/remind-v06.02.10/include/holidays/eg.rem +17 -0
- data/remind-v06.02.10/include/holidays/es/an.rem +17 -0
- data/remind-v06.02.10/include/holidays/es/ar.rem +17 -0
- data/remind-v06.02.10/include/holidays/es/as.rem +17 -0
- data/remind-v06.02.10/include/holidays/es/cb.rem +15 -0
- data/remind-v06.02.10/include/holidays/es/ce.rem +15 -0
- data/remind-v06.02.10/include/holidays/es/cl.rem +17 -0
- data/remind-v06.02.10/include/holidays/es/cm.rem +15 -0
- data/remind-v06.02.10/include/holidays/es/cn.rem +15 -0
- data/remind-v06.02.10/include/holidays/es/ct.rem +16 -0
- data/remind-v06.02.10/include/holidays/es/ex.rem +16 -0
- data/remind-v06.02.10/include/holidays/es/ga.rem +15 -0
- data/remind-v06.02.10/include/holidays/es/ib.rem +15 -0
- data/remind-v06.02.10/include/holidays/es/mc.rem +17 -0
- data/remind-v06.02.10/include/holidays/es/md.rem +16 -0
- data/remind-v06.02.10/include/holidays/es/ml.rem +15 -0
- data/remind-v06.02.10/include/holidays/es/nc.rem +15 -0
- data/remind-v06.02.10/include/holidays/es/pv.rem +15 -0
- data/remind-v06.02.10/include/holidays/es/ri.rem +16 -0
- data/remind-v06.02.10/include/holidays/es/vc.rem +16 -0
- data/remind-v06.02.10/include/holidays/es.rem +23 -0
- data/remind-v06.02.10/include/holidays/et.rem +20 -0
- data/remind-v06.02.10/include/holidays/fi.rem +43 -0
- data/remind-v06.02.10/include/holidays/fr/bl.rem +13 -0
- data/remind-v06.02.10/include/holidays/fr/ges.rem +14 -0
- data/remind-v06.02.10/include/holidays/fr/gp.rem +16 -0
- data/remind-v06.02.10/include/holidays/fr/gy.rem +13 -0
- data/remind-v06.02.10/include/holidays/fr/mf.rem +13 -0
- data/remind-v06.02.10/include/holidays/fr/mq.rem +15 -0
- data/remind-v06.02.10/include/holidays/fr/nc.rem +13 -0
- data/remind-v06.02.10/include/holidays/fr/pf.rem +15 -0
- data/remind-v06.02.10/include/holidays/fr/re.rem +13 -0
- data/remind-v06.02.10/include/holidays/fr/wf.rem +14 -0
- data/remind-v06.02.10/include/holidays/fr/yt.rem +13 -0
- data/remind-v06.02.10/include/holidays/fr.rem +18 -0
- data/remind-v06.02.10/include/holidays/ga.rem +18 -0
- data/remind-v06.02.10/include/holidays/gb/eng.rem +14 -0
- data/remind-v06.02.10/include/holidays/gb/nir.rem +20 -0
- data/remind-v06.02.10/include/holidays/gb/sct.rem +20 -0
- data/remind-v06.02.10/include/holidays/gb/wls.rem +14 -0
- data/remind-v06.02.10/include/holidays/gb.rem +27 -0
- data/remind-v06.02.10/include/holidays/ge.rem +24 -0
- data/remind-v06.02.10/include/holidays/gh.rem +34 -0
- data/remind-v06.02.10/include/holidays/gl.rem +25 -0
- data/remind-v06.02.10/include/holidays/gr.rem +37 -0
- data/remind-v06.02.10/include/holidays/gt.rem +24 -0
- data/remind-v06.02.10/include/holidays/gu.rem +37 -0
- data/remind-v06.02.10/include/holidays/hk.rem +25 -0
- data/remind-v06.02.10/include/holidays/hn.rem +18 -0
- data/remind-v06.02.10/include/holidays/hr.rem +21 -0
- data/remind-v06.02.10/include/holidays/ht.rem +34 -0
- data/remind-v06.02.10/include/holidays/hu.rem +20 -0
- data/remind-v06.02.10/include/holidays/id.rem +15 -0
- data/remind-v06.02.10/include/holidays/ie.rem +41 -0
- data/remind-v06.02.10/include/holidays/im.rem +26 -0
- data/remind-v06.02.10/include/holidays/in/ap.rem +14 -0
- data/remind-v06.02.10/include/holidays/in/as.rem +13 -0
- data/remind-v06.02.10/include/holidays/in/br.rem +14 -0
- data/remind-v06.02.10/include/holidays/in/cg.rem +13 -0
- data/remind-v06.02.10/include/holidays/in/gj.rem +15 -0
- data/remind-v06.02.10/include/holidays/in/hr.rem +14 -0
- data/remind-v06.02.10/include/holidays/in/ka.rem +13 -0
- data/remind-v06.02.10/include/holidays/in/kl.rem +14 -0
- data/remind-v06.02.10/include/holidays/in/mh.rem +15 -0
- data/remind-v06.02.10/include/holidays/in/mp.rem +13 -0
- data/remind-v06.02.10/include/holidays/in/od.rem +15 -0
- data/remind-v06.02.10/include/holidays/in/rj.rem +14 -0
- data/remind-v06.02.10/include/holidays/in/sk.rem +13 -0
- data/remind-v06.02.10/include/holidays/in/tn.rem +15 -0
- data/remind-v06.02.10/include/holidays/in/ts.rem +14 -0
- data/remind-v06.02.10/include/holidays/in/uk.rem +13 -0
- data/remind-v06.02.10/include/holidays/in/up.rem +13 -0
- data/remind-v06.02.10/include/holidays/in/wb.rem +16 -0
- data/remind-v06.02.10/include/holidays/in.rem +24 -0
- data/remind-v06.02.10/include/holidays/is.rem +23 -0
- data/remind-v06.02.10/include/holidays/it/ag.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/al.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/an.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/andria.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/ao.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/ap.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/aq.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/ar.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/at.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/av.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/ba.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/barletta.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/bg.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/bl.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/bn.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/bo.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/br.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/bs.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/bt.rem +15 -0
- data/remind-v06.02.10/include/holidays/it/bz.rem +14 -0
- data/remind-v06.02.10/include/holidays/it/ca.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/cb.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/ce.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/cesena.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/ch.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/cl.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/cn.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/co.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/cr.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/cs.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/ct.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/cz.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/en.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/fc.rem +14 -0
- data/remind-v06.02.10/include/holidays/it/fe.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/fg.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/fi.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/fm.rem +14 -0
- data/remind-v06.02.10/include/holidays/it/forli.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/fr.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/ge.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/go.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/gr.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/im.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/is.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/kr.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/lc.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/le.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/li.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/lo.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/lt.rem +14 -0
- data/remind-v06.02.10/include/holidays/it/lu.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/mb.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/mc.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/me.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/mi.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/mn.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/mo.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/ms.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/mt.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/na.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/no.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/nu.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/or.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/pa.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/pc.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/pd.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/pe.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/pesaro.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/pg.rem +14 -0
- data/remind-v06.02.10/include/holidays/it/pi.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/pn.rem +14 -0
- data/remind-v06.02.10/include/holidays/it/pr.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/pt.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/pu.rem +14 -0
- data/remind-v06.02.10/include/holidays/it/pv.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/pz.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/ra.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/rc.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/re.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/rg.rem +14 -0
- data/remind-v06.02.10/include/holidays/it/ri.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/rm.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/rn.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/ro.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/sa.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/si.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/so.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/sp.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/sr.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/ss.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/su.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/sv.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/ta.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/te.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/tn.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/to.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/tp.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/tr.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/trani.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/ts.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/tv.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/ud.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/urbino.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/va.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/vb.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/vc.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/ve.rem +14 -0
- data/remind-v06.02.10/include/holidays/it/vi.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/vr.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/vt.rem +13 -0
- data/remind-v06.02.10/include/holidays/it/vv.rem +13 -0
- data/remind-v06.02.10/include/holidays/it.rem +26 -0
- data/remind-v06.02.10/include/holidays/je.rem +19 -0
- data/remind-v06.02.10/include/holidays/jewish.rem +135 -0
- data/remind-v06.02.10/include/holidays/jm.rem +24 -0
- data/remind-v06.02.10/include/holidays/jo.rem +11 -0
- data/remind-v06.02.10/include/holidays/jp.rem +27 -0
- data/remind-v06.02.10/include/holidays/ke.rem +25 -0
- data/remind-v06.02.10/include/holidays/kg.rem +20 -0
- data/remind-v06.02.10/include/holidays/kh.rem +22 -0
- data/remind-v06.02.10/include/holidays/kn.rem +28 -0
- data/remind-v06.02.10/include/holidays/kr.rem +19 -0
- data/remind-v06.02.10/include/holidays/kw.rem +10 -0
- data/remind-v06.02.10/include/holidays/kz.rem +34 -0
- data/remind-v06.02.10/include/holidays/la.rem +47 -0
- data/remind-v06.02.10/include/holidays/lgbtq/au.rem +8 -0
- data/remind-v06.02.10/include/holidays/lgbtq/br.rem +10 -0
- data/remind-v06.02.10/include/holidays/lgbtq/ca.rem +7 -0
- data/remind-v06.02.10/include/holidays/lgbtq/cl.rem +7 -0
- data/remind-v06.02.10/include/holidays/lgbtq/ie.rem +7 -0
- data/remind-v06.02.10/include/holidays/lgbtq/in.rem +7 -0
- data/remind-v06.02.10/include/holidays/lgbtq/nl.rem +7 -0
- data/remind-v06.02.10/include/holidays/lgbtq/ua.rem +7 -0
- data/remind-v06.02.10/include/holidays/lgbtq/uk.rem +8 -0
- data/remind-v06.02.10/include/holidays/lgbtq/us.rem +16 -0
- data/remind-v06.02.10/include/holidays/lgbtq.rem +34 -0
- data/remind-v06.02.10/include/holidays/li.rem +31 -0
- data/remind-v06.02.10/include/holidays/ls.rem +18 -0
- data/remind-v06.02.10/include/holidays/lt.rem +23 -0
- data/remind-v06.02.10/include/holidays/lu.rem +18 -0
- data/remind-v06.02.10/include/holidays/lv.rem +25 -0
- data/remind-v06.02.10/include/holidays/ma.rem +17 -0
- data/remind-v06.02.10/include/holidays/mc.rem +26 -0
- data/remind-v06.02.10/include/holidays/md.rem +21 -0
- data/remind-v06.02.10/include/holidays/me.rem +28 -0
- data/remind-v06.02.10/include/holidays/mg.rem +24 -0
- data/remind-v06.02.10/include/holidays/mh.rem +22 -0
- data/remind-v06.02.10/include/holidays/misc.rem +9 -0
- data/remind-v06.02.10/include/holidays/mk.rem +17 -0
- data/remind-v06.02.10/include/holidays/mp.rem +44 -0
- data/remind-v06.02.10/include/holidays/mr.rem +11 -0
- data/remind-v06.02.10/include/holidays/mt.rem +21 -0
- data/remind-v06.02.10/include/holidays/mv.rem +12 -0
- data/remind-v06.02.10/include/holidays/mw.rem +36 -0
- data/remind-v06.02.10/include/holidays/mx.rem +15 -0
- data/remind-v06.02.10/include/holidays/my/01.rem +13 -0
- data/remind-v06.02.10/include/holidays/my/02.rem +13 -0
- data/remind-v06.02.10/include/holidays/my/03.rem +14 -0
- data/remind-v06.02.10/include/holidays/my/04.rem +18 -0
- data/remind-v06.02.10/include/holidays/my/05.rem +16 -0
- data/remind-v06.02.10/include/holidays/my/06.rem +17 -0
- data/remind-v06.02.10/include/holidays/my/07.rem +17 -0
- data/remind-v06.02.10/include/holidays/my/08.rem +15 -0
- data/remind-v06.02.10/include/holidays/my/09.rem +14 -0
- data/remind-v06.02.10/include/holidays/my/10.rem +16 -0
- data/remind-v06.02.10/include/holidays/my/11.rem +16 -0
- data/remind-v06.02.10/include/holidays/my/12.rem +19 -0
- data/remind-v06.02.10/include/holidays/my/13.rem +22 -0
- data/remind-v06.02.10/include/holidays/my/14.rem +16 -0
- data/remind-v06.02.10/include/holidays/my/15.rem +18 -0
- data/remind-v06.02.10/include/holidays/my/16.rem +16 -0
- data/remind-v06.02.10/include/holidays/my.rem +23 -0
- data/remind-v06.02.10/include/holidays/mz.rem +25 -0
- data/remind-v06.02.10/include/holidays/na.rem +27 -0
- data/remind-v06.02.10/include/holidays/ng.rem +21 -0
- data/remind-v06.02.10/include/holidays/ni/mn.rem +14 -0
- data/remind-v06.02.10/include/holidays/ni.rem +24 -0
- data/remind-v06.02.10/include/holidays/nl.rem +26 -0
- data/remind-v06.02.10/include/holidays/no.rem +19 -0
- data/remind-v06.02.10/include/holidays/nz/auk.rem +13 -0
- data/remind-v06.02.10/include/holidays/nz/can.rem +13 -0
- data/remind-v06.02.10/include/holidays/nz/cit.rem +13 -0
- data/remind-v06.02.10/include/holidays/nz/hkb.rem +13 -0
- data/remind-v06.02.10/include/holidays/nz/mbh.rem +13 -0
- data/remind-v06.02.10/include/holidays/nz/nsn.rem +13 -0
- data/remind-v06.02.10/include/holidays/nz/ntl.rem +13 -0
- data/remind-v06.02.10/include/holidays/nz/ota.rem +14 -0
- data/remind-v06.02.10/include/holidays/nz/south_canterbury.rem +13 -0
- data/remind-v06.02.10/include/holidays/nz/stl.rem +13 -0
- data/remind-v06.02.10/include/holidays/nz/tki.rem +13 -0
- data/remind-v06.02.10/include/holidays/nz/wgn.rem +13 -0
- data/remind-v06.02.10/include/holidays/nz/wtc.rem +13 -0
- data/remind-v06.02.10/include/holidays/nz.rem +69 -0
- data/remind-v06.02.10/include/holidays/pa.rem +27 -0
- data/remind-v06.02.10/include/holidays/pagan.rem +65 -0
- data/remind-v06.02.10/include/holidays/pe.rem +22 -0
- data/remind-v06.02.10/include/holidays/pg.rem +24 -0
- data/remind-v06.02.10/include/holidays/ph.rem +26 -0
- data/remind-v06.02.10/include/holidays/pk.rem +13 -0
- data/remind-v06.02.10/include/holidays/pl.rem +20 -0
- data/remind-v06.02.10/include/holidays/pr.rem +40 -0
- data/remind-v06.02.10/include/holidays/pt/01.rem +13 -0
- data/remind-v06.02.10/include/holidays/pt/02.rem +13 -0
- data/remind-v06.02.10/include/holidays/pt/03.rem +13 -0
- data/remind-v06.02.10/include/holidays/pt/04.rem +13 -0
- data/remind-v06.02.10/include/holidays/pt/05.rem +13 -0
- data/remind-v06.02.10/include/holidays/pt/06.rem +13 -0
- data/remind-v06.02.10/include/holidays/pt/07.rem +13 -0
- data/remind-v06.02.10/include/holidays/pt/08.rem +13 -0
- data/remind-v06.02.10/include/holidays/pt/09.rem +13 -0
- data/remind-v06.02.10/include/holidays/pt/10.rem +13 -0
- data/remind-v06.02.10/include/holidays/pt/12.rem +13 -0
- data/remind-v06.02.10/include/holidays/pt/13.rem +13 -0
- data/remind-v06.02.10/include/holidays/pt/14.rem +13 -0
- data/remind-v06.02.10/include/holidays/pt/15.rem +13 -0
- data/remind-v06.02.10/include/holidays/pt/16.rem +13 -0
- data/remind-v06.02.10/include/holidays/pt/18.rem +13 -0
- data/remind-v06.02.10/include/holidays/pt/20.rem +13 -0
- data/remind-v06.02.10/include/holidays/pt/30.rem +14 -0
- data/remind-v06.02.10/include/holidays/pt.rem +17 -0
- data/remind-v06.02.10/include/holidays/pw.rem +34 -0
- data/remind-v06.02.10/include/holidays/py.rem +20 -0
- data/remind-v06.02.10/include/holidays/ro.rem +24 -0
- data/remind-v06.02.10/include/holidays/rs.rem +26 -0
- data/remind-v06.02.10/include/holidays/ru.rem +21 -0
- data/remind-v06.02.10/include/holidays/sa.rem +13 -0
- data/remind-v06.02.10/include/holidays/sc.rem +28 -0
- data/remind-v06.02.10/include/holidays/se.rem +23 -0
- data/remind-v06.02.10/include/holidays/sg.rem +16 -0
- data/remind-v06.02.10/include/holidays/si.rem +20 -0
- data/remind-v06.02.10/include/holidays/sk.rem +25 -0
- data/remind-v06.02.10/include/holidays/sm.rem +25 -0
- data/remind-v06.02.10/include/holidays/sv/ss.rem +14 -0
- data/remind-v06.02.10/include/holidays/sv.rem +25 -0
- data/remind-v06.02.10/include/holidays/sz.rem +26 -0
- data/remind-v06.02.10/include/holidays/td.rem +22 -0
- data/remind-v06.02.10/include/holidays/th.rem +72 -0
- data/remind-v06.02.10/include/holidays/tl.rem +31 -0
- data/remind-v06.02.10/include/holidays/tn.rem +15 -0
- data/remind-v06.02.10/include/holidays/to.rem +38 -0
- data/remind-v06.02.10/include/holidays/tr.rem +17 -0
- data/remind-v06.02.10/include/holidays/tw.rem +26 -0
- data/remind-v06.02.10/include/holidays/tz.rem +23 -0
- data/remind-v06.02.10/include/holidays/ua.rem +20 -0
- data/remind-v06.02.10/include/holidays/uk.rem +27 -0
- data/remind-v06.02.10/include/holidays/um.rem +32 -0
- data/remind-v06.02.10/include/holidays/us/ak.rem +17 -0
- data/remind-v06.02.10/include/holidays/us/al.rem +17 -0
- data/remind-v06.02.10/include/holidays/us/ar.rem +13 -0
- data/remind-v06.02.10/include/holidays/us/as.rem +20 -0
- data/remind-v06.02.10/include/holidays/us/az.rem +14 -0
- data/remind-v06.02.10/include/holidays/us/ca.rem +16 -0
- data/remind-v06.02.10/include/holidays/us/co.rem +14 -0
- data/remind-v06.02.10/include/holidays/us/ct.rem +17 -0
- data/remind-v06.02.10/include/holidays/us/dc.rem +16 -0
- data/remind-v06.02.10/include/holidays/us/de.rem +14 -0
- data/remind-v06.02.10/include/holidays/us/fl.rem +14 -0
- data/remind-v06.02.10/include/holidays/us/ga.rem +18 -0
- data/remind-v06.02.10/include/holidays/us/gu.rem +17 -0
- data/remind-v06.02.10/include/holidays/us/hi.rem +19 -0
- data/remind-v06.02.10/include/holidays/us/ia.rem +15 -0
- data/remind-v06.02.10/include/holidays/us/id.rem +14 -0
- data/remind-v06.02.10/include/holidays/us/il.rem +17 -0
- data/remind-v06.02.10/include/holidays/us/in.rem +19 -0
- data/remind-v06.02.10/include/holidays/us/ks.rem +16 -0
- data/remind-v06.02.10/include/holidays/us/ky.rem +16 -0
- data/remind-v06.02.10/include/holidays/us/la.rem +14 -0
- data/remind-v06.02.10/include/holidays/us/ma.rem +17 -0
- data/remind-v06.02.10/include/holidays/us/md-extra.rem +19 -0
- data/remind-v06.02.10/include/holidays/us/md.rem +14 -0
- data/remind-v06.02.10/include/holidays/us/me.rem +14 -0
- data/remind-v06.02.10/include/holidays/us/mi.rem +19 -0
- data/remind-v06.02.10/include/holidays/us/mo.rem +16 -0
- data/remind-v06.02.10/include/holidays/us/mp.rem +23 -0
- data/remind-v06.02.10/include/holidays/us/ms.rem +14 -0
- data/remind-v06.02.10/include/holidays/us/mt.rem +13 -0
- data/remind-v06.02.10/include/holidays/us/nc.rem +22 -0
- data/remind-v06.02.10/include/holidays/us/ne.rem +14 -0
- data/remind-v06.02.10/include/holidays/us/nh.rem +14 -0
- data/remind-v06.02.10/include/holidays/us/nj.rem +17 -0
- data/remind-v06.02.10/include/holidays/us/nm.rem +14 -0
- data/remind-v06.02.10/include/holidays/us/nv.rem +16 -0
- data/remind-v06.02.10/include/holidays/us/ny.rem +17 -0
- data/remind-v06.02.10/include/holidays/us/oh.rem +13 -0
- data/remind-v06.02.10/include/holidays/us/ok.rem +13 -0
- data/remind-v06.02.10/include/holidays/us/pa.rem +14 -0
- data/remind-v06.02.10/include/holidays/us/pr.rem +21 -0
- data/remind-v06.02.10/include/holidays/us/ri.rem +14 -0
- data/remind-v06.02.10/include/holidays/us/sc.rem +13 -0
- data/remind-v06.02.10/include/holidays/us/sd.rem +13 -0
- data/remind-v06.02.10/include/holidays/us/tn.rem +13 -0
- data/remind-v06.02.10/include/holidays/us/tx.rem +25 -0
- data/remind-v06.02.10/include/holidays/us/ut.rem +16 -0
- data/remind-v06.02.10/include/holidays/us/va.rem +13 -0
- data/remind-v06.02.10/include/holidays/us/vi.rem +22 -0
- data/remind-v06.02.10/include/holidays/us/vt.rem +16 -0
- data/remind-v06.02.10/include/holidays/us/wi.rem +20 -0
- data/remind-v06.02.10/include/holidays/us/wv.rem +17 -0
- data/remind-v06.02.10/include/holidays/us.rem +41 -0
- data/remind-v06.02.10/include/holidays/uy.rem +39 -0
- data/remind-v06.02.10/include/holidays/uz.rem +21 -0
- data/remind-v06.02.10/include/holidays/va.rem +23 -0
- data/remind-v06.02.10/include/holidays/ve.rem +21 -0
- data/remind-v06.02.10/include/holidays/vi.rem +41 -0
- data/remind-v06.02.10/include/holidays/vn.rem +17 -0
- data/remind-v06.02.10/include/holidays/vu.rem +32 -0
- data/remind-v06.02.10/include/holidays/ws.rem +18 -0
- data/remind-v06.02.10/include/holidays/za.rem +28 -0
- data/remind-v06.02.10/include/holidays/zm.rem +31 -0
- data/remind-v06.02.10/include/lang/auto.rem +32 -0
- data/remind-v06.02.10/include/lang/ca.rem +60 -0
- data/remind-v06.02.10/include/lang/da.rem +77 -0
- data/remind-v06.02.10/include/lang/de.rem +80 -0
- data/remind-v06.02.10/include/lang/en.rem +4 -0
- data/remind-v06.02.10/include/lang/es.rem +55 -0
- data/remind-v06.02.10/include/lang/fi.rem +202 -0
- data/remind-v06.02.10/include/lang/fr.rem +172 -0
- data/remind-v06.02.10/include/lang/gr.rem +74 -0
- data/remind-v06.02.10/include/lang/is.rem +58 -0
- data/remind-v06.02.10/include/lang/it.rem +76 -0
- data/remind-v06.02.10/include/lang/nl.rem +71 -0
- data/remind-v06.02.10/include/lang/no.rem +66 -0
- data/remind-v06.02.10/include/lang/pl.rem +177 -0
- data/remind-v06.02.10/include/lang/pt.rem +176 -0
- data/remind-v06.02.10/include/lang/ro.rem +74 -0
- data/remind-v06.02.10/include/lunar-eclipses.rem +149 -0
- data/remind-v06.02.10/include/moonphases.rem +19 -0
- data/remind-v06.02.10/include/seasons.rem +21 -0
- data/remind-v06.02.10/include/solar-eclipses.rem +238 -0
- data/remind-v06.02.10/include/sun.rem +12 -0
- data/remind-v06.02.10/include/translations/de/holidays/chinese-new-year.rem +13 -0
- data/remind-v06.02.10/include/translations/de/moonphases.rem +4 -0
- data/remind-v06.02.10/include/translations/de/seasons.rem +4 -0
- data/remind-v06.02.10/include/translations/de/sun.rem +2 -0
- data/remind-v06.02.10/include/translations/nl/holidays/chinese-new-year.rem +13 -0
- data/remind-v06.02.10/include/translations/nl/moonphases.rem +4 -0
- data/remind-v06.02.10/include/translations/nl/seasons.rem +4 -0
- data/remind-v06.02.10/include/translations/nl/sun.rem +2 -0
- data/remind-v06.02.10/include/utils/add-html-anchors.rem +5 -0
- data/remind-v06.02.10/install-sh +238 -0
- data/remind-v06.02.10/man/rem.1.in +21 -0
- data/remind-v06.02.10/man/rem2ps.1.in +816 -0
- data/remind-v06.02.10/man/remind.1.in +7658 -0
- data/remind-v06.02.10/man/tkremind.1.in +612 -0
- data/remind-v06.02.10/rem2html/Makefile.in +30 -0
- data/remind-v06.02.10/rem2html/rem2html.in +1299 -0
- data/remind-v06.02.10/rem2pdf/Makefile.PL.in +25 -0
- data/remind-v06.02.10/rem2pdf/Makefile.top.in +50 -0
- data/remind-v06.02.10/rem2pdf/bin/rem2pdf.in +761 -0
- data/remind-v06.02.10/scripts/tkremind.in +5794 -0
- data/remind-v06.02.10/src/Makefile.in +133 -0
- data/remind-v06.02.10/src/calendar.c +3069 -0
- data/remind-v06.02.10/src/config.h +117 -0
- data/remind-v06.02.10/src/config.h.in +116 -0
- data/remind-v06.02.10/src/custom.h +167 -0
- data/remind-v06.02.10/src/custom.h.in +167 -0
- data/remind-v06.02.10/src/dedupe.c +179 -0
- data/remind-v06.02.10/src/dorem.c +2389 -0
- data/remind-v06.02.10/src/dosubst.c +910 -0
- data/remind-v06.02.10/src/dynbuf.c +198 -0
- data/remind-v06.02.10/src/dynbuf.h +41 -0
- data/remind-v06.02.10/src/err.h +294 -0
- data/remind-v06.02.10/src/expr.c +3408 -0
- data/remind-v06.02.10/src/files.c +1437 -0
- data/remind-v06.02.10/src/funcs.c +5230 -0
- data/remind-v06.02.10/src/globals.c +23 -0
- data/remind-v06.02.10/src/globals.h +277 -0
- data/remind-v06.02.10/src/hashtab.c +428 -0
- data/remind-v06.02.10/src/hashtab.h +88 -0
- data/remind-v06.02.10/src/hashtab_stats.c +101 -0
- data/remind-v06.02.10/src/hbcal.c +579 -0
- data/remind-v06.02.10/src/ifelse.c +236 -0
- data/remind-v06.02.10/src/init.c +1494 -0
- data/remind-v06.02.10/src/json.c +1048 -0
- data/remind-v06.02.10/src/json.h +276 -0
- data/remind-v06.02.10/src/main.c +2310 -0
- data/remind-v06.02.10/src/md5.c +250 -0
- data/remind-v06.02.10/src/md5.h +33 -0
- data/remind-v06.02.10/src/moon.c +957 -0
- data/remind-v06.02.10/src/omit.c +560 -0
- data/remind-v06.02.10/src/protos.h +284 -0
- data/remind-v06.02.10/src/queue.c +1118 -0
- data/remind-v06.02.10/src/rem2ps.c +1383 -0
- data/remind-v06.02.10/src/rem2ps.h +229 -0
- data/remind-v06.02.10/src/sort.c +257 -0
- data/remind-v06.02.10/src/token.c +494 -0
- data/remind-v06.02.10/src/trans.c +544 -0
- data/remind-v06.02.10/src/trigger.c +871 -0
- data/remind-v06.02.10/src/types.h +341 -0
- data/remind-v06.02.10/src/userfns.c +810 -0
- data/remind-v06.02.10/src/utils.c +374 -0
- data/remind-v06.02.10/src/var.c +1762 -0
- data/remind-v06.02.10/src/version.h +1 -0
- data/remind-v06.02.10/src/version.h.in +1 -0
- data/remind-v06.02.10/src/xlat.c +100 -0
- data/remind-v06.02.10/www/Makefile.in +91 -0
- metadata +764 -0
|
@@ -0,0 +1,816 @@
|
|
|
1
|
+
.TH REM2PS 1 "@RELEASE_DATE@" "Remind" "VERSION @VERSION@"
|
|
2
|
+
.SH NAME
|
|
3
|
+
rem2ps \- draw a PostScript calendar from Remind output
|
|
4
|
+
.SH SYNOPSIS
|
|
5
|
+
.B rem2ps [\fIoptions\fR]
|
|
6
|
+
.SH DESCRIPTION
|
|
7
|
+
\fBrem2ps\fR reads the standard input, which should be the results of
|
|
8
|
+
running \fBRemind\fR with the \fB\-p\fR or \fB\-pp\fR option. It
|
|
9
|
+
emits PostScript code (which draws a calendar) to the standard output.
|
|
10
|
+
.PP
|
|
11
|
+
Although \fBrem2ps\fR will be maintained, no new features will be added
|
|
12
|
+
to it. Instead, all new development will continue on \fBrem2pdf\fR.
|
|
13
|
+
.PP
|
|
14
|
+
See the section "REM2PS INPUT FORMAT" for details about the \fB\-p\fR
|
|
15
|
+
data. This may be useful if you wish to create other \fBRemind\fR
|
|
16
|
+
back-ends.
|
|
17
|
+
.PP
|
|
18
|
+
Note that \fBrem2ps\fR does not handle UTF-8 input. If you need to
|
|
19
|
+
render characters outside the ASCII character set, see
|
|
20
|
+
\fBrem2pdf\fR instead.
|
|
21
|
+
|
|
22
|
+
.SH OPTIONS
|
|
23
|
+
.TP
|
|
24
|
+
.B \-\-version
|
|
25
|
+
Print the version of \fBrem2ps\fR and exit.
|
|
26
|
+
.TP
|
|
27
|
+
.B \-v
|
|
28
|
+
Be more verbose. This causes \fBrem2ps\fR to print progress messages
|
|
29
|
+
to the standard error stream. Normally, it is silent.
|
|
30
|
+
.TP
|
|
31
|
+
.B \-p file
|
|
32
|
+
Include the contents of \fIfile\fR in the PostScript prologue. This
|
|
33
|
+
allows you to define procedures, variables etc. which can be used
|
|
34
|
+
by the \fBPS\fR and \fBPSFILE\fR reminders. You should not
|
|
35
|
+
include any document structuring comments in your prologue.
|
|
36
|
+
.TP
|
|
37
|
+
.B \-l
|
|
38
|
+
Produce the calendar in landscape mode rather than the default
|
|
39
|
+
portrait mode.
|
|
40
|
+
.TP
|
|
41
|
+
.B \-x
|
|
42
|
+
When printing the calendar, place the day numbers in the top-left of each
|
|
43
|
+
day's box. If this option is omitted, the day numbers appear in the
|
|
44
|
+
top-right.
|
|
45
|
+
.TP
|
|
46
|
+
\fB\-c\fR[\fIn\fR]
|
|
47
|
+
If \fIn\fR is omitted, disables the small calendars for next and previous
|
|
48
|
+
months which are normally generated. If \fIn\fR is supplied, it can range
|
|
49
|
+
from 0 to 3, with the following meanings:
|
|
50
|
+
.RS
|
|
51
|
+
.TP
|
|
52
|
+
.B 0
|
|
53
|
+
Disable small calendars
|
|
54
|
+
.TP
|
|
55
|
+
.B 1
|
|
56
|
+
Place the small calendars at the bottom-right if there is room; otherwise,
|
|
57
|
+
place them at the top-left.
|
|
58
|
+
.TP
|
|
59
|
+
.B 2
|
|
60
|
+
Place the small calendars at the top-left if there is room; otherwise,
|
|
61
|
+
place them at the bottom-right.
|
|
62
|
+
.TP
|
|
63
|
+
.B 3
|
|
64
|
+
Place the previous month's small calendar at the top-left and the next
|
|
65
|
+
month's at the bottom-right if there is room; otherwise, follow \fIn\fR=1.
|
|
66
|
+
A moment's thought reveals that an option which splits the calendars if
|
|
67
|
+
there is room and otherwise follows \fIn\fR=2 yields the same results as
|
|
68
|
+
\fIn\fR=3.
|
|
69
|
+
.RE
|
|
70
|
+
.TP
|
|
71
|
+
.B \-i
|
|
72
|
+
Use ISO 8859-1 standard encoding for the PostScript fonts. If you do
|
|
73
|
+
not use this option, the default encoding is used. If you use this option,
|
|
74
|
+
you probably also need to convert Remind's output (typically UTF-8)
|
|
75
|
+
to ISO-8859-1 using \fBiconv\fR(1).
|
|
76
|
+
.TP
|
|
77
|
+
.B \-e
|
|
78
|
+
Make the calendar fill the entire page. By default, the calendar is
|
|
79
|
+
slightly smaller than the page. This allows days with many reminders
|
|
80
|
+
to "expand" as needed. However, if you don't have days which expand,
|
|
81
|
+
you can use this option to make all of the boxes slightly bigger.
|
|
82
|
+
One caveat: If you do use the \fB\-e\fR option and one day has many
|
|
83
|
+
reminders, the calendar may expand off the page, losing some information.
|
|
84
|
+
Experiment!
|
|
85
|
+
.TP
|
|
86
|
+
.B \-m media
|
|
87
|
+
Set the page size. If you use the \-m option, you must specify the
|
|
88
|
+
media type, which can be one of the
|
|
89
|
+
following. (Sizes are approximate.)
|
|
90
|
+
.RS
|
|
91
|
+
.TP
|
|
92
|
+
Letter
|
|
93
|
+
8.5 x 11 in.
|
|
94
|
+
.TP
|
|
95
|
+
Legal
|
|
96
|
+
8.5 x 14 in.
|
|
97
|
+
.TP
|
|
98
|
+
Ledger
|
|
99
|
+
11 x 17 in.
|
|
100
|
+
.TP
|
|
101
|
+
Statement
|
|
102
|
+
5.5 x 8.5 in.
|
|
103
|
+
.TP
|
|
104
|
+
Executive
|
|
105
|
+
7.5 x 10 in.
|
|
106
|
+
.TP
|
|
107
|
+
A3
|
|
108
|
+
29.7 x 42 cm.
|
|
109
|
+
.TP
|
|
110
|
+
A4
|
|
111
|
+
21 x 29.7 cm.
|
|
112
|
+
.TP
|
|
113
|
+
A5
|
|
114
|
+
14.8 x 21 cm.
|
|
115
|
+
.TP
|
|
116
|
+
B4
|
|
117
|
+
25.7 x 36.4 cm.
|
|
118
|
+
.TP
|
|
119
|
+
B5
|
|
120
|
+
18.3 x 25.7 cm.
|
|
121
|
+
.TP
|
|
122
|
+
Folio
|
|
123
|
+
8.5 x 13 in.
|
|
124
|
+
.TP
|
|
125
|
+
Quarto
|
|
126
|
+
8.5 x 10.8 in.
|
|
127
|
+
.TP
|
|
128
|
+
10x14
|
|
129
|
+
10 x 14 in.
|
|
130
|
+
.TP
|
|
131
|
+
\fIX\fRx\fIY\fRin
|
|
132
|
+
\fIX\fR by \fIY\fR inches, where \fIX\fR and \fIY\fR can be floating-point
|
|
133
|
+
numbers.
|
|
134
|
+
.TP
|
|
135
|
+
\fIX\fRx\fIY\fRcm
|
|
136
|
+
\fIX\fR by \fIY\fR centimetres, where \fIX\fR and \fIY\fR can be floating-point
|
|
137
|
+
numbers.
|
|
138
|
+
|
|
139
|
+
.PP
|
|
140
|
+
Type "rem2ps \-m help" for a list of available media. Note that the media
|
|
141
|
+
type (and all \fBrem2ps\fR options) are case-sensitive. If you don't use
|
|
142
|
+
the \fB\-m\fR option, the media defaults to a compiled-in default - this
|
|
143
|
+
is usually Letter for North America and A4 for Europe. The "\-m help"
|
|
144
|
+
option will display the compiled-in default.
|
|
145
|
+
.RE
|
|
146
|
+
.TP
|
|
147
|
+
\fB\-f\fR[\fBtshed\fR] \fIfont\fR
|
|
148
|
+
Set the font for the calendar title,
|
|
149
|
+
the small calendars, the day-of-week headings, the calendar
|
|
150
|
+
entries, and the day numbers, respectively. \fIFont\fR must be the
|
|
151
|
+
name of a valid PostScript font. The default fonts are equivalent to
|
|
152
|
+
specifying:
|
|
153
|
+
.RS
|
|
154
|
+
.PP
|
|
155
|
+
.nf
|
|
156
|
+
\-ftshe Helvetica \-fd Helvetica-BoldOblique
|
|
157
|
+
.fi
|
|
158
|
+
.PP
|
|
159
|
+
In other words, the heading, entry and small-calendar fonts are set
|
|
160
|
+
to Helvetica, and the font for the day numbers is set to
|
|
161
|
+
Helvetica-BoldOblique.
|
|
162
|
+
.RE
|
|
163
|
+
.TP
|
|
164
|
+
\fB\-s\fR[\fBthed\fR] \fIsize\fR
|
|
165
|
+
Set the size (in points) of the text for the calendar title,
|
|
166
|
+
day-of-week headings, the calendar entries, and the day numbers,
|
|
167
|
+
respectively. \fISize\fR must be a decimal number. The default sizes
|
|
168
|
+
are equivalent to specifying:
|
|
169
|
+
.RS
|
|
170
|
+
.PP
|
|
171
|
+
.nf
|
|
172
|
+
\-sthd 14 \-se 8
|
|
173
|
+
.fi
|
|
174
|
+
.PP
|
|
175
|
+
In other words, the heading and day numbers are 14-point fonts, and the
|
|
176
|
+
calendar entries are printed in 8-point text.
|
|
177
|
+
.RE
|
|
178
|
+
.TP
|
|
179
|
+
\fB\-b\fR \fIsize\fR
|
|
180
|
+
Set the size of the blank white border in each calendar box to \fIsize\fR
|
|
181
|
+
points. The default border size is 6 points, or 1/12 in.
|
|
182
|
+
.TP
|
|
183
|
+
\fB\-t\fR \fIsize\fR
|
|
184
|
+
Set the thickness of the black calendar grid lines. The default is 1,
|
|
185
|
+
for a line thickness of one point (1/72 in.)
|
|
186
|
+
.TP
|
|
187
|
+
\fB\-o\fR[\fBlrtb\fR] \fIsize\fR
|
|
188
|
+
Set the left, right, top, and/or bottom margins to \fIsize\fR points.
|
|
189
|
+
For this option only, \fIsize\fR must be an integer. It represents the
|
|
190
|
+
margin size in units of 1/72 in. The default margin sizes are 36, for
|
|
191
|
+
half-inch margins. If you wish to punch holes in the calendar page to insert
|
|
192
|
+
it into a binder, you may wish to increase the left margin to one inch.
|
|
193
|
+
In that case, you should also decrease the heading font size to 12 points
|
|
194
|
+
for good output:
|
|
195
|
+
.PP
|
|
196
|
+
.nf
|
|
197
|
+
# This gives good results for putting into a binder
|
|
198
|
+
rem2ps \-ol 72 \-sh 12
|
|
199
|
+
.fi
|
|
200
|
+
.SH USAGE
|
|
201
|
+
To use \fBrem2ps\fR, you should pipe the output of \fBRemind\fR with the \fB\-p\fR
|
|
202
|
+
option to \fBrem2ps\fR, and then send the result to a printer. This is most easily
|
|
203
|
+
illustrated with examples:
|
|
204
|
+
.PP
|
|
205
|
+
.nf
|
|
206
|
+
remind \-p12 /dev/null 1 jan 1994 | rem2ps | lpr \-Plaser
|
|
207
|
+
.fi
|
|
208
|
+
.PP
|
|
209
|
+
That example creates a blank calendar for the entire year of 1994, and
|
|
210
|
+
sends it to the printer named "laser."
|
|
211
|
+
.PP
|
|
212
|
+
.nf
|
|
213
|
+
remind \-p ~/.reminders | rem2ps \-l \-sd 18 > cal.ps
|
|
214
|
+
.fi
|
|
215
|
+
.PP
|
|
216
|
+
This reminder creates a calendar for the current month, filling in
|
|
217
|
+
entries from the reminder file "~/.reminders." The calendar is produced
|
|
218
|
+
in landscape mode, with a font size of 18 for the day numbers. The result
|
|
219
|
+
is put in the PostScript file "cal.ps."
|
|
220
|
+
.PP
|
|
221
|
+
.SH VARIABLES AVAILABLE TO USER-SUPPLIED POSTSCRIPT CODE
|
|
222
|
+
.PP
|
|
223
|
+
The following variables are available to \fBPS\fR and
|
|
224
|
+
\fBPSFILE\fR-type reminders. (This material is duplicated
|
|
225
|
+
in the \fBRemind\fR manual page.)
|
|
226
|
+
.TP
|
|
227
|
+
LineWidth
|
|
228
|
+
The width of the black grid lines making up the calendar.
|
|
229
|
+
.TP
|
|
230
|
+
Border
|
|
231
|
+
The border between the center of the grid lines and the space used to print
|
|
232
|
+
calendar entries. This border is normally blank space.
|
|
233
|
+
.TP
|
|
234
|
+
BoxWidth and BoxHeight
|
|
235
|
+
The width and height of the calendar box, from center-to-center of the
|
|
236
|
+
black grid lines.
|
|
237
|
+
.TP
|
|
238
|
+
InBoxHeight
|
|
239
|
+
The height from the center of the bottom black grid line to the top
|
|
240
|
+
of the regular calendar entry area. The space from here to the top
|
|
241
|
+
of the box is used only to draw the day number.
|
|
242
|
+
.TP
|
|
243
|
+
/DayFont, /TitleFont, /EntryFont, /SmallFont and /HeadFont
|
|
244
|
+
The fonts used to draw the day numbers, the month and year title,
|
|
245
|
+
the calendar entries, the small
|
|
246
|
+
calendars, and the day-of-week headings, respectively.
|
|
247
|
+
.TP
|
|
248
|
+
DaySize, TitleSize, EntrySize and HeadSize
|
|
249
|
+
The sizes of the above fonts. (The size of the small calendar font
|
|
250
|
+
is \fInot\fR defined here.) For example, if you wanted to print
|
|
251
|
+
the Hebrew date next to the regular day number in the calendar, use:
|
|
252
|
+
.PP
|
|
253
|
+
.nf
|
|
254
|
+
REM PS Border BoxHeight Border sub DaySize sub moveto \\
|
|
255
|
+
/DayFont findfont DaySize scalefont setfont \\
|
|
256
|
+
([hebday(today())] [hebmon(today())]) show
|
|
257
|
+
.fi
|
|
258
|
+
.PP
|
|
259
|
+
.RS
|
|
260
|
+
Note how /DayFont and DaySize are used.
|
|
261
|
+
.RE
|
|
262
|
+
.PP
|
|
263
|
+
Note that if you supply PostScript code, it is possible to produce invalid
|
|
264
|
+
PostScript files. Always test your PostScript thoroughly with a PostScript
|
|
265
|
+
viewer before sending it to the printer. You should not use any document
|
|
266
|
+
structuring comments in your PostScript code.
|
|
267
|
+
.PP
|
|
268
|
+
In addition, prior to drawing a calendar page, \fBrem2ps\fR emits
|
|
269
|
+
the following PostScript code:
|
|
270
|
+
.PP
|
|
271
|
+
.nf
|
|
272
|
+
save (mon) (yr) PreCal restore
|
|
273
|
+
.fi
|
|
274
|
+
.PP
|
|
275
|
+
where \fImon\fR and \fIyr\fR are the month and year of the calendar
|
|
276
|
+
page. The default \fBPreCal\fR procedure simply pops
|
|
277
|
+
the arguments and does nothing. However, you can define a \fBPreCal\fR
|
|
278
|
+
function in your prologue file to do whatever you want - it can draw a
|
|
279
|
+
background for the entire calendar, for instance.
|
|
280
|
+
.PP
|
|
281
|
+
In the context of the \fBPreCal\fR procedure, the following conditions
|
|
282
|
+
hold:
|
|
283
|
+
.TP
|
|
284
|
+
o
|
|
285
|
+
The PostScript origin is at the bottom left-hand corner of the page, and
|
|
286
|
+
PostScript units of 1/72 inch are in effect.
|
|
287
|
+
.TP
|
|
288
|
+
o
|
|
289
|
+
The variables MinX, MinY, MaxX and MaxY define the bounding box within
|
|
290
|
+
which the calendar will be drawn.
|
|
291
|
+
.TP
|
|
292
|
+
o
|
|
293
|
+
The font and font-size variables, as well as Border and LineWidth described
|
|
294
|
+
previously, are valid.
|
|
295
|
+
.PP
|
|
296
|
+
For an example, create a file called "myprolog" whose contents are:
|
|
297
|
+
.PP
|
|
298
|
+
.nf
|
|
299
|
+
/PreCal {
|
|
300
|
+
/yr exch def
|
|
301
|
+
/mon exch def
|
|
302
|
+
/xsiz1 MaxX MinX sub def
|
|
303
|
+
/ysiz1 MaxY MinY sub def
|
|
304
|
+
/xsiz xsiz1 MinX sub MinX sub def
|
|
305
|
+
/ysiz ysiz1 MinY sub MinY sub def
|
|
306
|
+
xsiz
|
|
307
|
+
ysiz
|
|
308
|
+
lt
|
|
309
|
+
{/len xsiz 1.41 mul def
|
|
310
|
+
MinX MinX add ysiz1 xsiz1 sub 2 div MinY add MinY add moveto}
|
|
311
|
+
{/len ysiz 1.41 mul def
|
|
312
|
+
xsiz1 ysiz1 sub 2 div MinX add MinX add MinY MinY add moveto}
|
|
313
|
+
ifelse
|
|
314
|
+
/Helvetica-Bold findfont 1 scalefont setfont
|
|
315
|
+
mon stringwidth pop
|
|
316
|
+
( ) stringwidth pop add
|
|
317
|
+
yr stringwidth pop add
|
|
318
|
+
len exch div /len exch def
|
|
319
|
+
/Helvetica-Bold findfont len scalefont setfont
|
|
320
|
+
0.95 setgray
|
|
321
|
+
45 rotate
|
|
322
|
+
mon show
|
|
323
|
+
( ) show
|
|
324
|
+
yr show
|
|
325
|
+
} bind def
|
|
326
|
+
.fi
|
|
327
|
+
.PP
|
|
328
|
+
Use that file with the \fBrem2ps\fR \fB\-p\fR option to create calendars
|
|
329
|
+
with the year and month in large gray letters in the background of the
|
|
330
|
+
calendar.
|
|
331
|
+
.PP
|
|
332
|
+
.SH REM2PS INPUT FORMAT (-P OPTION)
|
|
333
|
+
The \fB\-p\fR option is an older, simpler interchange format used by
|
|
334
|
+
\fBRemind\fR to communicate with back-ends. New back-ends are
|
|
335
|
+
encouraged to support the new \fB\-pp\fR format preferably, though they
|
|
336
|
+
are encouraged to support the older \fB\-p\fR format as well if the
|
|
337
|
+
older format contains enough information for them to work properly.
|
|
338
|
+
.PP
|
|
339
|
+
\fBRemind \-p\fR sends the following lines to standard output.
|
|
340
|
+
The information is designed to be easily parsed by back-end programs:
|
|
341
|
+
.TP
|
|
342
|
+
.B # translations
|
|
343
|
+
This line signifies that the next line will be the translation table.
|
|
344
|
+
The line following \fB# translations\fR is a JSON object (on a single
|
|
345
|
+
line) containing all of the entries of the translation table. Back-ends that
|
|
346
|
+
are not interested in the translation table can simply read and discard
|
|
347
|
+
the next line.
|
|
348
|
+
.RS
|
|
349
|
+
If \fBRemind\fR sends data for multiple months, then only the first month
|
|
350
|
+
will include the translation table.
|
|
351
|
+
.RE
|
|
352
|
+
|
|
353
|
+
.TP
|
|
354
|
+
.B # rem2ps begin
|
|
355
|
+
This line signifies the start of calendar data. Back-ends can search
|
|
356
|
+
for it to verify they are being fed correct information.
|
|
357
|
+
.TP
|
|
358
|
+
\fImonth_name year num_days first_day monday_first\fR
|
|
359
|
+
On this line, \fImonth_name\fR is the name of the month whose calendar
|
|
360
|
+
information is about to follow. \fInum_days\fR is the number of days
|
|
361
|
+
in this month. \fIfirst_day\fR is the weekday of the first day of the
|
|
362
|
+
month (0 = Sunday, 1 = Monday, 6 = Saturday.) And \fImonday_first\fR is
|
|
363
|
+
1 if the \fB\-m\fR flag was supplied to \fBRemind\fR, or 0 if it was not.
|
|
364
|
+
All this information is supplied so back-ends don't need any date calculation
|
|
365
|
+
facilities.
|
|
366
|
+
|
|
367
|
+
Note that all spaces in \fImonth_name\fR will be replaced with
|
|
368
|
+
underscores. Back-ends should undo this replacement.
|
|
369
|
+
|
|
370
|
+
.TP
|
|
371
|
+
\fIsun mon tue wed thu fri sat\fR
|
|
372
|
+
This line consists of
|
|
373
|
+
space-separated names of days in whatever language \fBRemind\fR was
|
|
374
|
+
compiled for. This information can be used by back-ends to annotate
|
|
375
|
+
calendars, and means they don't have to be created for a specific
|
|
376
|
+
language.
|
|
377
|
+
|
|
378
|
+
Note that all spaces in day names will be replaced with
|
|
379
|
+
underscores. Back-ends should undo this replacement.
|
|
380
|
+
.TP
|
|
381
|
+
\fInext_mon next_days\fR
|
|
382
|
+
The name of the next month and the number of days in it.
|
|
383
|
+
.TP
|
|
384
|
+
\fIprev_mon prev_days\fR
|
|
385
|
+
The name of the previous month and the number of days in it. The
|
|
386
|
+
\fInext_mon\fR and \fIprev_mon\fR lines could be used to generate small
|
|
387
|
+
inset calendars for the next and previous months.
|
|
388
|
+
.PP
|
|
389
|
+
The remaining data consists of calendar entries, in the following format:
|
|
390
|
+
.PP
|
|
391
|
+
\fIyyyy/mm/dd special tag dur time body\fR
|
|
392
|
+
.PP
|
|
393
|
+
Here, \fIyyyy\fR is the year, \fImm\fR is the month (01-12) and
|
|
394
|
+
\fIdd\fR is the day of the month. Note that the date components are
|
|
395
|
+
always separated by "/" even if the date separator in \fBRemind\fR has
|
|
396
|
+
been set to "-". The consistent use of "/" is designed to ease parsing.
|
|
397
|
+
.PP
|
|
398
|
+
\fIspecial\fR is a string used
|
|
399
|
+
for "out-of-band" communication with back-ends. If the reminder
|
|
400
|
+
is a normal reminder, \fIspecial\fR is "*". The \fBrem2ps\fR
|
|
401
|
+
back-end understands the specials \fBPostScript\fR and \fBPSFile\fR.
|
|
402
|
+
Other back-ends may understand other specials. A back end should
|
|
403
|
+
\fIsilently ignore\fR a reminder with a special it doesn't understand.
|
|
404
|
+
.PP
|
|
405
|
+
\fItag\fR is whatever tag the user provided with the \fBTAG\fR clause,
|
|
406
|
+
or "*" if no tag was provided. If there is more than one \fBTAG\fR clause,
|
|
407
|
+
the tags appear in a comma-separated list. For example, the command
|
|
408
|
+
\fBREM TAG foo TAG bar TAG quux\fR would result in \fBfoo,bar,quux\fR
|
|
409
|
+
in the \fItag\fR field.
|
|
410
|
+
.PP
|
|
411
|
+
\fIdur\fR is the \fBDURATION\fR value in minutes, or "*" if no duration
|
|
412
|
+
was provided.
|
|
413
|
+
.PP
|
|
414
|
+
\fItime\fR is the time of the reminder in minutes past midnight, or
|
|
415
|
+
"*" if the reminder was not a timed reminder.
|
|
416
|
+
.PP
|
|
417
|
+
\fIbody\fR is the body of the reminder.
|
|
418
|
+
.PP
|
|
419
|
+
Future versions of \fBRemind\fR may add additional keys to the JSON
|
|
420
|
+
object. Back-ends \fImust\fR ignore keys they don't recognize.
|
|
421
|
+
.PP
|
|
422
|
+
After a month's worth of reminders have been emitted, \fBRemind\fR
|
|
423
|
+
emits the line:
|
|
424
|
+
.PP
|
|
425
|
+
\fB# rem2ps end
|
|
426
|
+
.PP
|
|
427
|
+
However, back-ends should keep reading until EOF in case more data for
|
|
428
|
+
subsequent months is forthcoming.
|
|
429
|
+
.PP
|
|
430
|
+
If you supply the \fB\-l\fR option to \fBremind\fR, then reminders
|
|
431
|
+
may be preceded by a line that looks like this:
|
|
432
|
+
.PP
|
|
433
|
+
\fB# fileinfo \fIlineno filename\fR
|
|
434
|
+
.PP
|
|
435
|
+
The word \fBfileinfo\fR is literal; \fIlineno\fR and \fIfilename\fR specify
|
|
436
|
+
the line number and file name of the file containing the reminder. Back-ends
|
|
437
|
+
that don't care about this information should ignore lines starting with
|
|
438
|
+
"#" (except, of course, for the # rem2ps lines.)
|
|
439
|
+
.PP
|
|
440
|
+
.SH REM2PS PARTIAL JSON INPUT FORMAT (-PP OPTION)
|
|
441
|
+
\fBRemind \-pp\fR sends the following lines to standard output. They
|
|
442
|
+
are designed to be easily parsed, but contain much more information
|
|
443
|
+
than the old-style \fBremind -p\fR output. The extra information
|
|
444
|
+
contains a representation of the parsed "REM" statement, which could
|
|
445
|
+
allow converters to better preserve semantics of a reminder. For
|
|
446
|
+
example, this format passes enough information to allow a back-end to
|
|
447
|
+
(in many cases) determine a reminder's recurrence rather than just treating
|
|
448
|
+
each reminder as a one-off event.
|
|
449
|
+
.PP
|
|
450
|
+
The lines emitted by \fBremind \-pp\fR are as follows:
|
|
451
|
+
.TP
|
|
452
|
+
.B # translations
|
|
453
|
+
This line signifies that the next line will be the translation table.
|
|
454
|
+
The line following \fB# translations\fR is a JSON object (on a single
|
|
455
|
+
line) containing all of the entries of the translation table. Back-ends that
|
|
456
|
+
are not interested in the translation table can simply read and discard
|
|
457
|
+
.RS
|
|
458
|
+
If \fBRemind\fR sends data for multiple months, then only the first month
|
|
459
|
+
will include the translation table.
|
|
460
|
+
.RE
|
|
461
|
+
.TP
|
|
462
|
+
.B # rem2ps2 begin
|
|
463
|
+
This line signifies the start of calendar data. Back-ends can search
|
|
464
|
+
for it to verify they are being fed correct information. Note the
|
|
465
|
+
"2" after "rem2ps", which distinguishes this format from the older \fB\-p\fR
|
|
466
|
+
format.
|
|
467
|
+
.TP
|
|
468
|
+
\fImonth_name year num_days first_day monday_first\fR
|
|
469
|
+
Same as the \fB\-p\fR format
|
|
470
|
+
.TP
|
|
471
|
+
\fIsun mon tue wed thu fri sat\fR
|
|
472
|
+
Same as the \fB\-p\fR format
|
|
473
|
+
.TP
|
|
474
|
+
\fInext_mon next_days\fR
|
|
475
|
+
Same as the \fB\-p\fR format
|
|
476
|
+
.TP
|
|
477
|
+
\fIprev_mon prev_days\fR
|
|
478
|
+
Same as the \fB\-p\fR format
|
|
479
|
+
.PP
|
|
480
|
+
.B CALENDAR ENTRIES
|
|
481
|
+
.PP
|
|
482
|
+
The remaining data consists of calendar entries expressed as a JSON object
|
|
483
|
+
on a single line. Each such line will begin with "{" and will be a well-formed
|
|
484
|
+
JSON object. The keys that may be present in the JSON object are as
|
|
485
|
+
follows:
|
|
486
|
+
.TP
|
|
487
|
+
.B date \fIYYYY-MM-DD\fR
|
|
488
|
+
The \fBdate\fR key will \fIalways\fR be present; it is the trigger date
|
|
489
|
+
of the reminder expressed as a string in the format \fIYYYY-MM-DD\fR
|
|
490
|
+
.TP
|
|
491
|
+
.B filename \fIf\fR
|
|
492
|
+
The filename in which the reminder was found.
|
|
493
|
+
.TP
|
|
494
|
+
.B lineno \fIn\fR
|
|
495
|
+
The line number within the file on which the reminder was found.
|
|
496
|
+
.TP
|
|
497
|
+
.B lineno_start \fIn\fR
|
|
498
|
+
If a reminder spans multiple lines because of backslash
|
|
499
|
+
line-continuation, then the \fBlineno\fR entry is the \fIlast\fR line
|
|
500
|
+
of the reminder; the \fBlineno_start\fR entry is the \fIfirst\fR line. If
|
|
501
|
+
a reminder does \fInot\fR span multiple lines, then only the \fBlineno\fR
|
|
502
|
+
entry is present; the \fBlineno_start\fR entry is absent in that case.
|
|
503
|
+
.TP
|
|
504
|
+
.B nonconst_expr 1
|
|
505
|
+
If the reminder contained a non-constant expression that had to be evaluated
|
|
506
|
+
to determine the trigger date, this key will be present with the value 1.
|
|
507
|
+
If this key is present, then it is unsafe for a back-end to rely on
|
|
508
|
+
recurrence semantics or even the semantics of any part of the parsed
|
|
509
|
+
reminder, as they may have been computed in a way that cannot be expressed
|
|
510
|
+
in JSON.
|
|
511
|
+
.TP
|
|
512
|
+
.B if_depth \fIn\fR
|
|
513
|
+
If the reminder is inside one or more IF or ELSE statements, this key
|
|
514
|
+
will be present and the value will be the number of nested IFs from
|
|
515
|
+
the top-level to the reminder. Back-ends should be wary of
|
|
516
|
+
interpreting recurrence semantics of reminders within an IF or ELSE
|
|
517
|
+
block.
|
|
518
|
+
.TP
|
|
519
|
+
.B passthru \fIspecial\fR
|
|
520
|
+
If the reminder was a SPECIAL reminder, the \fBpassthru\fR key will be
|
|
521
|
+
present and the value will be the type of SPECIAL (such as SHADE, COLOR,
|
|
522
|
+
MOON, etc.)
|
|
523
|
+
.TP
|
|
524
|
+
.B tags \fIdata\fR
|
|
525
|
+
If any TAG clauses are present, the \fBtags\fR key will be present and consist
|
|
526
|
+
of a comma-separated list of tags.
|
|
527
|
+
.TP
|
|
528
|
+
.B info \fR{ \fIhash\fR }
|
|
529
|
+
If any INFO clauses are present, the \fBinfo\fR key will be present. Its
|
|
530
|
+
value will be a hash of info key-value pairs. Each key is the header
|
|
531
|
+
from an INFO string, \fIconverted to all lower-case\fR. The value is the
|
|
532
|
+
value from the INFO string.
|
|
533
|
+
.RS
|
|
534
|
+
.PP
|
|
535
|
+
For example, the following REM command:
|
|
536
|
+
.PP
|
|
537
|
+
.nf
|
|
538
|
+
REM INFO "Location: Boardroom" INFO "Summary: None" MSG whatever
|
|
539
|
+
.fi
|
|
540
|
+
.PP
|
|
541
|
+
will produce the following \fBinfo\fR hash:
|
|
542
|
+
.PP
|
|
543
|
+
.nf
|
|
544
|
+
"info" : {
|
|
545
|
+
"location" : "Boardroom",
|
|
546
|
+
"summary" : "None"
|
|
547
|
+
},
|
|
548
|
+
.fi
|
|
549
|
+
.PP
|
|
550
|
+
.RE
|
|
551
|
+
.TP
|
|
552
|
+
.B tz \fIzone\fR
|
|
553
|
+
If a non-empty TZ clause was present, this key will contain the time zone
|
|
554
|
+
name.
|
|
555
|
+
.TP
|
|
556
|
+
.B time \fIt\fR
|
|
557
|
+
If an AT clause was present, this key will contain the time of the AT clause
|
|
558
|
+
in minutes after midnight \fIin the system default time zone\fR.
|
|
559
|
+
.TP
|
|
560
|
+
.B time_in_tz \fIt\fR
|
|
561
|
+
If a TZ clause was present, this key will contain the time of the AT clause
|
|
562
|
+
in minutes after midnight \fIin the time zone specified by TZ\fR.
|
|
563
|
+
.TP
|
|
564
|
+
.B tdelta \fIn\fR
|
|
565
|
+
If a time delta (+n after an AT clause) was present, this key contains the
|
|
566
|
+
delta value in minutes.
|
|
567
|
+
.TP
|
|
568
|
+
.B trep \fIn\fR
|
|
569
|
+
If a time repeat (*n after an AT clause) was present, this key contains the
|
|
570
|
+
repeat value in minutes.
|
|
571
|
+
.TP
|
|
572
|
+
.B eventduration \fIn\fR
|
|
573
|
+
If a DURATION clause was present, this key contains the event duration in
|
|
574
|
+
minutes.
|
|
575
|
+
.TP
|
|
576
|
+
.B duration \fIn\fR
|
|
577
|
+
If a DURATION clause was present, this key contains today's duration in
|
|
578
|
+
minutes. See the \fBremind(1)\fR man page, "MULTI-DAY EVENTS", for a
|
|
579
|
+
discussion of duration vs. event duration.
|
|
580
|
+
.TP
|
|
581
|
+
.B eventstart \fIdt\fR
|
|
582
|
+
If an AT clause was present, this key contains the event start time in
|
|
583
|
+
the format \fIYYYY-MM-DD\fRT\fIHH:MM\fR in the \fIsystem default time zone\fR.
|
|
584
|
+
.TP
|
|
585
|
+
.B eventstart_in_tz \fIdt\fR
|
|
586
|
+
If a TZ clause was present, this key contains the event start time in
|
|
587
|
+
the format \fIYYYY-MM-DD\fRT\fIHH:MM\fR in the \fItime zone specified
|
|
588
|
+
by TZ\fR.
|
|
589
|
+
.TP
|
|
590
|
+
.B back \fIn\fR
|
|
591
|
+
If the reminder contained a "back" clause (\-n or \-\-n), this key
|
|
592
|
+
contains the back value. If the "back" value was \-n, the value will
|
|
593
|
+
be positive; if it was \-\-n, the value will be negative.
|
|
594
|
+
.TP
|
|
595
|
+
.B delta \fIn\fR
|
|
596
|
+
If the reminder contained a "delta" clause (+n or ++n), this key
|
|
597
|
+
contains the delta value. If the "delta" value was +n, the value will
|
|
598
|
+
be positive; if it was ++n, the value will be negative.
|
|
599
|
+
.TP
|
|
600
|
+
.B trigbase "\fIdate\fR"
|
|
601
|
+
If the reminder included all of the day, month and year components, then
|
|
602
|
+
\fBtrigbase\fR is the date made from those components, expressed in
|
|
603
|
+
the format \fIYYYY-MM-DD\fR.
|
|
604
|
+
.TP
|
|
605
|
+
.B rep \fIn\fR
|
|
606
|
+
If the reminder contained a "repeat" clause (*n), this key contains
|
|
607
|
+
the repeat value.
|
|
608
|
+
.TP
|
|
609
|
+
.B skip \fItype\fR
|
|
610
|
+
If the reminder contained a SKIP, BEFORE or AFTER keyword, then this
|
|
611
|
+
key will contain that keyword.
|
|
612
|
+
.TP
|
|
613
|
+
.B localomit \fIarray\fR
|
|
614
|
+
If the reminder contains a local OMIT keyword, this key will be present.
|
|
615
|
+
Its value will be an array of English day names that are OMITted.
|
|
616
|
+
.TP
|
|
617
|
+
.B wd \fIarray\fR
|
|
618
|
+
If the reminder contains one or more weekdays, this key will be present.
|
|
619
|
+
Its value will be an array of English day names that are present.
|
|
620
|
+
.TP
|
|
621
|
+
.B d \fIn\fR
|
|
622
|
+
If a day-of-month is present in the reminder specification, this key
|
|
623
|
+
will be present and its value will be the day number.
|
|
624
|
+
.TP
|
|
625
|
+
.B m \fIn\fR
|
|
626
|
+
If a month is present in the reminder specification, this key
|
|
627
|
+
will be present and its value will be the month number.
|
|
628
|
+
.TP
|
|
629
|
+
.B y \fIn\fR
|
|
630
|
+
If a year is present in the reminder specification, this key
|
|
631
|
+
will be present and its value will be the year.
|
|
632
|
+
.TP
|
|
633
|
+
.B until \fIYYYY-MM-DD\fR
|
|
634
|
+
If the reminder contains an UNTIL or THROUGH clause, this key
|
|
635
|
+
will be present. Its value will be a string of the form YYYY-MM-DD.
|
|
636
|
+
.TP
|
|
637
|
+
.B once 1
|
|
638
|
+
If the reminder contains a ONCE keyword, this key will be present
|
|
639
|
+
with a value of 1.
|
|
640
|
+
.TP
|
|
641
|
+
.B scanfrom \fIYYYY-MM-DD\fR or \fBscanfrom\fR \fI-n\fR
|
|
642
|
+
If the reminder contains a SCANFROM keyword, this key will be present
|
|
643
|
+
and its value will be a string of the form YYYY-MM-DD for an absolute
|
|
644
|
+
SCANFROM, or a negative integer of the form -n for a relative scanfrom
|
|
645
|
+
.TP
|
|
646
|
+
.B from \fIYYYY-MM-DD\fR
|
|
647
|
+
If the reminder contains a FROM keyword, this key will be present
|
|
648
|
+
and its value will be a string of the form YYYY-MM-DD.
|
|
649
|
+
.TP
|
|
650
|
+
.B is_todo \fIflag\fR
|
|
651
|
+
If the reminder is a TODO reminder, then \fIflag\fR will be the integer
|
|
652
|
+
1. Otherwise, it will be the integer zero.
|
|
653
|
+
.TP
|
|
654
|
+
.B complete_through \fIYYYY-MM-DD\fR
|
|
655
|
+
If the reminder has a COMPLETE-THROUGH date, then this key will be present
|
|
656
|
+
and its value will be a string of the form YYYY-MM-DD.
|
|
657
|
+
.TP
|
|
658
|
+
.B max_overdue \fIn\fR
|
|
659
|
+
If the reminder has a MAX-OVERDUE clause, then this key will be present and
|
|
660
|
+
its value will be the integer argument to MAX-OVERDUE.
|
|
661
|
+
.TP
|
|
662
|
+
.B priority \fIn\fR
|
|
663
|
+
The priority of the reminder. Always present; if no PRIORITY keyword
|
|
664
|
+
is specified, then a reminder has a default priority of 5000.
|
|
665
|
+
.TP
|
|
666
|
+
.B r \fIn\fR
|
|
667
|
+
For a SHADE or COLOR special, the red color component.
|
|
668
|
+
.TP
|
|
669
|
+
.B g \fIn\fR
|
|
670
|
+
For a SHADE or COLOR special, the green color component.
|
|
671
|
+
.TP
|
|
672
|
+
.B b \fIn\fR
|
|
673
|
+
For a SHADE or COLOR special, the blue color component.
|
|
674
|
+
.TP
|
|
675
|
+
.B body \fIbody\fR
|
|
676
|
+
The body of the reminder to issue. Always present.
|
|
677
|
+
.TP
|
|
678
|
+
.B calendar_body \fIbody\fR
|
|
679
|
+
The text appropriate to include in a calendar. Only present if the
|
|
680
|
+
original body contains %"...%" sequences and the "q" modifier was used
|
|
681
|
+
with Remind's "-pp..." flag.
|
|
682
|
+
.TP
|
|
683
|
+
.B plain_body \fIbody\fR
|
|
684
|
+
The "plain" body of the reminder with any %"...%" sequences removed.
|
|
685
|
+
If your back-end is designed to draw a calendar, then it should
|
|
686
|
+
use the \fBcalendar_body\fR if present. If not, then it
|
|
687
|
+
should use the \fBplain_body\fR if present, and if not, then it
|
|
688
|
+
should fall back on the \fBbody\fR.
|
|
689
|
+
.TP
|
|
690
|
+
.B rawbody \fIraw\fR
|
|
691
|
+
The "raw" body of the reminder, before any expression-pasting or
|
|
692
|
+
substitution-sequence processing. If the raw body would be the same
|
|
693
|
+
as the processed body, then this key is not present.
|
|
694
|
+
.PP
|
|
695
|
+
After a month's worth of reminders have been emitted, \fBRemind\fR
|
|
696
|
+
emits the line:
|
|
697
|
+
.PP
|
|
698
|
+
\fB# rem2ps2 end
|
|
699
|
+
.PP
|
|
700
|
+
However, back-ends should keep reading until EOF in case more data for
|
|
701
|
+
subsequent months is forthcoming.
|
|
702
|
+
.PP
|
|
703
|
+
.SH REM2PS PURE JSON INPUT FORMAT (-PPP OR -P+ OPTION)
|
|
704
|
+
.PP
|
|
705
|
+
\fBRemind \-ppp\fR and \fBremind \-p+\fR emit \fIpure JSON\fR output.
|
|
706
|
+
The format is as follows:
|
|
707
|
+
.PP
|
|
708
|
+
\fBRemind\fR outputs a JSON array. Each element of the array is a
|
|
709
|
+
\fImonth descriptor\fR or a \fIweek descriptor\fR in the case of
|
|
710
|
+
\fBremind \-p+\fR.
|
|
711
|
+
.PP
|
|
712
|
+
Each descriptor is a JSON object with the following elements:
|
|
713
|
+
.TP
|
|
714
|
+
.B caltype \fItype\fR
|
|
715
|
+
The calendar type, either \fBmonthly\fR or \fBweekly\fR. Older versions
|
|
716
|
+
of \fBRemind\fR did not include a \fBcaltype\fR element, so a missing
|
|
717
|
+
\fBcaltype\fR should be treated as \fBmonthly\fR.
|
|
718
|
+
.TP
|
|
719
|
+
.B monthname \fIname\fR
|
|
720
|
+
The name of the month. Present in monthly calendar types only.
|
|
721
|
+
.TP
|
|
722
|
+
.B year \fIyyyy\fR
|
|
723
|
+
The year. Present in monthly calendar types only.
|
|
724
|
+
.TP
|
|
725
|
+
.B daysinmonnth \fIn\fR
|
|
726
|
+
The number of days in the current month. Present in monthly calendar types only.
|
|
727
|
+
.TP
|
|
728
|
+
.B firstwkday \fIn\fR
|
|
729
|
+
The weekday of the first day of the month (0 = Sunday, 1 = Monday, 6 = Saturday). Present in monthly calendar types only.
|
|
730
|
+
.TP
|
|
731
|
+
.B mondayfirst \fIn\fR
|
|
732
|
+
An indicator of whether or not the calendar week should start with
|
|
733
|
+
Sunday (n=0) or Monday (n=1). Present in monthly calendar types only.
|
|
734
|
+
.TP
|
|
735
|
+
.B daynames \fR[\fIdays\fR]
|
|
736
|
+
A seven-element array of day names; each element is a string representing
|
|
737
|
+
the names of the days from Sunday through Saturday. Present in monthly calendar types only.
|
|
738
|
+
.TP
|
|
739
|
+
.B prevmonthname \fIname\fR
|
|
740
|
+
The name of the previous month. Present in monthly calendar types only.
|
|
741
|
+
.TP
|
|
742
|
+
.B daysinprevmonth \fIn\fR
|
|
743
|
+
The number of days in the previous month. Present in monthly calendar types only.
|
|
744
|
+
.TP
|
|
745
|
+
.B prevmonthyear \fIyyyy\fR
|
|
746
|
+
The year of the previous month. (The same as \fByear\fR unless the current
|
|
747
|
+
month is January.) Present in monthly calendar types only.
|
|
748
|
+
.TP
|
|
749
|
+
.B nextmonthname \fIname\fR
|
|
750
|
+
The name of the following month. Present in monthly calendar types only.
|
|
751
|
+
.TP
|
|
752
|
+
.B daysinnextmonth \fIn\fR
|
|
753
|
+
The number of days in the following month. Present in monthly calendar types only.
|
|
754
|
+
.TP
|
|
755
|
+
.B nextmonthyear \fIyyyy\fR
|
|
756
|
+
The year of the following month. (The same as \fByear\fR unless the
|
|
757
|
+
current month is December.) Present in monthly calendar types only.
|
|
758
|
+
.TP
|
|
759
|
+
.B translations \fR{\fIobject\fR}
|
|
760
|
+
A complete dump of the Remind translation table. In output for multiple
|
|
761
|
+
months or weeks, the translation table is included only with the first month
|
|
762
|
+
or week. Present in both weekly and monthly calendar types.
|
|
763
|
+
.TP
|
|
764
|
+
.B entries \fR[\fIarray\fR]
|
|
765
|
+
The \fBentries\fR key, present in both weekly and monthly calendar
|
|
766
|
+
types, consists of an array of calendar entries; each entry is a JSON
|
|
767
|
+
object that has the same format as described in the \fBCALENDAR
|
|
768
|
+
ENTRIES\fR section in the \fB\-PP FORMAT\fR section, \fIwith the
|
|
769
|
+
following difference\fR: In \fB\-PP\fR mode, if a reminder has
|
|
770
|
+
\fB%"\fR markers, only the text between the markers is included in the
|
|
771
|
+
\fBbody\fR element. In \fB\-PPP\fR mode, the entire text
|
|
772
|
+
\fIincluding\fR the \fB%"\fR markers is included and it's up to the
|
|
773
|
+
back-end to extract the portion between the markers if that is
|
|
774
|
+
desired.
|
|
775
|
+
.TP
|
|
776
|
+
.B dates \fR[\fIarray\fR]
|
|
777
|
+
The \fBdates\fR key, present in weekly calendar types only,
|
|
778
|
+
contains seven entries; one for each column in the weekly
|
|
779
|
+
calendar. Each entry is a JSON object containing the following
|
|
780
|
+
key/value pairs:
|
|
781
|
+
.RS
|
|
782
|
+
.TP
|
|
783
|
+
.B date \fR\fIYYYY-MM-DD\fR
|
|
784
|
+
The date of the column.
|
|
785
|
+
.TP
|
|
786
|
+
.B day \fR\fIDD\fR
|
|
787
|
+
The day number of the column.
|
|
788
|
+
.TP
|
|
789
|
+
.B dayname \fR\fIweekday_name\fR
|
|
790
|
+
The name of the weekday (possibly localized).
|
|
791
|
+
.TP
|
|
792
|
+
.B month \fR\fImonth_name\fR
|
|
793
|
+
The name of the month (possibly localized).
|
|
794
|
+
.TP
|
|
795
|
+
.B year \fR\fIYYYY\fR
|
|
796
|
+
The year.
|
|
797
|
+
.RE
|
|
798
|
+
|
|
799
|
+
.SH AUTHOR
|
|
800
|
+
rem2ps was written by Dianne Skoll <dianne@skoll.ca>
|
|
801
|
+
.SH BUGS
|
|
802
|
+
All \fBrem2ps\fR options are case-sensitive, unlike \fBRemind\fR.
|
|
803
|
+
Any time you supply
|
|
804
|
+
a font name or size, line thickness, or border width, it is treated as a
|
|
805
|
+
string and sent straight to the PostScript interpreter. Thus, if you
|
|
806
|
+
supply invalid fonts or sizes, \fBrem2ps\fR will not complain, but the
|
|
807
|
+
resulting PostScript output will probably not work.
|
|
808
|
+
.PP
|
|
809
|
+
You should ensure that the values you supply for margin widths are sensible.
|
|
810
|
+
If they are too big for the media size, \fBrem2ps\fR will not complain,
|
|
811
|
+
but again, the PostScript output will probably not work.
|
|
812
|
+
.SH HOME PAGE
|
|
813
|
+
https://dianne.skoll.ca/projects/remind/
|
|
814
|
+
.SH SEE ALSO
|
|
815
|
+
\fBremind\fR, \fBrem2pdf\fR, \fBrem2html\fR, \fBtkremind\fR.
|
|
816
|
+
|