View topic | Edit | WYSIWYGAttachPrintable
r2 - 16 Dec 2004 - 09:17:42 - ThorstenSommermannYou are here: Proyecto META >  TWiki Web  >  TWikiPreferences > BlueSkin
My goal was always to find a webpage which can be rendered by all currently available webbrowsers with nearly no rendering problems. But as everybody knows - this is a heavy task, as most browsers render different. One day I discovered the Open Source Web Developers network. They offer templates under GPL for webpages with no graphical components on them, without Javascript and without Flash, etc. So pure HTML and CSS are provided. Hmm - but also those basic formats lead to different results in browsers.

Well, one design was so clean and pure - I put attention on it (btw: it got the most downloads). You can find a preview of the original design made by haran under the name of Sinorca.

All was done in XHTML with CSS. So I decided to alter the design and created a wiki skin from it.

It was time to work on BlueSkin, because some people demanded changes as the missing preview button and so forth. So fortunately Haran came up with a new version of Sinorca, TWiki had a new release with major changes to the template system and I began to work on a new BlueSkin, versioned it 2.0.

ALERT! Note that BlueSkin 0.4 and prior versions are not supported any longer. The new BlueSkin is only tested with TWiki Release 01 Sep 2004 and later !

Features

  • Simple and clean design
  • No images, except those found within the wiki system
  • All done in XHTML
  • Use of Javascript frown

Overview / Screenshot

Overview

BlueSkin should be rendered correctly (and tested by me) with Konqueror (>KDE 3.2), Firefox 1.0, Internet Explorer 6.0+. All Browsers should accept Javascript. Opera 7.x doesn't seem to work roll eyes (sarcastic) !"§$%& mad! !!!

Todo

Things I want to implement and don't know how to do - or they are simply not done yet, as well as known bugs.

  • Implement web header images to distinguish the different webs.
  • Search and Go Boxes do not work correctly. (will be fixed soon)
  • Cosmetic changes. (will be fixed during work)
  • Footer does not render correctly on short pages (will be fixed soon)
  • Use of web color marker somewhere.

Setup Blueskin

Do the following changes to your TWikiPreferences section:

Alter the WEBTOPICLIST to display correctly within BlueSkin environment

Set the WEBTOPICLIST variable to something like this ( or similar ). This will be rendered in the Navigation area of the page:

* Set WEBTOPICLIST = [[WebChanges][&amp;rsaquo; Changes]]\n[[WebIndex][&amp;rsaquo; Index]]\n[<nop>[<nop>WebSearch][&amp;rsaquo; Search]]=

Create a new Section BlueSkin under TWikiPreferences Skins

---+++ BlueSkin
   * BlueSkin customization
      * Set TOOLBOX = &nbsp;&nbsp;<form action="%SCRIPTURLPATH%/search%SCRIPTSUFFIX%/%WEB%/SearchResult"><input type="text" name="search" size="16" /> <input type="submit" value="Find"/></form><br/><br/>
      * Set SIDEBARHEADER1 = Use this web to...
      * Set SIDEBARTEXT1 = %SITEMAPUSETO%
      * Set SIDEBARHEADER2 = Current Webs
      * Set SIDEBARTEXT2 =  %WEBLIST{"[[$name.%HOMETOPIC%][$name]]"}%
      * Set SIDEBARNAVIGATIONTITLE = Navigation
      * Set SIDEBARTOOLBOXTITLE = Toolbox

SIDEBARNAVIGATIONTITLE
Title for Website navigation such as Index, Webchanges, etc. Content of the navigation box will be filled by the %WEBTOPICLIST% variable. This can be globally defined in TWikiPreferences and should be overwritten in the WebPreferences Topic.

SIDEBARHEADER1, SIDEBARHEADER2
Titles used for general purpose boxes. Those boxes can be used for further web details like webspecific functions.

SIDEBARTEXT1, SIDEBARTEXT2
Content of the general boxes. I put %SITEMAPUSETO% in one box to show how to implement the sitemap description for the web.

