World: r3wp
[Announce] Announcements only - use Ann-reply to chat
older newer | first last |
[unknown: 5] 18-Dec-2008 [550] | Count me in |
Geomol 18-Dec-2008 [551] | Sunanda, it seems to be correct: http://en.wikipedia.org/wiki/Pacific_Time_Zone |
Sunanda 18-Dec-2008 [552] | Thanks |
Chris 19-Dec-2008 [553] | < QM > Version 0.3.9 http://www.ross-gill.com/QM/ Fixes a context issue with QuickTags (bug fix). Minor change to the Cheyenne 'request/content' handling (bug fix). And thanks to Ammon for giving it testdrive, helps greatly in sorting out priorities! |
PeterWood 20-Dec-2008 [554] | The anglicised source code of the book "Rebol - A programmer's guide" can now be downloaded from the book's page at http://auverlot.fr/index.php?perma=1224333460 It is quite possible that I may have introduced the odd bug during their translation. If you find any please let me know. |
Sunanda 27-Dec-2008 [555] | DevCon 2008 is about to start: http://2008.rebolconf.info/ |
PeterWood 29-Dec-2008 [556x2] | I am very pleased to announce that the printed version of "Rebol - A programmer's guide" is now available. The price is 25 Euros.Ê The book can be purchased at http://www.lulu.com/content/5382304 |
It seems that Lulu.com has unfortunately recently increased its shipping charges especially to one or two countries. I have also heard that the shipping cost can be affected by the currency in which you buy the book. I believe that if you specify US Dollars to buy the book, it will be shipped from the US even if you live in Europe. It might be worth switching currencies if the shipping costs seems too high. | |
[unknown: 5] 29-Dec-2008 [558] | Is this the right place to announce commericial efforts? Seem like Reichart is missing out on advertising fees. |
Henrik 29-Dec-2008 [559] | Perhaps with the size of this forum, paid advertising would work against Peter. |
Pekr 29-Dec-2008 [560] | uhm .... I would not put it that way ... still REBOL related and hence appreciated ... we should chat in ann-reply probably ... |
Henrik 29-Dec-2008 [561] | (moving to Ann-Reply) |
amacleod 29-Dec-2008 [562] | PeterWood, I had downloaded some single chapters and I liked what I read... I'm going to order the printed version but I notice its black and white only? I was hoping the printed version would b ecolor but I guess that would increase costs... |
Oldes 4-Jan-2009 [563] | Initial public version of REBOL BBCode implementation: http://box.lebeda.ws/~hmm/rebol/bbcode.html http://box.lebeda.ws/~hmm/rebol/bbcode.r |
Oldes 19-Jan-2009 [564] | Updated: http://box.lebeda.ws/~hmm/rebol/php-colorizer.html;to colorize PHP code http://box.lebeda.ws/~hmm/rebol/code-colorizer.html;to colorize REBOL code |
Oldes 29-Jan-2009 [565] | Started writing a RebolLexer for pygments.org |
[unknown: 5] 29-Jan-2009 [566] | Good Job Oldes! |
Oldes 2-Feb-2009 [567] | So the REBOL lexer for Pygments syntax highlighter is here http://box.lebeda.ws/~hmm/rebol/rebolLexer.py Let's see if the Python guys will add it into the distribution. |
kib2 2-Feb-2009 [568x2] | Oldes : I'm sure they'll do if you tell them. |
Oldes: you site is awesome, really. | |
Oldes 2-Feb-2009 [570] | I told them.. but.. I think that the Python community is not much communicative. At least from my short experience with Python. Anyway.. now I recognized that I forgot to add the special REBOL notation for numbers like: 1'000.00 I will add it later. (I was never fun of these notations, but someone may use it) |
Janko 2-Feb-2009 [571] | I understand them, Rebol is the Python Killer :) (well but they don't know it yet anyway) |
kib2 2-Feb-2009 [572x2] | Janko: :) |
Oldes: they've done it for other langages (superiror to Python too), like Haskell. | |
Reichart 2-Feb-2009 [574] | For those of you that want to go to a rock'n conference (in Long Beach, CA, next week) http://bilconference.com/ http://www.flickr.com/photos/[11338642-:-N00]/2309872444/ (from last year, Todd, Me, Abrey, three red beards) |
Will 2-Feb-2009 [575x2] | clicking on the flikr link, I get "Not a valid email" 8) |
flikr -> flickr | |
Graham 2-Feb-2009 [577] | so, why does it offer to send an email?? |
Will 2-Feb-2009 [578] | I guess you are the third on the picture.. 8P |
Reichart 2-Feb-2009 [579x2] | Hmmm, guess you guys should tell Yahoo/Fickr |
Here is a direct link though - http://farm4.static.flickr.com/3031/2309872444_844f7663cd.jpg?v=0 | |
Mchean 2-Feb-2009 [581] | Oldes: cool. Let us know if they don't add it and we can bombard them with requests |
Oldes 6-Feb-2009 [582x2] | It's there http://dev.pocoo.org/projects/pygments/browser/pygments/lexers/other.py#L1626 |
I must say, that the Pygments is much more better designed then a Geshi syntax highlighter (PHP). | |
kib2 6-Feb-2009 [584] | Oldes: so they finally accepted it ? Good news ! I suppose it's for R2 only ? |
BrianH 6-Feb-2009 [585] | There is almost no difference in syntax between R2 and R3, but the predefined words are different (and getting moreso). |
Gabriele 7-Feb-2009 [586] | Brian... percent! |
Chris 7-Feb-2009 [587] | And range! ? |
BrianH 7-Feb-2009 [588] | At this point just percent and the prefix being dropped from money, hence the "almost". No range. |
kib2 7-Feb-2009 [589] | Ive updated my old pastebin (sorry for its name) so that you can test Oldes's Pygment lexer (and you can have html,latex,svg,etc outputs) : http://clojurepastebin.appspot.com/ |
Gabriele 8-Feb-2009 [590x2] | Brian, right, but that's enough to make R2 unable to load R3 files... |
(when we started including VID3 in R3, we had to switch from using R2 for the build process to using R3 itself, just because of that.) | |
BrianH 8-Feb-2009 [592] | Right. Compatibility with R2 has never been a goal of R3. |
Robert 9-Feb-2009 [593] | Going to give a speech about Rebol in May/June at a university in Germany. Hopefully showing the potential to a lot of professors and students. Spread the word! |
Mchean 9-Feb-2009 [594] | Oldes: code is there but it doesn't show up as an option in the pull down menu at pygments.org |
Oldes 9-Feb-2009 [595] | Maybe it needs some time. |
Oldes 18-Feb-2009 [596] | it's there now http://pygments.org/demo/?lang=rebol |
Mchean 18-Feb-2009 [597] | looks good |
Oldes 18-Feb-2009 [598] | If someone miss a chance to save into JPEGs, GIFs or other formats directly from REBOL, here is simple image saver using Imagemagick's library. http://box.lebeda.ws/~hmm/rebol/save-image.html |
Geomol 2-Mar-2009 [599] | NicomDoc v. 2.2 released: http://www.fys.ku.dk/~niclasen/nicomdoc/ - Added output for TeX (LaTeX). - New way to specify fonts by font family. - New way to resize fonts relative -4 ... +5. - Scaling of images. - Math engine had big overhaul to not be focused on semantics, but on presentation (less errors in practise). - Text in code examples will be wrapped at 77 chars per line. - Added vertical space by simply doing more newlines in a row. - Updated all documentation and examples. |
older newer | first last |