We'll mine the search index logs for insight as to what is happening in the development community.
Tip: Reload this site using http:// to run search scripts
pages/search-index-logs
We filter and sort recent logs identifying sites we have successfully indexed. github ![]()
http://ward.dojo.fed.wiki/assets/pages/search-index-logs/sites-indexed.html HEIGHT 200
A variety of things can go wrong with sites that prevent successful index updates. We keep trying reporting most recent error today.
http://ward.dojo.fed.wiki/assets/pages/search-index-logs/sites-missing.html HEIGHT 200
We recognize as retired sites gone for good or otherwise not safe to index.
http://ward.dojo.fed.wiki/assets/pages/search-index-logs/sites-retired.html HEIGHT 200
We return again to the collection of mostly Ruby scripts that implement federation search motivated by fending off slow decay based on growth and evolution in the federation.
We've applied our interest in assembling large graphs from selected aspect represented as small, overlapping graphs. We've used federation search as a test case. demo ![]()
Scan scripts in an asset folder for graph annotations then download to upload for browsing system diagrams.
http://ward.dojo.fed.wiki/assets/pages/search-index-logs/scripts/scan-assets.html HEIGHT 50
pages/search-index-logs/scripts
DOT strict digraph rankdir=LR node [style=filled fillcolor=lightyellow penwidth=3 color=black fontname="Helvetica"] HERE NODE node [style=filled fillcolor=lightblue] WHERE /^Links:/ LINKS HERE -> NODE HERE NODE node [style=filled fillcolor=aliceblue penwidth=3 color=black] edge [dir=both] WHERE /^Jumps:/ LINKS NODE -> HERE node [style="filled,rounded,dotted" fillcolor=white] edge [style=dotted dir=back] HERE NODE BACKLINKS NODE -> HERE