diff options
| author | mikeworks <mikeworks@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-10-06 00:00:23 +0000 |
|---|---|---|
| committer | mikeworks <mikeworks@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-10-06 00:00:23 +0000 |
| commit | 70576e88d20cb0a917a031955cd16d457bc0f0ea (patch) | |
| tree | a629cda5210951efbace3524d4b82e5bd2c7de80 /htroot/Load_MediawikiWiki.html | |
| parent | efa59250f8df3561705a105cc5f428d8f8f6801e (diff) | |
de.lng: Added some more untranslated strings I found and uncommented old ones that were removed
terminal_p.html: Put back the old ID which was really easy to find
IndexCreate.js: Because XHTML 1.0 Strict does not allow name tags for some elements rewrote most element access functions to use getElementById
Table_API_p.html and all other html pages: Some XHTMl 1.0 Strict fixes, changed checkAll javascript, marked the first row with checkboxes as unsortable where applicable
Table_API_p.java and all other java pages: URLencoded lines with possible ampersands & -> & for validation XHTML 1.0 Strict sourcecode
--> All Index Create pages should validate now. Hope I did not break anything else (too much :-)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7225 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Load_MediawikiWiki.html')
| -rw-r--r-- | htroot/Load_MediawikiWiki.html | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/htroot/Load_MediawikiWiki.html b/htroot/Load_MediawikiWiki.html index 5b2860e4b..50a309958 100644 --- a/htroot/Load_MediawikiWiki.html +++ b/htroot/Load_MediawikiWiki.html @@ -20,11 +20,12 @@ to this page to read the integration hints below. </p> - <form name="Crawler" action="Crawler_p.html" method="post" enctype="multipart/form-data"> + <form id="Crawler" action="Crawler_p.html" method="post" enctype="multipart/form-data"> <fieldset> <dl> <dt><b>URL of the wiki main page</b><br />This is a crawl start point</dt> - <dd><input type="text" name="crawlingURL" value="#[starturl]#" size="60" maxlength="256" onkeypress="changed()" onfocus="check('url')" /></dd> + <dd> + <input type="text" name="crawlingURL" value="#[starturl]#" size="60" maxlength="256" onkeypress="changed()" onfocus="check('url')" /> <input type="hidden" name="crawlingMode" id="url" value="url" checked="checked" /> <input type="hidden" name="createBookmark" value="off" /> @@ -38,7 +39,7 @@ <input type="hidden" name="crawlingDomFilterCheck" value="off" /> <input type="hidden" name="crawlingDomFilterDepth" value="0" /> <input type="hidden" name="crawlingDomMaxCheck" value="off" /> - <input type="hidden" name="crawlingDomMaxPages" "" /> + <input type="hidden" name="crawlingDomMaxPages" value="" /> <input type="hidden" name="crawlingQ" value="off" /> <input type="hidden" name="storeHTCache" value="off" /> <input type="hidden" name="indexText" value="on" /> @@ -48,8 +49,8 @@ <input type="hidden" name="xsstopw" value="off" /> <input type="hidden" name="xdstopw" value="off" /> <input type="hidden" name="xpstopw" value="off" /> - - <dt></dt> + </dd> + <dt> </dt> <dd><input type="submit" name="crawlingstart" value="Get content of Wiki: crawl wiki pages" /></dd> </dl> @@ -62,7 +63,8 @@ To integrate a search window into a MediaWiki, you must insert some code into the wiki template. There are several templates that can be used for MediaWiki, but in this guide we consider that you are using the default template, 'MonoBook.php': - <ul> + </p> + <ul> <li>open skins/MonoBook.php</li> <li>find the line where the default search window is displayed, there are the following statements: <pre><form name="searchform" action="<?php $this->text('searchaction') ?>" id="searchform"> @@ -114,9 +116,8 @@ <li>Check all appearances of static IPs given in the code snippet and replace it with your own IP, or your host name</li> <li>You may want to change the default text elements in the code snippet</li> <li>To see all options for the search widget, look at the more generic description of search widgets at - the <a href="ConfigLiveSearch.html">configuration for live search</a>. - </ul> - </p> + the <a href="ConfigLiveSearch.html">configuration for live search</a>.</li> + </ul> #%env/templates/footer.template%# </body> </html> |
