Subversion Repositories SvarDOS

Rev

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

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