Twitter Bootstrap Integration

Last modified by Vincent Massol on 2024/11/19 16:13

 XWiki
 Implementation
 Completed
 
 

Description

Currently there are some skin proposals done using Twitter Bootstrap framework:

Other JavaScript investigations: 

Integration Problems

  • Currently the new skin uses the HTML5 doctype. This is needed if we were to use some Bootstrap JS components (carousel, menus, etc.). Because of the HTML5 doctype, the HTML validation fails. See http://jira.xwiki.org/browse/XWIKI-7552
  • Junco Skin currently doesn't  have support for changing the ColorThemes on the fly.
  • Being build on Bootstrap, it needs LESS to compile the files into CSS. We need to see how we could integrate the building of the themes in platform. Right now this is done locally, partially manual by using Grunt.

 

Get Connected