r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[Cookbook] For http://www.rebol.net/cookbook/requests.html

Henrik
19-Jul-2005
[80x2]
sunanda: they are not meant to be published on my site, I simply 
wanted to approve them here before handing them to Carl (which I 
actually have, but he hasn't responded other than "Cool!", but hasn't 
done anything :-)).


I was thinking about a very simple extension to webserv.r which simply 
submits a form to a modified makedoc2.r processor, which generates 
a page, sectioned so that you can edit small parts of it.
my basic thinking is that proper documentation is only possible through 
a wiki
MikeJ
19-Jul-2005
[82]
BeOS had the annotated BeBook:  http://www.beunited.org/bebook/
 It was pretty useful  back when people were really coding for the 
OS.
Ingo
20-Jul-2005
[83]
The name of this group contained the text [web-publish], I changed 
it to the correct [web-public]
Sunanda
3-Jan-2006
[84]
Tom started this group with a reference to
http://www.rebol.net/cookbook/requests.html

It's a set of outstanding requests for cookbook entries -- ie examples 
that people would like to see.

As he says.some have been done independently of the request, and 
published on the REBOLn Altmes or the Mailing List.

It'd be a great collective community New Year's resolution to clear 
some of the cookbook request by the end of the month (and that leaves 
plenty of time to enter the competition too)
Thør
2-Apr-2006
[85]
,
Anton
25-May-2006
[86x2]
mock-duck: season fry add-spices tofu: curdle soy-milk
eat dinner: salt fry enpan butter slice fish: any [all [fish: pick 
choose look fish-shop 1 buy fish] canned-tuna]
Henrik
25-May-2006
[88]
>> type? dinner
== delicous!
Anton
25-May-2006
[89x4]
dinner: reduce [dinner mock-duck dessert]
length? dinner ; == 3
** Script Error: dessert has no value
** Near: dessert
dessert: none ; ok, no dessert tonight
eat dinner
** Script Error: course already eaten
** Near: eat dinner
; damn! wish I could eat that again.
Thør
26-May-2006
[93]
syncing...
Webb Stone
25-Sep-2007
[94]
.
RobertS
31-Mar-2008
[95x2]
the "styles" example found in our %vid-usage.r at rebol.org locks 
up any Rebol that I have ( I only go back a few versions ) without 
halt and unview ... if this is not a cookbook kind of issue, perhaps 
I should post the note elsewhere ... I don't see the problem yet 
( it has been a very long day + a blizzard in Minneapolis)
Just cleaning up the white space after [fit key 255.0.255] seems 
to suffice to get it to run  ( I am saving using TextPad on WinXP 
)
RobertS
22-May-2009
[97:last]
.