CC: shindig-dev since this is really more of a shindig question :)

Adding a feature is pretty simple really, say you wanted to add a feature
called 'foo'
1) Create a shindig/features/foo directory
2) Create a shindig/features/foo/feature.xml file, check the other feature's
feature.xml files for syntax examples
3) in shindig/ execute: ls -R1a features/**/*.xml > features/features.txt to
refresh the features.txt file

the features/README file also has some more info on this.

If your using php-shindig and partuza, don't forget to clear your cache to
force shindig to reload the features (parsing it is an expensive operation,
so is cached), on a *nix system you would do this by:
# rm -rf /tmp/shindig

Goodluck & Hope this helps!

   -- Chris

On Sun, Nov 23, 2008 at 7:11 AM, Kallol Borah <[EMAIL PROTECTED]>wrote:

>
> Hi
> Is there any material on what to do to add a new JS feature in
> shindig ?
> I just wanted to add the feature of adding analytics support to
> gadgets, so wanted to have this extra JS code register the gadget
> first and then use the analytics package API to register various
> things happening as the gadget is used.
>
> regards
> kallol
> --~--~---------~--~----~------------~-------~--~----~
> You received this message because you are subscribed to the Google Groups
> "Partuza" group.
> To post to this group, send email to [EMAIL PROTECTED]
> To unsubscribe from this group, send email to
> [EMAIL PROTECTED]<[EMAIL PROTECTED]>
> For more options, visit this group at
> http://groups.google.com/group/partuza?hl=en
> -~----------~----~----~----~------~----~------~--~---
>
>

Reply via email to