All Projects → skylines-project → Skylines

skylines-project / Skylines

Licence: agpl-3.0
Live tracking, flight database and competition framework

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Skylines

ember-artisans
An abstraction layer around using web-workers in Ember.js
Stars: ✭ 21 (-93.29%)
Mutual labels:  ember
ember-local-storage-decorator
Decorator for Ember.js to read and persist data in localStorage
Stars: ✭ 13 (-95.85%)
Mutual labels:  ember
Ember Can
Simple authorisation addon for Ember apps
Stars: ✭ 262 (-16.29%)
Mutual labels:  ember
ast-builder
Build your ASTs directly from code
Stars: ✭ 18 (-94.25%)
Mutual labels:  ember
eslint-plugin-ember-best-practices
Static analysis tools for enforcing best practices in Ember
Stars: ✭ 77 (-75.4%)
Mutual labels:  ember
ember-render-helpers
Complimentary render template helpers to the render modifiers
Stars: ✭ 19 (-93.93%)
Mutual labels:  ember
ember-website
The emberjs.com website.
Stars: ✭ 61 (-80.51%)
Mutual labels:  ember
Data
A data persistence library for Ember.js.
Stars: ✭ 2,998 (+857.83%)
Mutual labels:  ember
ember-gridstack
Ember components to build drag-and-drop multi-column grids powered by gridstack.js
Stars: ✭ 31 (-90.1%)
Mutual labels:  ember
Ember Exam
Run your tests with randomization, splitting, and parallelization for beautiful tests.
Stars: ✭ 262 (-16.29%)
Mutual labels:  ember
ember-cli-simditor
Ember component wrapper for simditor editor
Stars: ✭ 16 (-94.89%)
Mutual labels:  ember
atom-ember-snippets
Ember.js ES6 snippets for Atom
Stars: ✭ 37 (-88.18%)
Mutual labels:  ember
Ember Apollo Client
🚀 An ember-cli addon for Apollo Client and GraphQL
Stars: ✭ 257 (-17.89%)
Mutual labels:  ember
ember-eui
Ember Components for Elastic Eui
Stars: ✭ 22 (-92.97%)
Mutual labels:  ember
Ember Cli Page Object
This ember-cli addon eases the construction of page objects on your acceptance and integration tests
Stars: ✭ 272 (-13.1%)
Mutual labels:  ember
november-cli
❄️ Generate a Node.js API for your Ember.js app
Stars: ✭ 51 (-83.71%)
Mutual labels:  ember
ember
@microstates/ember - Official Microstates bindings for Ember.js
Stars: ✭ 68 (-78.27%)
Mutual labels:  ember
Ember Light Table
Lightweight, contextual component based table for Ember 2.3+
Stars: ✭ 310 (-0.96%)
Mutual labels:  ember
Ember Burger Menu
An off-canvas sidebar component with a collection of animations and styles using CSS transitions
Stars: ✭ 280 (-10.54%)
Mutual labels:  ember
Ember Test Selectors
Enabling better element selectors in Ember.js tests
Stars: ✭ 258 (-17.57%)
Mutual labels:  ember

SkyLines

SkyLines is a web platform where pilots can share their flights with others after, or even during flight via live tracking. SkyLines is a sort of social network for pilots including rankings, statistics and other interesting features. Most of all SkyLines is truly open in all regards compared to other similar platforms.

SkyLines has started development in 2012 as a spin-off from the popular XCSoar glide computer. Internally SkyLines is still sharing some code with XCSoar in the algorithmic areas and is providing the base for XCSoar's live tracking functionalities.

SkyLines is far from finished yet, but it has been running in production for quite some time now. You can reach the official server at http://www.skylines.aero.

Build Status: Build Status

Getting the source

The SkyLines source code is managed with git. It can be downloaded with the following command:

$ git clone git://github.com/skylines-project/skylines.git

For more information, please refer to the git documentation.

Installation and Setup

SkyLines is based on Python and depends on the following major components:

The process of installing these components and setting up a server for local development is described in the INSTALL.md file.

Contact and Contributing

You read about news on Facebook and Twitter. If you want to talk to us directly join our Slack community.

Bugs and feature request can be submitted here on GitHub. New ideas can also be discussed in the Wiki first.

Patches should be submitted using the Pull Request system of GitHub because of the integration with TravisCI.

Here are a few guidelines for creating patches:

  • patches should be self-contained
  • patches should be self-documenting
    (add a good description on what is changed, and why you are changing it)
  • write one patch for one change

License

SkyLines - the free internet platform for sharing flights
Copyright (C) 2012-2019  The SkyLines Team (see AUTHORS.md)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

You can find the full license text in the LICENSE file.

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].