hi,
In my host,there isnot user service,so I comment userfilter and
MD5ProtectedParametersFilter.But how can i setup the user service and ?
[EMAIL PROTECTED] 写道:
Send Kernel-development mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://sesat.no/mailman/listinfo/kernel-development
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Kernel-development digest..."
Today's Topics:
1. about rss output (???)
2. Re: about rss output (Mick Semb Wever)
----------------------------------------------------------------------
Message: 1
Date: Mon, 21 Apr 2008 11:04:06 +0800 (CST)
From: ??? <[EMAIL PROTECTED]>
Subject: [Kernel-development] about rss output
To: [email protected]
Message-ID:
<[EMAIL PROTECTED]>
Content-Type: text/plain; charset="gbk"
hi,
I want to get rss output.But there are not some rss output files in the
kernel.Where can i get them?
[EMAIL PROTECTED] ???
Send Kernel-development mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://sesat.no/mailman/listinfo/kernel-development
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Kernel-development digest..."
Today's Topics:
1. I want to get sources of ADM, of sesat-user-api etc, and
detailed installation document (???)
2. Re: I want to get sources of ADM, of sesat-user-api etc, and
detailed installation document (Mick Semb Wever)
3. escaping & chars when searching from url (Anna Larsson)
4. Re: escaping & chars when searching from url (Mick Semb Wever)
----------------------------------------------------------------------
Message: 1
Date: Wed, 16 Apr 2008 21:27:54 +0800 (CST)
From: ??? <[EMAIL PROTECTED]>
Subject: [Kernel-development] I want to get sources of ADM, of
sesat-user-api etc, and detailed installation document
To: [email protected]
Message-ID:
<[EMAIL PROTECTED]>
Content-Type: text/plain; charset="gbk"
hello:
I want to get sources of ADM ,sesat-user-api,sesat-user-ear,
sesat-user-service,etc,and detailed installation document including LDAP!Thank
you!
Zhangjicai
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://sesat.no/pipermail/kernel-development/attachments/20080416/da6932f9/attachment-0001.htm
------------------------------
Message: 2
Date: Wed, 16 Apr 2008 14:09:19 +0000 (UTC)
From: Mick Semb Wever <[EMAIL PROTECTED]>
Subject: Re: [Kernel-development] I want to get sources of ADM, of
sesat-user-api etc, and detailed installation document
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=UTF-8
On Wed, 16 Apr 2008 21:27:54 +0800, ??? wrote:
> I want to get sources of ADM ,sesat-user-api,sesat-user-ear,
> sesat-user-service,etc,
These haven't been made available yet. (The binaries are available).
At the moment focus is on sesat-kernel and sesat-commons.
Right now i'm unable to give any exact indication of when these sources
will be available.
~mck
--
"To be young, really young, takes a very long time." Picasso
| www.semb.wever.org | www.sesat.no | www.sesam.no |
------------------------------
Message: 3
Date: Thu, 17 Apr 2008 10:20:06 +0200
From: "Anna Larsson" <[EMAIL PROTECTED]>
Subject: [Kernel-development] escaping & chars when searching from url
To: "Sesat Kernel usage and development discussions."
<[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"
Hello!
Just found a little bug that goes for both sesam.se and sesam.no
For example:
http://www.sesam.no/nyheter/h&m
http://www.sesam.se/videos/h&m
When using & char in the url for a search that goes through urlrewrite then all
after & will disappear.
How do I escape the & char so the urlrewrite knows that it is a part of the
query and not the sign of a new parameter?
This is also a problem when using & in sesam nyheter as a "sak"
Example from sesam.se:
http://sesam.se/nyheter/tema/F%C3%B6rs%C3%A4ljningen+av+Vin+&+Sprit
/Anna
__________________________________________
Anna Larsson
Schibsted S?k AB
Bes?k: M?ster Samuelsgatan 56, 3tr
Postadress: 105 17 Stockholm
Hemsida: www.sesam.se <http://www.sesam.se>
E-post: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
Mobil: 070 980 36 69
V?xel: 08 - 13 53 10
S?k videos p? Sesam.se - "funny cats
<http://sesam.se/search/?q=funny+cats&userSortBy=mix&c=v> "
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://sesat.no/pipermail/kernel-development/attachments/20080417/37b202e4/attachment-0001.htm
------------------------------
Message: 4
Date: Thu, 17 Apr 2008 09:55:44 +0000 (UTC)
From: Mick Semb Wever <[EMAIL PROTECTED]>
Subject: Re: [Kernel-development] escaping & chars when searching from
url
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=UTF-8
> How do I escape the & char so the urlrewrite knows that it is a part of
> the query and not the sign of a new parameter?
& encoded is %26
So the urls you mentioned should be:
http://www.sesam.no/nyheter/h%26m
http://www.sesam.se/videos/h%26m
The following all do this for you:
StringDataObject.getUtf8UrlEncoded()
StringDataObject.getIso88591UrlEncoded()
UrlEncodeDirective (#urlencode)
~mck
--
"When you say: "I wrote a program that crashed Windows", people just
stare at
you blankly and say: "Hey, I got those with the system -- for free.""
Linus
Torvalds
| www.semb.wever.org | www.sesat.no | www.sesam.no |
------------------------------
_______________________________________________
Kernel-development mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-development
End of Kernel-development Digest, Vol 5, Issue 10
*************************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://sesat.no/pipermail/kernel-development/attachments/20080421/d4962f5d/attachment.html
------------------------------
Message: 2
Date: Mon, 21 Apr 2008 06:51:16 +0000 (UTC)
From: Mick Semb Wever <[EMAIL PROTECTED]>
Subject: Re: [Kernel-development] about rss output
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=UTF-8
> I want to get rss output.
RSS/ATOM output is enabled through a number of steps.
There isn't any documentation on this, nor any good example. In time i'll
add rss to sesam.com so to be "the example". For now i think sooner or
later you'll have to step into the code, the best starting point being
no.sesat.search.view.output.SyndicationGenerator
Otherwise the steps to enable rss are:
1) add to the tab element in views.xml something like
rss-result-name="defaultSearch"
where /defaultSearch/ is the command name from the mode who's results are
to be displayed in the rss.
2) implement in the directory .../templates/rss/<tab-id>/ the following
templates
title.vm
link.vm
description.vm
entryTitle.vm
entryUri.vm
entryDescription.vm
entryPublishedDate.vm
~mck
--
"Give me a firm place to stand and I will move the earth." Archimedes
| www.semb.wever.org | www.sesat.no | www.sesam.no |
------------------------------
_______________________________________________
Kernel-development mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-development
End of Kernel-development Digest, Vol 5, Issue 12
*************************************************
_______________________________________________
Kernel-development mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-development