25 lines
949 B
Org Mode
25 lines
949 B
Org Mode
|
#+title: kvigall
|
||
|
#&summary
|
||
|
A customizable calendar with several frontends. Can combine events.
|
||
|
#&
|
||
|
#+license: bysa, page
|
||
|
#+license: gpl 3+, program
|
||
|
|
||
|
* kvigall
|
||
|
|
||
|
#&img;url=img/kvigall-logo-256.png, alt=kvigall logo, float=right, medlink=img/kvigall-logo.svg
|
||
|
|
||
|
kvigall is a calendar program capable of showing calendars created from scripts
|
||
|
that you create. If there's a site that you often check for upcoming events,
|
||
|
you can create a script that crawls and parses this site. By converting your
|
||
|
resulted data into a format understandable by kvigall, you can then view the
|
||
|
info in a calendar. You can download version 0.1.0 [[kvigall-0.1.0.tar.gz][here]].
|
||
|
|
||
|
kvigall can also be found in the [[http://pypi.python.org/pypi/kvigall][Python Package Index]].
|
||
|
|
||
|
kvigall has its branches at Gitorious; see [[http://gitorious.org/kvigall]].
|
||
|
|
||
|
** Mods
|
||
|
The scripts used by kvigall to fetch events are called mods. A list of mods can
|
||
|
be found on [[mods][this page]].
|