diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-03-16 22:31:54 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-03-16 22:31:54 +0000 |
| commit | 7150b463ff2e6e305e8ffc7012bd615e8a05822d (patch) | |
| tree | 9a6829c3a3e2e51e8ba4f8b9d5330fbc0b901f22 /htroot/Threaddump_p.html | |
| parent | 54cb097ea432b254f5ffa7e3d79298c9d3561439 (diff) | |
changed handling of default values and database paths:
- the default files yacy.init and for the network definition is now moved to the path defaults
- the httpProxy.conf is renamed to yacy.conf
- the DATA/INDEX/PUBLIC is renamed to the actual network nickname, which should be freeworld or sciencenet
more menu entries
- added apfelmaennchens alternative search page to the menu
- added the new thread dump page to the server log menu point as submenu
modifications
- modified the thread dump page: sorting by thread type
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4575 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Threaddump_p.html')
| -rw-r--r-- | htroot/Threaddump_p.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/Threaddump_p.html b/htroot/Threaddump_p.html index e78f96c9b..4689c70d3 100644 --- a/htroot/Threaddump_p.html +++ b/htroot/Threaddump_p.html @@ -1,7 +1,7 @@ <!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>
- <title>YaCy '#[clientname]#': Threaddump</title>
+ <title>YaCy '#[clientname]#': Thread Dump</title>
#%env/templates/metas.template%#
</head>
<body id="Threaddump">
@@ -15,7 +15,7 @@ <div>
- #(dump)#::#[content]##(/dump)#
+ #(dump)#::<tt>#[content]#</tt>#(/dump)#
</div>
#%env/templates/footer.template%#
</body>
|
