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.
orbiter
05f34a3fa7
added a full, complete, database insert, update and delete API for the tables.
Please see this example:
list all database tables:
http://localhost:8090/api/table_p.xml
now create a new table and insert some values into 'mytable'
http://localhost:8090/api/table_p.xml?table=mytable&pk=&commitrow=&col_termin=Release%20Machen&col_datum=24.11.2011&col_status=ongoing
list the table content:
http://localhost:8090/api/table_p.xml?table=mytable&pk=
update the table and change a single value inside. You must refer to the row using a primary key 'pk'
http://localhost:8090/api/table_p.xml?table=mytable&pk=000000000001&commitrow=&col_datum=29.11.2011
you can also select rows using a search operator
http://localhost:8090/api/table_p.xml?table=mytable&pk=&count=10&search=
now lets delete the row:
http://localhost:8090/api/table_p.xml?table=mytable&pk=&deleterows=pk_000000000001
and we can also delete the complete table:
http://localhost:8090/api/table_p.xml?table=mytable&deletetable=
You can use this to administrate the robots, bookmarks and API steering using an outside application!
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8071 6c8d7289-2bf4-0310-a012-ef5d649a1542
|
13 years ago |
.. |
bookmarks
|
refactoring
|
14 years ago |
ymarks
|
YMarks:
|
13 years ago |
blacklists.java
|
*) cleaning up the code a little bit
|
14 years ago |
blacklists.xml
|
moved all servlets from htroot/xml to htroot/api
|
16 years ago |
blacklists_p.java
|
*) cleaning up the code a little bit
|
14 years ago |
blacklists_p.xml
|
moved all servlets from htroot/xml to htroot/api
|
16 years ago |
config_p.java
|
*) cleaning up the code a little bit
|
14 years ago |
config_p.xml
|
moved all servlets from htroot/xml to htroot/api
|
16 years ago |
feed.java
|
refactoring
|
14 years ago |
feed.rss
|
moved all servlets from htroot/xml to htroot/api
|
16 years ago |
feed.xml
|
rssTerminal.html: Fixing the 'null' is null or not an object in rss2.js when viewing the YaCy default Status page http://localhost:8080/Status.html with Internet Explorer
|
15 years ago |
getpageinfo_p.java
|
add a bookmark automatically each time a new crawl is started
|
13 years ago |
getpageinfo_p.xml
|
getpageinfo: Checks if there is a OAI repository behind the URL.
|
13 years ago |
latency_p.java
|
- cora package has now no dependencies to other yacy packages and becomes a 'base' package (refactoring)
|
14 years ago |
latency_p.xml
|
svn attributes added
|
16 years ago |
queues_p.java
|
refactoring
|
14 years ago |
queues_p.xml
|
removed the indexing queue. This queue was superfluous since the introduction of the blocking queues last year, where documents are parsed, analysed and stored in the index with concurrency.
|
16 years ago |
status_p.java
|
refactoring:
|
14 years ago |
status_p.xml
|
- cleanup, removed unused imports
|
15 years ago |
table_p.html
|
Fixes for (X)HTML compatibility.
|
15 years ago |
table_p.java
|
added a full, complete, database insert, update and delete API for the tables.
|
13 years ago |
table_p.xml
|
added a full, complete, database insert, update and delete API for the tables.
|
13 years ago |
termlist_p.java
|
refactoring:
|
14 years ago |
termlist_p.xml
|
enhanced termlist
|
14 years ago |
timeline.java
|
refactoring
|
14 years ago |
timeline.xml
|
added experimental timeline api
|
16 years ago |
trail_p.java
|
refactoring:
|
14 years ago |
trail_p.json
|
added new cybertag-tracking feature that was inspired by itgrl
|
16 years ago |
version.java
|
refactoring:
|
14 years ago |
version.xml
|
improvments to debianpackage:
|
16 years ago |
webstructure.java
|
refactoring:
|
14 years ago |
webstructure.xml
|
added evaluation of incoming links in webstructure api
|
16 years ago |
yacydoc.html
|
- added geo information parsing to html parser
|
14 years ago |
yacydoc.java
|
refactoring:
|
14 years ago |
yacydoc.xml
|
- added geo information parsing to html parser
|
14 years ago |
ynetSearch.java
|
moved ynetSearch to get all files out of htroot/api/util/
|
13 years ago |
ynetSearch.json
|
moved ynetSearch to get all files out of htroot/api/util/
|
13 years ago |
ynetSearch.xml
|
moved ynetSearch to get all files out of htroot/api/util/
|
13 years ago |