You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
Something like: ./ml howto or ./ml howto cpf. The latter would search for wiki page titles containing that string. Not as good as searching the page contents, but github has no search for wiki pages.
I experimented a bit with nokogiri and the built-in _pages wiki page:
This is a self-contained script that works. Just need a nice way to integrate into Roxy. Issue is that nokogiri could be missing, and not sure how to gracefully decay when it is embedded in server_config.rb or alike..
@paxtonhare maybe you have an idea how to encapsulate this such that it doesn't break whole ml?
The text was updated successfully, but these errors were encountered:
Something like:
./ml howto
or./ml howto cpf
. The latter would search for wiki page titles containing that string. Not as good as searching the page contents, but github has no search for wiki pages.I experimented a bit with nokogiri and the built-in _pages wiki page:
This is a self-contained script that works. Just need a nice way to integrate into Roxy. Issue is that nokogiri could be missing, and not sure how to gracefully decay when it is embedded in server_config.rb or alike..
@paxtonhare maybe you have an idea how to encapsulate this such that it doesn't break whole ml?
The text was updated successfully, but these errors were encountered: