Subversion Repositories SvarDOS

Rev

Rev 1305 | Rev 1329 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1305 Rev 1324
1
 
1
 
2
                           Sved, the SvarDOS editor
2
                           Sved, the SvarDOS editor
3
 
3
 
4
                       Copyright (C) 2023 Mateusz Viste
4
                       Copyright (C) 2023 Mateusz Viste
5
 
5
 
6
 
6
 
7
Sved is the editor that comes with SvarDOS. Sved is not meant to be a
7
Sved is the editor that comes with SvarDOS. Sved is not meant to be a
8
full-featured text editor, it is designed to allow for basic editing of
8
full-featured text editor, it is designed to allow for basic editing of
9
configuration files, nothing more. On the pro side Sved has a low memory
9
configuration files, nothing more. On the pro side Sved has a low memory
10
footprint and is only a couple of kilobytes big, which makes it a good fit on
10
footprint and is only a couple of kilobytes big, which makes it a good fit on
11
bootdisks or systems with limited ressources.
11
bootdisks or systems with limited ressources.
12
 
12
 
13
 - runs comfortably on a 8086-class PC with 256 KiB of RAM
13
 - runs comfortably on a 8086-class PC with 256 KiB of RAM
14
 - supports color and monochrome video modes
14
 - supports color and monochrome video modes
15
 - supports extended text modes like 80x43, 80x50...
15
 - supports extended text modes like 80x43, 80x50...
16
 - multilingual UI (uses the svarlang library)
16
 - multilingual UI
17
 - low disk footprint (8 KiB)
17
 - low disk footprint (8 KiB)
18
 - handles files larger than 64 KiB
18
 - handles files larger than 64 KiB
-
 
19
 - no limit on line lengths
19
 
20
 
20
Sved is released under the terms of the MIT license.
21
Sved is released under the terms of the MIT license.
21
 
22
 
22
Permission is hereby granted, free of charge, to any person obtaining a copy of
23
Permission is hereby granted, free of charge, to any person obtaining a copy of
23
this software and associated documentation files (the "Software"), to deal in
24
this software and associated documentation files (the "Software"), to deal in
24
the Software without restriction, including without limitation the rights to
25
the Software without restriction, including without limitation the rights to
25
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
26
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
26
of the Software, and to permit persons to whom the Software is furnished to do
27
of the Software, and to permit persons to whom the Software is furnished to do
27
so, subject to the following conditions:
28
so, subject to the following conditions:
28
 
29
 
29
The above copyright notice and this permission notice shall be included in all
30
The above copyright notice and this permission notice shall be included in all
30
copies or substantial portions of the Software.
31
copies or substantial portions of the Software.
31
 
32
 
32
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
35
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
35
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
37
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
37
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
38
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
38
SOFTWARE.
39
SOFTWARE.
39
 
40