Some guidance for customizing Sparkweb

Hi

A few questions

  1. I want to customise sparkweb. Where is the latest source code?

  2. Are there any developer guidelines for Sparkweb? If it exists a documentary resource and or flowchart that describes the functions of the different modules would be really helpful.

Here are my main goals.

a. Adding a dynamic user information window to the left of the text windows.

b. Changing the default server.

c. Adding a text to voice module for users with limited vision.

d. Changing default font sizes

I would really appreciate it if someone was able to point me in the right direction or to any existing resources/examples.

Thanks in advance

David

PS Whilst I am not a newcomer to coding I am a java newbie!

OOOOOOOOOOOOOOOOps did find the source code - missed it first time round.

The other queries remain! :slight_smile:

http://community.igniterealtime.org/blogs/ignite/2011/06/03/moving-sparkweb-forw ard

http://community.igniterealtime.org/community/developers/sparkweb

Thanks for that - the real issue for me, when I lok at the source is just trying to understanding the structure - so I can identify which file does what!.

Incidentally as far as the sound module is concerned I have now realised the best approach is probably a server based solution which creates an audible version of incoming text and then pushes the result to the client. The client would then only have to select:

text on/off

sound on/off

and use the client system’s sound capabilities.

If both were selected the client would receive both. This approach would be quite suitable for my application.

The question is how best to integrate this recquirement with the sparweb code.

david