/* Part of LogicMOO Base Logicmoo Path Setups % =================================================================== File: 'logicmoo_util_library.pl' Purpose: To load the logicmoo libraries as needed Contact: $Author: dmiles $@users.sourceforge.net ; Version: 'logicmoo_util_library.pl' 1.0.0 Revision: $Revision: 1.7 $ Revised At: $Date: 2002/07/11 21:57:28 $ Author: Douglas R. Miles Maintainers: logicmoo E-mail: logicmoo@gmail.com WWW: http://www.logicmoo.org SCM: https://github.com/logicmoo/PrologMUD/tree/master/pack/logicmoo_base Copyleft: 1999-2015, LogicMOO Prolog Extensions License: Lesser GNU Public License % =================================================================== %:- use_module(library(logicmoo/butterfly_console)). */ % We save the name of the module loading this module :- if(current_prolog_flag(xref,true)). % XREF :- if((prolog_load_context(source,F),prolog_load_context(file,F))). :- module(butterfly,[bformat/1,bformat/2,bformat/3, is_butterfly_console/0, set_is_butterfly_console/1, bfly_test/1, write_html/1, bfly_tests/0, send_tokens/1, pre_style/0,mouse_over_span/0]). :- endif. :- endif. :- define_into_module([ bformat/1,bformat/2,bformat/3, is_butterfly_console/0, set_is_butterfly_console/1, bfly_test/1, write_html/1, bfly_tests/0, bfly/0, print_raw_html_page/1, send_tokens/1, pre_style/0,mouse_over_span/0]). :- use_module(library(logicmoo_common)). :- use_module(library(logicmoo/pretty_clauses)). :- thread_local(t_l:in_block_format/0). :- dynamic(lmcache:is_butterfly_thread/2). %:- use_module(library(pengines)). :- pengine_sandbox:use_module(library(pengines)). :- use_module(library(http/html_write)). :- autoload(library(http/html_write),[html/3,print_html/1]). :- autoload(library(lynx/html_text),[html_text/2]). set_is_butterfly_console(TF):- thread_self(X), retractall(lmcache:is_butterfly_thread(X,_)), asserta(lmcache:is_butterfly_thread(X,TF)),!, (TF==t->pre_style;true). :- meta_predicate(wbfc(0)). wbfc(G):-G=true,!,set_is_butterfly_console(t). wbfc(G):-G=false,!,set_is_butterfly_console(f). wbfc(Goal):-with_butterfly_console(t,Goal). :- meta_predicate(with_butterfly_console(+,0)). with_butterfly_console(TF,Goal):- in_bfly(TF,Goal). %with_butterfly_console(TF,Goal):- thread_self(X), %retractall(lmcache:is_butterfly_thread(X,_)), % setup_call_cleanup(asserta(lmcache:is_butterfly_thread(X,TF),Ref),Goal,erase(Ref)). is_butterfly_console:- toplevel_pp(bfly),!. is_butterfly_console:- thread_self(X), lmcache:is_butterfly_thread(X,TF),!,TF==t. is_butterfly_console:- getenv('COLORTERM',butterfly),!. %is_butterfly_console:- thread_self(X),atom(X),(atom_concat(_,'23',X);atom_concat(_,'01',X);atom_concat(_,'00',X)),!. block_format(G):- t_l:in_block_format,!,call(G). block_format(G):- wots((S),locally(t_l:in_block_format,G)),bformat(S),!. %bfly_write_html(S):- !, format_safely("(HTML ~w)",[S]),!. %bfly_write_html(P):- format_safely("\x90;HTML|~w\x93",[P]). %bfly_write_html(P):- format_safely("P;HTML|~wP",[P]),!. %' %bfly_write_html(S):- format_safely("\x1bP;HTML|~w\x1bP",[S]),end_escape. %bfly_write_html(S):- rich_output(Out),!,with_output_to(Out,bfly_write_html(S)). %bformat(P):- is_visible_output,is_butterfly_console,format_safely(string(S),'~w',[P]),atom_contains(S,'<'),!,bformat(S). % %:- /*system:*/use_module(library(http/term_html)). :- /*system:*/use_module(pretty_clauses,[bfly_term//2]). :- /*system:*/use_module(library(http/thread_httpd)). :- /*system:*/use_module(thread_httpd:library(http/http_dispatch)). %:- use_module(library(http/http_dispatch)) :- /*system:*/use_module(swi(library/http/html_head)). :- /*system:*/use_module(library(http/http_dispatch)). :- /*system:*/use_module(library(http/http_path)). :- /*system:*/use_module(library(http/http_log)). :- /*system:*/use_module(library(http/http_client)). :- /*system:*/use_module(library(http/http_server_files)). :- /*system:*/use_module(library(http/http_parameters)). :- /*system:*/use_module(library(uri)). :- /*system:*/use_module(library(http/http_openid)). :- /*system:*/use_module(library(http/http_host)). % :- use_module(library(http/html_write)). :- /*system:*/use_module(library(http/http_error)). %:- abolish(bfly_dyn:bfly_style_type/6). :- dynamic(bfly_dyn:bfly_style_type/6). :- volatile(bfly_dyn:bfly_style_type/6). %:- abolish(bfly_dyn:bfly_style_answered/0). :- dynamic(bfly_dyn:bfly_style_answered/0). :- volatile(bfly_dyn:bfly_style_answered/0). %:- abolish(bfly_dyn:bfly_style_asked/1). :- dynamic(bfly_dyn:bfly_style_asked/1). :- volatile(bfly_dyn:bfly_style_asked/1). maybe_into_number(A,Num):- number(A),!,Num=A. maybe_into_number(A,Num):- \+ string(A), sformat_safe(S,'~w',[A]), string(S),!, maybe_into_number(S,Num),!. maybe_into_number(A,Num):- atomic_list_concat([_|Es],'/',A), Es\==[], last(Es,E),!,maybe_into_number(E,Num). maybe_into_number(A,Num):- atom_number(A,Num),!. maybe_into_number(_,Num):- Num is -1. use_pts_files:- fail. bfly_reoffer:- \+ use_pts_files,!. bfly_reoffer:- bfly_info, retractall(bfly_dyn:bfly_style_type(_,_,_,_,_,_)), retractall(bfly_dyn:bfly_style_asked(_)), retractall(bfly_dyn:bfly_style_answered), bfly_offer(60), bfly_info. bfly_offer:- bfly_offer(15). bfly_offer(_Duration):- \+ use_pts_files,!. bfly_offer( Duration):- expand_file_name('/dev/pts/*',[_,_|X]), retractall(bfly_dyn:bfly_style_asked(_)), retractall(bfly_dyn:bfly_style_answered), forall(member(E,X),bfly_ask_style(E)), get_time(Time), Until is Time + Duration, (repeat, ((get_time(TimeNow), TimeNow > Until) -> true ; wait_for_input_or_web)), !. bfly_start:- do_each_main_interval(bfly_offer(15), 60). %bfly_start:- initialization(do_each_main_interval(bfly_offer(15), 60), program). %:- add_history(bfly_start). :- export(bfly_start/0). wait_for_input_or_web:- \+ bfly_dyn:bfly_style_asked(_),!. wait_for_input_or_web:- bfly_dyn:bfly_style_answered,!. wait_for_input_or_web:- with_tty_raw(( wait_for_input([user_input], In, 0.3), (In==[]-> (!,fail) ; (get_single_char(H),!, asserta(bfly_dyn:bfly_style_answered), bfly_key_accept(H))))),!. bfly_key_accept(H):- H = 32, retractall(bfly_dyn:bfly_style_asked(_)),!. bfly_key_accept(H):- H> 96, PTS is H-96, bfly_decl_style_key(PTS,ansi),!. bfly_key_accept(H):- H> 64, PTS is H-64, bfly_decl_style_key(PTS,ansi),!. bfly_decl_style_key(Num,_Style):- \+ bfly_dyn:bfly_style_asked(Num),!. bfly_decl_style_key(Num, Style):- thread_self(TID),bfly_decl_1_style(TID,Num,Style). :- export(bfly_decl_style_http/1). bfly_decl_style_http(Request) :- member(search(List),Request), member(tid=TID,List), member(pts=PTS,List), member(style=Style,List), bfly_decl_1_style(TID,PTS,Style),!, print_term_to_html_page(Request). print_term_to_html_page(Tree):- wots(S, in_pp_html((nl,print_tree_nl(Tree)))), print_raw_html_page(S), !. print_raw_html_page(S):- phrase(pretty_clauses:html([ html([head(''),body(pre( \ html_raw(S)))])]), Tokens),!, print_html(Tokens). %:- http_handler(swish(logicmoo), xlisting_web:handler_logicmoo_cyclone, [id(handler_logicmoo_cyclone)]). % chunked %:- http_handler(swish(nc_logicmoo), xlisting_web:handler_logicmoo_cyclone1, [chunked,id(handler_logicmoo_cyclone1)]). %:- http_handler('/swish/bfly_decl_1_style',butterfly:bfly_decl_1_style,[prefix]). :- http_handler(('/swish/bfly_decl_style'),bfly_decl_style_http,[chunked,methods([get,post,put])]). :- export(bfly_decl_1_style/3). bfly_decl_1_style(TID,PTSA,Style):- \+ number(PTSA), maybe_into_number(PTSA,Num), number(Num), !, bfly_decl_1_style(TID,Num,Style). %bfly_decl_1_style(_TID,Num,_Style):- \+ bfly_dyn:bfly_style_asked(Num),!. bfly_decl_1_style(TID,Num,Style):- %id_to_href(ID,HREF), ignore(bfly_dyn:bfly_style_type(TID,E,Num,In,Out,_Was)), forall(bfly_dyn:bfly_style_type(TID,E,Num,In,Out,_), retractall(bfly_dyn:bfly_style_type(TID,E,Num,In,Out,_))), asserta(bfly_dyn:bfly_style_type(TID,E,Num,In,Out,Style)), asserta(bfly_dyn:bfly_style_answered), retractall(bfly_dyn:bfly_style_asked(_)),!. print_tree_html(Term):- current_print_write_options(Options), print_tree_html(Term, Options). print_tree_html(Term, Options):- in_pp_html(print_tree(Term,Options)). print_html_term(Term):- current_print_write_options(Options), print_html_term(Term, Options). print_html_term(Term, Options):- must_or_rtrace(phrase(bfly_term(Term,Options),Tokens)),!, must_or_rtrace(send_tokens(Tokens)),!. remove_if_last(Tokens,TokensRight,TokensLeft):-append(TokensLeft,TokensRight,Tokens),!. remove_if_last(TokensRightLeft,_,TokensRightLeft). send_tokens(['<',html,'>'|Tokens]):-!,remove_if_last(Tokens,[''],TokensLeft),send_tokens_1(TokensLeft). send_tokens(Tokens):- send_tokens_1(Tokens). send_tokens_1([nl(1)|Tokens]):-!,remove_if_last(Tokens,[nl(1)],TokensLeft),send_tokens(TokensLeft). send_tokens_1(Tokens):- with_output_to(string(HTMLString), html_write:print_html(Tokens)),write_html(HTMLString). write_html(HTMLString):- our_pengine_output(HTMLString),!. %write_html(HTMLString):- ((pengines:pengine_self(_) -> pengines:pengine_output(HTMLString) ;write(HTMLString))),!. %write_html(HTMLString):- bfly_html_goal(format_safely('~w',HTMLString)). /* set_html_stream_encoding:- set_stream_encoding(utf8). as_html_encoded(Goal):- with_enc(utf8,Goal). with_enc(Enc,Goal):- stream_property(current_output,encoding(Was)), setup_call_cleanup(current_prolog_flag(encoding,EncWas), (( ignore(catch(set_prolog_flag(encoding,Enc),_,true)), current_prolog_flag(encoding,EncNew), locally(set_prolog_flag(encoding,EncNew), setup_call_cleanup( set_stream_encoding(Enc), Goal, set_stream_encoding(Was))))), set_prolog_flag(encoding,EncWas)). set_stream_encoding(Text):- %set_prolog_flag(encoding,Text), notrace(( ignore(catch(set_stream(current_output,encoding(Text)),_,true)), ignore(catch(set_stream(user_output,encoding(Text)),_,true)), ignore(catch(set_stream(current_output,tty(true)),_,true)))),!. */ bfly_portray(X):- \+ tracing, ground(X), \+ ( nb_current('$inprint_message', Messages), Messages\==[] ), bfly_get(butterfly,t), max_html_width(W120), display_length(X,L), L>W120, print_tree_html(X). :- meta_predicate(in_bfly(+,0)). in_bfly(TF,Goal):- bfly_get(butterfly,Was), setup_call_cleanup( bfly_set(butterfly,TF), Goal, bfly_set(butterfly,Was)),!. :- meta_predicate(in_pp_html(0)). in_pp_html(Goal):- with_pp(bfly,Goal). bfly_ask_style(E):- maybe_into_number(E,Num), bfly_ask_style(E, Num). bfly_ask_style(_, Num):- bfly_dyn:bfly_style_asked(Num),!. bfly_ask_style(E, _):- E=='/dev/pts/ptmx',!. %bfly_ask_style(E, _):- bfly_dyn:bfly_style_type(_TID,E, _,_,_,UK), UK\==unknown, !. bfly_ask_style(_, Num):- bfly_dyn:bfly_style_type(_TID,_,Num,_,_,UK), UK\==unknown, !. bfly_ask_style(_, Num):- number(Num), Num is -1, !. bfly_ask_style(E, Num):- ignore(( atom(E), thread_self(TID), current_output(Out), current_input(In), retractall(bfly_dyn:bfly_style_type(_,_,Num,_,_,_)), asserta(bfly_dyn:bfly_style_asked(Num)), sformat_safe(S1,'Click This GOLD text at ~w for an HTMLy Interface.

', [TID,Num,E]), bfly_to_pts(E,html_esc,S1), Key is Num + 64, sformat_safe(S2,'~nOr Press: =ansi, <~s>=ansi, =cancel',[[Key],[Key]]), bfly_to_pts(E,ansi,S2), nop(asserta(bfly_dyn:bfly_style_type(TID,E,Num,In,Out,ansi))) )). open_for_output(E,_Style,Out,close(Out)):- atom(E), exists_file(E), open(E,append,Out),!. open_for_output(E,_Style,Out,true):- atomic(E), is_stream(E),!,Out = E. open_for_output(N, Style,Out,OnExit):- number(N),atom_concat('/dev/pts/',N,E), open_for_output(E,Style,Out,OnExit). open_for_output(_,_Style,Out,true):- current_output(Out). tty_to_output_style(E, Style):- \+ number(E),maybe_into_number(E,Num),number(Num),!,tty_to_output_style(Num, Style). tty_to_output_style(Num, Style):- bfly_dyn:bfly_style_type(_,_,Num,_,_, Style), !. tty_to_output_style(Num, unknown):- bfly_dyn:bfly_style_asked(Num),!. tty_to_output_style(_, html_esc):- bfly_dyn:bfly_style_type(_,_,_,_,_,ansi),!. tty_to_output_style(_, ansi). :- meta_predicate(bfly_html_goal(0)). bfly_html_goal(Goal):- inside_bfly_html_esc,!,call(Goal). bfly_html_goal(Goal):- bfly_in_out(Goal). bfly_write_h(S0):- !, bfly_write_hs(S0). bfly_write_h(S0):- prepend_trim_for_html(S0,SM), prepend_trim(SM,S), bfly_write_s(S),!. %bfly_write_hs(S):- bfly_in_out_old(write(S)),!. bfly_write_hs(S):- \+string(S),sformat(SS,'~w',[S]),!,bfly_write_hs(SS). bfly_write_hs(S):- ignore(( \+ empty_str(S), %replace_in_string([';HTML|'=' '],S,RS), RS = S, bfly_in_out_old(write(RS)))). %, (bfly_out,flush_output)))),ttyflush,bfly_out,flush_output. /* bformats(S):- in_pp(ansi),!,write(S). bformats(S):- atom_codes(S,Cs), maplist(map_html_entities,Cs,CsO),atomic_list_concat(CsO,W),!,write(W). map_html_entities(Code,S):- name(S,[Code]),!. map_html_entities(62,'>'). map_html_entities(60,'<'). map_html_entities(38,'&'). % map_html_entities(32,' '). map_html_entities(Code,S):- Code == 124,!,sformat(S, '&#~w;',[Code]). map_html_entities(Code,S):- Code>160, !, sformat(S, '&#~w;',[Code]). map_html_entities(Code,S):- Code<32, !, sformat(S, '&#~w;',[Code]),!. map_html_entities(Code,S):- name(S,[Code]),!. map_html_entities(Code,S):- sformat(S, '&#~w;',[Code]),!. */ % prepend_trim_for_html(S,S):-!. Fileinfo %prepend_trim_for_html(S,SS):- correct_html_len(S,SS). prepend_trim_for_html(S,SS):- prepend_trim(S,SM),correct_html_len(SM,SS). %correct_html_len(S,S):- atom_contains(S,'

'),!.
correct_html_len(S,O):- atomic_list_concat(L,'\n',S),maplist(correct_html_len1,L,LL),!,atomic_list_concat(LL,'\n',O).

max_html_width(120).

find_and_ofset('',1).
find_and_ofset('/>',0).

find_and_ofset(' ',0).


find_place_to_split1(S,Before):- 
  max_html_width(W120), W110 is W120-10,
  find_and_ofset(Split,Offset0),
  (Offset0 == len, atom_length(Split,Offset) ; Offset = Offset0),
  sub_atom(S,Before0,_,_,Split),
  Before is Before0+Offset,
  Before > 50,  Before < W110,!.


find_place_to_split1(S,Before):- 
  max_html_width(W120), 
  member(Split,['','>',')','  ','/*',' ']),
  sub_atom(S,Before,_,_,Split),
  Before > 50,  Before < W120,
  sub_atom(S,0,Before,_,Left), 
  \+ atom_contains(Left,' setup_call_cleanup(bfly_out, wotso(Goal), bfly_in) ; call(Goal).

:- meta_predicate(bfly_out_in_old(0)).
bfly_out_in_old(Goal):- inside_bfly_html_esc -> setup_call_cleanup(bfly_out(old), wotso(Goal), bfly_in(old)) ; call(Goal).

:- meta_predicate(bfly_in_out_old(0)).
bfly_in_out_old(Goal):- (inside_bfly_html_esc;in_pp(http)) -> call(Goal) ; 
   setup_call_cleanup(bfly_in(old), call(Goal), bfly_out(old)).

:- meta_predicate(bfly_in_out(0)).
bfly_in_out(Goal):- inside_bfly_html_esc -> call(Goal) ; 
  (locally(bfly_tl:bfly_setting('$bfly_style_html_esc',t),wots(S,Goal)),our_pengine_output(S)).
bfly_in_out(Goal):- in_pp(http),!,call(Goal).
bfly_in_out(Goal):- string_output,!,call(Goal).
bfly_in_out(Goal):- inside_bfly_html_esc -> call(Goal) ; 
  (bfly_in(_),locally(bfly_tl:bfly_setting('$bfly_style_html_esc',t),Goal),bfly_out(_)). % our_pengine_output(S)).

bflyw:-!.

ccls:- cls,bfly_write(ansi,escape_from_screen([call(cls)])).

bfly_title(_Title):- (toplevel_pp(swish);toplevel_pp(http)),!.
bfly_title(Title):- escape_from_screen(format("\e]2;~w\a",[Title])).

%with_html_mode(Goal):- nb_current(isHtmlMode,t)-> call(Goal);
%  setup_call_cleanup(bfly_title("+HtmlMode"),locally(nb_setval(isHtmlMode,t),Goal),bfly_title("-HtmlMode")).

:- nb_setval(isMonospace,nil).
with_monospace(Goal):- nb_current(isMonospace,t)-> call(Goal);
  setup_call_cleanup(bfly_title("+Monospace"),locally(nb_setval(isMonospace,t),Goal),bfly_title("-Monospace")).

bfly_in:- bfly_in(old).


bfly_in(_):- inside_bfly_html_esc,!,flag('$inside_bfly_html_esc_level',X,X+1).
bfly_in(old):- bflyw,set_bfly_style('html_esc',t),!,bfly_write(_,[raw_debug('™'),escape_from_screen([esc(80),';HTML|']),raw_debug('∈')]).

set_pp(X):- pp_set(X).

bfly_out:- bfly_out(old).


bfly_out(_):- inside_bfly_html_esc, !,
 bfly_write(_,[raw_debug('∂'),escape_from_screen(esc(7)), raw_debug('∉')]),
  set_bfly_style('html_esc',f).
bfly_out(_):- flag('$inside_bfly_html_esc_level',X,X-1).

inside_bfly_html_esc:- in_bfly_style('html_esc',t).


/*
 Assume will be printed to..

Stream Type               Starts_in            Will SwitchTo
============            ===============       ==============
httpd stream              html_esc             pre_tag,html_esc
pengines output           html_esc             pre_tag,html_esc
ansi terminal             ansi             ansi
butterfly terminal        ansi             html_esc,ansi


html_esc = unformated body elements
ansi = text with color info
ansi = text with color info
pre_tag = preformat text with HTML embedded


*/


%bfly_write_html(S):- (nb_current('$in_swish',t);pengines:pengine_self(_Self)),!, pengines:pengine_output(S),!.
% bfly_write_html(S):- bfly_to_all_pts(S),!.
%bformat(P):- compound(P),wots((S),post_html(P)),bfly_write_html(S),!.

%write_direct(S):- in_swish,!, pengines:pengine_output(S).
write_direct(S):- pformat(S).

%bformat(P):- atom(P),sformat_safe(S,P,[]),!,bformat(S).
%bformat(S):- string(S),atom_concat(PL,'\n',S),!,bformat(PL).
%bformat(S):- t_l:in_block_format,!,format_safely("~w",[S]),!.
bformat(Stream,Fmt,Args):- atomic(Stream),is_stream(Stream),!, with_output_to(Stream,bformat(Fmt,Args)).
bformat(Stream,Fmt,Args):- format_safely(Stream,Fmt,Args).
bformat(Fmt,Args):- sformat_safe(P,Fmt,Args),bformat(P).
bformat(S):- use_pts_files,!,bfly_to_all_pts(S).
bformat(S):- write(S).

sformat_safe(Stream,Fmt,Args):- catch(sformat(Stream,Fmt,Args),E,(ansi,wdmsg(E),dumpST,break)).
format_safely(Stream,Fmt,Args):- catch(format(Stream,Fmt,Args),E,(ansi,wdmsg(E),dumpST,break)).
format_safely(Fmt,Args):- catch(format(Fmt,Args),E,(ansi,wdmsg(E),dumpST,break)).
format_safely(Fmt):- catch(format(Fmt),E,(ansi,wdmsg(E),dumpST,break)).

%bfly_write(Write):- bfly_html_goal(write(current,Write)).
%bfly_write(Write):- bfly_write_hs(Write).
bfly_write_plain(Stuff):- bfly_out_in(bfly_write(ansi,Stuff)).
bfly_write_html(Stuff):- bfly_html_goal(bfly_write(http,Stuff)).
bfly_write_pre(Stuff):- bfly_write_html(pre(Stuff)).


bfly_html_pre(Goal):- in_pp(ansi),!,call(Goal).
bfly_html_pre(Goal):- wots(S,in_bfly(f,with_pp(ansi,Goal))), bfly_write_pre(S).


escape_from_screen(G):- bfly_write(current,escape_from_screen(call(G))).

%only_bfly(Goal):- ignore((toplevel_pp(bfly), \+ string_output, Goal)).
only_bfly(Goal):- ignore((toplevel_pp(bfly), Goal)).

guess_is_pp(Guess):- in_pp(Guess).
% guess_is_pp(Guess):- toplevel_pp(Guess).

string_output:- stream_property(current_output,close_on_abort(true)), \+ stream_property(current_output,close_on_exec(false)).

bfly_write(Style,S):- var(S),!, bfly_write(Style,var_in_style(Style,S)),!.
bfly_write(_Styl, call(X)):-!, call(X).
bfly_write(_,  '$html'):- !, only_bfly(bfly_in).
bfly_write(_,'$nohtml'):- !, only_bfly(bfly_out).
bfly_write(_,esc(Char)):- !, only_bfly(( put(27),!, put_code(Char))).

bfly_write(Style,escape_from_screen('$start')):- !, only_bfly(bfly_write(Style,[when_in_screen(esc(80))])).
bfly_write(Style,escape_from_screen('$end')):- !, only_bfly(bfly_write(Style,[when_in_screen(esc(92))])).
bfly_write(Style,escape_from_screen(X)):-!, bfly_write(Style,[when_in_screen(esc(80)),X,when_in_screen(esc(92))]).
bfly_write(Style,when_in_screen(X)):- !, only_bfly(ignore((getenv('TERM',screen),bfly_write(Style,X)))).
bfly_write(ansi,pre(X)):- !,bfly_write(ansi,X).
bfly_write(_Styl,pre(X)):- !, bfly_write_html([html('
'),X,html('
')]),!. bfly_write(_Styl,html(X)):- !, bfly_write_html(X),!. bfly_write(_Styl,raw_debug(X)):- !, nop(write(X)),!. bfly_write(ansi,term(X)):- !, bfly_out_in(print_tree(X)). bfly_write(_Styl,term(X)):- !, bfly_html_goal(print_html_term(X)). bfly_write(ansi,style(_,X)):- !, bfly_out_in(bfly_write(ansi,X)). bfly_write(Style,style(C,X)):- !,bfly_write(Style,[html('',[C]),X,html('')]),!. bfly_write(ansi,color(C,X)):- !,color_format(fg(C),'~@',[bfly_write(ansi,X)]). bfly_write(_Styl,color(C,X)):- !,sformat_safe(S,'',[C]),bfly_write_html([html(S),X,html('')]),!. bfly_write(_Styl,w(Text)):- !, write(Text). % needed in order to write an integer or special atoms bfly_write(_Styl,hwt(0)):- !, bfly_write_html('
hello world
'). bfly_write(_Styl,hwt(a)):- !, write("\e]8;;https://example.com\aThis is a link\e]8;;\a\c"). bfly_write(Style,hwt(1)):- !, bfly_write(Style,ht('https://example.com','This is a link')). bfly_write(Style,hwt(2)):- !, bfly_write(Style,ht2('https://example.com','This is a link')). bfly_write(_Styl,ht(H,T)):- !, write("\e]8;;"),write(H),write("\a"),write(T),write("\e]8;;\a\c"). bfly_write(_Styl,ht2(H,T)):- !, write("\e]8;;"),bfly_write_html(H),write("\a\c"),write(T),write("\e]8;;\a\c"). bfly_write(_Styl,ho(H)):- !, write("\e]8;;"),bfly_write_html(H),write("\a"),write("\e]8;;\a\c"). bfly_write(_Styl,ansi(X)):-!, bfly_write_plain(X). bfly_write(Style,'$clr'):- !, bfly_write(Style,esc(92)). bfly_write(Style,nl):- !, (inside_bfly_html_esc -> bfly_write(Style,'
'); nl). bfly_write(_Styl,Code):- integer(Code), !, put(Code). bfly_write(Style,S):- (string(S);is_codelist(S);is_charlist(S)), format_safely(atom(T),'~s',[S]), !, bfly_write(Style,T). bfly_write(Style,IsList):- is_list(IsList), !, bfly_at_once(must_maplist_det(bfly_write(Style),IsList)),!. bfly_write(current,S):- guess_is_pp(What),!,bfly_write1(What,S). bfly_write(Style,S):- bfly_write1(Style,S),!. bfly_write1(_Styl,S):- atom(S),(atom_contains(S,'<'),atom_contains(S,'>')),!,write_direct(S). %bfly_write(ansi,S):- guess_is_pp(ansi),!,writ bfly_write1(_Styl,X):-!, pformat(X). :- multifile(cp_menu:menu_item/2). :- dynamic(cp_menu:menu_item/2). :- asserta(cp_menu:menu_item('https://logicmoo.org/4123/', 'Butterfly REPL')). :- asserta(cp_menu:menu_item('/swish/', 'SWISH')). :- meta_predicate(esc_screen(0)). esc_screen(X):- Style=current, setup_call_cleanup( bfly_write(Style,when_in_screen(esc(80))), call(X), bfly_write(Style,when_in_screen(esc(97)))). in_bfly_style(Style,Value):- as_bfly_style(Style,Var), !, bfly_get(Var,Value). set_bfly_style(Style,Value):- as_bfly_style(Style,Var), !, bfly_set(Var,Value). as_bfly_style(Style,Var):- atom_concat('$bfly_style_',Style,Var). :- dynamic(bfly_tl:bfly_setting/2). :- thread_local(bfly_tl:bfly_setting/2). bfly_set(List):- is_list(List),!,maplist(bfly_set,List). bfly_set(Name):- atomic(Name),!,bfly_set(Name,t). bfly_set(Cmpd):- Cmpd=..[Name,Value],!,bfly_set(Name,Value). bfly_set(Name,Value):- retractall(bfly_tl:bfly_setting(Name,_)),nb_setval(Name,Value),asserta(bfly_tl:bfly_setting(Name,Value)). bfly_get(Style,Was):- nonvar(Was),!,bfly_get(Style,Waz),!,Was=Waz. bfly_get(Name,Value):- nb_current(Name,Value), Value\==[],!. bfly_get(Name,Value):- bfly_tl:bfly_setting(Name,Value),!. bfly_get(_,f). bfly_start_link(String):- % make, bfly_set(location,String),parse_url(String,Attribs), bfly_set(Attribs), ignore((sub_string(String,_,1,After,'?'),sub_string(String,_,After,0,Value),bfly_set(command,Value), www_form_encode(Cmd,Value),atom_to_term(Cmd,Prolog,_),dmsg(cmd=Prolog),on_xf_ignore(Prolog))). :- thread_local(tl:in_bfly_at_once/0). :- meta_predicate(bfly_at_once(0)). bfly_at_once(G):- tl:in_bfly_at_once, !, call(G). bfly_at_once(G):- flush_output, ttyflush, locally(tl:in_bfly_at_once, (wots((S),(G,flush_output)),!, write(S),flush_output)), flush_output, ttyflush. bfly_info:- \+ use_pts_files,!,in_cmt(listing(bfly_tl:bfly_setting/2)). bfly_info:- expand_file_name('/dev/pts/?',[_,_|X]), nl,wdmsg(bfly_info(X)),nl, in_cmt(listing(bfly_dyn:bfly_style_asked/1)), in_cmt(listing(bfly_dyn:bfly_style_answered/0)), in_cmt(listing(bfly_dyn:bfly_style_type/6)), in_cmt(listing(bfly_tl:bfly_setting/2)). bfly_to_all_pts(S):- expand_file_name('/dev/pts/?',[_,_|X]), forall(member(E,X),bfly_to_pts(E,S)),!. bfly_to_pts(E,S):- ignore((tty_to_output_style(E,Style),!,bfly_to_pts(E,Style,S))). bfly_to_pts(E,Style,S):- setup_call_cleanup( open_for_output(E,Style,Out,OnExit), with_output_to(Out,bfly_write(Style,S)), OnExit),!. insert_js(File):- bformat('',[File]). pre_style(''):- !. % TODO uncomment pre_style(''). pre_style:- pre_style(Style),bfly_write_html(Style). mouse_over_span:- bfly_write_html('

Each word will be wrapped in a span.

A second paragraph here.

Word: '). is_visible_output:- current_output(Out),stream_property(Out,buffer(line)),stream_property(Out,alias(_)). clean_pre(Pre,Clean):- subst_string(Pre,'
\n','
',M),subst_string(M,'\n\n','\n',Clean).
subst_string(Pre,B,A,Clean):- atomic_list_concat(List,B,Pre),atomic_list_concat(List,A,Clean).

post_html(HTML):- notrace(catch(post_html0(HTML),Err,writeq(post_html((Err),HTML)))).
% post_html0(HTML):- is_list(HTML),!,maplist(post_html,HTML).
post_html0(HTML):- re_html(HTML, SafeHTML), html_write:html(SafeHTML,O,[]),fix_print_html(O,OO),print_html(OO),!.

fix_print_html([nl(2)],[]).
fix_print_html([],[]).
fix_print_html([pre,>,nl(1)|O],[pre,>|OO]):- !, fix_print_html(O,OO).
fix_print_html([nl(1),nl(0), (pengines:pengine_self(M);prolog_load_context(module, M)) ; M =MM),
  re_html(M, HTML, HTMLSafe),!.

re_html(M, HTML, SafeHTML):- \+ ground(HTML), !, imploded_copyvars(HTML,COPY), re_html(M, COPY, SafeHTML).
re_html(M, HTML, SafeHTML):- is_list(HTML), !, maplist(re_html(M), HTML, SafeHTML).
re_html(M, '$VAR'(Var), HTML):- re_html(M, pre(["$VAR-",Var]), HTML).
re_html(M, A=B, SafeHTML):- re_html(M, [A,pre(=),B], SafeHTML).
re_html(M, element(E,P,L), element(E,P,LL)):- !,re_html(M, L, LL).
re_html(M, s(HTML), SafeHTML):- re_html(M, s(' ',HTML), SafeHTML).
re_html(M, s(Sep,HTML), SafeHTML):- is_list(HTML), pad_list(HTML,Sep,PaddedHTML),!,re_html(M, PaddedHTML, SafeHTML).
re_html(_, ' ', &(nbsp)):-!.
re_html(M, HTML, SafeHTML):- \+ compound(HTML), swish_safe_html(HTML, M, SafeHTML),!.
re_html(_, HTML, SafeHTML):- \+ compound(HTML),!,SafeHTML= HTML.
re_html(_, HTML, \[<,Name,/>]):- compound_name_arity(HTML,Name,0),!.
re_html(_, \ List, \ List):- is_list(List),!.
re_html(_, '$'(Stuff), \ Flat):- flatten([Stuff],Flat),!.
re_html(_, HTML, element(Name,[],[])):- compound_name_arity(HTML,Name,0),!.
re_html(M, HTML, SafeHTML):- compound_name_arguments(HTML,F,HTMLList),
   re_html(M, HTMLList,SafeHTMLList), 
  compound_name_arguments(SafeHTML,F,SafeHTMLList).
re_html(M, HTML, SafeHTML):- swish_safe_html(HTML, M, SafeHTML),!.

pad_list([],_,[]):-!. 
pad_list([W],_,[W]):-!. 
pad_list([W|HTML],Pad,[W,Pad|PaddedHTML]):-
 pad_list(HTML,Pad,PaddedHTML).

swish_safe_html(HTML, M, SafeHTML):- 
  notrace(catch(call(call,swish_html_output:make_safe_html(HTML, M, SafeHTML)),_,HTML=SafeHTML)).

bfly_test(bfly_info):-  bfly_info.
bfly_test(a1):-  bfly_in_out(writeln('writeln SWI-Prolog owl logo')). 
bfly_test(a2):-  bfly_html_goal(writeln(('SWI-Prolog owl logo'))). 
bfly_test(a3):-  bfly_html_goal(our_pengine_output(('SWI-Prolog owl logo'))). 
bfly_test(a4):-  our_pengine_output(`SWI-Prolog owl logo`). 
bfly_test(0):-  bfly_write(current,[html('
hi there fred0
'), ' foo']). bfly_test(1):- bfly_write_html('
hi
there 
 fred1
'). %bfly_test(2):- pre_style, bfly_write(html('
this non yellow  goes to logicmoo.org
')). %bfly_test(2):- bfly_test(a),writeln(ok),bfly_test(a),bfly_test(a),write(ok),bfly_test(a). %bfly_test(3):- bformat('targa'). bfly_test(4):- bformat(''). %bfly_test(5):- bfly_html_goal(writeln('
')). %bfly_test(6):- our_pengine_output(('')). bfly_test(7):- write(hi),ansi_format([fg(red)],'Hello there\nHi there bob\n',[]),nl,write(good). into_attribute_q(Obj,TextBoxObj):- sformat_safe(Text,'~q',[Obj]),into_attribute(Text,TextBoxObj). :- export(into_attribute/2). :- system:import(into_attribute/2). into_attribute(Obj,TextBoxObj):- (atomic(Obj)->sformat_safe(Text,'~w',[Obj]);sformat_safe(Text,'~q',[Obj])), xml_quote_attribute(Text,TextBoxObj,ascii),!. bfly_tests:- forall(clause(bfly_test(Name),Body), ((writeln(test(Name)),ignore(Body),nl))),!. bfly_test_8:- our_pengine_output(`

This is a minimalist HTML and JavaScript skeleton of the GoJS Sample blockEditor.html. It was automatically generated from a button on the sample page, and does not contain the full HTML. It is intended as a starting point to adapt for your own usage. For many samples, you may need to inspect the full source on Github and copy other files or scripts.

This text is displayed if your browser does not support the Canvas HTML element.

Double-click in the background to create a new node. Create groups by selecting nodes and invoking Ctrl-G; Ctrl-Shift-G to ungroup a selected group. A selected node will have four orange triangles that when clicked will automatically copy the node and link to it. Use the context menu to change the shape, color, thickness, and dashed-ness.

Links can be drawn by dragging from the side of each node. A selected link can be reconnected by dragging an end handle. Use the context menu to change the color, thickness, dashed-ness, and which side the link should connect with. Press the F2 key to start editing the label of a selected link.

GoJS version 2.2.15. Copyright 1998-2022 by Northwoods Software.

View this sample page's source on GitHub

`). :- fixup_exports. :- fixup_module_exports_now. :- multifile(user:portray/1). :- dynamic(user:portray/1). % user:portray(X):- \+ current_prolog_flag(debug, true), \+ tracing, bfly_portray(X), !.