00:42:54 well I think this lib and some of my own preprocessing will do nicely for when wikitext is needed. Bit bulky but meh.. 00:43:00 now to add to generateContent 01:24:33 granted htmlentitiy encoding could be a problem but i could go without it as long as only authorized people can edit it or add more syntax to my preparsing. 01:24:56 but it sure looks WAY better with a seamonkey template than mozillawiki https://cci-dev.thereisonlyxul.org/status-meetings/2008-07-01 01:25:44 Done for the day unless I have another idear 01:25:49 ;) 01:25:58 anyone alive? 01:51:45 https://dpaste.org/vus37/raw 02:03:30 :P 02:17:04 welcome back a-865 03:52:48 nsITobin: I never left. That's the ISP somehow breaking my connection between libera and Chatzilla over and over again most days. :( 03:54:38 a-865: i dunno if it is obvious but I adore the kind of work I been doing past few weeks on the PHP and server stuff 04:05:55 that is stuff I know nothing about 04:53:28 a-865: could always learn 05:10:58 I'm more than behinder enough already 14:07:28 good morning 14:16:19 You know, friends, peers, combatants... Sometimes it IS the little things that keep us going to keep up the task of dealing with the big things. 14:18:13 nsITobin hi 14:18:56 Greetings 14:23:17 this mdn yaml hack is great for databaseless pseudo-static content 14:23:29 --- 14:23:30 title: Status Meeting 2008-07-01 14:23:30 type: wiki 14:23:30 --- 14:24:02 yaml header hack 14:24:15 best thing to come out of MDN since the last had XUL documentation 14:24:20 they* 14:27:21 frg_Away: see bug zone on https://cci-dev.thereisonlyxul.org/special/test/?case=wikitext 14:29:32 I have also whitelisted the following to be un-entitied 14:29:32 $unEntities = implode(kPipe, ['laquo', 'raquo', 'hellip', 'mdash', 'nbsp', 'trade', 'copy', 'quot', 'bull', ]); 14:29:33 $reHTML = implode(kPipe, ['small', 'hr', 'strong', 'em', 's', 'strike']); 14:30:43 "implode" 14:30:46 :giggity: 14:30:52 that PHP function name will always make me giggle 14:31:12 i like explode better 14:31:51 public static function ExplodeStr(string $aSeparator, string $aString) { 14:31:51 return (!str_contains($aString, $aSeparator)) ? [$aString] : 14:31:51 array_values(array_filter(explode($aSeparator, $aString), 'strlen')); 14:31:51 } 14:32:38 makes sure when stuff like paths don't end up with pre and suffixed empty values which standard explode does 14:32:45 public static function ExplodePath(string $aPath) { 14:32:45 return ($aPath == kSlash) ? ['root'] : nsUtils::ExplodeStr(kSlash, $aPath); 14:32:45 } 14:33:23 but that is WELL past the general polite limit of five lines of pasted crap.. so time to stop pasting :P 14:36:47 trust me tomman my code has reached a high level of development and has been used successfully in the deployment of nofer trunions.. 14:37:15 the PHP nsEncabulator is t.... the hell am I saying. 14:37:19 dunno, I haven't touched a single line of PHP at a professional level since I made my final internship at college in 2009 14:37:58 all the memories i have are "why we are doing the same thing in 3 different ways!?" 14:38:06 i dunno if my code is actually professional level.. likely not it doesn't have enough bugs in it let alone composer dependancy hell and trying to satsify all the PSRs at once.. 14:38:09 (it was a shared codebase among 4 interns) 14:39:07 This is what builds rebel mozinfra https://phpthewrongway.com/ 14:39:08 lol 14:45:26 like i said last night I love this kind of work especially when it works 14:46:32 the best code you can write indeed is the one that actually does what it is supposed to do 14:46:56 the worst code you can write is the one that APPARENTLY does the job, but 5 years later down the road it starts failing in mysterious ways 14:47:14 then you check carefully and realize that your code was crap since Day One, and it only worked because of pure sheer luck 14:48:02 code that should have failed horrendously during testing, or right after deploying in production, but nope, it Just Werked™ 14:48:12 Phoebus will eventually truncate its xpinstall data if an add-on gets enough updates for Pale Moon.. this is a known flaw.. as far as I know it hasn't been fixed by them.. I was unconserned because Phobos redesigned the db schema to not emulate a fuckin ini file 14:48:14 ...until planets aligned and it stopped doing 14:50:07 otherwise it stands.. nearly four years without any significant development from me and a few botched patches by moonchild.. it still works.. Solid design overall the very basis of my code today. 14:51:00 that netscape aesthetic i infuse does wonderful things to code 14:51:04 :P 14:59:30 *.banana *.split 15:25:36 there I cut out the interwiki bs and merged the stuff into ONE easy to consume lib 15:25:43 file* 15:26:11 was literaly only ONE conditional anyway not worth justifing all the extra code and a massive json file 15:26:44 which I guess I am maintaining now since the forker hasn't done anything in 3 years 15:27:04 along with the old repat rdf parser for php and potentally safemysql 17:29:27 THIS should never happen.. but it occasionally does .. now its handled. 17:29:28 https://cci-dev.thereisonlyxul.org/special/test/?case=wikitext 17:30:10 my error reporting and basic output failing 17:30:12 i mean 17:31:03 of course when not debug.. just an unexplained 404 19:20:53 eh screw that.. this will do the trick.. nsRuntime::DisableErrorHandler(); 20:44:06 be back later on 23:39:11 Anyone here able to answer this SeaMonkey question: how long will it support Windows Pro 7 SP1 64-bit? 23:44:42 Again, Anyone here able to answer this SeaMonkey question: how long will it support Windows Pro 7 SP1 64-bit? 23:45:16 Admin_Mike: I am trying to think of an answer because I am not an authoritative source.. 23:45:39 OK, just saw you logon... no problem. 23:45:46 There are no current plans I am aware of to drop NT 6.1 support 23:46:12 OK, that is what I hoped to hear, thanks. 23:46:13 Admin_Mike: we have logging I don't NEED to be here .. I just LIKE to be 23:47:04 Admin_Mike: Project Status Meetings are the best place to watch for that if you wanna catch it before it hits release 23:47:14 currently on the Mozilla wiki 23:47:45 https://wiki.mozilla.org/SeaMonkey/StatusMeetings 23:48:11 nslTobin thanks for the link and thanks for the quick reply. 23:48:24 I just happened to look at the logbot 23:49:46 Admin_Mike: There is also this as an outgrowth of There is only XUL dot org https://seamonkey.thereisonlyxul.org/ has a number of resources linked that MAY be of intrest though its mostly developer resources 23:50:05 it's* 23:51:31 nsITobin thanks for the further info. I am going to close the chatzilla client if that is all.... 23:54:18 Bye 23:56:17 I dunno what I like better.. babbling all day or just popping in and out.. 23:57:26 may try popping in and out more.. 23:58:00 lazyload nsITobin?! 23:58:03 i dunno 23:58:59 it's up to njsg