Fulltext results:
- 01.01. Formatting Syntax @en:projects:writr:documentation:01:01
- nd_strings_in_your_installation|localization]]): <code - conf/lang/en/lang.php> <?php /** * Customizati... be modified */ $lang['js']['nosmblinks'] = ''; </code> ==== Image Links ==== You can also use an imag... t use indention for deeper levels - That's it <code> * This is a list * The second item * You... t use indention for deeper levels - That's it </code> Also take a look at the [[doku>faq:lists|FAQ on
- 03.01. Field Types @en:projects:ini-configurator:documentation:03:01
- d to display static text such as instructions. | <code json>"static": { "label": "Static", "tool... m is simply dummy text.", "required": true }</code> | | ''text'' | String | None | This field type i... lt field type if the type used does not exist. | <code json>"text": { "label": "Text", "tooltip"... ult": "My default value", "required": true }</code> | | ''password'' | String | None | This field ty
- Wrap @en:projects:writr:documentation:03:01:wrap
- line with italic, bold and underlined text, e.g. <code>//**__Emulated Big Headline__**//</code> //**Emulated Small Headline**// A smaller headline uses no underlining, e.g. <code>//**Emulated Small Headline**//</code> If you need text that is bold and italic, simply use it the oth
- Installation Guide @en:projects:pyrdpconnect:documentation
- tep 2: Install Python and Required Packages === <code bash> brew install python3 pip3 install pyqt5 </code> === Step 3: Clone the Repository and Run from Source === Clone the PyRDPConnect repository: <code bash>git clone https://github.com/LaswitchTech/PyRDPConnect.git</code> Navigate to the src directory and execute the ap
- 01.01. Basic Usage @en:projects:ini-configurator:documentation:01:01
- new branch named dev: * In GitHub, go to the Code tab. * Click the branch dropdown, type dev, a... ==== - Clone your forked repository using Git: <code bash>git clone -b dev https://github.com/<your-us... ername>/ini-configurator.git cd ini-configurator</code> - Verify that you are on the dev branch: <code bash>git branch</code> ===== Step 4: Customize the A
- Development Environment Setup @en:projects:pyrdpconnect:documentation
- later. You can check your Python version with: <code bash> python3 --version </code> Then, install the necessary dependencies: <code bash> brew install python brew install python3 brew install freerdp </code> ===== Prerequisites - Linux ===== Ensure you h
- Setup as a Thin-Client @en:projects:pyrdpconnect:documentation
- r Debian into a thin-client using PyRDPConnect. <code bash> curl -s https://raw.githubusercontent.com/L... fs/heads/dev/setup.sh -o setup.sh bash setup.sh </code> ===== Security Considerations ===== Running sc... ractice to review the script before running it: <code bash> curl -s https://raw.githubusercontent.com/L... ech/PyRDPConnect/refs/heads/dev/setup.sh | less </code> ===== What the Script Does ===== The ''setup.s
- 01.02. Creating a Release @en:projects:ini-configurator:documentation:01:02
- er merging, ensure you are on the stable branch: <code bash>git checkout stable git pull origin stable</code> - Create a version tag for the release: <code bash>git tag v1.0.0 git push origin v1.0.0</code> - Replace ''v1.0.0'' with your desired version nu
- Usage Guide @en:projects:reversesum:documentation
- ository from GitHub using the following command: <code bash>git clone https://github.com/LaswitchTech/ReverseSUM.git</code> * **Step 2: Install Dependencies**: After clon... ncies using Composer. Run the following command: <code bash>composer update</code> ===== Configuration ===== After installation, make sure that your Apache
- INI Configurator @en:projects:ini-configurator
- even with complex configuration files. The source code may be used to build similar applications for oth
- Usage Guide @en:projects:pyrdpconnect:documentation
- tory and run the application directly from source code. * **Running the Pre-Built Application**: Guida