SIDEBARTOOLBOXTITLE
Title for the Toolbox containing various stuff to be displayed. For instance use this to display a GO or SEARCH field with button

Alter some settings in TWikiPreferences and TablePlugin to make BlueSkin look better

* Background color of non existing topic: ( default =cornsilk= or =#FFFFCE= )
   * Set NEWTOPICBGCOLOR = inherited
Set this to "inherited" to have a transparent background of the new topic.

* Font color of non existing topic: ( default =#0000FF= )
   * Set NEWTOPICFONTCOLOR = #FF0000
I choose red as a color for new topics.

* New Link Symbol
   * Set NEWTOPICLINKSYMBOL = <img src="/twiki/pub/TWiki/BlueSkin/tip.gif" border="0" width="16" height="16"/>
There is a small encircled star as a creation symbol for the new topic link. It is located in the pub directory.

* Set TABLEATTRIBUTES = tableborder="0" cellpadding="0" cellspacing="2" headerbg="#8CAAE6" headercolor="003399" databg="#8CAAE6, #EEEEEE"
Set the default attributes for tables in the TablePlugin

Finally switch on the BlueSkin in TWikiPreferences and enjoy.

* Set SKIN = blueskin      

Installation

Note: You do not need to install anything on the browser to use this skin. The following instructions are for the administrator who installs the skin on the server where TWiki is running.

All you have to do is to unzip the archive in the installation folder of your Wiki installation. There is no worry about overwriting other template files, as all template files end in .blueskin.tmpl. BlueSkin is now packaged correctly but I suggest you first test the archive to check the content structure before unpacking in a productive system.

Skin Info

Description: A simple, css based, clean skin
Screenshot: Click for full screen image
Base Name: blueskin
Dependencies:  
Skin Author: TWiki:Main/ThorstenSommermann
Skin Version: 13 Dec 2004 (v2.0)
Change History:  
13 Dec 2004: Released BlueSkin 2.0
28 Dec 2003: Fixed bug in Style Sheet, renamed css files, deleted obsolete css file (v0.4)
16 Nov 2003: Fixed bug in rename template (Thanks to ShawnGarbett) (v0.3)
17 Oct 2003: Initial version (v0.2)
Skin Home: http://TWiki.org/cgi-bin/view/Plugins/BlueSkin
Feedback: http://TWiki.org/cgi-bin/view/Plugins/BlueSkinDev

Related topic: TWikiSkins

-- TWiki:Main/ThorstenSommermann - 17 Oct 2003

Skin Info

Description: A simple, css based, clean skin
Screenshot: Click for full screen image
Base Name: blueskin
Dependencies:  
Skin Author: TWiki:Main/ThorstenSommermann
Skin Version: 13 Dec 2004 (v2.0)
Change History:  
13 Dec 2004: Released BlueSkin 2.0
28 Dec 2003: Fixed bug in Style Sheet, renamed css files, deleted obsolete css file (v0.4)
16 Nov 2003: Fixed bug in rename template (Thanks to ShawnGarbett) (v0.3)
17 Oct 2003: Initial version (v0.2)
Skin Home: http://TWiki.org/cgi-bin/view/Plugins/BlueSkin
Feedback: http://TWiki.org/cgi-bin/view/Plugins/BlueSkinDev

Related topic: TWikiSkins

-- TWiki:Main/ThorstenSommermann - 17 Oct 2003

toggleopenShow attachmentstogglecloseHide attachments
Topic attachments
I Attachment Action Size Date Who Comment
gifgif tip.gif manage 0.4 K 07 Jan 2005 - 09:44 UnknownUser  
elsexcf tip.xcf manage 2.5 K 07 Jan 2005 - 09:44 UnknownUser  
elseEXT css manage 4.0 K 12 Jan 2005 - 14:51 UnknownUser  
View topic | Edit |  | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r3 < r2 < r1 | More topic actions...
 
Powered by Proyecto META
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Proyecto META? Send feedback