Home
TeamSite
Add-ons for Interwoven TeamSite
Binoj1
Where can I find installable add-on modules for teamsite. I saw on CMS matrix.org that there are free add-ons available for discussion and FAQ modules that can be plugged into TeamSite.
Can anyone point me to the right resources?
Thanks in advance.
Find more posts tagged with
Comments
vpatel
What sort of add-on are you talking about? What is your end goal?
Binoj1
I am looking for a feature that would facilitate discussion among the intranet users. A simple example can be found here
http://www.pathtosharepoint.com/_layouts/viewlsts.aspx?BaseType=0&ListTemplate=108
An authenticated user will be able to create a discussion thread here.
Or a forum like this that we are using to communicate is also good enough.
nipper
That is like likely available as a comoponent that for LiveSite. IF your company has purchased LiveSite/SitePublisher, then you can probably implement it. Be warned that this is not an OOTB forum package. There will be a non-trivial amount of development to accomplish this.
Binoj1
Nipper,
Thanks for the response. I am not a developer, so please excuse my ignorance and correct me where I am wrong.
Isn't perl script platform independent?
If so, can a skilled developer(not me) use the module made available on cpan.org and integrate it with Teamsite? The goal is to avoid re-inventing the wheel and get it working quickly.
The modules that I am interested are
1. Discussion
2. FAQ Management.
I did find few perl modules.
For FAQ Management
http://cpan.uwinnipeg.ca/dist/FAQ-OMatic
For Discussion
http://cpan.uwinnipeg.ca/module/Parley
http://cpan.uwinnipeg.ca/htdocs/Parley/Parley.pm.html
http://cpan.uwinnipeg.ca/module/SIOC::Forum
http://cpan.uwinnipeg.ca/htdocs/SIOC/SIOC/Forum.pm.html
Any idea if these are compatible or can be integrated with TeamSite?
nipper
integrated with TeamSite ? Yes. Used out of the box on a website developed with TeamSite ? No.
TeamSite lives behind the firewall. The customers do not see TS or run anything in TeamSite, it is all outside TeamSite.
If you have LiveSite, then you can, but it will require development. So if you have a staff who knows what they are doing you can try it.
vpatel
Fair enough -- you have stated that you are not technical. However, the problem and the potential solution you have stated requires somebody who has at least some broad level of technology knowledge / background.
TeamSite is a content management system for your intranet, internet, extranet websites. Any add-on modules on TeamSite side would be to enhance the content management (authoring, editing, publishing, etc.) process. Now your end site is a whole different ball game. Interwoven has a product called LiveSite that could build and run your end website. You could build just about anything: polls, blogs, forums, etc. Some features are available out-of-the-box, some are contributed here on devnet, and rest you can build yourself.
BTW: LiveSite is not a Perl based product.
HTH!
Binoj1
Thanks to both of you for the clarification and great explanation.