-
See also feature request 1676353.
2007-06-17 08:36:52 UTC in XML Copy Editor
-
Logged In: YES
user_id=168177
I've since confirmed that this problem persists with version
2.3.0.
2005-05-19 08:53:50 UTC in JpegRDF
-
Problem reported for mailman 2.1.6rc4
With postfix 2:2.0.16-14.RHEL3
When installing mailman 2.1.6rc1 using postfix MTA and
"Integrating Postfix and Mailman" as described inthe
installation document, I encountered a problem that the
aliases.db file was created without group write
capability. This was not detected by check_perms.
(Even on re-reading, it's not obvious to me that g+w...
2005-05-18 16:01:00 UTC in Mailman
-
Running mailman version 2.1.6rc1, new installation on
Scientific Linux 3.04 with Apache and Postfix as
distributed.
The list-archive link supplied in messages loses the
archive name when clicking through to the view by
"thread" link.
Example:
1. Message contains:
List-Archive:
2. Clicking on this yields a page at the given...
2005-05-17 14:23:14 UTC in Mailman
-
Logged In: YES
user_id=168177
Yes please!!!
Cf. also
http://www.ietf.org/internet-drafts/draft-duerst-archived-at-03.txt
Which is modelled on a system operated by W3C.
2005-05-17 12:05:01 UTC in Mailman
-
Using JpegRDF:
[[
public static String version = "2.1.0";
]]
(Modified as noted in bug report:
[http://sourceforge.net/tracker/index.php?func=detail&aid=1200617&group_id=97974&atid=619656])
with Jena:
[[
public static final String VERSION = "2.2-beta-2";
]]
I'm finding that JpegRDF chokes on RDF that it adds to
a Jpeg file. The problem is reproduced thus. I'm
using a Jpeg image...
2005-05-12 13:09:36 UTC in JpegRDF
-
Logged In: YES
user_id=168177
And my modifed JpegRDF.java file...
2005-05-12 13:01:25 UTC in JpegRDF
-
I've been trying to use a version of JpegRDF on Windows
[[
/**
* The main application class.
*
* @author Norman Walsh
* @version $Revision: 1.7 $
*/
public class JpegRDF implements ArgumentTaker {
public static String version = "2.1.0";
]]
with Jena:
[[
public static final String VERSION = "2.2-beta-2";
]]
and have found that file: URIs created by simply
prepending...
2005-05-12 12:59:31 UTC in JpegRDF
-
Logged In: YES
user_id=168177
I don't fully understand this, but don't see why using
RDF/N3 requires CWM... Jena has an N3 parser built in, so I
would expect JpegRDF to be able to use this directly in
place of the RDF/XML parser.
2005-05-12 12:49:57 UTC in JpegRDF
-
[I tried to send this to mailman-developers, but my
message was discarded]
I've just downloaded and installed the latest mailman
2.1.6rc1 and encountered a CGI permissions problem
(running with Apache 2.0 on Scientific Linux 3.04), for
which a patch is described in:
http://minaret.biz/tips/mailman.html
(briefly, replace getgid with getegid in common.c)
Applying this patch...
2005-04-22 14:58:36 UTC in Mailman