Changeset 10858

Show
Ignore:
Timestamp:
02/15/08 17:35:59 (2 years ago)
Author:
rchoi
Message:

Tense and formatting

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dotorg/trunk/html/beps/bep_0018.rst

    r10856 r10858  
    1414========= 
    1515 
    16 The .btsearch file will specify the structure through which the 
     16The .btsearch file specifies the structure through which the 
    1717client can conduct searches on torrent search engines.  By 
    1818publishing a simple .btsearch file, search engines can easily be 
     
    3131----------------------------- 
    3232 
    33 The root node of the .btsearch document 
    34 Parent: None 
    35 Requirements: Must appear once as the root node 
     33The root node of the .btsearch document:: 
     34 Parent: None 
     35 Requirements: Must appear once as the root node 
    3636 
    3737ShortName element 
    3838----------------- 
    3939 
    40 Contains a short human-readable name for the search engine 
    41 Parent: OpenSearchDescription 
    42 Requirements: Must appear exactly once 
     40Contains a short human-readable name for the search engine:: 
     41 Parent: OpenSearchDescription 
     42 Requirements: Must appear exactly once 
    4343 
    4444Description element 
    4545------------------- 
    4646 
    47 Contains a human-readable description of the search engine 
    48 Parent: OpenSearchDescription 
    49 Requirements: Must appear exactly once 
     47Contains a human-readable description of the search engine:: 
     48 Parent: OpenSearchDescription 
     49 Requirements: Must appear exactly once 
    5050 
    5151Url element 
    5252----------- 
    5353 
    54 Describes structure through which search requests are made 
    55 Parent: OpenSearchDescription 
    56 Requirements: Must appear exactly once 
    57 Attributes: template - specifies a parameterized template URL for the 
    58 search query, in which {searchTerms} is replaced by the user-supplied 
    59 query. 
     54Describes structure through which search requests are made:: 
     55 Parent: OpenSearchDescription 
     56 Requirements: Must appear exactly once 
     57 Attributes: template - specifies a parameterized template URL for the 
     58 search query, in which {searchTerms} is replaced by the user-supplied 
     59 query. 
    6060 
    6161Example