Revision 758 / ba1710971f9d This revision integrated enhancements for the following bugs:
5541 opensolaris.com theme desired 5609 "default" depot theme doesn't show shortcut icon 5610 web statistics tracking js not referenced properly in sun.com, opensolaris.org themes 5611 search page displays results header instead of search suggestions 5612 index page should show repository description As a result of these changes, the [repository] description field value from the repository's cfg_cache is now shown on the depot index page under a new "About" section if defined. A reminder that the cfg_cache file is in python configparser format, so values should be formatted in the style of RFC822. For example, if you have a multi-line description for your repository, you could format it this way in cfg_cache: [repository] description = This is an OpenSolaris package repository. Note that usage of this repository is subject to the policies found <a href="http://www.opensolaris.org/os/tou/">here</a>. ...note the leading whitespace above, for continuation lines, is important as that is what tells configparser that it is part of the previous line. Cheers, -- Shawn Walker _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
