File: README.html-type

package info (click to toggle)
bookmarks 0.10
  • links: PTS
  • area: main
  • in suites: potato
  • size: 180 kB
  • ctags: 12
  • sloc: perl: 243; makefile: 45
file content (19 lines) | stat: -rw-r--r-- 615 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

The convention for the bookmark type "html" as it is used by the
convert-bookmarks program.

As you can see below, the only needed html elements are the list tags.
<dl> to start a new (sub-) list and <dt> for the actual list element.

-i html          -o ns1 (Netscape)
<dl>                 Bookmarks            /---- this is a "sub-folder"
  <dt>           + Search Engines-+      /
      <dl>                        +
          <dt>                    +- Alta Vista
          <dt>                    +- Lycos
      </dl>
  <dt>           + Debian Homepage
  <dt>           + Debian FTP Mirror
</dl>

that's all.