mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[doc] Notes about DGI
This commit is contained in:
parent
4811d20a30
commit
59a0f20650
21
doc/dgi.txt
Normal file
21
doc/dgi.txt
Normal file
@ -0,0 +1,21 @@
|
||||
DOS Gateway Interface
|
||||
---------------------
|
||||
|
||||
DOS Gateway Interface (DGI) introduced by Arachne browser is similar to
|
||||
CGI scripts and mailcap. DGI programs usually take input from command line
|
||||
or files and write output to temporary files. Similarity to mailcap
|
||||
is config file. You can assign various file externsions with DGI, and
|
||||
run to get output.
|
||||
|
||||
See Arachne documentation for details of configuration file mime.cfg.
|
||||
|
||||
Note, that not all options were implemented in ELinks, and not all were tested.
|
||||
|
||||
|
||||
Sample mime.cfg
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
file/cdplayer.dgi |$ecdplayer.exe $s
|
||||
application/pdf pdf>txt|$epdftotext $1 $2
|
||||
-------------------------------------------------------------------------------
|
Loading…
Reference in New Issue
Block a user