Junior Jobs
From BibleTime
This is a list of simple development tasks which beginning BibleTime developers can (hopefully) try to solve.
Contents |
General
- Document C++ source code using Doxygen-style comments.
Backend
- No tasks yet.
Frontend
- Make the existing CSS files in /src/display-templates/ pretty by reformatting, optimizing and validating the CSS structure and adding comments. Please try not to change the appearance of existing templates.
- Draw / photograph thematic BibleTime splash screens. Splash screens should be of fine quality and of 350x237 pixels size, JPEG or PNG format, and must contain the text "BibleTime" and the text "Bible Study Software" (preferably below "BibleTime"). Take note that the upper part of the image might become covered with some startup messages during BibleTime startup, so design your splash screen to look good even with those messages. Existing splash screens may be found here.
Finished junior jobs
- Add the trinitarian formula "In the name of the Father, and of the Son, and of the Holy Spirit." at the beginning of every *.cpp and *.h file copyright header as in src/frontend/btmenuview.h.