Changeset 2959

Show
Ignore:
Timestamp:
07/03/2008 12:34:44 PM (5 months ago)
Author:
Geert
Message:

Linking to http://upload.wikimedia.org/wikipedia/en/1/1c/Kohana-modules.png on the homepage.

Also added a placeholder for Dutch translation of the homepage (at least you won't get an error page anymore now).

Location:
branches/website/application/views/pages/home
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • branches/website/application/views/pages/home/home_en_US.php

    r2789 r2959  
    3232        <li><strong>True auto-loading of classes.</strong> True on-demand loading of classes, as they are requested in your application.</li> 
    3333        <li><strong>No namespace conflicts.</strong> All classes are suffixed to allow similar names between components, for a more coherent API.</li> 
    34         <li><strong>Cascading resources offer unparalleled extensibility.</strong> Almost every part of Kohana can be overloaded or extended without editing core system files. Modules allow multi-file plugins to be added to your application, transparently.</li> 
     34        <li><strong><a href="http://upload.wikimedia.org/wikipedia/en/1/1c/Kohana-modules.png">Cascading resources</a> offer unparalleled extensibility.</strong> Almost every part of Kohana can be overloaded or extended without editing core system files. Modules allow multi-file plugins to be added to your application, transparently.</li> 
    3535        <li><strong>Library drivers and API consistency.</strong> Libraries can use different "drivers" to handle different external <abbr title="Application Programming Interface">API</abbr>s transparently. For example, multiple session storage options are available (database, cookie, and native), but the same interface is used for all of them. This allows new drivers to be developed for existing libraries, which keeps the API consistent and transparent.</li> 
    3636        <li><strong>Powerful event handler.</strong> Observer-style event handlers allow for extreme levels of customization potential.</li>