You are here -> Home » Developer Corner

Developer Corner

Logram advocates openness, and to do that to its maximum, all the development process is open.

This page contains the online tools used by the Logram developers, and also available to you. As Logram will advance, some tools will be added to this page. So, nothing is hidden, and the rest of the website remains clean, adapted to a growing community.

WebGIT

Online source code

Logram uses the Git version control system, wich enables the developers to work together, at the same time, and to manage the changes made by everyone.

This module allows you to navigate in the latest version of the Logram sources, and to fetch them. So, you are always up to date and can post more relevant bug reports.

The Logram's Git repository being hosted at Gitorious, you also get full functionality of this forge, such as the ability to clone the repository, to change it directly, and then request that your changes are merged in the official repository.

Pastebin

Code pastes

Sometimes, while discussing on IRC or by mail, or in the forum, the developers have to show little pieces of code, and possibly to edit them later. These pieces of code are temporary, they don't go on the Subversion repository.

This module enables you to post you own code snippets, deleted after a certain amount of time, and to edit them. So you can easily share ideas, with all the necessary comfort (code highlighting, modifcation logs, diffs).