Subversion Repositories SvarDOS

Rev

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

Rev 1283 Rev 1305
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. You will may find that it lacks
7
Sved is the editor that comes with SvarDOS. Sved is not meant to be a
8
many amenities. Sved is NOT meant to be a full-featured text editor. It is
8
full-featured text editor, it is designed to allow for basic editing of
9
designed to allow for basic editing of configuration files, nothing else. On
9
configuration files, nothing more. On the pro side Sved has a low memory
10
the pro side Sved has a low memory footprint and is only a couple of kilobytes
10
footprint and is only a couple of kilobytes big, which makes it a good fit on
11
long which makes it a good fit on 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
- multilingual UI
16
 - multilingual UI (uses the svarlang library)
16
- low disk footprint (8 KiB)
17
 - low disk footprint (8 KiB)
17
- handles files larger than 64 KiB
18
 - handles files larger than 64 KiB
18
 
19
 
19
Sved is released under the terms of the MIT license.
20
Sved is released under the terms of the MIT license.
20
 
21
 
21
Permission is hereby granted, free of charge, to any person obtaining a copy of
22
Permission is hereby granted, free of charge, to any person obtaining a copy of
22
this software and associated documentation files (the "Software"), to deal in
23
this software and associated documentation files (the "Software"), to deal in
23
the Software without restriction, including without limitation the rights to
24
the Software without restriction, including without limitation the rights to
24
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
25
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
25
of the Software, and to permit persons to whom the Software is furnished to do
26
of the Software, and to permit persons to whom the Software is furnished to do
26
so, subject to the following conditions:
27
so, subject to the following conditions:
27
 
28
 
28
The above copyright notice and this permission notice shall be included in all
29
The above copyright notice and this permission notice shall be included in all
29
copies or substantial portions of the Software.
30
copies or substantial portions of the Software.
30
 
31
 
31
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
34
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
34
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
35
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
35
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
36
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
36
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
37
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
37
SOFTWARE.
38
SOFTWARE.
38
 
39