On Wed, 2005-12-07 at 01:06, Nikhil wrote: > He might have meant to say the exact copies that are under use on > cvs.opensolaris > Well , after implementing the same at my home, I found > cvs.opensolaris.org much pleasing than the one at my home which is > again opengrok. Could you guys please let us know what is there on > cvs.opensolaris.org source browser not there in opengrok.
It just uses a different CSS style sheet (i.e style.css) and a different logo image :-) In the OpenGrok distribution two different style sheets are stored under conf directory. If you run "ant webapp" it pulls the stylesheet and materials from conf/default directory and creates a webapp quite similar to one on cvs.opensolaris.org If you run "ant polished" it pulls the stylesheet from conf/polished directory and creates a webapp that got included in 0.2.1 If you want a create a different look and feel, you can copy over one of the existing conf directories and add a new ant task similar to either "webapp" Also please use opengrok @ sun.com for any questions, comments or feedback on OpenGrok (till we have better project hosting capability available on opensolaris.org/os/project/ -Chandan -- https://blogs.sun.com/chandan _______________________________________________ opensolaris-code mailing list [email protected] https://opensolaris.org:444/mailman/listinfo/opensolaris-code
