This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
inifile [2025/06/13 10:43] – cherin | inifile [2025/06/13 13:12] (current) – admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
======The Ini File====== | ======The Ini File====== | ||
- | ====== Git Winch Configuration Guide ====== | + | This section explains how to configure the gitwinch.ini file settings before launching the Git Winch application. All these settings are stored in the application' |
+ | |||
+ | **Understanding the ini file** | ||
+ | |||
+ | The ini file contains several lines which has the following format: | ||
+ | |||
+ | < | ||
+ | |||
+ | i.e. you will see a name of the setting (one word), an equals-to sign and a value after that. | ||
+ | Do NOT change the name. That is important. You can only change the values //after// the equals-to sign.\ | ||
+ | |||
+ | These //setting// lines are gathered into various sections. Each section name (one word) is inside square brackets. Do NOT change the names of the sections. | ||
+ | |||
+ | **Configuration Steps** | ||
+ | |||
+ | * Close //Git Winch// if it was running | ||
+ | * Locate the //Git Winch// gitwinch.ini file in the application folder | ||
+ | * Open the file in any text editor (e.g. Notepad, Notepad++, VS-Code) | ||
+ | * Modify the required settings as per your needs | ||
+ | * Save the file | ||
+ | * Launch Git Winch application and the settings would take effect | ||
- | This guide explains how to configure Git Winch application settings before launching the application. All settings are stored in the application' | ||
===== Work Section ===== | ===== Work Section ===== | ||
==== WorkFolderRoot ==== | ==== WorkFolderRoot ==== | ||
+ | |||
**Purpose: | **Purpose: | ||
**Configuration: | **Configuration: | ||
- | < | + | * WorkFolderRoot=D: |
- | WorkFolderRoot=D: | + | |
- | </ | + | |
- | **How to set:** | ||
- | - Open the .ini file in a text editor | ||
- | - Locate the WorkFolderRoot line | ||
- | - Replace the path with a folder that has read/write permissions | ||
- | - Use absolute path (e.g., D:\data\) or relative path (e.g., data) | ||
- | **Important: | + | **Important: |
==== WorkFolderWarn ==== | ==== WorkFolderWarn ==== | ||
+ | |||
**Purpose: | **Purpose: | ||
* **1** = Show warning when attempting to work outside work folder | * **1** = Show warning when attempting to work outside work folder | ||
Line 29: | Line 44: | ||
==== AutoReadNotes ==== | ==== AutoReadNotes ==== | ||
+ | |||
**Purpose: | **Purpose: | ||
* **1** = Auto-load notes for selected files | * **1** = Auto-load notes for selected files | ||
Line 42: | Line 58: | ||
**Greeting** | **Greeting** | ||
- | * **1** = Show greeting message on launch | + | * **1** = Show greeting message on application |
* **0** = Skip greeting message | * **0** = Skip greeting message | ||
**GreetMessage** | **GreetMessage** | ||
- | Custom greeting text displayed on launch | + | Custom greeting text displayed on application |
- | < | + | |
- | GreetMessage=Remember April 15 is our deadline | + | |
- | </ | + | |
**ShowStatusHints** | **ShowStatusHints** | ||
Line 62: | Line 76: | ||
**GitSys** | **GitSys** | ||
- | Specifies the Git server type | + | Specifies the Git server type. For Gitlab its " |
- | < | + | |
- | GitSys=Gitlab | + | |
- | </ | + | |
**LockOnLaunch** | **LockOnLaunch** | ||
* **1** = Automatically lock files on launch | * **1** = Automatically lock files on launch | ||
- | * **0** = Locks on after user starts editing a file | + | * **0** = Locks only after user starts editing a file |
**LaunchOnlyExe** | **LaunchOnlyExe** | ||
* **1** = Use only desktop shortcuts for executables | * **1** = Use only desktop shortcuts for executables | ||
- | * **0** = Standard launch method | + | * **0** = Use only desktop shortcuts |
**pauseCapture** | **pauseCapture** | ||
- | * **1** = Start capture | + | * **1** = Start clipboard queue system in paused state |
- | * **0** = Start capture | + | * **0** = Start clipboard queue system |
==== Server URLs ==== | ==== Server URLs ==== | ||
Line 83: | Line 95: | ||
**SystemAPIurl** | **SystemAPIurl** | ||
URL of the coordination server | URL of the coordination server | ||
- | < | + | * SystemAPIurl=https:// |
- | SystemAPIurl=https:// | + | |
- | </ | + | |
**Dashboardurl** | **Dashboardurl** | ||
Login URL used by this app | Login URL used by this app | ||
- | < | + | * Dashboardurl=https:// |
- | Dashboardurl=https:// | + | |
- | </ | + | |
**InfoHTML** | **InfoHTML** | ||
HTML file for info page display | HTML file for info page display | ||
- | < | + | * InfoHTML=defaultOffice.html |
- | InfoHTML=defaultOffice.html | + | |
- | </ | + | |
**HelpSite** | **HelpSite** | ||
Main help documentation URL | Main help documentation URL | ||
- | < | + | * HelpSite=https:// |
- | HelpSite=https:// | + | |
- | </ | + | |
**SaaSHelpSite** | **SaaSHelpSite** | ||
Kanban board help site URL | Kanban board help site URL | ||
- | < | + | * SaaSHelpSite=https:// |
- | SaaSHelpSite=https:// | + | |
- | </ | + | |
==== Localization ==== | ==== Localization ==== | ||
**TrLanguage** | **TrLanguage** | ||
- | Translation language code for translating help | + | Translation language code for translating help. ml stands for Malayalam |
- | < | + | |
- | TrLanguage=ml | + | For the full set of language codes, refer to [[https:// |
- | </code> | + | |
- | ===== Configuration Steps ===== | + | **Note:** Ensure all folder paths exist and you should be able to save here before starting the application. |
- | | + | ----- |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | **Note:** Ensure all folder paths exist and have appropriate permissions before starting the application. | ||
- | |||
- | ----- | ||
[[/ | [[/ |