Version History of Mouse
2
- adds a sub-module that shows random results
- used like
[x-mouse/random]->https://your.home.page/
- set the number of results with
@x-mouse:random=3
- the default number of results is 1
- adds snippet capability in search/news/random results
- set the length with
@x-mouse:snippet=200
characters
- limited to 510 characters
- the default length is 0 for no snippet
- generated from meta description or text paragraphs
- respects robots directive
nosnippet
- respects HTML attribute
data-nosnippet
- adds pagination to search results (experimental)
- set the results per page as
@x-mouse:page=20
- adds an Atom feed of the 15 most recently discovered pages
- the feed is described with data from the first search realm
- modifies the news sub-module
- changes the default number of results from 6 to 1
- limited to 15 results
- shown titles get updated to reflect changes in the page
- changes HTML ouput from
<ol>
to <ul>
- not experimental anymore
- ignores URLs ending in .avif or .jxl
- truncates titles after 255 characters
- truncates meta keywords after 510 characters
- respects robots directive
none
- improves parsing of x-robots-tag HTTP headers
- improves HTML output readability with linebreaks
- changes classes in HTML output from x-mouse… to mouse…
- changes
type='textbox' role='searchbox'
to type='search'
- jumps to search results after hitting search button
- empties previously undocumented file self.js
- will be removed in next version, delete references to it!
- uses Aneamal 29's public and private folders
- imports an old database and news file from the old cache, but functionality is limited until a new database is filled
- fixes displayed
Trigger in Aneamal
in help page when Aneamal is not installed in the Document root
- requires PHP 7.4
- requires Aneamal 28, but Aneamal 29 is recommended
- published 2022-05-12
1.0.1
- fixes an error in case of empty text/html responses
- does not follow
<link>
elements with unaccepted type attributes anymore
- does not follow links with certain
rel
attributes anymore
- does not follow URLs longer than 255 bytes anymore
- respects each instead of just the first
role
of an HTML element
- published 2020-05-23
1
- initial release
- published 2019-11-08