Skip to content

Projects

Petr Penzin edited this page Jun 8, 2016 · 1 revision

Some project ideas. Everyone is welcome and encouraged to send us a pull request or drop us a line.

Continuous Integration

There is not Continuous Integration at the moment. It is needed for both i386/amd64 development and for porting on ARM.

Documentation

The markdown docs that we inherited are sparse and unorganized. Getting something more centralized would help a lot.

Fixing the test infrastructure

Repositories have tests, those but are not runable: attempt to run CMake with tests enabled gives an error along the lines of 'gtest is not found in /usr/local/webos', which implies that the tests (inherited from OpenWebOS or maybe even the original) rely on a custom version of Google Test. Eventually we need to find out if that is the case and make it work with stock gtest.

Localization

Translation of the website would be very useful. Contact us and we will help you with getting started.

In the future we would need help with translations of user documentation.

Logo

We need a logo, that is all. Any ideas welcome and authors will be given credit for them. Drop us a line or send a pull request.

Virtual Development Environment

Virtual environments simplify build process and speeds up introduction for new developers. A good example would be a Vagrant-powered VM that would automatically install all the dependencies and download sources.

Website

Our website is a Jekyll blog and it uses default Jekyll templete. Anyone with skills and experience is welcome to propose ways to improve it.

Clone this wiki locally