| Summary: | Further project-specific skins for wiki pages | ||
|---|---|---|---|
| Product: | Community | Reporter: | Mary Ruddy <mary> |
| Component: | Wiki | Assignee: | Eclipse Webmaster <webmaster> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | bjorn.freeman-benson |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| URL: | http://wiki.eclipse.org/Solutions | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 237406 | ||
|
Description
Mary Ruddy
Matt, is there anything left to do here? When we roll out the new wiki cluster and MediaWiki 1.12 these extra hooks for the projects will also go live. -M. Matt, Does this mean that you have made the additional round of requested changes? Also when is this go live date anticipated to be? -Mary Yes. Essentially the ProjectInfo extension now accepts 2 additional arguments which specify the style sheet to load and the header image in that order. The files must exist at http://www.eclipse.org/projecturl, but can be named whatever you'd like. The custom code you requested to custom load a search bar will not be integrated. However I have altered the skin so that if you're using a custom style sheet it will wrap the Eclipse Google CSE in a div titled 'custom_search_div' which can then be located by the style sheet. At this time the plan for a roll out is friday, but that is tentative. -M. The new code is live on the new wiki cluster, but I'm going to wait until monday when everything is routing to the new cluster before saying we're 'finished' -M. This is all live now.
In order to use this add the following tags at the top of a wiki page:
{{#eclipseproject:my.project|project_style.css|project_header.img}}
The extension and the skin expect to be able to find project_style.css and project_header.img in {Meta-Data)projecturl/ which should be www.eclipse.org/projectname in most applications.
It's important to note that the order of parameters is fixed. If you put an image where the css is to be specified it will produce 'unexpected' results.
-M.
|