Hello Todd, thanks for the reply. Writing my own implementation is IMHO not a good approach, cause I'll have to keep this peace of software up2date on my own. I'll tell you about my goals, maybe you have a good idea how to reach them :-) I'm responsible for an application with many different users. They all want to have their own look and feel. So every time a new user is registered a new theme needs to be created, downloaded to the client host and then uploaded to the server on which the app is running. It would be very kewl to simplify this process by integrating the theme roller widget and some logic to automatically save the customized theme in a proper directory on the server. What I can think of now is to integrate some logic which grabs the url generated by the theme roller widget, downloads the zip and extracts it to the proper directory. But I don't feel good utilizing the jquery servers in this way. Thats why I asked for a download, so the application would not create load on the public jquery servers.
I'm not speaking english as my mother tongue so I hope you understand what I want to do. Richard On Thu, Apr 30, 2009 at 11:01 PM, Todd Parker <[email protected]> wrote: > > I don't believe that the ThemeRoller code is available for download > for hosting internally. If you want to create a a tool in another > language that generates stylesheets and images that will work with the > CSS framework, you can probably do that by taking a look at the docs > and writing the logic to variablize the CSS in your language of > choice. > http://www.jqueryui.com/docs/Theming/API > > Generating theme images is a pretty simple system that simply layers a > semi-transparent PNG textures over a flat bg color. Icons are re- > colored in a similar way. For ThemeRoller, we used the PHPthumb to > make all the images. > > You might have luck just using the TR Firefox bookmarklet to pull the > TR interface into any page. You can use it to develop a theme, then > download it. > http://www.jqueryui.com/themeroller/developertool/ > > Hope this helps! > _todd > > > On Apr 30, 1:22 pm, Richard <[email protected]> wrote: >> Hello list, >> I'm interested in hosting a copy of the ThemeRoller WebApp internally. >> Where can I download the app and find some instructions how to set it >> up? >> >> Alternativly I'd be interested in a Java API (not JS) to create the >> css and Images of the themes. >> >> Thanks, >> Richard > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
