Difference between revisions of "Pcwiki"

From ProgClub
Jump to: navigation, search
Line 1: Line 1:
 
Pcwiki is the ProgClub Wiki software. That's the software that drives the web-site you're looking at. It's a fork of [http://www.mediawiki.org/wiki/MediaWiki MediaWiki] 1.17.0, with a custom theme called OldSkool, and the [http://www.mediawiki.org/wiki/Extension:NoTitle NoTitle] extension. Pcwiki has also been updated to include a link to the [http://validator.w3.org/ W3C HTML validation service] at the bottom of every page, boasting HTML5 support.
 
Pcwiki is the ProgClub Wiki software. That's the software that drives the web-site you're looking at. It's a fork of [http://www.mediawiki.org/wiki/MediaWiki MediaWiki] 1.17.0, with a custom theme called OldSkool, and the [http://www.mediawiki.org/wiki/Extension:NoTitle NoTitle] extension. Pcwiki has also been updated to include a link to the [http://validator.w3.org/ W3C HTML validation service] at the bottom of every page, boasting HTML5 support.
 +
 +
= TODO =
 +
 +
* Fix the icon graphics for OldSkool, the colours are slightly off.
 +
* Mod to support "Auto:*" links, and implement Auto:Motto extension
 +
 +
= Source Code =
  
 
The code for pcwiki is publicly available from svn:
 
The code for pcwiki is publicly available from svn:
Line 8: Line 15:
  
 
  https://www.progclub.org/svn/pcrepo/pcwiki/trunk
 
  https://www.progclub.org/svn/pcrepo/pcwiki/trunk
 +
 +
= Done =
 +
 +
Stuff that's done. Latest stuff on top.
 +
 +
* Modified to include link to the [http://validator.w3.org/ W3C HTML validation service]
 +
* Modified to be valid HTML5
 +
* Included [http://www.mediawiki.org/wiki/Extension:NoTitle NoTitle] extension
 +
* Fiddled with the Vector skin's graphics to make them #c90 (organge) #000 (black) compatible for OldSkool
 +
* Created OldSkool theme
 +
* Created svn project
 +
* Started with MediaWiki 1.17.0

Revision as of 09:13, 30 July 2011

Pcwiki is the ProgClub Wiki software. That's the software that drives the web-site you're looking at. It's a fork of MediaWiki 1.17.0, with a custom theme called OldSkool, and the NoTitle extension. Pcwiki has also been updated to include a link to the W3C HTML validation service at the bottom of every page, boasting HTML5 support.

TODO

  • Fix the icon graphics for OldSkool, the colours are slightly off.
  • Mod to support "Auto:*" links, and implement Auto:Motto extension

Source Code

The code for pcwiki is publicly available from svn:

http://www.progclub.org/svnro/pcrepo/pcwiki/trunk

Or privately available for read-write access:

https://www.progclub.org/svn/pcrepo/pcwiki/trunk

Done

Stuff that's done. Latest stuff on top.

  • Modified to include link to the W3C HTML validation service
  • Modified to be valid HTML5
  • Included NoTitle extension
  • Fiddled with the Vector skin's graphics to make them #c90 (organge) #000 (black) compatible for OldSkool
  • Created OldSkool theme
  • Created svn project
  • Started with MediaWiki 1.17.0