Lynx bookmarks

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{FormatInfo |formattype=electronic |subcat=Web |subcat2=Web browser files }} The text-mode Lynx browser stores its bookmarks in a file specified in its configuration. The de...")
 
m
Line 7: Line 7:
 
The text-mode Lynx browser stores its bookmarks in a file specified in its configuration. The default is to use '''lynx_bookmarks.html''' in your current directory.
 
The text-mode Lynx browser stores its bookmarks in a file specified in its configuration. The default is to use '''lynx_bookmarks.html''' in your current directory.
  
The format is HTML, with no DOCTYPE. It's invalid HTML, as it has an unclosed <ol> tag. New bookmarks are appended to the end of the file in the form
+
The format is HTML, with no DOCTYPE. It's invalid HTML, as it has an unclosed <ol> tag. New bookmarks are appended to the end of the file in the form:
 
   <LI><a href="http://www.url.example/">Page title goes here</a>
 
   <LI><a href="http://www.url.example/">Page title goes here</a>
  
 
== Sample files ==
 
== Sample files ==
 
* [http://www.dan.info/sampledata/lynx_bookmarks.html Sample Lynx bookmark file]
 
* [http://www.dan.info/sampledata/lynx_bookmarks.html Sample Lynx bookmark file]

Revision as of 18:58, 1 December 2012

File Format
Name Lynx bookmarks
Ontology

The text-mode Lynx browser stores its bookmarks in a file specified in its configuration. The default is to use lynx_bookmarks.html in your current directory.

The format is HTML, with no DOCTYPE. It's invalid HTML, as it has an unclosed <ol> tag. New bookmarks are appended to the end of the file in the form:

 <LI><a href="http://www.url.example/">Page title goes here</a>

Sample files

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox