aboutsummaryrefslogtreecommitdiff
path: root/files/ru/mozilla/tech/places/index.html
blob: 261e8beab01ead401347303b6296d4b0e3efba63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
---
title: Places
slug: Mozilla/Tech/Places
tags:
  - Add-ons
  - Developing Mozilla
  - Extensions
  - NeedsTranslation
  - Places
  - TopicStub
translation_of: Mozilla/Tech/Places
---
<p></p>

<p><strong>Places</strong> is the bookmarks and history management system introduced in Firefox 3. It offers increased flexibility and complex querying to make handling the places the user goes easier and more convenient. It also includes new features including favicon storage and the ability to annotate pages with arbitrary information. It also introduces new user interfaces for managing all this information; see <a class="wikimo" href="https://wiki.mozilla.org/Places" title="Places on the Mozilla wiki">Places on the Mozilla wiki</a>.</p>

<p>Places stores its data in an <a class="external" href="http://sqlite.org/">SQLite</a> database using the <a href="/en-US/docs/Storage" title="Storage">mozStorage</a> interfaces.</p>

<table class="topicpage-table">
 <tbody>
  <tr>
   <td>
    <h2 class="Documentation" id="Documentation" name="Documentation">Documentation</h2>

    <dl>
     <dt><a href="/en-US/docs/Places_Developer_Guide" title="Places_Developer_Guide">Places migration guide</a></dt>
     <dd>Migrating existing code to use the Places API.</dd>
     <dt><a href="/en-US/docs/Manipulating_bookmarks_using_Places" title="Manipulating_bookmarks_using_Places">Manipulating bookmarks using Places</a></dt>
     <dd>Examples for how to work with bookmarks using the Places API.</dd>
     <dt><a href="/en-US/docs/Using_the_Places_tagging_service" title="Using_the_Places_tagging_service">Using the Places tagging service</a></dt>
     <dd>How to use the tagging service.</dd>
     <dt><a href="/en-US/docs/Using_the_Places_history_service" title="Using_the_Places_history_service">Using the Places history service</a></dt>
     <dd>How to access history information using the Places API.</dd>
     <dt><a href="/en-US/docs/Using_the_Places_favicon_service" title="Using_the_Places_favicon_service">Using the Places favicon service</a></dt>
     <dd>How to manipulate favicons using the Places API.</dd>
     <dt><a href="/en-US/docs/Using_the_Places_livemark_service" title="Using_the_Places_livemark_service">Using the Places livemark service</a></dt>
     <dd>How to create and manage livemarks.</dd>
     <dt><a href="/en-US/docs/Using_the_Places_annotation_service" title="Using_the_Places_annotation_service">Using the Places annotation service</a></dt>
     <dd>How to work with the annotation service.</dd>
     <dt><a href="/en-US/docs/Mozilla/Tech/Places/Using_the_Places_keywords_API">Using the Places keywords API</a></dt>
     <dd>How to manage Places keywords</dd>
    </dl>

    <dl>
     <dt><a href="/en-US/docs/Querying_Places" title="Querying_Places">Querying Places</a></dt>
     <dd>How to query the bookmarks and history system with specific parameters.</dd>
     <dt><a href="/en-US/docs/Retrieving_part_of_the_bookmarks_tree" title="Retrieving_part_of_the_bookmarks_tree">Retrieving part of the bookmarks tree</a></dt>
     <dd>How to fetch a section of the bookmarks tree using queries.</dd>
     <dt><a href="/en-US/docs/Displaying_Places_information_using_views" title="Displaying_Places_information_using_views">Displaying Places information using views</a></dt>
     <dd>How to use Places views to display Places data in your own applications or extensions.</dd>
     <dt><a href="/en-US/docs/Places_utilities_for_JavaScript" title="Places_utilities_for_JavaScript">Places utilities for JavaScript</a></dt>
     <dd>A library of convenient routines that make it easier to work with Places.</dd>
     <dt><a href="/en-US/docs/Mozilla/Tech/Places/places.sqlite_Database_Troubleshooting">Places Database troubleshooting</a></dt>
     <dd>How to deal with a corrupt places.sqlite database.</dd>
    </dl>

    <p><span class="alllinks"><a href="/en-US/docs/tag/Places" title="tag/Places">View All...</a></span></p>
   </td>
   <td>
    <h2 class="Related_Topics" id="Design_documents" name="Design_documents">Design documents</h2>

    <dl>
     <dt><a href="/en-US/docs/The_Places_database" title="The_Places_database">The Places database</a></dt>
     <dd>High-level overview of the Places database design.</dd>
     <dt><a href="/en-US/docs/Places/History_Service_Design" title="Places/History_Service_Design">History Service Design</a></dt>
     <dd>Design of the history service.</dd>
     <dt><a href="/en-US/docs/Places/Bookmarks_Service/Design" title="Places/Bookmarks_Service/Design">Bookmark Service Design</a></dt>
     <dd>Design of the bookmarks service.</dd>
     <dt><a href="/en-US/docs/Places/Annotation_Service/Design" title="Places/Annotation_Service/Design">Annotation Service Design</a></dt>
     <dd>Design of the annotation service.</dd>
     <dt><a href="/en-US/docs/The_Places_frecency_algorithm" title="The_Places_frecency_algorithm">The Places "frecency" algorithm</a></dt>
     <dd>The algorithm behind the Places location bar (sometimes called the "awesomebar").</dd>
    </dl>
   </td>
  </tr>
 </tbody>
</table>