similar to: new gem: renshi - a templating language

Displaying 20 results from an estimated 9000 matches similar to: "new gem: renshi - a templating language"

2009 May 20
1
templating language questions
Hello, I''m experimenting with a xhtml templating language and have some questions about ActionPack, particularly to do with compilable templates. I''m mostly looking for further information about compilable templates. The templating language currently works, though it isn''t a compilable template handler. I''ve yet to benchmark it, but it seems to be running
2009 Aug 02
3
two-factor linear models with missing cells
I am wondering how to interpret the parameter estimates that lm() reports in this sort of situation: y = round(rnorm(n=24,mean=5,sd=2),2) A = gl(3,2,24,labels=c("one","two","three")) B = gl(4,6,24,labels=c("i","ii","iii","iv")) # Make both observations for A=1, B=4 missing y[19] = NA y[20] = NA data.frame(y,A,B) nonadd = lm(y ~
2011 Jul 21
0
Templates and self-knowledge
So, I''m into templating. I *like* templating. What I *don''t* like, of course, is to have to use multiple, similar templates for different output files. So, let''s work a concrete example. Suppose I have a template "standard_profile.erb" which looks like this: install_type initial_install > > system_type standalone > > partitioning
2011 Mar 07
0
A new, minimal Sphinx gem for Rails
Howdy all, I wanted to share this blog post we just published at Harvest: http://www.getharvest.com/blog/2011/03/thebes-a-new-minimal-sphinx-gem-for-rails/ If any of you are doing work involving clusters of Sphinx servers or with Sphinx under Rails 3, we think this gem is a pretty great fit. The approach is to use ERB templating to configure Sphinx instead of a DSL. You need to learn the
2007 Oct 24
1
Status of Merb on JRuby
I''ve submitted a few patches on Trac to help get Merb running under JRuby [0][1][2][3][4]. It''d be cool if any of you committers could find the time to look them over and apply/reject them. They''re mostly tiny, so it shouldn''t be too onerous. With all of these patches applied, there are still 3 spec failures. One is in the spec ''a merb mailer
2006 Dec 07
1
templating library for R
Hi, does anybody know of a templating library for R, like velocity or freemarker? It doesn't have to be very fancy just a bit better than sub in replacing tags in a text (not necessarily html) file. thank you very much for your answer. Ido
2009 Jul 08
1
Recursively templating files in a directory
Suppose I have 100 files distributed recursively: file { "/var/sample": source => "puppet:///files/sample", ensure => directory, recurse => true } What I''d like to do is have all files inside the directory be templated: file { "/var/sample": content =>
2013 Jan 17
4
Templating a shell script - major error
Hi group, I am trying to template a bash script with puppet. Unfortunately, this fails with a bang, and even more unfortunately I have no idea why. The script starts with the usual #!/bin/bash When I run puppet, I get this: info: Caching catalog for l1211022.sdst.sbaintern.de err: Failed to apply catalog: Parameter source failed: Could not understand source #!/bin/bash [... complete
2006 Mar 12
0
ERB and Builder template engines shouldn''t be so heavily wired in ActionView::Base
Problem: 1. ERB and Builder template engines are heavily wired in ActionView::Base 2. Should be optional. If we use different engine - why load all their stuff if not needed? 3. There are template engines which expect files in their own locations and cache them in their own way. For instance a template engine may store templates in a database. These engines don''t need any central source
2015 Jul 28
1
Fedora change that will probably affect RHEL
On Tue, Jul 28, 2015 at 4:34 PM, Warren Young <wyml at etr-usa.com> wrote: > That?s only true if the majority of people will in fact override the default policy. The current behavior in Fedora and CentOS lets you click Done twice and bypass the weak password complaint. > But as I have repeatedly pointed out here, the stock rules really are not that onerous. They basically encode
2007 May 02
6
templating problems - rhel4, 0.22.3
Using RPMs for el4 (0.22.3). Been trying to get templates to work, but have found problems. I created a very small template, and this works well, variables substitute, great. I tried a much larger one (an httpd.conf), and puppetmaster crashed. the remote puppetd first reported an SSL certificate problem, then on seconds run, "cannot connect to server." Hacked the template down to
2006 Sep 01
5
templates and require
Thanks everyone for your quick responses to my questions. I''m trying to get templates working. I want to pull the template down from the puppet server, then use it. It looks like the require parameter is not being enforced when using the content parameter so the template can''t be found. This doesn''t work: file { "/etc/lighttpd/lighttpd.conf" :
2003 Apr 01
0
Re: [Asterisk] H323 for Asterisk
On Monday 03 February 2003 11:37, Michael Manousos wrote: > Hemant Kumar wrote: > > inline... > > > > Rattana BIV wrote: > >> Hi, > >> > >> There\'s anybody who knows how can I use h323 with Asterisk. > >> I install pwlib 1.3.11 and openh323 1.9.10 but I have warning > >> message and i can\'t lauch asterisk -vvvc. > >
2009 Sep 30
3
New User Wishes to Contribute
As requested on http://wiki.centos.org/Contribute, here is my info: # your FirstnameLastname username [SteveBonds] # the proposed subject of your Wiki contribution(s) [Personal Page] # the proposed location of your Wiki contribution(s) [Personal Page] I'll branch out from here. Maybe. While I understand the problem with spammers, asking each user to send each proposed page to the list for
2015 Jul 28
0
Fedora change that will probably affect RHEL
On Jul 28, 2015, at 1:06 PM, Chris Adams <linux at cmadams.net> wrote: > > Once upon a time, Warren Young <wyml at etr-usa.com> said: >> Much of the evil on the Internet today ? DDoS armies, spam spewers, phishing botnets ? is done on pnwed hardware, much of which was compromised by previous botnets banging on weak SSH passwords. > > Since most of that crap comes
2010 Feb 17
0
[PATCH] Provides the new node lifecycle events.
Replaced the TurboGears 2 reference implementation with a simpler Django server. This implementation has worked out the server interface for an HTTP awake and config request. Started working on this ready portion, but nothing is ready yet. THIS IS A WORK IN PROGRESS: This patch is solely meant to solicit feedback. Please reply with suggestions and improvement ideas. Thanks. :) Signed-off-by:
2011 Sep 30
1
Issue with reshare shares
Hi there, we have a customer with some old Windows 98 stuff. The network has been migrated to a 2008 domain and Windows 98 won't authenticate (and thus can not access shares, also all computer names (DC's / fileservers) are longer than 8 characters). Figured I would mount the shares on the fileservers on a linux box (ubuntu 10.04 LTS 64 bit server) and then export them again through
2006 Dec 07
1
templating, overide replace etc
Hello, the file type has some good stuff with replace and source : - replace : does it work when we put a content from a template ? i mean can i say source => template(xxx), replace => false so that if it does not exist it get created but if it exist the templete is not used - replace: while i am at it, could we have alias to false/true by yes/no it would be more readable and
2006 Oct 03
3
debconf templating
Hello. Hope you can help me further. I can vaguely remember that once I saw a reference how to preconfigure debconf in puppet manifests. So you can define answers in debconf inside of manifests. No idea where anymore. Anybody knows? greetinx Christo
2001 May 02
2
live streaming
2 May 2001 Can the Ogg Vorbis program be used to stream live audio over the Internet? Or is it restricted to the creation of files that have to be downloaded and then played on a computer? Put another way, can Ogg Vorbis doe what "Real Audio" does, but without the onerous restrictions? Robert Willmann, Jr. San Antonio, Texas --- >8 ---- List archives: