-
nsITobin
a-865: i don't believe so
-
a-865
:(
-
nsITobin
this should be no different than any pre-quantum xul app unless seamonkey goes multiprocess
-
nsITobin
how are you a-865
-
a-865
I think I closed enough tabs to settle it down.
-
a-865
the releasever of the beta in $topic is confusing
-
nsITobin
a-865: sorry my mouse cursor vanished and wouldn't come back
-
nsITobin
it was strange
-
nsITobin
also edge is barely useable without a mouse
-
nsITobin
seamonkey and other xul apps have superior useability for keyboard driven ui
-
njsg
a-865: did it settle down after the closing down of tabs?
-
a-865
njsg: muchly
-
njsg
ah, good; there is or was a state that can be reached with 100% CPU usage which I have yet to understand fully
-
njsg
but if it settled, then it wasn't that :-)
-
a-865
I always have mega-lots of tabs, and no-script, but tab count had gotten really excessive. Also, that profile is where mail window is normally open 24/7.
-
a-865
also I'm using buc's build for (sane) iso8601 dates
-
njsg
I should probably finally figure out how to change ICU's localization data
-
njsg
glibc I know.
-
nsITobin
heh .. seabugs
-
nsITobin
hi frg_Away
-
nsITobin
welcome back
-
frg_Away
nsITobin hi
-
frg_Away
conference call and need to boot 10
-
nsITobin
fun
-
nsITobin
i found some regex that should allow me to do some BASIC wikitext transformation
-
nsITobin
-
nsITobin
which i can slot into my existing code parsing that uses regex and simple subst
-
nsITobin
this .. code is pretty disgusting truth be told but it has what I need
-
nsITobin
-
nsITobin
phoebusCode is a disaster .. seleneCode bypassed the disaster by being more direct html translated no automatic whitespace.. saves on hitting shift key at least heh
-
nsITobin
use the regex patterns in that file I linked to add another case and I should have BASIC wikitext
-
nsITobin
MPL 1.1 13. Multiple-licensed code
-
nsITobin
Initial Developer may designate portions of the Covered Code as "Multiple-Licensed". "Multiple-Licensed" means that the Initial Developer permits you to utilize portions of the Covered Code under Your choice of the MPL or the alternative licenses, if any, specified by the Initial Developer in the file described in Exhibit A.
-
nsITobin
so check..
-
nsITobin
MPL 1.1 6.2 allows upgrade to 2.0 .. 2.0 is NOT incompatible with secondary licenses.. so all good.
-
nsITobin
I mean outside Mozilla Legal I think I am the foremost discredited expert on the MPL.. I.. can read.
-
nsITobin
there are organizations that will fight for GPL projects sometimes pro bono .. but Mozilla provides NOTHING for people who choose the MPL.
-
nsITobin
I mean I personally can't defend the MPL by any means other than saying.. HEY stop that or I'll get all exterminate-y or some shit.
-
njsg
as far as licensing goes, I remember when Sony insisted in releasing audio CD-ROMs with rootkits in violation of the GPL
-
njsg
okay, to be fair maybe one needs to first ask sony if they can provide the source to their DRM-and-rootkit tool...
-
njsg
(literally audio in CD-ROM, not CD-DA)
-
nsITobin
// Init and Secure values from a preflight nsCore array storage object should be cleared
-
nsITobin
// upon reading the value for security reasons.
-
nsITobin
// Secure.* is also filtered to a bool denoting existence when debug and ?runtime=1 is used.
-
nsITobin
if ($rv && ($firstNode == 'init' || $firstNode == "secure")) {
-
nsITobin
nsRuntime::$sRuntimeConfiguration->set($aDottedKey, true);
-
nsITobin
}
-
nsITobin
}
-
nsITobin
errr
-
nsITobin
oh well.. still semi-relevant LOL
-
tomman
njsg: ah, XCP
-
tomman
technically those were not Redbook compliant audio CDs, although they would play on standard dumb CD-DA players
-
nsITobin
-
nsITobin
i mean.. its better than nothing ..
-
nsITobin
-
nsITobin
-
nsITobin
well it works great for headings and lists but it is absolute TRASH for paragraphs
-
nsITobin
then again for purposes of conversion.. seamonkey status meetings virtually are nothing but unordered lists
-
nsITobin
and headings
-
nsITobin
ok i got a fork of that mike42 thing working .. aside from being unsure how to set the base internal link url .. which i could just filter my self this actually works properly
-
nsITobin
-
nsITobin
also templates
-
frg_Away
the original wiki has a few goodies which I use like change preview. Also general trackingand email.
-
nsITobin
email is a problem for me.. unless I can send to some elses configured mail server via mine.. Building a full on wiki's most difficult part is basically storing revisions. That can get bloated FAST in a database.
-
nsITobin
that and wikitext
-
nsITobin
$regexTags = array(
-
nsITobin
"\[\[(.*)\|(.*)\]\]" => '[!$1|$2!]', // Change links with titles to something else
-
nsITobin
"\[\[(.*)\]\]" => '[[/$1|$1]]', // Handle links without titles adding a forward slash
-
nsITobin
"\[\!(.*)\|(.*)\!\]" => '[[/$1|$2]]', // Change links with titles back adding a forward slash
-
nsITobin
"\{\{bug\|(.*)\}\}" => '[
bugzilla.mozilla.org/show_bug.cgi?id=$1 Bug $1]' // Bugzilla
-
nsITobin
);
-
nsITobin
then parse
-
nsITobin
after regex subst
-
nsITobin
-
nsITobin
frg (for tomorrow) you aren't the only one that likes previewing stuff..
developer.palemoon.org/special/content-test
-
nsITobin
but of course selene was gitcontroled so testing content was harder so that.. but CCI or a seperate wiki/doc app would have sql as an option tho mdn inspired selene style content loading is a core part of my software now..
-
nsITobin
god damn the special component has evolved since then
-
nsITobin
anyway rest well frg
-
nsITobin
also least he change the colors and background like I asked.. he should have recoded the template.. but that and a200's epyrus site shows how BinOC content doesn't work well in the hands of people who hate me.. in the past Moonchild handled BinOC content as well as his own..
-
nsITobin
I can only guess smering my stuffs is supposed to annoy me.. and he would be right.. if my current stuff was well beyond it now.
-
nsITobin
wasn't well beyond*
-
nsITobin
for instance my current special component has a status bar and in both html and textarea content is seated properly and includes a scrollbar