From 1bc7201df9637710bc1ac0695e4523385d4a0d96 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 4 Aug 2007 11:37:12 +0000 Subject: sse git-svn-id: file:///home/lennart/svn/public/sse/trunk@80 5fbabb74-0606-0410-a5e4-b5cc6a42724e --- feed/sse_config_local.py | 10 ++++++++++ www/test.html | 23 +++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 feed/sse_config_local.py create mode 100644 www/test.html diff --git a/feed/sse_config_local.py b/feed/sse_config_local.py new file mode 100644 index 0000000..ed2303f --- /dev/null +++ b/feed/sse_config_local.py @@ -0,0 +1,10 @@ + +SSE_DIR = "/home/lennart/sse/feed" +SSE_CRAWLER_ID = 1 + +SSE_DB_HOST = "localhost" +SSE_DB_USER= "sse_rw" +SSE_DB_PASSWORD = "iiD2Uete" +SSE_DB_DATABASE = "sse" + +SSE_DEBIAN_URL_DOWNLOAD = "http://update.alturo-server.de/debian/" diff --git a/www/test.html b/www/test.html new file mode 100644 index 0000000..fe38dfc --- /dev/null +++ b/www/test.html @@ -0,0 +1,23 @@ + + + + + +Source Search Engine + + +

Better get an XSLT capable browser!

2 in crawler

+

134478 in file

+

2009 in package

+

2055 in provider_record

+

4 in test

+

24811524 in word

+ +
+
+

+

+
+
+ + \ No newline at end of file -- cgit