Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Marmotta Wiki" for 
change notification.

The "Customizing" page has been changed by SergioFernandez:
http://wiki.apache.org/marmotta/Customizing?action=diff&rev1=1&rev2=2

  
  == Style ==
  
- Besides the default style, you could customize the style of the admin 
interface. For that, you may need @@TODO@@
+ Besides the default style, you could customize the style of the admin 
interface. For that, you may need you set some concrete configurations:
  
+ {{{
+ kiwi.pages.startup = path/to/custom/welcome.html
+ kiwi.pages.project = custom
+ kiwi.pages.style_path = path/to/custom/style/
+ kiwi.pages.project.custom.logo = path/to/custom/logo.png
+ kiwi.pages.project.custom.footer = My custom project, developed with <a 
href="http://marmotta.incubator.apache.org";>Apache Marmotta</a>
+ }}}
+ 
+ Where:
+  * `kiwi.pages.startup` sets the custom page to use as welcome page
+  * `kiwi.pages.project` assert that Marmotta will use a custom style
+  * `kiwi.pages.style_path` indicates the base path were look for the 
normativle css files (see for example the 
[[http://lmf.googlecode.com/hg/lmf-main/src/main/resources/web/public/style/lmf/|custom
 style that LMF uses]])
+  * `kiwi.pages.project.custom.logo` is the relative url to the custom logo
+  * `kiwi.pages.project.custom.footer` allows to write a custom footer
+ 

Reply via email to