[xwiki-users] Syntax highlighter for XWiki!

2010-07-18 Thread Asiri Rathnayake
Hello XWikiers!

If you have used syntax highlighter (
http://code.google.com/p/syntaxhighlighter/) in wordpress, blogger etc. you
are going to like this one:

http://asiri.rathnayake.org/xwiki/bin/view/Macro/MCode

Now because of the flexibility of XWiki SSX and JSX, you can easily
customize this macro (if you wish to extend it). There are few things I wish
if I could improve (implementation details) but I hope this would be useful
the way it is now :)

Let me know if it looks good.

Thanks.

- Asiri
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Auto Reply: Syntax highlighter for XWiki!

2010-07-18 Thread jim . grisanzio
I'm out of the office from July 14 to July 29. For questions about 
opensolaris.org, send mail to website-ad...@opensolaris.org.

Jim 
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Single sign on

2010-07-18 Thread xManish

I got it right. For some reason, I thought I had to convert the key to HEX. I
was wrong.
I changed the code like below and it worked... :)
for secretkey, 
String secret = titititititititititititititititi; (the one from xwiki.cfg)
byte[] theKey = secret.getBytes(); 
KeySpec ks = new DESKeySpec(theKey);
SecretKeyFactory kf = SecretKeyFactory.getInstance(DES);
this.secretKey = kf.generateSecret(ks); 

Thanks,
Manish
-- 
View this message in context: 
http://xwiki.475771.n2.nabble.com/Single-sign-on-tp5299320p5309729.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users