rstuemer / bootstrap_package

Bootstrap Package delivers a full configured fontend theme for TYPO3, based on the Bootstrap CSS Framework.

Home Page:http://typo3.org/extensions/repository/view/bootstrap_package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap Package

Bootstrap Package delivers a full configured frontend theme for TYPO3, based on the Bootstrap CSS Framework.

The goal of this package is to give an advanced example of how modern templating in TYPO3 CMS can be handled nicely without depending on third party extensions. Bootstrap Package is built for >= 7.6 and comes with a fully configurable Frontend via TypoScript. This includes the TypoScript Constant Editor.

Minimal Dependencies

  • TYPO3 CMS 7.6 or greater

Quick Install Guide

Disable default content rendering extensions

Both TYPO3 core rendering definitions are confliction each other in minor things, to avoid this conflicts the bootstrap_package takes full control of the content rendering and supports both cTypes from csc and fsc. To get the best results, please disable following extensions.

  • css_styled_content
  • fluid_styled_content

Make sure you have a root page

Create a new page or edit an existing one and set this as root page. You can find this option in the page-edit-mode filed under behavior/miscellaneous.

Create a new Template on this Page

General

  • Template Title: You can name this as you like: Example "Bootstrap Package"
  • Website Title: This will be your website title visible in the frontend

Options

  • Clear Constants and Setup by checking the boxes
  • Use this Template as Root-Level Template by checking the box

Includes

Include static (from extensions)

  • Bootstrap Package (required)

Static Template Files from TYPO3 Extensions

  • Include before all static templates if root flag is set

Recommended Apache Modules

  • mod_autoindex
  • mod_alias
  • mod_deflate
  • mod_expires
  • mod_filter
  • mod_mime
  • mod_headers
  • mod_setenvif
  • mod_rewrite

Usage

Contributing

Feel free to fork this project and create a pull request when you're happy with your changes.

We check the source code according to the TYPO3 Coding Guidelines. To reformat the code automatically, you can use php-cs-fixer as follows:

php-cs-fixer fix --config-file .php_cs

Bug reporting

Please open an issue here at github and describe your problem.

License

This project is released under the terms of the MIT license.

Test the Bootstrap Package

If you are interested in the Bootstrap Package you can test it in our Vagrant Box.

Contact & Communication

Slack

You can connect directly with us on Slack, the preferred instant communication platform of TYPO3 CMS developers. If you already have access to the TYPO3 Slack platform join the #bootstrap-package channel. If you don't have access yet, you can register here.

Twitter

If you have any questions about this project or just want to talk: Send a tweet @benjaminkott.

Code Quality

Build Status Scrutinizer Code Quality

About

Bootstrap Package delivers a full configured fontend theme for TYPO3, based on the Bootstrap CSS Framework.

http://typo3.org/extensions/repository/view/bootstrap_package

License:MIT License


Languages

Language:CSS 47.3%Language:PHP 39.7%Language:HTML 9.1%Language:JavaScript 2.6%Language:ApacheConf 1.3%