diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-06-27 01:13:03 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-06-27 01:13:03 +0000 |
commit | b0e7e2e123079a2e68924cfb90d19c44571b1f65 (patch) | |
tree | 8e6d5ae414e292f4ef564838a3b23858792a63a2 /debian | |
parent | c0ce99f77c73c4bc616d134151d0145a6b98faea (diff) |
* Support pinging services such as Technorati using XML-RPC to notify them
about changes to rss feeds.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index c1bd99da5..974d3c4b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ ikiwiki (1.8) UNRELEASED; urgency=low * Fix orphans plugin to not count a link to a nonexistant page as a reason for a page not being an orphan. + * Support pinging services such as Technorati using XML-RPC to notify them + about changes to rss feeds. - -- Joey Hess <joeyh@debian.org> Sun, 25 Jun 2006 03:20:48 -0400 + -- Joey Hess <joeyh@debian.org> Mon, 26 Jun 2006 20:41:45 -0400 ikiwiki (1.7) unstable; urgency=low diff --git a/debian/control b/debian/control index 1e327c55c..364c80aed 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Package: ikiwiki Architecture: all Depends: ${perl:Depends}, markdown, libtimedate-perl, libhtml-template-perl, libhtml-scrubber-perl, libcgi-formbuilder-perl (>= 3.02.02), libtime-duration-perl, libcgi-session-perl, libmail-sendmail-perl, gcc | c-compiler, libc6-dev | libc-dev Recommends: subversion | git-core, hyperestraier -Suggests: viewcvs +Suggests: viewcvs, librpc-xml-perl Description: a wiki compiler ikiwiki converts a directory full of wiki pages into html pages suitable for publishing on a website. Unlike many wikis, ikiwiki does not have its |