<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yacy/htroot/IndexImportOAIPMH_p.html, branch master</title>
<subtitle>YaCy search server with some extra patches
</subtitle>
<id>https://git.fennell.dev/yacy/atom?h=master</id>
<link rel='self' href='https://git.fennell.dev/yacy/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/'/>
<updated>2025-08-01T06:30:46Z</updated>
<entry>
<title>YaCy Index Pack Generator - refactoring of the SURROGATE process into a</title>
<updated>2025-08-01T06:30:46Z</updated>
<author>
<name>Michael Peter Christen</name>
<email>mc@yacy.net</email>
</author>
<published>2025-08-01T06:30:46Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=de8fef9bf14e0c56f0aaac9199dd6071d87f1731'/>
<id>urn:sha1:de8fef9bf14e0c56f0aaac9199dd6071d87f1731</id>
<content type='text'>
"PACK" concept.</content>
</entry>
<entry>
<title>use css error class for error msg in IndexImportOAIPMH_p.html,</title>
<updated>2017-04-02T18:36:22Z</updated>
<author>
<name>reger</name>
<email>reger18@arcor.de</email>
</author>
<published>2017-04-02T18:36:22Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=9339a6a4c5bc6053bddd823b859b297b82eed462'/>
<id>urn:sha1:9339a6a4c5bc6053bddd823b859b297b82eed462</id>
<content type='text'>
adjust to xhtml &lt;p&gt; usage rule</content>
</entry>
<entry>
<title>apply default css styles (class btn) to submit buttons </title>
<updated>2015-12-25T00:08:51Z</updated>
<author>
<name>reger</name>
<email>reger18@arcor.de</email>
</author>
<published>2015-12-25T00:08:51Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=50f64ddc3b87c64e6f29dc6f038023f1fb1da7fc'/>
<id>urn:sha1:50f64ddc3b87c64e6f29dc6f038023f1fb1da7fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Complete redesign of administration top-level menu. This follows two</title>
<updated>2014-03-31T13:47:58Z</updated>
<author>
<name>Michael Peter Christen</name>
<email>mc@yacy.net</email>
</author>
<published>2014-03-31T13:47:58Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=701df02ead37cbc6047cdc221eb1f128fd0373f7'/>
<id>urn:sha1:701df02ead37cbc6047cdc221eb1f128fd0373f7</id>
<content type='text'>
principles:
- provide an easy tutorial-like "what should I do first" menu
- provide all elements which are subject to most first questions to YaCy
exibition people on top level: Resource limitation, Parser and Ranking
settings
I apologize to everyone who are used to the old style and need to find
the menu items (again) after this change. I hope that this will make the
interface more usable for new users who see a web indexer/crawler the
first time.
</content>
</entry>
<entry>
<title>make internal page links relative to ease any future development for context aware servlets</title>
<updated>2014-02-10T20:40:42Z</updated>
<author>
<name>reger</name>
<email>reger18@arcor.de</email>
</author>
<published>2014-02-10T20:40:42Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=365f77ea8c7aa07eb501095e9987f55dd5cd8a0b'/>
<id>urn:sha1:365f77ea8c7aa07eb501095e9987f55dd5cd8a0b</id>
<content type='text'>
note also http://bugs.yacy.net/view.php?id=106</content>
</entry>
<entry>
<title>added </title>
<updated>2011-02-14T22:57:43Z</updated>
<author>
<name>orbiter</name>
<email>orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542</email>
</author>
<published>2011-02-14T22:57:43Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=abb35addb8d9f1de932636c5055f6cbb154ee5ac'/>
<id>urn:sha1:abb35addb8d9f1de932636c5055f6cbb154ee5ac</id>
<content type='text'>
accept-charset="UTF-8"
to all forms
this applies patches from http://forum.yacy-websuche.de/viewtopic.php?p=20891#p20891

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7482 6c8d7289-2bf4-0310-a012-ef5d649a1542
</content>
</entry>
<entry>
<title>de.lng: Added some more untranslated strings I found and uncommented old ones that were removed</title>
<updated>2010-10-06T00:00:23Z</updated>
<author>
<name>mikeworks</name>
<email>mikeworks@6c8d7289-2bf4-0310-a012-ef5d649a1542</email>
</author>
<published>2010-10-06T00:00:23Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=70576e88d20cb0a917a031955cd16d457bc0f0ea'/>
<id>urn:sha1:70576e88d20cb0a917a031955cd16d457bc0f0ea</id>
<content type='text'>
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 &amp; -&gt; &amp;amp; for validation XHTML 1.0 Strict sourcecode
--&gt; 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
</content>
</entry>
<entry>
<title>- enhanced index create menu structure</title>
<updated>2010-09-14T09:06:27Z</updated>
<author>
<name>orbiter</name>
<email>orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542</email>
</author>
<published>2010-09-14T09:06:27Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=906c5726219d0562679639cfc27ae021497b36e2'/>
<id>urn:sha1:906c5726219d0562679639cfc27ae021497b36e2</id>
<content type='text'>
- clear search log caches each time a search is done

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7142 6c8d7289-2bf4-0310-a012-ef5d649a1542
</content>
</entry>
<entry>
<title>enhanced and fixed OAI-PMH import</title>
<updated>2010-04-30T14:03:51Z</updated>
<author>
<name>orbiter</name>
<email>orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542</email>
</author>
<published>2010-04-30T14:03:51Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=fc5efcc05a7817c2d5c2a7e1c1b958eb5bbc3d87'/>
<id>urn:sha1:fc5efcc05a7817c2d5c2a7e1c1b958eb5bbc3d87</id>
<content type='text'>
- now importing OAI-PMH server list fron two sources
- simultanous import from several servers (even &gt; 2000)
- check buttons on OAI-PMH server list to select multiple servers for import start
- it is possible to select all servers at once for import
- imported XML data is gzipped after import from surrogate reader

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6847 6c8d7289-2bf4-0310-a012-ef5d649a1542
</content>
</entry>
<entry>
<title>- fixes to csv parser</title>
<updated>2009-11-03T21:18:19Z</updated>
<author>
<name>orbiter</name>
<email>orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542</email>
</author>
<published>2009-11-03T21:18:19Z</published>
<link rel='alternate' type='text/html' href='https://git.fennell.dev/yacy/commit/?id=11f7da06ed8e3f430d692ef94f5367677434a648'/>
<id>urn:sha1:11f7da06ed8e3f430d692ef94f5367677434a648</id>
<content type='text'>
- automatic OAI-PMH import by just clicking on one link from the provided resource list

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6449 6c8d7289-2bf4-0310-a012-ef5d649a1542
</content>
</entry>
</feed>
