tree: 27674e92109d986b8b2973e4bc8caddfdb75db7f [path history] [tgz]
  1. assets/
  2. components/
  3. .gitignore
  4. composer.json
  5. composer.lock
  6. footer.php
  7. header.php
  8. humans.txt
  9. menu.php
  10. nav.php
  11. README.md
themes/bootnova/README.md

Bootnova is an eclipse.org theme that's using Twitter Bootstrap. The look and feel is based off the original “Nova” theme, created by Nathan Gervais.

Read the Bootstrap Getting Started page for information on the framework contents, templates and examples, and more.

Requirements

You will need to install composer to update the CSS of this theme (styles.less > bootstrap.min.css).

  • composer
  • Your favourite less compiler. I recommend less or codekit for Mac.

General steps to get going

  • Clone the repo: git clone git://git.eclipse.org/gitroot/www.eclipse.org/eclipse.org-common.git.
  • Fetch dependencies with composer: composer install.
  • Set up your Eclipse environment. This includes git, PHP and apache.

Bugs and feature requests

Have a bug or a feature request? Please open a new issue.

How to use

On a page using the eclipse.org-common $App Class:

$App->generatePage($theme = 'bootnova', $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);

Links

Authors

Christopher Guindon