2011-04-16 02:14:36 +04:00
|
|
|
bedrock
|
2010-12-29 02:40:48 +03:00
|
|
|
=======
|
|
|
|
|
2014-07-29 19:30:06 +04:00
|
|
|
*bedrock* is the code name of the new mozilla.org. It is as shiny,
|
2011-04-16 02:14:36 +04:00
|
|
|
awesome, and open sourcy as always. Perhaps even a little more.
|
|
|
|
|
2014-10-20 22:36:29 +04:00
|
|
|
[![Build Status](https://travis-ci.org/mozilla/bedrock.svg?branch=master)](https://travis-ci.org/mozilla/bedrock)
|
|
|
|
[![Coverage Status](https://img.shields.io/coveralls/mozilla/bedrock.svg)](https://coveralls.io/r/mozilla/bedrock)
|
|
|
|
|
2011-06-04 00:55:06 +04:00
|
|
|
Docs
|
|
|
|
----
|
|
|
|
|
2015-05-11 21:17:24 +03:00
|
|
|
Bedrock is a [Django][django] project. Check out the [django docs][dj-docs]
|
2011-06-04 00:55:06 +04:00
|
|
|
for general technical documentation. In addition, there are project-specific
|
|
|
|
[bedrock docs][br-docs].
|
|
|
|
|
2015-05-11 21:17:24 +03:00
|
|
|
[django]: https://www.djangoproject.com/
|
|
|
|
[dj-docs]: https://docs.djangoproject.com/
|
2012-02-03 04:00:41 +04:00
|
|
|
[br-docs]: http://bedrock.readthedocs.org/
|
2011-06-04 00:55:06 +04:00
|
|
|
|
2011-04-16 02:14:36 +04:00
|
|
|
Contributing
|
|
|
|
------------
|
2010-12-29 02:40:48 +03:00
|
|
|
|
2011-04-16 02:14:36 +04:00
|
|
|
Patches are welcome! Feel free to fork and contribute to this project on
|
2014-07-29 19:30:06 +04:00
|
|
|
[github][gh-bedrock]. If you find a problem and wish to report it, please [file
|
|
|
|
a bug][bugzilla].
|
2010-12-29 02:40:48 +03:00
|
|
|
|
2015-08-11 16:00:37 +03:00
|
|
|
Looking for a good first bug to work on? Take a look at the [wiki page][wiki] for a
|
|
|
|
list of mentored bugs.
|
|
|
|
|
2011-04-16 02:14:36 +04:00
|
|
|
[gh-bedrock]: https://github.com/mozilla/bedrock
|
2014-07-29 19:30:06 +04:00
|
|
|
[bugzilla]: https://bugzilla.mozilla.org/enter_bug.cgi?product=www.mozilla.org&component=Bedrock
|
2015-08-11 16:00:37 +03:00
|
|
|
[wiki]: https://wiki.mozilla.org/Webdev/GetInvolved/mozilla.org#Mentored_Bugs
|
2011-01-04 05:20:27 +03:00
|
|
|
|
2010-12-29 02:40:48 +03:00
|
|
|
License
|
|
|
|
-------
|
2014-07-29 19:30:06 +04:00
|
|
|
|
2011-04-16 02:14:36 +04:00
|
|
|
This software is licensed under the [MPL/GPL/LGPL tri-license][MPL]. For more
|
2010-12-29 02:40:48 +03:00
|
|
|
information, read the file ``LICENSE``.
|
|
|
|
|
2011-04-16 02:14:36 +04:00
|
|
|
[MPL]: http://www.mozilla.org/MPL/
|