Skip to content

DennisBa/normal.no

 
 

Repository files navigation

Normals webpage normal.no

Code Health Build Status

This is the code behind Normal's webpage – http://normal.no

It's using the excellent Django web framework.

If you want to contribute, send an e-mail to mailto:torkel@normal.no and/or check out this file: http://htmlpreview.github.io/?https://github.com/normalnorway/normal.no/blob/master/docs/how-to-contribute.html (Warning: In Norwegian).

Howto contribute

@todo very quick up-and-running guide

join us on irc

We use the fork & pull model

Fork this repository to your own GutHub account. Make some changes, and commit them to your forked copy. Then send us one or more pull request containing your changes.

This workflow is called the "Fork & pull"-model. You can read more about it here: https://help.github.com/articles/using-pull-requests/

https://github.com/edx/edx-platform/wiki/How-to-Rebase-a-Pull-Request

  • Please write a usefull commit message!
  • Please consider to squash related commits into one. @todo how

Don't know what to start with? Ask us or check out items in the issue tracker with the 'easy' or 'help-wanted' tag.

Style guide:

Vim settings: setl sts=4 sw=4 et

Style guide

Rule of thumb: Follow the style of the surrounding code!

I like space between the function name and the argument list. But do as you please.

Keep it simple and minimalistic. Usability over esthetics. Don't try to be to clever. Try to write self explanatory code. Document the code if your are doing something non-obvious.

Python

HTML

CSS

Javascript

About

Normals webpage (normal.no)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 65.6%
  • HTML 20.0%
  • JavaScript 7.6%
  • CSS 3.6%
  • Makefile 1.3%
  • Shell 1.0%
  • PLpgSQL 0.9%