| 1 | Under 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 | |
|---|
| 16 | Configuration Files |
|---|
| 17 | ------------------- |
|---|
| 18 | |
|---|
| 19 | Umit will always try to create a $HOME/.umit configuration directory if it |
|---|
| 20 | doesn't exists yet, under UNIX. Under Windows it will try to a configuration |
|---|
| 21 | directory named umit under user's local application data. We call this |
|---|
| 22 | configuration directory as UMIT_CFG_DIR. |
|---|
| 23 | |
|---|
| 24 | The steps bellow, describes how Umit is going to behave on every |
|---|
| 25 | startup 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 | |
|---|
| 42 | Checking out the Repository |
|---|
| 43 | --------------------------- |
|---|
| 44 | |
|---|
| 45 | Install the subversion client, and then run the command bellow:: |
|---|
| 46 | |
|---|
| 47 | svn co https://umit.svn.sourceforge.net/svnroot/umit |
|---|
| 48 | |
|---|
| 49 | |
|---|
| 50 | Easter Eggs |
|---|
| 51 | ----------- |
|---|
| 52 | |
|---|
| 53 | Yes, there are easter eggs in Umit. Go find them! |
|---|