Both sides previous revisionPrevious revisionNext revision | Previous revision |
dev:source [2024/02/02 12:32] – [Static Analysis] Fixed typo digital man | dev:source [2025/01/04 16:25] (current) – [UNIX] update latest release tarball name digital man |
---|
| |
* Latest successfully built code ([[https://gitlab.synchro.net/main/sbbs/-/tree/dailybuild_linux-x64|nightly branch]]): ''[[http://synchro.net/Synchronet/sbbs_src.tgz|sbbs_src.tgz]]'' | * Latest successfully built code ([[https://gitlab.synchro.net/main/sbbs/-/tree/dailybuild_linux-x64|nightly branch]]): ''[[http://synchro.net/Synchronet/sbbs_src.tgz|sbbs_src.tgz]]'' |
* Latest release (v3.19b) ''[[http://synchro.net/Synchronet/ssrc319b.tgz|ssrc319b.tgz]]'' | * Latest release (v3.20b) ''[[http://synchro.net/Synchronet/ssrc320b.tgz|ssrc320b.tgz]]'' |
| |
===== Style ===== | ===== Style ===== |
=== Vim === | === Vim === |
If you use the [[https://www.vim.org/|Vim]] text editor, consider installing [[https://www.vim.org/scripts/script.php?script_id=4122|this plugin]] to enable support for the PT/SC headers found in Synchronet source files, to automatically set the tab-stops accordingly when editing Synchronet source files. | If you use the [[https://www.vim.org/|Vim]] text editor, consider installing [[https://www.vim.org/scripts/script.php?script_id=4122|this plugin]] to enable support for the PT/SC headers found in Synchronet source files, to automatically set the tab-stops accordingly when editing Synchronet source files. |
| |
| curl --create-dirs 'https://www.vim.org/scripts/download_script.php?src_id=18234' -o ~/.vim/plugin/ptsc-header.vim |
| |
==== C99 ==== | ==== C99 ==== |