summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-08-04 11:37:12 +0000
committerLennart Poettering <lennart@poettering.net>2007-08-04 11:37:12 +0000
commit1bc7201df9637710bc1ac0695e4523385d4a0d96 (patch)
treee40c298a87036ef178f452c29f865725cb382ba2
parent09ce29d3da9bfd92ea4c3f7cf7122d5a570ee10b (diff)
sse
git-svn-id: file:///home/lennart/svn/public/sse/trunk@80 5fbabb74-0606-0410-a5e4-b5cc6a42724e
-rw-r--r--feed/sse_config_local.py10
-rw-r--r--www/test.html23
2 files changed, 33 insertions, 0 deletions
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 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<?xml-stylesheet type="text/xsl" href="style.xsl"?>
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"/>
+<title>Source Search Engine</title>
+</head>
+<body>
+<p><b>Better get an XSLT capable browser!</b></p><p style="display:none;"><span id="n_crawler">2</span> in crawler</p>
+<p style="display:none;"><span id="n_file">134478</span> in file</p>
+<p style="display:none;"><span id="n_package">2009</span> in package</p>
+<p style="display:none;"><span id="n_provider_record">2055</span> in provider_record</p>
+<p style="display:none;"><span id="n_test">4</span> in test</p>
+<p style="display:none;"><span id="n_word">24811524</span> in word</p>
+
+<div class="formbox">
+<form action="/sse/" method="get">
+<p><input type="text" name="q" value="" /> <input type="submit" value="Search" /></p>
+<p><input type="checkbox" id="subword" name="subword" value="1" /> <label for="subword">subwords</label></p>
+</form>
+</div>
+</body>
+</html> \ No newline at end of file