Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 288 → Rev 287

/help/help-en/freedos.ama
File deleted
/help/help-en/history.ama
File deleted
/help/help-en/index.ama
2,8 → 2,8
%h*** SVARDOS HELP ***
 
This help documentation is a work-in-progress thing. For the time being it
provides only very limited content. (wanna help building it? get in touch with
us on the SvarDOS %lcontact.ama:mailing list%t!)
provides only very limited informations. (wanna help building it? get in touch
with us on the SvarDOS mailing list!)
 
=== Chapters =================================================================
 
13,8 → 13,6
* %lfreedos.ama:SvarDOS vs FreeDOS: what is the story?
* %ltodo.ama:The project's "TODO" list
* %lcontact.ama:How do I get in touch with the SvarDOS community?
 
* %lhistory.ama:SvarDOS origins
* %lmeaning.ama:What does "Svarog" mean?
 
==============================================================================
/help/help-en/title
0,0 → 1,0
SVARDOS HELP
/help/help-en/todo.ama
8,7 → 8,7
-> must be 8086-compatible and have modest memory requirements
-> must be NLS-aware (multi-language)
 
* validate that CORE is 100%% 8086-compatible
* validate that CORE is 100% 8086-compatible
 
* build process: the install floppy should be built as much as possible using
existing packages (ie. remove the custom "files" directory from svn)
/help/rebuild.sh
1,18 → 1,13
#!/bin/sh
set -e
 
VER=`date +%Y%m%d`
 
echo "SVARDOS HELP SYSTEM ver $VER" > help-en/title
ambpack c help-en help-en.amb
rm help-en/title
 
mkdir bin
mkdir help
mkdir appinfo
cp help.bat bin
mv help-*.amb help
echo "version: $VER" >> appinfo/help.lsm
echo "version: `date +%Y%m%d`" >> appinfo/help.lsm
echo "description: SvarDOS help (manual)" >> appinfo/help.lsm
cp help/help-*.amb ../website/help/
zip -9rkm help.zip appinfo bin help