World: r3wp
[Script Library] REBOL.org: Script library and Mailing list archive
older newer | first last |
Gabriele 25-Aug-2006 [357x2] | i didn't change the availability of the package. |
btw, if you have suggestions, please let me know. i'll be working a bit more on it on monday. | |
Maxim 14-Sep-2006 [359x5] | I am in the process of updating repack. |
so far glayout (much better version) is able to open the same core without issues. am doing download tests to be sure the code itself still works... hoping nothing changed within the lds service library... | |
sunanda I am getting an error from the server itself! whenever I press download, it starts the download (shows the green xfer data on the bottom, and then pops up an error: here is the error as reported by LDS: make object! [ status: [100 20 "bad cgi data"] data: none diagnostics: [9003 9003 9.8084E-2] supply-date: 15-Sep-2006/1:03:41 ] have any idea where that is comming from? I try to check it out from the code I have... but its been sooo long, A nudge on your part will help me get this working much faster IMHO! | |
well, I did all I can, for some reason, the same code under 1.2.10 and 1.3.2 does not seem to request the same data on the server (I guess). | |
I am investigating further... | |
Maxim 15-Sep-2006 [364] | pow! all fixed :-) just need to let slim build the new release from all the included files and we are set ! I will also be doing just a little bit of cleanup within GLayout to reduce the size of the final single-file app... |
Sunanda 15-Sep-2006 [365] | Thanks Maxim, I'll try to get the new version up and live in a few days -- I'm pretty busy myself right now. |
Maxim 20-Sep-2006 [366x4] | everyone, its all working now... sorry if we forgot to notify the list... |
new version uses slick new version of GLayout which has gfx partly based on Henrik tests which he supplied a few weeks ago... | |
as usuall, type the following in a rebol console to open up the tool. do http://www.rebol.org/library/public/repack.r also note that I put a lot of effort in optimizing the file's final size, including a lot of hacking out, removing comments, compressing, etc... its now a much smaller download. | |
We are glad to announce that a newer version of the rebol.org package downloader is now available for people using REBOL|view 1.3.2 as usuall, type the following in a rebol console to open up the tool. it now adapts to version automatically <pre>do http://www.rebol.org/library/public/repack.r</pre> also note that I put a lot of effort in optimizing the file's final size, including a lot of hacking out, removing comments, compressing, etc... its now a much smaller download. This version uses a slick new version of GLayout which has gfx largely based on Henrik's tests which he supplied a few weeks ago... | |
Gregg 21-Sep-2006 [370] | Thanks for doing that Maxim! |
Maxim 21-Sep-2006 [371] | my pleasure... only strange that my last post ended up here... it was a copy/paste of info in this group meant for another group.. hum... |
Graham 21-Sep-2006 [372] | Glayout is LGPL. What does that mean for any script using Glayout?? |
Maxim 21-Sep-2006 [373x2] | that you can use it without your tool being confined to GPL. any changes to bring to GLayout must be made available on demand. |
unless you include GLayout *within* your script, in which case, your app is now GPL. but I'll be happy to give people non LGPL versions if they really need it (if they ask nicely ;-) | |
Graham 21-Sep-2006 [375] | So, if you are happy to give people non LGPL .. why not release as BSD or something else? |
Maxim 21-Sep-2006 [376x3] | cause I'm a control freak ;-) |
I have been thinking about it. | |
(aren't we in the wrong group? ;-) | |
Graham 21-Sep-2006 [379x2] | Basically my experience is that anything that has the word GPL in it does not get used. |
If you want to promote your glayout .. you need to change the license . See rebgui's license. | |
Maxim 21-Sep-2006 [381x2] | unless it also has the letters mysql ;-) |
LGPL does not impede useage by forcing your apps to become open source. | |
Graham 21-Sep-2006 [383] | I'm not sure people know the difference between the lesser GPL and GPL. |
Henrik 22-Sep-2006 [384] | http://www.rebol.net/article/0243.html<--- some interesting points regarding GPL here. |
Robert 22-Sep-2006 [385] | downloader: Download DIR should be create if it doesn't exist. |
Maxim 22-Sep-2006 [386x2] | talking about newer repack.r? |
the file browser allows you to create dirs... although I admit auto-creation of typed paths in the field is a good idea (maybe with a little req asking for confirmation) | |
Maxim 28-Sep-2006 [388x5] | is it possible to have scripts editable by anyone? |
without owners, or with more than one? | |
I am starting to wonder if there is now more collaboration in the community, such that we could start compending libs of utility funcs, instead of separating them in tens or hundreds of separate files. | |
using official REBOL style guide and wrapping every lib within a CTX object and possibly an extra function which exposes the words, instead of forcing them directly using 'set. | |
maybe officializing a naming convention so they have a distinct name, making them easy to identify by peers. | |
Henrik 28-Sep-2006 [393] | maxim, a script wiki? |
Maxim 28-Sep-2006 [394x8] | something like lib-org-whatever.r ? |
yeah sort of | |
rebol.org has everything needed to manage it, including documentation, forums, users, excellent indexing on google (thanks to carefull work by sunanda). | |
and its pretty bot defensive :-) meaning there is little chance our work will be defaced. | |
http-tools is a good example. I have some stuff, you have some stuff, there is A LOT of it here and there. | |
it would become public domain, meaning you relinquish rights to what you submit, unless someone wants to organize a rebol source foundation, and then we can have the foundation be the authorised copyright owner of the peer-reviewed libs. | |
I have advocated for this years ago... before rebol.org became organized by sunanda and team | |
but its hard to have rebolers working together... something about all of us being free thinkers... | |
Henrik 28-Sep-2006 [402] | well, there are some things that I've found to be astonishingly effective and that is asking questions in here. there is almost always an answer so you can get your code working. |
Maxim 28-Sep-2006 [403] | but this is a closed world, it gets lost, some ppl leave, and it prevents the platform to grow. seems like we are always rebooting the community every few years... |
Henrik 28-Sep-2006 [404x2] | well, I guess that's how things are right now. I do find it to be a bit elitist, you have to ask permission to come in here and most of the people know each other somewhat. |
the IRC channels I visit can be a bit the same. It's like being a stranger walking into a bar full of people who know each other very well. either you are accepted or not. The elitist thing is not meant at anyone here, but I think it can be seen as elitist from the outside. :-) | |
Gregg 29-Sep-2006 [406] | There have been a number of initiatives in this area, but none have taken hold. I think it's *very* important, and have wanted it for a long time, but the hard part is coming up with a design that will work for everyone, since there is no standard for modules and libraries. I'm hoping R3's module design will address this, and give us the common ground we need to do something like this. |
older newer | first last |