Menu

Tree [r18] /
 History

HTTPS access


File Date Author Commit
 docs 2010-12-27 tomkaczocha [r17] Added docs/versioning system -info about how we...
 src 2010-12-28 tomkaczocha [r18] Edited INSTALL file - added a quick install guide
 test 2010-12-26 tomkaczocha [r12] Added test/ directory - unit testing directory ...
 AUTHORS 2010-12-28 tomkaczocha [r18] Edited INSTALL file - added a quick install guide
 COPYING 2010-12-26 tomkaczocha [r10] Created a new tree structure for project.
 ChangeLog 2010-12-28 tomkaczocha [r18] Edited INSTALL file - added a quick install guide
 INSTALL 2010-12-28 tomkaczocha [r18] Edited INSTALL file - added a quick install guide
 Makefile.am 2010-12-27 tomkaczocha [r16] Added src/lac_LIB copy.c copy.h
 NEWS 2010-12-28 tomkaczocha [r18] Edited INSTALL file - added a quick install guide
 README 2010-12-26 tomkaczocha [r10] Created a new tree structure for project.
 TODO 2010-12-27 tomkaczocha [r17] Added docs/versioning system -info about how we...
 configure.ac 2010-12-28 tomkaczocha [r18] Edited INSTALL file - added a quick install guide

Read Me

/**
 * README
 *  
 * Copyright © 2010 Tom Kaczocha
 * 
 * This file is part of the Linux Alarm Clock
 * 
 * Linux Alarm Clock is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * Linux Alarm Clock is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with Linux Alarm Clock.  If not, see <http://www.gnu.org/licenses/>.
 * 
 */
 
========================================================================
			Linux Alarm Clock README
========================================================================

Linux Alarm Clock Project

The Linux Alarm Clock will be divided into two layers, with the Shell/GUI
modules operating in parallel. Both modules in Layer 2 will utilise the
Library in Layer 1 for its operation.



              |-------------|        |-------------|
              |             |        |             |
Layer 2       |    Shell    |        |     GUI     |
              |             |        |             |
              |-------------|        |-------------|
                     |                       |
              |------------------------------------|
              |                                    |
Layer 1       |             Library                |
              |                                    |
              |------------------------------------|


The Library (Layer 1), is to only contain functions utilised by both the
shell and gui modules.

Unique functionality to each module is to be stored in individual libs in
Layer 2.

Ultimately, the project will install the GUI version by default. Specifying
(--shell, or something similar) will install the Shell version instead.

The project intends to use the QT Library in C++ for the GUI.


The project will use GNU Auto Tools for compiling makefiles.

The project must comply with GNU Standards.


========================================================================
Report bugs to <freedomdeveloper@yahoo.com
========================================================================

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.