From 01b97ef3f80c53f4f7ed65e339da4d0935b90689 Mon Sep 17 00:00:00 2001
From: orbiter
This will place a invisible 1-pixel image. If you change the icon=invisible to icon=redpill, you will see a red pill
Use this, to track your activity in the web.
- you can view your tracks at
http://localhost:8080/Tracks.html
- There is a public api to your tracks at
http://localhost:8080/api/tracks_p.json
which needs authentication
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5581 6c8d7289-2bf4-0310-a012-ef5d649a1542
---
.classpath | 98 +++++++++---------
build.xml | 2 +-
htroot/ConfigBasic.html | 5 +-
htroot/Trails.html | 67 ++++++++++++
htroot/Trails.java | 13 +++
htroot/api/trail_p.java | 47 +++++++++
htroot/api/trail_p.json | 8 ++
htroot/cytag.java | 89 ++++++++++++++++
htroot/env/grafics/invisible.png | Bin 0 -> 143 bytes
htroot/env/grafics/mcemailh.gif | Bin 423 -> 0 bytes
htroot/env/grafics/redpillmini.png | Bin 0 -> 482 bytes
htroot/index.html | 1 +
source/de/anomic/http/httpHeader.java | 6 +-
source/de/anomic/http/httpd.java | 2 +-
source/de/anomic/http/httpdFileHandler.java | 7 +-
.../anomic/kelondro/order/DateFormatter.java | 5 +
.../de/anomic/plasma/plasmaSwitchboard.java | 3 +
source/de/anomic/server/serverCore.java | 3 -
.../de/anomic/server/servletProperties.java | 1 +
19 files changed, 295 insertions(+), 62 deletions(-)
create mode 100644 htroot/Trails.html
create mode 100644 htroot/Trails.java
create mode 100644 htroot/api/trail_p.java
create mode 100644 htroot/api/trail_p.json
create mode 100644 htroot/cytag.java
create mode 100644 htroot/env/grafics/invisible.png
delete mode 100644 htroot/env/grafics/mcemailh.gif
create mode 100644 htroot/env/grafics/redpillmini.png
diff --git a/.classpath b/.classpath
index c8ae866ba..c57d83ee4 100644
--- a/.classpath
+++ b/.classpath
@@ -1,49 +1,49 @@
-
-