All Projects → doctrine → doctrine-website-sphinx

doctrine / doctrine-website-sphinx

Licence: other
Sphinx-based Doctrine Website

Programming Languages

CSS
56736 projects
PHP
23972 projects - #3 most used programming language
HTML
75241 projects
python
139335 projects - #7 most used programming language
shell
77523 projects
javascript
184084 projects - #8 most used programming language

Doctrine-Project.org Website

We built our complete website with Tinkerer, which includes some sophisticated plugins that generate project details and hooks into Github.

The contents of the page are located in site/ directory.

Installation

  1. Clone this repository.

  2. From the root repository directory install all dependencies:

     $ pip install -r requirements.txt
    

Contributing

To write a new blog post just cd site/ and then call the following to create a draft:

$ tinker -d "Title of Post"

Open a pull request with the draft and we will publish it once accepted.

You can build and view the page by callling tinker -b in the site/ directory.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].