Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.misc > #33702 > unrolled thread

Re: Calendar making program for Linux?

Started byNomen Nescio <nobody@dizum.com>
First post2021-11-22 18:39 +0100
Last post2021-11-23 00:54 +0000
Articles 2 — 2 participants

Back to article view | Back to comp.os.linux.misc

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Calendar making program for Linux? Nomen Nescio <nobody@dizum.com> - 2021-11-22 18:39 +0100
    Re: Calendar making program for Linux? pH <wNOSPAMp@gmail.org> - 2021-11-23 00:54 +0000

#33702 — Re: Calendar making program for Linux?

FromNomen Nescio <nobody@dizum.com>
Date2021-11-22 18:39 +0100
SubjectRe: Calendar making program for Linux?
Message-ID<a44e8089855e1795467c9627ecfedba8@dizum.com>
pH <wNOSP...@gmail.org> [p]:
p> make calendar pages to go with them to make a wall calendar
p> ...  choose the 12 pics, specify the year and voila?

Remind (https://www.linuxjournal.com/article/3529) comes with a
nifty utility called 'rem2ps', that draws a PostScript calendar
from remind's output. It could be a good starting point for
your project.

To get an idea what the output looks like, see 
https://ibb.co/GPjpq1t

Then you have to either manually paste in your pics, or (if your
postscript skill are top notch) inject the appropriate postscript
code (see rem2ps's -p option).

Since I don't want to do it manually and lack the skills to do it in
PostScript, I usually convert both the calendar pages and the pics to
PDF and then run a small script file containing a few pdftk commands
to scale and merge pages as needed.


To get a 1-month calendar:
$ remind -p1 /dev/null  | rem2ps -l -i -e -m Letter > mycalendar.ps

To get a 12-month calendar:
$ remind -p12 /dev/null | rem2ps -l -i -e -m Letter > mycalendar.ps


If you have a reminders file, replace "/dev/null" with its path and
all your important dates will also be marked on the printed calendar.

[toc] | [next] | [standalone]


#33704

FrompH <wNOSPAMp@gmail.org>
Date2021-11-23 00:54 +0000
Message-ID<snhe3j$3b3$1@dont-email.me>
In reply to#33702
On 2021-11-22, Nomen Nescio <nobody@dizum.com> wrote:
> pH <wNOSP...@gmail.org> [p]:
> p> make calendar pages to go with them to make a wall calendar
> p> ...  choose the 12 pics, specify the year and voila?
>
> Remind (https://www.linuxjournal.com/article/3529) comes with a
> nifty utility called 'rem2ps', that draws a PostScript calendar
> from remind's output. It could be a good starting point for
> your project.
>
> To get an idea what the output looks like, see 
> https://ibb.co/GPjpq1t

I like the looks of that calendar page.
A "re<tab><tab>" shows that I do not currently have "remind" or "rem2ps"
installed.
I don't have "Scribus", either, for that matter.

>
> Then you have to either manually paste in your pics, or (if your
> postscript skill are top notch) inject the appropriate postscript
> code (see rem2ps's -p option).
>
> Since I don't want to do it manually and lack the skills to do it in
> PostScript, I usually convert both the calendar pages and the pics to
> PDF and then run a small script file containing a few pdftk commands
> to scale and merge pages as needed.
>
>
> To get a 1-month calendar:
> $ remind -p1 /dev/null  | rem2ps -l -i -e -m Letter > mycalendar.ps
>
> To get a 12-month calendar:
> $ remind -p12 /dev/null | rem2ps -l -i -e -m Letter > mycalendar.ps
>
>
> If you have a reminders file, replace "/dev/null" with its path and
> all your important dates will also be marked on the printed calendar.
>
Wow, this looks very cool.
My Linux skills are pretty poor and it's been a long time since my 'C'
programming class...I'm one of those users who thinks he knows what he's
doing to the point where I am a danger to myself sometimes.

pH

[toc] | [prev] | [standalone]


Back to top | Article view | comp.os.linux.misc


csiph-web