[dokuwiki] plugin for cvs screen scrapes?

  • From: Robin Getz <rgetz@xxxxxxxxxxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Mon, 26 Jun 2006 22:09:27 -0400

All:

I use dokuwiki for the documentation of some software projects, and was getting tired up having to go through cvs logs, and see where that effected the docs, and keep things up to date.

Have an itch - scratch it.

I borrowed the nice <source ...> plugin from Chris Smith
http://wiki.splitbrain.org/plugin:source

so that it screen scrapes cvsweb, and can do minor function/variable lookups

now:

<source uClinux-dist/linux-2.6.x/arch/blackfin/kernel/time.c:init_leds() c uclinux533>

Will grab the latest version of the file from cvs, and parse out the init_leds function, and display it (via the GeSHi) (leaving a trail of links into cvsweb).

http://docs.blackfin.uclinux.org/doku.php?id=playground:playground

Later this week, I should be able to create a list of pages that use the plugin, and dates that the source file was updated, and compare it to the last date the that wiki page was updated, and poke someone on the team to ensure that things are still OK.

Before I go through the effort of cleaning things up, and making it reviewable - does anyone else see this being useful?

Thanks
-Robin
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts:

  • » [dokuwiki] plugin for cvs screen scrapes?