Difference between revisions of "Wiki maintenance"

From Apache OpenOffice Wiki
Jump to: navigation, search
(The OpenOffice.org Wiki skin)
Line 4: Line 4:
 
* MySQL 5.0.33
 
* MySQL 5.0.33
 
* pHp 5.0.4
 
* pHp 5.0.4
 +
 +
[[Wiki upgrade|Wiki upgrade process]]
  
 
== Extensions ==
 
== Extensions ==
Line 62: Line 64:
  
 
The custom skin is a subset of the Monobook skin.  The new OOoWiki skin uses the Monobook.php and applies a custom .css ($WIKIROOT/skins/myskin/myskin.css).  This means that all modifications to the Monobook.php file are included into the OOoWiki skin as well.
 
The custom skin is a subset of the Monobook skin.  The new OOoWiki skin uses the Monobook.php and applies a custom .css ($WIKIROOT/skins/myskin/myskin.css).  This means that all modifications to the Monobook.php file are included into the OOoWiki skin as well.
 
== Upgrades and maintenance ==
 
 
TBD
 

Revision as of 14:28, 13 February 2008

MediaWiki version and configuration

As of 14 February 2008, the OpenOffice.org Wiki is running on:

  • MediaWiki 1.11
  • MySQL 5.0.33
  • pHp 5.0.4

Wiki upgrade process

Extensions

These MedaiWiki extensions are installed on the OpenOffice.org Wiki:

Extension Description
SpecialInterwiki
DisplayTitleExtension
IDLTagExtension

Please put any extension requests on the discussion page.

General style sheet modifications

Added new code to skins/common/shared.css to allow prettytable and wikitable classes.

/* wikitable/prettytable class for skinning normal tables */

table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}

table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}

table.wikitable th,
table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}

table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}


The OpenOffice.org Wiki skin

A new custom skin has been developed for the OpenOffice.org Wiki. This skin brings the Wiki more in line with the general OpenOffice.org look and feel. This skin will be updated to reflect any changes to the main OpenOffice.org website.

The custom skin is a subset of the Monobook skin. The new OOoWiki skin uses the Monobook.php and applies a custom .css ($WIKIROOT/skins/myskin/myskin.css). This means that all modifications to the Monobook.php file are included into the OOoWiki skin as well.

Personal tools