root/branch/sphinxdoc/src/under_the_roof.rst @ 4324

Revision 4324, 1.5 kB (checked in by gpolo, 4 years ago)

Removed trailling whitespaces from profile_editor, some relayout, minor fixes.

Line 
1Under Umit's Roof
2=================
3
4.. sectionauthor:: Adriano Monteiro Marques
5.. sectionauthor:: Guilherme Polo <ggpolo@gmail.com>
6
7.. warning::
8
9   This documentation is not finished! Part or all of it's content may be
10   missing or inaccurate. As Umit is under constant development and
11   improvement, expect changes in this documentation at upcoming releases.
12
13
14.. _UMIT_CFG_DIR:
15
16Configuration Files
17-------------------
18
19Umit will always try to create a $HOME/.umit configuration directory if it
20doesn't exists yet, under UNIX. Under Windows it will try to a configuration
21directory named umit under user's local application data. We call this
22configuration directory as UMIT_CFG_DIR.
23
24The steps bellow, describes how Umit is going to behave on every
25startup in order to load the configuration files:
26
27   1. Check if the location of the hardcoded paths does exist
28
29   2. Check if UMIT_CFG_DIR does exist
30
31   3. If UMIT_CFG_DIR does exist, than check the version of the files
32
33   4. If the version of the files is older than the current Umit
34      version, update the config files
35
36   5. If UMIT_CFG_DIR doesn't exist, tries to create one
37
38   6. If it is not possible to create the UMIT_CFG_DIR, then Umit will
39      use the factory-made files
40
41
42Checking out the Repository
43---------------------------
44
45Install the subversion client, and then run the command bellow::
46
47   svn co https://umit.svn.sourceforge.net/svnroot/umit
48
49
50Easter Eggs
51-----------
52
53Yes, there are easter eggs in Umit. Go find them!
Note: See TracBrowser for help on using the browser.