You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.8 KiB
64 lines
1.8 KiB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
<title>YaCy - YMark API Info</title>
|
|
</head>
|
|
<body>
|
|
<h3>YaCy - YMark API Info</h3>
|
|
<ul>
|
|
<li>add_ymark.xml
|
|
<ul>
|
|
<li><i>url: the bookmark url</i></li>
|
|
<li><i>title:</i></li>
|
|
<li><i>desc:</i></li>
|
|
<li><i>tags:</i></li>
|
|
<li><i>folders:</i></li>
|
|
<li><i>public:</i></li>
|
|
</ul>
|
|
</li>
|
|
<li>delete_ymark.xml
|
|
<ul>
|
|
<li><i>id:</i></li>
|
|
<li><i>url:</i></li>
|
|
</ul>
|
|
</li>
|
|
<li>get_ymark.xml
|
|
<ul>
|
|
<li><i>id:</i></li>
|
|
<li><i>url:</i></li>
|
|
<li><i>tags:</i></li>
|
|
<li><i>folders:</i></li>
|
|
</ul>
|
|
</li>
|
|
<li>get_treeview.[xml | json]
|
|
<ul>
|
|
<li><i>root:</i> the folder to display</li>
|
|
<li><i>bmtype:</i></li>
|
|
</ul>
|
|
</li>
|
|
<li>get_xml
|
|
<ul>
|
|
<li><i>root:</i> the root folder to start export from</li>
|
|
<li><i>type:</i> xbel | rss | rdf</li>
|
|
</ul>
|
|
</li>
|
|
<li>import_ymark.[xml | html]
|
|
<ul>
|
|
<li><i>bmfile:</i> the bookmark file you want to import
|
|
<ul>
|
|
<li>method="post"</li>
|
|
<li>enctype="multipart/form-data"</li>
|
|
<li>charset="UTF-8"
|
|
<br/>for special characters to display correctly, it is important that the file is utf-8 encoded
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li><i>importer:</i> html | xbel </li>
|
|
<li><i>table:</i> the table you want to import in (admin authentication required)</li>
|
|
<li><i>redirect:</i> you can specify a html redirect (HTTP-EQUIV="REFRESH")</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</body>
|
|
</html> |