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: https://wiki.apache.org/marmotta/Customizing?action=diff&rev1=6&rev2=7 Comment: added toc - = Customizing Marmotta = - There are some things Marmotta allows to customize. + <<TableOfContents()>> + - == Style == + = Style = 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.project = custom 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> @@ -23, +23 @@ * `kiwi.pages.project.custom.logo` is the relative url to the custom logo * `kiwi.pages.project.custom.footer` allows to write a custom footer - == Templates == + = Templates = Since version 3.2, the templates Marmotta internally uses are being copied to the home directory on deployment (`/path/to/marmotta/templates`): @@ -56, +56 @@ } }}} - == Modules == + = Modules = You can also build your own applications based on Marmotta, both adding custom modules and/or having your own webapp launcher. - === Build your custom module === + == Build your custom module == There is a Maven archetype for a Marmotta Module: @@ -92, +92 @@ Adding it to a custom webapp launcher will give the module its own space in the admin ui. - === Build your custom webapp launcher === + == Build your custom webapp launcher == There is a Maven archetype for a Marmotta Webapp:
