- get_xbel.xml is almost working - startet ymark api documentation info.html git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7313 6c8d7289-2bf4-0310-a012-ef5d649a1542pull/1/head
parent
808edffaf6
commit
cdd65aca71
@ -0,0 +1,57 @@
|
||||
<!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></li>
|
||||
<li><i>bmtype:</i></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>get_xbel</li>
|
||||
<li>import_ymark.xml
|
||||
<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 | surrogates</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in new issue