World: r3wp
[Announce] Announcements only - use Ann-reply to chat
older newer | first last |
Anton 13-Nov-2006 [370] | Bubble-doc (beta) http://anton.wildit.net.au/rebol/doc/bubble-doc.r |
Ryan 14-Nov-2006 [371] | form-tools 0.9.2 - I added input flagged versions of all the traditionally non input styles like text (input-text), label (input-label), info (input-info), etc. This allows get-form/put-form to access such faces. Visit http://practicalproductivity.com/files/form-tools.htmlfor more info. |
james_nak 15-Nov-2006 [372] | Anton, how very cool. More shapes to come? |
Louis 15-Nov-2006 [373] | Ryan, I really needed something like form-tools a few months ago. Thanks for your good work. |
Maxim 17-Nov-2006 [374x2] | GLayout v0.5.4 released (on rebol.org, as usual) --------------------------------------- -SWITCH-PAD: tab-pane like style... supply all tabs directly within the main layout, if you want i.e. no need to separate each tab's layout. -field style: new visuals, faster, more obvious, supports rounded corners, fixed sizing. -menu-bug vs popups bug fixed -hshrink now fully implemented for text and buttons. -buttons now supports mouse-relative popup menus -center group style, allows to center static-sized objects or adds margins support for stretchy content |
GLayout demo 0.9.1 Released: ------------------ -auto-updates latest version of GLayout (as per slim requirement). -new layout using switchpad (btw, switchpad automatically adds a right-click popup to select panes) -takes advantage of new GLayout features. -improved input field filter example, now properly reacts to caret offset (cursor) -better button and field options examples -adds center style examples. do http://www.rebol.org/cgi-bin/cgiwrap/rebol/download-a-script.r?script-name=glayout-demo.r | |
[unknown: 5] 23-Nov-2006 [376] | REBOL version 2.7.1 is released ----> http://www.rebol.net/cgi-bin/upnews.r |
[unknown: 5] 25-Nov-2006 [377] | REBOL version 2.7.2 is released ----> http://www.rebol.net/upnews/0008.html |
Volker 15-Dec-2006 [378] | USe writely as rebol-editor. somewhat clumsy, but works :) http://docs.google.com/View?docid=dg424hdn_4hdnh7z |
Geomol 28-Dec-2006 [379] | NicomDoc 2.1.0: http://home.tiscali.dk/john.niclasen/nicomdoc/ Added an alternate way to construct tables. Instead of the need for =row and =cell commands, a table can just be lines (each line is a row) and on each line, cells are separated by one or more tabs. Docs with lots of tables will shrink considerable in number of lines needed. The Math specification (http://www.fys.ku.dk/~niclasen/nicomdoc/math.txt) went from 3000 to just below 700 lines this way. |
Maxim 2-Jan-2007 [380x3] | reGraph 0.1.4 : I just released a new application called reGraph. its still a prototype, but its also a first view of an applied use of liquid. the whole canvas object is generated through a network of liquid nodes which process the canvas in real time, as you drag the mouse. |
http://www.pointillistic.com/open-REBOL/moa/steel/retools/regraph/index.html | |
You can basically edit each AGG canvas graphic element directly from the canvas using the mouse, this includes dragging, reordering and a pop up menu which is stroke contextual :-) have fun | |
Maxim 3-Jan-2007 [383] | I thought I'd put a direct link to start the app (works in view 1.3.2 & 2.7.x) : do read http://www.pointillistic.com/open-REBOL/moa/steel/retools/download/regraph.r |
xavier 3-Jan-2007 [384] | nice demo |
Ingo 4-Jan-2007 [385] | Yes, really great |
Brock 4-Jan-2007 [386] | Nice work Maxim |
Louis 4-Jan-2007 [387] | Maxim, it looks like things are really coming together for you. Very nice. |
Henrik 1-Feb-2007 [388] | I've uploaded version 0.0.9 of TOOLBAR. You can read about it at http://hmkdesign.dk/rebol/in the two latest blog posts, where I also highlight a bug in REBOL/View that causes a crash because of TOOLBAR. |
Maxim 4-Feb-2007 [389] | !Liquid release v0.6.4 -------------------------------------------------------------- - cleared a few bacteria (microbugs ;-) - better support for linked containers - fixed orphaned links (named yet non-linked inputs). - start of commit concept (just the func layout) - started !plug core reference docs to download the lib: http://www.rebol.org/cgi-bin/cgiwrap/rebol/download-a-script.r?script-name=liquid.r docs on liquid project: http://www.pointillistic.com/open-REBOL/moa/steel/liquid/index.html !plug reference: http://www.pointillistic.com/open-REBOL/moa/steel/liquid/plug/plug-reference.html |
Maxim 5-Feb-2007 [390x2] | The REBOL week published, http://rebolweek.blogspot.com for those who forget that the REBOL community has its own newsfeed.... feel free to ask for any article you wish to publish on the rebolweek group here. If it relates to REBOL, we'll be happy to help and raise awareness! |
liquidator, teaser here is a quick snapshot of the culmination of years of work, finally coming together. using the same (evolving and improving) core engine as the regraph tech demo, I am now attacking the IDE for dataflow application development. FINALLY. Also note that this is built over liquid which is a full featured, lazy computing, dynamically reconfigurable dataflow engine. also note that all internals of the nodes (processing and gui views) are built using liquid itself, so it will be possible to apply your own connections within the internals of the application itself ! Expect first working demos within a few weeks. First picture out of the lab: this is basically a generic "Add" node being instanced 4 times, note that each plug can stick out at any angle and that the node type label is already neatly aligned in the center of the node's core at the center. http://www.pointillistic.com/open-REBOL/moa/steel/images/news/liquidator.jpg all lines and plugs stay connected whatever you drag around (plug or node) | |
Graham 8-Feb-2007 [392x2] | A working script (send-gmail.r) that sends secure mail to gmail using gmail's smtp server, and a nearly working prot-esmtps (esmtps ) that you can use to send mail using a modified send version. http://202.78.147.203/Rebol_Scripts |
Although the esmtps protocol gives an error, the mail is still sent. | |
Maxim 21-Feb-2007 [394] | REMARK HAS NOW FINALLY BEEN RELEASED ON THE STEEL WEB SITE REMARK is a robust web site building tool which allows you to construct your own custom tags using rebol values and dialecting. The main difference of remark with other tools of its kind, is that the web pages do not contain code, they contain data or parameters to your custom tags. Remark also persistently reparses tags until no more custom tags exist in the dialected tags you create. this means you can actually build up your pages with custom which use custom tags themselves... talk about leverage! at version 1.3.5 it support multiple site configs, ftp dumping, site specific configuration, and the very flexible remark engine itself. Creating tags is trivial and for simple templating, you don't even need to know how to code in rebol... just html content within stored files can be nested within your site's pages and will be included, by simply adding a tag which is called like the stored html. Using differently named source file extensions you can even decide to parse the content differently, so that you can create different page templates or one can even decide to create a make-doc handler for example (its not included by default, just possible if you need it). you can check-out the FULL documentation, including tutorial, example site, reference page and guides on adding new tags and templates. here: http://www.pointillistic.com/open-REBOL/moa/steel/retools/index.html |
Chris 21-Apr-2007 [395] | Introducing QuarterMaster: Yet Another Web Framework that I'm probably going to have to take time to document properly: http://www.ross-gill.com/QM/ In short, it is designed around the MVC pattern. It is open source (license tbd). Tries to be lightweight, but could use some work. Tries to be as thin a wrapper to Rebol (/Core, /Base, whatever) while providing key functions for creating web sites/applications. Includes a flat-file dbms out the box, which generally works. Currently coded to work with Apache (needs mod-rewrite and 'request-uri' env variable), but should eventually be httpd agnostic. Please try, please test. I will answer all and every question (within reason). All suggestions considered with an open mind... Group: !QM |
[unknown: 9] 21-Apr-2007 [396] | I created a new project in Qtask called "IT Think Tank" The goal is to invite people that like fiddling with Servers. I realized that I know a lot of people that do this, and they all have the same issues, so they might as well share knowledge. If you would like to be invited to this project, shoot me a private message. The advantage of a group here on Qtask over - lets say - some forum on the web is: - Knowing each other, or being only one degree of separation tends to mean one feels more comfortable asking deeper questions. - Being more than a Forum, people can share files, build Qwikis of common issues, etc. - The people I know tend to be a "click above." |
btiffin 27-Apr-2007 [397] | Ever wanted well behaved dates and times, padded with leading zeroes? Check out form-date.r in the rebol.org library. It just went in. Closely compatible with strftime. Thanks to Chris. |
Chris 28-Apr-2007 [398] | Using QM with Cheyenne -- instructions now included in the documentation: http://www.ross-gill.com/QM/introduction.html All mod-QM should do is intercept 404s and redirect the request to QM. I don't think this affects existing setups (please tell me if I'm wrong). QM 404s by default are handled in files://system/views/errors/notfound.rsp |
Dockimbel 1-May-2007 [399x2] | MySQL Driver for REBOL version 1.1.0 released. Changes : http://softinnov.org/rebol/mysql-usage.html#sect2.1. Download: http://rebol.softinnov.org/mysql/ |
MySQL Driver for REBOL version 1.1.0 released. Changes : http://softinnov.org/rebol/mysql-usage.html#sect2.1. Download: http://rebol.softinnov.org/mysql/ | |
Maxim 7-May-2007 [401] | AS A TEASER FOR DEVCON... HERE IS THE FIRST EVER PUBLIC SCREEN SHOT OF ELIXIR ! http://www.pointillistic.com/open-REBOL/moa/steel/elixir/elixir_0_3_5.png |
btiffin 8-May-2007 [402] | A new Cheyenne website just unparked. http://peoplecards.caIt's in a state of flux today, but it's unparked, so I could start real-world testing. Many changes to come over the next few hours. |
Terry 15-May-2007 [403] | After much consideration, we've decided provide a dual license for Redwerks technologies similar to MySQL's licensing policy.. If you are developing and distributing open source applications under the GPL License, then you are free to use Redwerks Inc. software under the GPL License For OEMs, ISVs, and VARs who distribute Redwerks with their products, and do not license and distribute their source code under the GPL, Redwerks Inc. provides a flexible OEM Commercial License. The dual - license will apply to the following Redwerks Inc. technologies Eco - Our Semantic Network DBMS Framewerks- our website creation middleware built on Eco LFReD - our natual language intelligent agent For more information on this, and how it relates to Rebol, check out the Redwerks group. |
Ladislav 16-May-2007 [404] | http://www.fm.tul.cz/~ladislav/rebol/BEER-SDK.zipis a place where you can download the BEER1 SDK |
Terry 17-May-2007 [405] | First of our proposed source releases.. Rash 1.1 -- Now GPL (Windows binary.. will post the Rebol source as soon as I find it ;) Rash is a Rebol / Flash Hybrid Personal Agent using some early Natural Language Processing prototypes The technology has grown since this application, and is being incorporated into Framewerks, but it's a fun introduction. I'll post an old description of what it does in the Redwerks group Download here.. See the Redwerks group for instructions.. or posting questions. http://alicefair.com/rash/rash1.1.zip |
Terry 23-May-2007 [406] | Source code for the HAL 4000 (windows) now available.. The HAL 4000 is an earlier prototype to RASH.. doesn't rely on Flash http://alicefair.com/hal4000/hal4000.zip See the Redwerks group for more info |
btiffin 25-May-2007 [407] | A preamble document for the upcoming annoucement of the formation of a Formalized REBOL User Association can be found here http://peoplecards.ca/rebol/preamble.html Note: As this is a prepatory document, there is no formation agenda yet posted. That announcement will occur here on Saturday, May 26th, 2007 |
btiffin 26-May-2007 [408] | The formation of the International REBOL User Association...Open Invitation 26th of May, 2007, 20:00 UTC. First Meeting is about to be called to order in the new IRUA forum. This forum is for formal IRUA messaging only. IRUA Chat has also been created for informal discussions. The name is going to change. Please see the agenda and motions linked below. Details at http://peoplecards.ca/rebol/formation.html |
ICarii 31-May-2007 [409x2] | RebRings a new AGG/Draw based puzzle game can be downloaded here: http://rebol.mustard.co.nz/rebrings.r |
Rebrings updated - same download place. | |
Geomol 31-May-2007 [411] | Hokus Pokus! This is a little fun script, I'm working on, that actually may be useful for someone. It can change something into something else. First version could transform bitset! back to it's original string!, then I added conversion between issue! and tuple!. Now it can also translate between many human languages, like in this example: >> do http://www.fys.ku.dk/~niclasen/rebol/hokus-pokus.r >> hokus-pokus/translate "Hello, how are you?" "en2es" == "ÀHola, c—mo eres?" Using the /translate refinement, and the extra argument can be any of: ar2en , "zh2en", "zh-CN2zh-TW", "zh-TW2zh-CN", "en2ar", "en2zh-CN", "en2zh-TW", "en2fr", "en2de", "en2it", "en2ja", "en2ko", "en2pt", "en2ru", "en2es", "fr2en", "fr2de", "de2en", "de2fr", "it2en", "ja2en", "ko2en", "pt2en", "ru2en", "es2en" translating between languages like Arabic, English, Chinese, French, German, Italian, Japanese, Korean, Portuguese, Russian and Spanish. Yeah, it's a real Transmogrifier. Have fun! (It may be hard to type in many of these languages with current REBOL, I don't know! :-)) |
ICarii 1-Jun-2007 [412x3] | RebRings updated with better default pattern solution - http://rebol.mustard.co.nz/rebrings.r |
RebRings Mini now available! two-thirds the pain of RebRings ;-) http://rebol.mustard.co.nz/rebrings-mini.r | |
..and Re-released without the mix bug - version 0.0.2 now available | |
ICarii 3-Jun-2007 [415x2] | Mahjong Solitaire for rebol released. http://rebol.mustard.co.nz/mahjong.zip |
Mahjong updated to include unlimited undo, right click match and hint helps and added a few warnings on things such as no moves, game completed etc. If you already have the resources from the zip file then you can access the script at: http://rebol.mustard.co.nz/mahjong.r | |
DanielSz 3-Jun-2007 [417x2] | A dynDNS client written in Rebol. |
Explanations on the homepage of the application: http://danielsz.freeshell.org/code/mine/dns-sync/ | |
TimW 9-Jun-2007 [419] | I don't know if this is useful to anyone or not, but a couple of weeks ago I wrote a xanga parser to save posts and comments in a wordpress xml format. http://www.timwylie.com/xword.html |
older newer | first last |