diff --git a/oscar/mainwindow.h b/oscar/mainwindow.h index 184f93be..442499c4 100644 --- a/oscar/mainwindow.h +++ b/oscar/mainwindow.h @@ -47,9 +47,14 @@ class MainWindow; This document is an attempt to provide a little technical insight into OSCAR's program internals. \section project_info Further Information - The project was hosted on sourceforge, and it's original project page can be reached at http://sourceforge.net/projects/sleepyhead. + OSCAR is hosted on Gitlab with full source code available there. - There was also a SleepyHead Wiki containing further information + Help for users can be found in the OSCAR Help Wiki. + + Data structures are described in a OSCAR Data Information Wiki. + + The SleepyHead project was hosted on sourceforge, and it's original project page can be reached at http://sourceforge.net/projects/sleepyhead. + There was also a SleepyHead Wiki containing further information. \section structure Program Structure OSCAR is written in C++ using Qt Toolkit library, and comprises of 3 main components