Subversion Repositories SvarDOS

Rev

Rev 1324 | Rev 1338 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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