ChanServ changed the topic of #picolisp to: PicoLisp language | Channel Log: https://irclog.whitequark.org/picolisp/ | Check also http://www.picolisp.com for more information
aw- has quit [Quit: Leaving.]
aw- has joined #picolisp
aw- has quit [Ping timeout: 245 seconds]
aw- has joined #picolisp
aw- has quit [Quit: Leaving.]
aw- has joined #picolisp
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #picolisp
orivej has quit [Ping timeout: 246 seconds]
mtsd has joined #picolisp
mtsd has quit [Quit: Leaving]
orivej has joined #picolisp
mtsd has joined #picolisp
orivej has quit [Ping timeout: 246 seconds]
anddam has quit [Ping timeout: 260 seconds]
<Regenaxer> I think I give up the idea of a new GUI, separating design from server logic. It gets so complicated to explain to a designer that it has no advantage over the current micro-templates
<Regenaxer> I need a completely dynamic GUI, and designers generally produce static layouts
anddam has joined #picolisp
<beneroth> it's a incredible hard problem
<Regenaxer> T
<Regenaxer> I'll dig more into micro-templates instead
<beneroth> yeah, I think that is the road to go
<beneroth> my next attempt will be to try find abstract definitions for GUI components (e.g. a menu is a data structure containing other gui components) and then a template (or multiple, for different styling flavors) to render such a component
<beneroth> so a template implements/renders a specific GUI component
<Regenaxer> cool
orivej has joined #picolisp
<beneroth> aw-, Microsoft added its package source to Raspberry Pi OS https://www.youtube.com/watch?v=OnA_s9IBSmA
<beneroth> I missed that
orivej has quit [Ping timeout: 260 seconds]
<aw-> beneroth: haha that's.. funny..
<aw-> i use Debian though
<aw-> would doubt they would do that in Debian without major a uprising
<beneroth> good for you
<beneroth> T
<beneroth> though Debian is like one of the last projects where this believe exists at all
* beneroth looks at Ubuntu
<aw-> yeah Ubuntu is just as bad
<aw-> lots of questionable things in there
<Regenaxer> Grr, my single-form Wikipedia search does not work any more
<Regenaxer> They changed the search form obviously
<Regenaxer> Does anybody have a link to some howto?
* beneroth uses the firefox search box (the separate one)
<Regenaxer> I have a 3-liner in w3m and PilBox
<Regenaxer> I used this, embedded in various pages: http://ix.io/2UyJ
<Regenaxer> Now Wikipedia uses a form with two buttons
<Regenaxer> But I want *without* button, just with Enter
<Regenaxer> Any idea if there is some info somewhere?
<Regenaxer> What search parameters Wikipedia expects now?
<Regenaxer> Too bad they broke that :(
<aw-> search form?
<Regenaxer> yeah
<Regenaxer> This used to work for decades: http://ix.io/2UyJ
<Regenaxer> I tried to fiddle out what to call instead
<Regenaxer> no success so far
<Regenaxer> the /w/index.php gives an error, but the source of the standard search page still points to it
<aw-> hmm
<aw-> try this: <input type="text" name="search" size="20" value="Go">
<aw-> are you using POST or GET for search?
<Regenaxer> The value just initializes the field
<Regenaxer> I tried various <hidden>
<Regenaxer> for one of the buttons
<aw-> oh sorry
<aw-> <input type="hidden" name="go" value="Go">
<aw-> add that too
<Regenaxer> I think I tried
<Regenaxer> moment
<aw-> in the URL bar i can search with ?go=Go&search=whatever
<Regenaxer> I see
<Regenaxer> I try to put this into my action
<Regenaxer> ie go=Go
<aw-> yeah same thing
<Regenaxer> yes
<Regenaxer> same
<Regenaxer> it always says "W/index.php does not exist"
<Regenaxer> upper case W
<aw-> why /W ?
<Regenaxer> but I pass lower
<aw-> something wrong on your end there
<Regenaxer> no idea
<aw-> try /wiki
<Regenaxer> this works: http://ix.io/2UyV
<Regenaxer> it is the standard search
<Regenaxer> but with 2 buttons
<aw-> unncessary i think
<Regenaxer> haaaa!!!
<aw-> try instead of /w/index.php, try /wiki?go=Go
<Regenaxer> Works!
<Regenaxer> yes
<aw-> ? what works?
<Regenaxer> just wiki is ok
<aw-> oh yeah, dont need go=Go
<Regenaxer> action="https://de.wikipedia.org/wiki
<aw-> haha, great
<Regenaxer> action="https://de.wikipedia.org/wiki"
<Regenaxer> just this! :)
<Regenaxer> haha, thanks a lot!!
<aw-> np
<Regenaxer> Even simpler now :)
orivej has joined #picolisp
orivej has quit [Ping timeout: 268 seconds]
mtsd has quit [Quit: Leaving]
orivej has joined #picolisp
csrabak has joined #picolisp
csrabak has quit [Quit: Leaving]
orivej has quit [Remote host closed the connection]
orivej has joined #picolisp
casaca has quit [Ping timeout: 265 seconds]
DerGuteMoritz has quit [Ping timeout: 265 seconds]
DerGuteMoritz has joined #picolisp