Your message dated Sat, 8 May 2010 14:36:09 +0200 (CEST)
with message-id <[email protected]>
and subject line Re: Bug#580688: python-moinmoin: multiple protocols missing
from config/__init__.py
has caused the Debian Bug report #580688,
regarding Adding more protocols (imap, imaps, nntps, webdav)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
580688: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=580688
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-moinmoin
Severity: normal
moin has a list of protocols it leaves alone in
MoinMoin/config/__init__.py
from this list, at least git, imap, imaps, caldav and nntps are
missing leading to wrongly formatted URLs.
--
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are
--- End Message ---
--- Begin Message ---
retitle 580688 Adding more protocols (imap, imaps, nntps, webdav)
thanks
Hello Tollef,
On Fri, 2010-05-07 at 21:49 +0200, Tollef Fog Heen wrote:
> Package: python-moinmoin
> Severity: normal
>
> moin has a list of protocols it leaves alone in
> MoinMoin/config/__init__.py
>
> from this list, at least git, imap, imaps, caldav and nntps are
> missing leading to wrongly formatted URLs.
I checked on my system (see proto.html). And none of those url schemes are
supported by Debian Gnome default setup (DebianTesting). Therefore, I
wonder if those schemes are good candidates for inclusion.
Since upstream documents how to achieve your goal for specific needs (see
below), I am closing this bug. If you believe it could be useful for most
users, we could file a feature request[1] upstream, and
elaborate there.
Upstream is documenting how to achieve this:
« The supported URL schemes are: http, https, ftp, file and some
others. The administrator of your wiki can extend the supported
schemes by using the url_schemas variable (see HelpOnConfiguration) »
Source: http://moinmo.in/HelpOnLinking
Note: the proper way to achieve this in Debian would be to add a patch and
recompile the package (because
the /usr/share/pyshared/MoinMoin/config/__init__.py isn't a
configuration file).
Regards,
Franklin
[1] http://moinmo.in/FeatureRequests
imap
imaps
nntp
nntps
caldav
--- End Message ---