Changeset 10858 for dotorg/trunk/html
- Timestamp:
- 02/15/2008 05:35:59 PM (10 months ago)
- Files:
-
- 1 modified
-
dotorg/trunk/html/beps/bep_0018.rst (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dotorg/trunk/html/beps/bep_0018.rst
r10856 r10858 14 14 ========= 15 15 16 The .btsearch file will specifythe structure through which the16 The .btsearch file specifies the structure through which the 17 17 client can conduct searches on torrent search engines. By 18 18 publishing a simple .btsearch file, search engines can easily be … … 31 31 ----------------------------- 32 32 33 The root node of the .btsearch document 34 Parent: None35 Requirements: Must appear once as the root node33 The root node of the .btsearch document:: 34 Parent: None 35 Requirements: Must appear once as the root node 36 36 37 37 ShortName element 38 38 ----------------- 39 39 40 Contains a short human-readable name for the search engine 41 Parent: OpenSearchDescription42 Requirements: Must appear exactly once40 Contains a short human-readable name for the search engine:: 41 Parent: OpenSearchDescription 42 Requirements: Must appear exactly once 43 43 44 44 Description element 45 45 ------------------- 46 46 47 Contains a human-readable description of the search engine 48 Parent: OpenSearchDescription49 Requirements: Must appear exactly once47 Contains a human-readable description of the search engine:: 48 Parent: OpenSearchDescription 49 Requirements: Must appear exactly once 50 50 51 51 Url element 52 52 ----------- 53 53 54 Describes structure through which search requests are made 55 Parent: OpenSearchDescription56 Requirements: Must appear exactly once57 Attributes: template - specifies a parameterized template URL for the58 search query, in which {searchTerms} is replaced by the user-supplied59 query.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. 60 60 61 61 Example