Skip to content

Developers

brunobraga edited this page Mar 14, 2013 · 4 revisions

This is a reference guide for developers who want to contribute to this application.

Back to Main.

I want to help? What next?

Create a ticket in this repository's Issues, fork your code, and commit your changes referencing the ticket in the commit message. This will help heaps once we merge your code in the master branch.

Feel free to contact me at any time to discuss details of your suggestions, before you publicly commit to your fork.

Creating a screensaver

The simplest example of how to implementing one screen (without reverse engineering the whole code yourself) is to look at: dot.py.

The code is a bit long because it includes the documentation to guide new comers to my "way of thinking".

Any help or ideas beyond that, just drop me a line to my email.

Creating a plugin

The concept of the plugins was initially thought of being a necessity where termsaver needs to be multi-platform, and certain features only available to specific platforms could be also created. Additionally, we tried to avoid creating too many dependencies, which then increases the chances for OS incompatibilities.

View a plugin example project at: termsaver-figlet

Clone this wiki locally