AltME groups: search
Help · search scripts · search articles · search mailing listresults summary
world | hits |
r4wp | 11 |
r3wp | 212 |
total: | 223 |
results window for this page: [start: 1 end: 100]
world-name: r4wp
Group: #Red ... Red language group [web-public] | ||
BrianH: 4-Sep-2012 | Doc, pardon me because I don't know what the intended datatype model is for Red. Something like the REBOL datatype/action model could be used to implement the different underlying string encodings that you want in-memory support for. Each supported encoding would have its own set of action handlers, which would all have the same external interface. Swapping the encoding would be as simple as swapping the handler set. Resolving the difference at compile time could be similar to generic type instantiation, or C++ template generation. | |
Group: Ann-Reply ... Reply to Announce group [web-public] | ||
GrahamC: 24-May-2013 | Robert, it would be useful if everyone on your team adopted the same mdp style and template | |
Group: Rebol School ... REBOL School [web-public] | ||
Gregg: 24-Apr-2012 | http://msdn.microsoft.com/en-us/goglobal/bb688129 http://en.wikipedia.org/wiki/Telephone_numbering_plan I think the number of options are limited enough that you could get pretty far, but a custom system would be great. If you could template-ize things, users could submit their templates for others to use, or to be integrated into the default system. | |
Ladislav: 22-Mar-2013 | (I wrote only a mezzanine "template", and suggested some tricks, but Carl wrote the actual implementation using my hints) | |
Group: Databases ... group to discuss various database issues and drivers [web-public] | ||
BrianH: 21-Mar-2012 | Back in 2001 I created an intranet site for a local celebrity by making the database tables, then having R2 use the 'columns command to generate column lists that were used to autogenerate the server-side pages for the intranet. All it took was one function call per table to generate the whole site. Restyling the site just meant editing the HTML template in the function (this was before CSS was practical). | |
Group: Web ... Anything related to the WWW [web-public] | ||
Arnold: 17-Sep-2012 | Chris, I am stil figuring this out. I want bold/italic/(underline)/(em) paragrapphs separated with a blank line (easier to understand and no need to delete a routinely typed 'return'-key) h1/h2/h3 img (inline/left right center aligned) and a-href, only 1 level of bullits, and I think I can come along without numbered sections. I was thinking about mark-up delimiters on the beginning of the line like === ==+ ==- ==* ==# I kind of liked \note and /note or /code but everybody will forget if the first one will be fore or backslashed so I guess the indented version to produce code. Plus I want the markup to be from a css file. No need to make this within the script because the template/and a script can take care of where and which to link to. That's about it. | |
Group: #Red Docs ... How should Red be documented [web-public] | ||
DocKimbel: 3-Dec-2012 | I would like to copy this extjs template component for documentation, with content in JSON format: - http://docs.sencha.com/ext-js/4-1/#!/guide - http://docs.sencha.com/ext-js/4-1/#!/api I guess it should be search-engines friendly. | |
DocKimbel: 3-Dec-2012 | BTW, this extjs template handles user comments also....Not sure we would need it as it is possible to add comments to github source code. | |
Group: !REBOL3 ... General discussion about REBOL 3 [web-public] | ||
TomBon: 2-Jan-2013 | Or just use syscalls .The posix extension I am working on will provide these features, template based creation too. for windows you can use this api call. http://msdn.microsoft.com/en-us/library/windows/desktop/aa364991(v=vs.85).aspx example: http://msdn.microsoft.com/en-us/library/windows/desktop/aa363875(v=vs.85).aspx | |
AdrianS: 17-Feb-2013 | It should be something that captures a wider range of searches, for example on general purpose template expansion, resolving prepared statements, etc. | |
Bo: 26-Feb-2013 | Old Bug, New Bug, Red Bug, Blue Bug? I'm using the ARM build from rebolsource.net and getting the following unexpected behavior: >> template: read %template.html It outputs template as if it was a binary file, although it is plain text. The build date on the package was 24-Jan-2013. |
world-name: r3wp
Group: Ann-Reply ... Reply to Announce group [web-public] | ||
Henrik: 13-Jul-2006 | well, it's nice to have MacOSX as a template for these things :-) | |
Henrik: 15-Apr-2008 | Rapidweaver also has a bug in the template. It does not display the logo in the upper right hand corner. | |
Henrik: 17-Apr-2008 | it looks to me as if he's creating some form of pseudo XML tags. my dialect looks like any other rebol code (yes, I care a lot about the appearance of the dialect), and I think his goal is more to be for template, where my dialect is not meant for templates at all. My goal is to describe webpages in as little code as possible in 100% REBOL style. | |
Group: Core ... Discuss core issues [web-public] | ||
Pekr: 10-Jan-2005 | using sort/compare blk func [a b] [a/other/cz < b/other/cz], it will survive different location of 'cz field, as it cleverly uses path navigation. That is nice. I just wonder about different case ... let's say I have object templates, which change once per period of xy months ... I also have IOS, so lots of record synced around. My plan was, that each object would carry its version info. I wonder what to do in case, where new object template version will extend object structure, e.g. adding phone-num field ... | |
Group: Script Library ... REBOL.org: Script library and Mailing list archive [web-public] | ||
Volker: 24-Aug-2006 | have run repack-core.r, then call "explorer .", double-click %qml-ed.r, "save html", saved with requester, an alert "Error saving file: Cannot open /C/Dokumente und Einstellungen/BN/Anwendungsdaten/rebol/public/www.rebol.org/library/public/template.html" | |
Group: Make-doc ... moving forward [web-public] | ||
Chris: 13-Jun-2005 | This is a modified version of the outputter (embedded -- no template, no toc). It does a full parse of each line: http://www.ross-gill.com/w/xhtml/xhtml.html | |
[unknown: 5]: 13-Jun-2005 | Mike - I have already kinda did like you said as I somewhat copied note but made a new verse type. The thing that looks like would make madedoc better (might have it already) if if each item could be parse with styles also. For example - come up with a way to parse one single line item into 3 parts but format each part different with different color for this and different font for that but have it still be able to be in the template. | |
MikeL: 13-Jun-2005 | Paul, I don't see how makedoc can do that because one of the goals was to having simple tagging where the input source is very readable. For these the line prefix (===, ---, ... etc) is that simple tagging. To be able to differentiate any value you would have to tag it independently and a general template can't know what you want to do. If you change the base makedoc to use an external stylesheet instead of the embedded styles in the template, you are a long way to getting what you want. Combine that with the few special tags you need and you can accomplish a lot within the design goals noted. | |
james_nak: 8-Jul-2007 | Without verbose on I don't get the error but then I don't get the output either. I'll check to see if it thinks I need a template. Shouldn't of course. | |
james_nak: 8-Jul-2007 | Thanks, btiffin, I changed the template-file to false. Now I'm goning to check if that is in the script. | |
james_nak: 8-Jul-2007 | Well, at least my mind wasn't playing tricks on me. The version in the script library has the template set to a file. Thanks for the hint! | |
btiffin: 8-Jul-2007 | %template.html is a "one-of" default. If it is not found it uses the embeded copy. This code here if not no-template [ template: any [select opts 'template select doc 'template template-file] if file? template [template: attempt [read template]] if not template [template: trim/auto default-template] ] It's actually pretty handy. | |
btiffin: 9-Apr-2008 | I use makedoc2 right out of rebol.org and one I call makecv, that strips out all the ardornment from the default template. Orginally modified for a resume, comes in handy for a few things. nicomDoc for that rare times I need math. But to be honest, Mulch, the markup used in a lot of the rebol.org documentation is pretty nice; but to use it you need to document rebol.org <wink><wink> Sadly, I'm now getting too used to wikitext from DocBase. | |
Sean: 5-Jan-2009 | I'm using md2 v2.5.7 and cannot get the template function to work correctly. Is anyone having the same issue? In the file i use =template template_name | |
Sean: 5-Jan-2009 | Henrik, when i have =template template_html_file as an example in the txt file and run md the parser just ignores it and uses the builtin template and does not use the seperate templating file | |
Henrik: 5-Jan-2009 | according to the make-doc code, it reads the file using: if file? template [template: attempt [read template]] so if it's not being read, it's being ignored, so perhaps check if the file can be read in the same console as make-doc uses. | |
Group: PDF-Maker ... discuss Gabriele's pdf-maker [web-public] | ||
Henrik: 5-Apr-2006 | btw. on the compression issue, is it possible to decompress pdf streams inside rebol if they are properly massaged? I thought of building template pdf files, where you could search/replace the text inside those streams to make new pdfs | |
Henrik: 4-Aug-2006 | gabriele, I was more thinking about general page layout, not the lower level text flow functions, so you can decide a general template for your pages on your own. | |
DaveC: 7-Jun-2007 | Busy converting HTML template reports into PDF using PDF-Maker. Getting the hang of it now. The function which calculates the textbox height is providing most of the work. I'm calculating page space as text boxes are generated. As I think in point size, I've transposed mm2pt to give me a pt2mm function. | |
Gabriele: 23-Aug-2010 | which means: "create ANY number of pages, as necessary, using the following as the template for each page" | |
Gabriele: 23-Aug-2010 | the template can include anything you wish, images, other text, etc. | |
Gabriele: 23-Aug-2010 | book is the text stream. the block with the two textboxes is the template (two columns) | |
Gabriele: 23-Aug-2010 | you can also just put the image below the text boxes in the page template in that case. | |
Group: Parse ... Discussion of PARSE dialect [web-public] | ||
Pekr: 19-Jul-2006 | I tried doing myself small template "engine", which will simply look-up for some marks, and replace values accordingly. I decided to look for the end of the marks and my friend suggested me, that I should name even ending marks, to be clear there is not an error. My parse looks like this: | |
Pekr: 19-Jul-2006 | REBOL [] template: { <b><!--[mark-x]-->Hello x!<!--/[mark-y]--></b> <b><!--[mark-y]-->Hello y!<!--/[mark-y]--></b> <b><!--[mark-z]-->Hello z!<!--/[mark-z]--></b> <b><!--[mark-w]-->Hello w!<!--/[mark-w]--></b> } parse/all template [ some [ thru "<!--[" copy mark to "]-->" "]-->" start: copy text to "<!--/[" end: "<!--/[" mark "]-->" (print text) | skip ] ] halt | |
Pekr: 19-Jul-2006 | this one works better for me: parse/all template [ some [ thru "<!--[" copy mark to "]-->" "]-->" start: copy text to "<!--/[" end: "<!--/[" [mark "]-->" (print text) | (print ["not found end of: " mark]) :start] | skip ] ] | |
Pekr: 19-Jul-2006 | template has to be displayable as gfx man does it, with temporary text, images, whatever .... I am just supposed to get correct data in there .... | |
Pekr: 19-Jul-2006 | Maarten - now looking into build-markup - sorry, it is just strange was of doing things .... noone will place rebol code into template, that will not work ... btw - the code is 'done? What happens if someone uploads template with its own code? I want presentation and code separation. | |
Group: Linux ... [web-public] group for linux REBOL users | ||
Pekr: 1-Aug-2006 | I am going for cgi-based template system, and I expect to use index.cgi in my doc-root directory .... | |
TomBon: 22-Dec-2007 | easy to create template driven new guest's, easy to admin and very stable... | |
TomBon: 22-Dec-2007 | the guest template is based on -> http://www.eisfair.org/ | |
Group: CGI ... web server issues [web-public] | ||
Volker: 22-Apr-2005 | and for your script: print "Content-type: text/html^/" read-cgi: ... args: decode-cgi read-cgi template: { <html><body> <pre> <% mold args %> </pre> </body></html> } print build-markup template | |
Group: Dialects ... Questions about how to create dialects [web-public] | ||
Geomol: 18-Jul-2007 | Gregg, first I'm making a simple 'engine' or 'template' for BASIC. Today I implemented expressions, some simple string handling and a little more. I'll make conditions (IF) and loops (FOR), then that should be a good start to build on. | |
Group: Web ... Everything web development related [web-public] | ||
Pekr: 12-Jan-2005 | otoh most template system I looked into don't go Gabriele's route. They even do some kind of #include, so when you have e.g. footer of your page the same thru whole web, it is not necessary to be par t of each template page, but you can have it in separate page and only "include it". | |
Pekr: 12-Jan-2005 | Smarty uses some kind of "precompiling", so they don't need to process the template each time. Can anyone explain me, what does it mean? How does the technique work? | |
yeksoon: 12-Jan-2005 | I believe smarty precompiling is the similar to what java does to jsp when it is first called. the smarty template in this case is converted into php.... thereafter it is just including php | |
Brock: 14-Jan-2005 | We have a template based dynamic site here at work, we use a base page to define the common logic, we use CSS "templates" to define the areas of different pages... the above code is Template 3 area 3, which is the body area for a page that has a header, left navigation, body, and footer area. | |
Pekr: 30-Jan-2005 | One question though. Both class and id are used mostly to describe layout. I mean - Gabriele's temple uses class and id to identify what/how data should be filled in, but it may not be in correspondence with design. I should note, that Temple design is how I imagine templating system should work. When you work in trio-mode - user (entering data into app), programmer and designer (which can't program), most template systems are not acceptable, as they break the ability to see the design work result, unless loaded into production environment, and that is not acceptable in my situation ... | |
Pekr: 30-Jan-2005 | I really don't understand, how ppl can use whatever existing template system not working in a Temple way .... | |
Sunanda: 30-Jan-2005 | Petr, stil not sure I understand the template issue. A tag can have more than one class: <p class="warning large"> would assign the p *both* classes "warning" and "large" | |
Chris: 30-Jan-2005 | CSS Workflow -- easy: create a concept based on information needs; plan how to acheive this with the box model; create a base HTML template and build up styles around that, incorporating background images as required; then test and revise, test and revise, test and revise, etc. Simplified somewhat. Basically the same as any legacy HTML project, only easier. | |
Pekr: 31-Jan-2005 | I can also see combination of table (to create column/row template) and the rest be done using css ... | |
Sunanda: 31-Jan-2005 | ID and class -- the "problem" (aka "advantage") of an ID is that you can only use it once on a page -- it has to be unique. That's a good reason *not* to use it for the page design. So leave IDs to the template people. Then there's no clash. | |
Pekr: 31-Jan-2005 | Nearly the only thing I did not like about Temple (well, except the lack of higher level dialect and docs :-), was that it uses two-phase process, and once you build web-page from rebol block structure, it knows nothing about original template formatting, I mean - html source code formatting, so you may end-up with ugly code, but that is not relevant to 99% of users :-) | |
Pekr: 31-Jan-2005 | hmm, it is long time ago I looked at Temple sources, but it seemed to me, that first phase generates block of blocks ... then you use some functions, e.g. find-by-id, etc., which does lookup in rebol block structure and then it replaces/adds data to it. Now once you generate html content, how does it know about its original formatting? You would have to store pointers to certain sections of original template to fill-in releavant data, but maybe I just was looking wrong into it ... | |
Pekr: 31-Jan-2005 | Gabriele - that is good to know .... hmm, I just wonder what plans do you have on temple. The thing is - it is imo correct aproach to templating, if your web designer can't program. If you are web designer and coder at once, you might find another template systems satisfactory enough. | |
Pekr: 8-Sep-2005 | maybe kind of caching could be introduced to speed things, not needing to parse template with each request ... | |
Pekr: 8-Sep-2005 | the thing I really don't like is - original html code structure (pretty formatting is lost), as html code is generated back from "DOM" (rebol blocks of blocks) ... I don't like it, but well, otherwise you would have to remember original position in original html template and things could become tricky ... | |
Gabriele: 8-Sep-2005 | you can insert formatting just by inserting something like "^/" etc., just it is usually not worth doing. other than that, Temple preserves the original formatting from the template. | |
François: 8-Sep-2005 | How does Template oriented development fit for application with complex authorization roles? I mean application where users can be in different department with different roles, like a CRM tool? | |
François: 8-Sep-2005 | Those users access the same template, but the content can vary according to what they can see or not | |
Gabriele: 8-Sep-2005 | what you'd do in your case is have a template with everything in, and the code selects what to show. from the point of view of the code, you just have abstract entities ("login form", "list of accounts", "list of messages" and so on) and you habdle that. how they are implemented in HTML is not something you need to worry about, except in some rare cases or when you are in a hurry and do QAD things ;) | |
Pekr: 8-Sep-2005 | or you mean e.g. not displaying 'price to ppl outside of sales department? It can be imo done with db logic once again, or simply your template engine could take care for that ... | |
François: 8-Sep-2005 | Well, i see your ponts, but the application logic regarding security and authorisation will be linked to the template: suppose i have a page with different section: some section are visible by me and other by my colleague only and other by both, the template, through ids, classes, etc must tell the application what data must be retreived... So the web designer must know something about the logic, no? | |
François: 8-Sep-2005 | And i feel this is not more complicated than playing with templates and exceptions on templates, but I may be wrong, as I never try template with such authorisation logic. | |
Pekr: 8-Sep-2005 | OK, and if your designer puts custome <rebol:if...> tag into his template, how is that reflected in his webtool? Does it distorts his display, or do those tools ignore such custom tags? | |
Gabriele: 8-Sep-2005 | The template is how the page should look. if you have different looks for different users, they're probably better being different templates. | |
Pekr: 8-Sep-2005 | Francois - I accept your explanation of Magic's concept only in the case, if designer can upload different template without me (the developer) needing to edit it .... but I may be not so strict :-) I will look into Magic's english docs - french docs are really a problem for me ... | |
Pekr: 4-Apr-2006 | Hi ... I have following task to acomplish ..... my friend who is doing college in archeology, is working on her thesis. Part of the thesis are images of various ancient goods. So we've got photos from our digital camera. I will produce small View script, which will allow her to enter comments for each image. Now I want to do a template (table?), with various layouts, mainly two images per A4 page plus comments under each of those images. Can I influence table cell size? My past experience was, that the cell got resized according to image. Are there also various methods, how to "stretch" the image in cell? thanks a lot for pointers ... | |
Pekr: 19-Jul-2006 | one question re CSS. I have small template, where I put two images one under the other. You can look at http://www.xidys.com/hanka. But I will need to cut some images, and that fact destroys aspect ratio for me :-) I would like to ask, if, in CSS, I can define image the way that it would not be scaled? My definition looks like: .photo img { width: 614px; height: 460px; } and in html: <div class="photo"><!--[obrazek 1]--><img src="obrazky/IMG_1361.JPG"/></div> | |
Pekr: 18-Jun-2007 | simply put - open your template in a browser - does it display its content flawlesly? (without interpretting templat). If not, than it is not what I want :-) | |
Maxim: 18-Jun-2007 | well, that will depend on what you mean by template and what your template contains... if you talk about a frame (or various sub parts of a page) which hold html, yes remark can have these with no remark tags within... so you can linkup an html page based on artists work, and add up your dynamically created content. But remark even allows you to programatically include those little html parts at any level, so one of your dynamic tags could in fact be loading just menu titles which which your gfx artist created manually. but their placement or the choice of which set to load would be controled within the dynamic tags. | |
Kaj: 15-Jan-2009 | Would you write 20.000 similar web pages for a web store, or would you write one template and store the properties of the goods in a database, for example? | |
AdrianS: 28-Aug-2010 | @Gabriele - I'd like to hear your comments on what this article says (in sec 2.3) about allowing some basic expressions in the view, wrt your templating engine? http://www.simple-is-better.org/template/#why-if-for-calculations-etc-are-necessary-in-the-view | |
Gabriele: 28-Aug-2010 | In my approach, the mapping between the data and the "view" is defined by a dialect. I guess, one might want to make at least part of that mapping part of the view; this does not change the fact that the template file can then be simple HTML. Formatting to me does not seem a templating issue though. It's about localization and customization (different users will want different formats for dates, and almost everything else). So, this is a completely separate axis. As Carl often says... the problem is multidimensional, reducing it just to "model" and "view" is not really going to work. | |
onetom: 29-Apr-2011 | Janko: we tried http://angularjs.orgrecently. it also does client side html templating BUT in 2 ways. the merged data can update itself inside the template and also if some input fields change, the corresponding model variables reflect this change automatically. the best framework i've seen so far & u can mix it easily with jquery or mootools | |
Group: Announce ... Announcements only - use Ann-reply to chat [web-public] | ||
[unknown: 9]: 31-Dec-2005 | The Gripe: Go here www.Rebol.org, then go here: http://www.ruby-lang.org/en/, then here: http://java.sun.com/, hell even go here, http://msdn.microsoft.com/vbasic/, now go back to www.Rebol.com Even if you don't know what the language is or does, do you want to go to Rebol.org? The main page looks like the last page in the basement of a website. Almost like an "error page" O There is no single location for all Rebol information. O Rebol.net, Rebol.com, and Rebol.org are spread out and run by RT. O There is no pizzas! O I don't "feel" community when I visit these sites. I know I'm not talking to my audience when I say; "think of this like a night club" but this is what this is all about. People want to "be where the fun is happening." Even programmers. My Suggestion: O We need a site controlled by the developers. O We need a forum where people can bitch and meet each other, and feel welcome. O The site needs to have a consistent dynamic attractive template. O The site needs to be a clearing house for all other sites. Teach and directing people to all the resources. O The site needs to paint a picture as opposed to describe everything with a thousand words. What is entailed: O Start a new site, I would propose "RebolCentral.com" I'm willing to pay for it, but I don't want to be in charge of it, I suggest we make it a committee. O The main page should cover every topic and reason anyone would come to the site. This means we support every country and other site. The idea here is a clearing house of centralized information. O News: The site needs to gather news worthy information and post that at the top. The site is not alive unless people have a way to post their information. This means that there needs to be at least one editor, if not several that share the task. Every time a product is updated, the new features are mentioned. When Carl updates his blog, it gets a single sentence directing people there, unless it is news of a release of something. Etc. O Product Reviews: This is key. Products need to be rated, reviewed, categorized, voted on. O Video Archive: All the videos of all the talks ever given O Tutorials: there are a lot of tutorials out there, but which are best? We need to review the tutorials, rate them by Beginner, Intermediate, Advanced. O Forum: Start with major topics, and then break it down. The forum needs to direct people to other countries, or support the other countries right in the forum. Great simple forum: http://discussion.treocentral.com/index.php?styleid=1 O Respect the real estate. The #1 mistake people make is treating their websites like just pages. This is just like real estate, location location location. We need to place the content based on where people are going. So you build the basic site, watch it for a couple of weeks, then shift things around based on where people are actually going. O More art, more photos, more community. It needs to feel inviting: http://msdn.microsoft.com/events/pdc/ Stone soup: I will pay for, host, and supply a fast linux system (w/archive). I will help design the templates, and provide (and buy if needed) great art for the site. I will not run the site, nor control the content, but I expect there to be in place all the items outlined above, set up in a manner that it a) runs itself, b) puts the power in the hands of the developers. | |
Graham: 1-Jun-2006 | It says that because that is the date the original entry was created. We created a few blank records and update them at the right week. I guess we should look at the template and remove that information. | |
Geomol: 8-Oct-2006 | NicomDoc 2 is out! http://home.tiscali.dk/john.niclasen/nicomdoc/ Major enhancements are equations (mathematical formulas) and mail merge. Other new things include sub- and super-script and specification of template within the document. | |
Group: SDK ... [web-public] | ||
amacleod: 3-Mar-2009 | #INCLUDE %"/C/Program Files/rebol/rebol-sdk/source/mezz.r" #INCLUDE %"/C/Program Files/rebol/rebol-sdk/source/prot.r" #INCLUDE %"/C/Program Files/rebol/rebol-sdk/source/view.r" #INCLUDE %sqlite.r #INCLUDE %mysql-protocol.r ;#INCLUDE %updater.r ;#INCLUDE %include.r ;#INCLUDE %window.r ;#INCLUDE %scroll-panel.r ;#INCLUDE %scroll-wheel-handler.r #INCLUDE-binary %fd_shield.jpg #INCLUDE-files %data [guest.db demo_template.db] ;#INCLUDE %sqlite3.dll | |
Group: !RebGUI ... A lightweight alternative to VID [web-public] | ||
Graham: 3-Mar-2005 | window - graphical object - descriptor - template | |
Group: SVG Renderer ... SVG rendering in Draw AGG [web-public] | ||
Pekr: 20-Jun-2006 | would following news help us to get AGG - SVG compatible gradients? It regards AGG 2.4, new branch of AGG, and I am sure we will get it ported to REBOL too ... New utility class template is added, gradient_lut. It allows you to easily create a color LUT for gradients from a set of color stops as they are defined in SVG, section Gradients and Patterns. | |
Group: Tech News ... Interesting technology [web-public] | ||
Oldes: 17-Dec-2007 | You mean such a tutorial? The framework itself is not interesting for me. He made just a bitmap slideshow with tons of files required. All of this is made just in Flash IDE with some template used. | |
Group: !Cheyenne ... Discussions about the Cheyenne Web Server [web-public] | ||
Dockimbel: 12-Oct-2006 | Graham: good idea, I already wrote REBOL code to support emoticons in another project. I'll add it to the blog. (Note to myself : The link to Carl's blog source code disapeared in our blog template file, I have to put it back!) | |
Pekr: 29-May-2007 | btw - could I do following? Set my .html files to be treated as CGI, via some handler? I can't stand using mixing templates with html codes, especially in that manner, where your template code ruins normal browser display .... | |
Pekr: 4-Jun-2007 | I just recently received whole new website for our Xidys site ... it is - templates, but there is some php code in there, and it sucks - they did not tell me ;-) Unfortunatelly, templates are easy. They did a trick, when whole top, bottom section plus left menu is one template, and content is "included" into the template, according to what item you choose in the menu. The advantage is - you don't have repeating part on more than one place. Disadvantage is - when you want to display the content part, you easily can't, as that template waits for inclusion, does not have headers, and hence it does not link to css - that aproach sucks, it does not work without whole production environment .... | |
Pekr: 18-Jun-2007 | Maxim - I looked into remark and I don't like it either. As I said - I will not accept any system, which ruins normal html (template viewing) :-) | |
Pekr: 18-Jun-2007 | gfx man has to do his work, and put some tagging into comments blocks at max. .html is registered with handler, and goes via my-rsp.r. It either does nothing for the page (static one), or parses tags and knows what to do with the template. No html plus rebol code mixing, no custom tags .... | |
Chris: 21-Jun-2007 | This is one area QM has sought to resolve. It's likely it can be done with Cheyenne app methods? Use Hijax -- build an RSP hierarchy: <template> <portion /> </template> Access %template.rsp when requesting a full page, and %portion.rsp when you only want inline content. Use JS to hijack links to full pages and replace them with methods to access and display inline content. | |
Group: DevCon2007 ... DevCon 2007 [web-public] | ||
Chris: 8-May-2007 | I've set up a wiki at http://devcon2007.on-arran.com/(template to match the official DevCon site). I'd be obliged if willing DevCon attendees would create pages with revelations and announcements from the conference, and also if non-attendees could help keep it organised. | |
Group: Games ... talk about using REBOL for games [web-public] | ||
ICarii: 29-Jun-2007 | For the Icons at the top: Blue = Crystal Mines, Green = Forests, Red = Gold Mines. These are your base resources that reproduce each turn. They create stockpiles of Energy, Wood and Gold respectively. These stockpiles are used to activate cards in your hand. card.png is the 'hidden' or deck card face. This is used to hide the computer's cards and the deck and discard piles. card1.png is a sample of the format that the card images are in. This can be used as a basis for creating new cards to the correct size. (86x64 pixel size with a 7x7 pixel offset into the card1.png template). I have a card editor that can add in the card details to match their stats etc. Regarding image names - ill compile a full list and place it on the website later today once i finalise the deck size :) | |
Group: !CureCode ... web-based bugtracking tool [web-public] | ||
Oldes: 18-Nov-2008 | And there must be something more as registering new user gives error: Error Code : 500 Description : access error ! Cannot open /c/rebol/server/Cheyenne/www/curecode-r091/www/curecode-r091/nonenone/email-activation.tpl Near : [template: read join locale/get-path %email-activation.tpl] Where : send-confirmation | |
Henrik: 30-Aug-2009 | URL = /bugs/register.rsp File = www/bugs/register.rsp ** Script Error : read expected source argument of type: file url object block ** Where: send-confirmation ** Near: [template: read join locale/get-path %email-activation.tpl] | |
Graham: 30-Aug-2009 | send-confirmation: func [ spec [block!] vkey [string!] /local url login pass template ][ system/user/name: "REBOL3 Tracker" set-net reduce [[no-reply-:-curecode-:-org] "softinnov.com"] url: rejoin [ request/headers/Host either request/server-port = 80 [""][join ":" request/server-port] request/web-app "/validate.rsp?id=" url-encode spec/login "&key=" vkey ] login: spec/login pass: spec/pass template: read join locale/get-path %email-activation.tpl replace template "$url" url replace template "$login" login replace template "$pass" pass send/subject spec/email template rejoin ["[REBOL3 Tracker] " say "Account activation"] ] | |
Group: DevCon2008 (post-chatter) ... DevCon2008 [web-public] | ||
Reichart: 10-Dec-2008 | I added a single Priority 100 task to serve as template. | |
Group: Printing ... [web-public] | ||
Graham: 29-Sep-2008 | What I tried to do was create a print template that the user can define. | |
Graham: 29-Sep-2008 | My printing then uses the print template dialect to print page after page. | |
Graham: 29-Sep-2008 | pagesize A4 font Times-BoldItalic 30 linewidth 1 at 190x750 My-Name color (black) font Times-Roman 12 newpath at 75x725 line1 at 75x715 line2 at 75x705 line3 at 445x715 "Ph: " at 465x715 ph at 445x705 "Fx: " at 465x705 fx at 438x680 "Date:" font Times-Bold at 465x680 consult-date font Times-Roman 11 newpath at 75x740 line 530x740 newpath at 75x700 line 530x700 at 75x680 Provider-Template at 75x600 "Dear " at 100x600 Provider flow-translate 0x0 flowbox 75x150 540x590 float 20 flow-translate 0x0 flowbox 75x150 540x720 gonzo flow consult gonzo flow-translate 0x0 flowbox 75x150 540x720 float 10 flow-translate 0x0 flowbox 75x72 540x720 float 50 showpage | |
Graham: 29-Sep-2008 | ie. I allow the template language to include an eps file |
1 / 223 | [1] | 2 | 3 |