|
List Info
Thread: Re: Blojsom 3 feeds
|
|
| Re: Blojsom 3 feeds |

|
2007-01-24 14:41:19 |
|
Worked in Firefox here.
On 1/24/07 3:32 PM, "Horan, Kenneth M." intelink.gov> wrote:
> Not sure if this is a bug or not, but you may also want to encode odd
> characters in the feeds as well. For example, at
> http://www.blojsom.com/blog/david/feed/ the entry "(c) xxxx - 2007" has
> a link of
> "http://www.blojsom.com/blog/david/nerdery/2007/01/18/(c)-xxxx-2007".
> When pasted in IE it works fine, but pasting it into FireFox wouldn't
> work right and it seems to prefer:
> http://www.blojsom.com/blog/david/nerdery/2007/01/18/%C2%A9-xxxx-2007
> It's a small nit but it has the potential to annoy.
>
>
> Also this may be personal preference, but in the field I
> prefer to have the category description rather than the file path. I
> took a peek at http://blogs.law.harvard.edu/tech/rss and that seems to
> be the method that's indicated there too. The path would be useful in
> the optional "domain" attribute, though it didn't indicate a standard
> way for handling sub-categories (using slashes in the category vs in the
> domain).
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Blojsom-users mailing list
> Blojsom-users lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/blojsom-users
--
David Czarnecki
http://www.blojsom.com/blog/ | http://blojsom.sf.net
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Blojsom-users mailing list
Blojsom-users lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/blojsom-users
|
| Re: Blojsom 3 feeds |

|
2007-01-24 15:00:06 |
|
That's odd. If I open the feed and copy that URL from it to a new tab
it converts it to
"http://www.blojsom.com/blog/david/nerdery/2007/01/18/%A9-xxxx-2007"
which displays the homepage instead of that entry (for some reason I'm
missing the "%C2"). Oh well, maybe it's just my settings.
-----Original Message-----
From: blojsom-users-bounces lists.sourceforge.net
[mailto:blojsom-users-bounces lists.sourceforge.net] On Behalf Of David
Czarnecki
Sent: Wednesday, January 24, 2007 3:41 PM
To: blojsom-users
Subject: Re: [Blojsom-users] Blojsom 3 feeds
Worked in Firefox here.
On 1/24/07 3:32 PM, "Horan, Kenneth M." intelink.gov> wrote:
> Not sure if this is a bug or not, but you may also want to encode odd
> characters in the feeds as well. For example, at
> http://www.blojsom.com/blog/david/feed/ the entry "(c) xxxx - 2007"
has
> a link of
> "http://www.blojsom.com/blog/david/nerdery/2007/01/18/(c)-xxxx-2007".
> When pasted in IE it works fine, but pasting it into FireFox wouldn't
> work right and it seems to prefer:
> http://www.blojsom.com/blog/david/nerdery/2007/01/18/%C2%A9-xxxx-2007
> It's a small nit but it has the potential to annoy.
>
>
> Also this may be personal preference, but in the field I
> prefer to have the category description rather than the file path. I
> took a peek at http://blogs.law.harvard.edu/tech/rss and that seems to
> be the method that's indicated there too. The path would be useful in
> the optional "domain" attribute, though it didn't indicate a standard
> way for handling sub-categories (using slashes in the category vs in
the
> domain).
>
>
------------------------------------------------------------------------
-
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to
share your
> opinions on IT & business topics through brief surveys - and earn cash
>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
V
> _______________________________________________
> Blojsom-users mailing list
> Blojsom-users lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/blojsom-users
--
David Czarnecki
http://www.blojsom.com/blog/ | http://blojsom.sf.net
------------------------------------------------------------------------
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDE
V
_______________________________________________
Blojsom-users mailing list
Blojsom-users lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/blojsom-users
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Blojsom-users mailing list
Blojsom-users lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/blojsom-users
|
| A couple questions |

|
2007-01-25 16:26:27 |
|
Hi, I've got a couple questions I've been trying to find answers for.
1. What is the user_status column in dbuser for? I see that it's set to
"new" when a new user is created. When does that status change? What
other status's are there? What is it used for / what is the purpose of
this field?
2. I'd like to add a new function to my BaseAdminPlugin which will
perform an LDAP lookup and it would be nice to tap into
LDAPAuthorizationProvider but I can't seem to get it working. Is that
possible without making BaseAdminPlugin extend
LDAPAuthorizationProvider, and are there any examples of other classes
doing something similar?
3. I was playing around with BasicAuthenticationPlugin and noticed an
odd behavior that I can't seem to figure out. BasicAuthenticationPlugin
extends BaseAdminPlugin, which sets _authorizationProvider in its init()
function. BasicAuthenticationPlugin uses _authorizationProvider too and
it works fine. But then, for some reason if I have
BasicAuthenticationPlugin call a function in BaseAdminPlugin, such as
authenticateUser(), I get a nullPointerException when it tries to access
_authorizationProvider. Is that how it's supposed to work? I thought
that BasicAuthenticationPlugin should be inheriting
_authorizationProvider from BaseAdminPlugin, so why can't
BaseAdminPlugin use it too? I keep having the same problem with
_servletConfig in LDAPAuthorizationProvider as well so I can't get
LDAPAuthorizationProvider.init() to work.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Blojsom-users mailing list
Blojsom-users lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/blojsom-users
|
[1-3]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|