Making Sidebar Love

Hey guys,

Quick question.

I have made all the code to develop a Digg.com Sidebar element. Now I
just
want to impliment it. How do I do it? Where are the sidebars located and
what do I need?

Thanks

Levi

Levi McCallum a écrit :

Levi

Hi Levi,
The sidebar plugins are now located in the vendor/plugins directory.
Now, you just need to read the source, Luke !


Frédéric de Villamil
“Quand tu veux chasser une belle fille, il vaut mieux commencer par
draguer sa copine moche” – précepte de go.
http://t37.net http://fredericdevillamil.com
[email protected] tel: +33 (0)6 62 19 1337

Cool stuff…

I hate using svn on top of developing…

Cool stuff…

I hate using svn on top of developing…

?

I somewhat like svn, although svk is much more interesting / useful when
working with changes branched from someone else’s repository.

TX

I’m working on a little doc that I wrote after re-writing the
bloglines sidebar again. I’ll post again when it’s done. Should be
soon.

I just made a Digg.com sidebar, I just need to write the ruby for it
now.

Levi

Let me refrase that:

“I hate working with SVN on a production/development blog”

.mine are some what annoying sometimes. I guess it is really my fault.

I put up some example code, and instructions on how to make a sidebar
for Bloglines, on my blog, at http://blog.folkwolf.net/pages/
sidebar_tutorial

It’s pretty terrible now, but hopefully, with the help of some people
here, it’ll get better.

Matt

What? Then I wouldn’t get to rewrite it every time the sidebar api
changes
Seriously, I probably will submit the patch once I get everything
sorted out.
There’s another sidebar I’m working on as well that builds a little
planet in the sidebar.

Levi McCallum [email protected] writes:

You should submit it as a patch. I am sure Scott/the team would love to
have a new addition.

One reason for putting sidebars and textfilters in the plugins
directory was so that they could be maintained separately from Typo
itself. There’s a handy dandy mechanism for installing plugins via
svn.

You should submit it as a patch. I am sure Scott/the team would love to
have a new addition.

Levi

Actually, I’m working on this intermittently right now. once I get
the plugin availably through svn, can I just install a plugin via

ruby script/plugin install http://example.com/svn/blah or svn://
example.com/blah ?

Also has anyone tried to alter the database through a rake task in a
sidebar plugin?