A lot of projects ported from the old metanohi site.

This commit is contained in:
Niels Serup
2011-08-02 23:08:13 +02:00
parent d1b8234f78
commit a63b3ad10d
261 changed files with 12435 additions and 28 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 81 KiB

View File

@@ -0,0 +1,24 @@
#+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]].

Binary file not shown.

View File

@@ -0,0 +1,26 @@
#+title: kvigall mods
#&summary
Scripts that can be used together with kvigall
#&
#+license: bysa, page
* kvigall mods
This page contains a set of mods for [[.][kvigall]].
| Name | Description | Download url |
|------------------------+------------------------------------------------------------------+-------------------------------------------|
| simple_mod | A simple mod meant to show the basic layout of mods | [[http://gitorious.org/kvigall/kvigall-mods]] |
| fronter | Fetches information from proprietary Fronter platforms | [[http://gitorious.org/kvigall/kvigall-mods]] |
| wikipediacurrentevents | Grabs the events listed at Wikipedia's Portal for current events | [[http://gitorious.org/kvigall/kvigall-mods]] |
It's quite easy to create and use mods, so this page is unlikely to hold
information on all available mods. It would be nice if someone created a
webpage/wiki to manage information on this area. For now, send an email to
[[mailto:ns@metanohi.org][ns@metanohi.org]] if you want to have your mod included on this page. This is
highly suboptimal.
** Fronter
This mod makes it possible to fetch information from the proprietary Fronter
platform running at [[http://fronter.com][fronter.com]]. This mod is meant for those who have been
forced to use the service but don't actually want to.