[cairo] website problem

Carl Worth cworth at cworth.org
Thu Oct 23 13:04:27 PDT 2008


On Fri, 2008-10-03 at 16:08 +0300, Hakki Dogusan wrote:
> http://www.cairographics.org/recentchanges/ gives 'Not Found' error.

Sorry about that.

The ikiwiki software which we use for cairographics.org changed the way
that the recentpages page is constructed, and we haven't updated our
installation to track that yet.

I'm definitely getting to the point where I'd almost rather just write a
simple git-backed wiki, (with the same source files), than try to keep
up with the various changes needed to track ikiwiki.

You can find some history for the wiki on the web here:

	http://cgit.freedesktop.org/cairo-www/log/

> ps. I was curious about removal of links to some Lua bindings (one was 
> mine).

It's not really easy to search through the history on the web, but I
used a local git checkout and just searched in the log for "lua" and
found the commit below.

Oh, and this commit shows another bug with ikiwiki. It doesn't put the
correct author name into the commit, (misattributing changes to me
rather than the original author). I even fixed that bug in our install
of ikiwiki once, but apparently we lost that change after a system
upgrade at some point.

Anyway, I hop this helps. Apparently Geoff thought these links were
dead. Please feel free to put them back if they are not.

-Carl

commit cc8167d84586a52165eb4766d8ae7fefa14ada5d
Author: Carl Worth <cworth at freedesktop.org>
Date:   Fri Sep 19 02:14:31 2008 -0700

    web commit by GeoffRichards: remove dead links for two vanished Lua
bindings

diff --git a/src/bindings.mdwn b/src/bindings.mdwn
index 957ebc2..d9876c5 100644
--- a/src/bindings.mdwn
+++ b/src/bindings.mdwn
@@ -35,9 +35,9 @@ languages:
 
   * Digitalmars D: [cairoD][7] - simple wrapper for D direct C API
 
-  * [Lua][11] : [Binding-1][12] [Binding-2][13] [Binding-3][14]
+  * [Lua][11] : [Lua-Cairo][12], [Lua-OOCairo][13] 
 
-  * [Vala][15]
+  * [Vala][14]
 
 # Toolkit Bindings
 
@@ -63,6 +63,5 @@ integrate it with a graphical user interface toolkit.
    [10]: http://gtk.org/
    [11]: http://www.lua.org/
    [12]: http://luaforge.net/projects/luacairo/
-   [13]: http://imago.functionalfuture.com/
-   [14]: http://www.dogusan.net/dogusanh/download.html
-   [15]: http://live.gnome.org/Vala
\ No newline at end of file
+   [13]: http://www.daizucms.org/lua/library/oocairo/
+   [14]: http://live.gnome.org/Vala

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.cairographics.org/archives/cairo/attachments/20081023/241cba77/attachment.pgp 


More information about the cairo mailing list