~ubuntu-branches/ubuntu/edgy/lynx/edgy

« back to all changes in this revision

Viewing changes to samples/installdirs.html

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2004-09-16 12:14:10 UTC
  • Revision ID: james.westby@ubuntu.com-20040916121410-cz1gu92c4nqfeyrg
Tags: upstream-2.8.5
ImportĀ upstreamĀ versionĀ 2.8.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<HTML>
 
2
<TITLE>File Management Install Targets</TITLE>
 
3
<!-- This is an example file for the Lynx dired "install" functionality.
 
4
     Lynx needs to be compiled with dired support and OK_INSTALL defined.
 
5
     For the dired "install" function to work, this file has to exist
 
6
     in the HOME directory under the name ".installdirs.html" or (for
 
7
     8+3, i.e. DOS-like, filesystems) "instdirs.htm".
 
8
  -->
 
9
<BODY>
 
10
<H1>Install Target directories</H1>
 
11
<UL>
 
12
<LH>Choose destination:</LH>
 
13
<LI><A HREF="LYNXDIRED://INSTALL_DEST/~/">install in Home directory</A>
 
14
<LI><A HREF="LYNXDIRED://INSTALL_DEST/~/bin">install in ~/bin</A>
 
15
<LI><A HREF="LYNXDIRED://INSTALL_DEST/tmp">install in /tmp</A>
 
16
</UL>
 
17
</BODY>
 
18
</HTML>