Really new to Clearsilver here, and just trying to modify some templates used in another system, so sorry if it's simple. I was including a sidebar file in my...
Why can't I simply use Apache, SQLite and ClearSilver? I'll be developing on an Apple OS X 10.3.9 or 10.4.4. The reason I asked is I can't seem to make the...
Hi, is there any example how this works? My python.gettext does everything right (python _() is translated) - but CS won't work. My translation is using 3...
ClearSilver is not like Ruby on Rails: it is not a complete end to end webapp building system. Its just a template system. Now, we do have an example...
Hi, I'm just getting started with clearsilver. As far as I can tell, all the docs only mention HTML output. Is there something about the parser that limits...
No, there isn't anything that restricts its use to HTML. If you're not careful, clearsilver can add a lot of whitespace to a document, ie: <?cs loop:x = 0,5,1...
Brian, if you're interested in finding an all-in-one framework like Rails that works on Python, check out Django (http://www.djangoproject.com). There's also...
... Webpy's ok. I'd hold off on learning Django until the "magic-removal" branch is committed, which should make it much easier to learn. I haven't spent any...
Hi You can't to use it from python. And as I get later it's bad idea to use gettext for _all_ (use gettext only for *.py parts, to translate some non CS msgs)...
Sergey Levchenko
sector119@...
Feb 8, 2006 10:10 pm
693
whenever , i try to configure then it's ok but try to make file then it 's give error on ruby .. mkmf error .. i have installed ruby1.8..on debian GNU/Linux .....
I have ClearSilver (0.10.1) to install though. When running make install I get the following error: "/bin/sh: scripts/document.py: /bin/env: bad interpreter:...
It looks like it compiles save for the ruby module. If you run configure with --disable-ruby it should compile fine. Now, the compilation works, but the...
thanx sir for u r quicker response , now i have donwloaded clearsilver 0.10.2 .tar file and try to install it .. after successful installation i will send the...
i tried to install 1)python-clearsilver_0.9.13.3.2.deb 2)python2.3-clearsilver_0.9.13-3.2_i386.deb 3)clearsilver-dev_0.9.13-3.2_i386.deb it's work and...
hello friends .. i m new to clearsilver ..and want to make gui using clearsilver .. i surf the clearesilver.net but there is only description of clearsilver...
... You can do --disable-perl, but I don't know what causes the above error. Brandon -- "Pets are loving, trusting creatures. Do not treat them with the same ...
I guess I'm somewhat confused as to what you are asking. There are no "html scripts". There are web programs which generate html using clearsilver and another...
... He didn't install zlib-devel, only not sure how it is named on debian Gerald...
Gerald Dachs
gda@...
Feb 24, 2006 7:57 am
703
apt-get install zlib1g-dev...
Sergey Levchenko
sector119@...
Feb 25, 2006 5:03 am
704
hi , Can any body clarify me how to validate xml and dtd in ruby, i have checked with rexml which is a non validation parser, did any body worked on it . ...
Hello Apologies if I'm missing something obvious, or have failed to find the same question answered in the archives (I did look), but I'm having problems...
Hello everyone! This is my first post here, hope I'm doing everything right. I want to install Trac on my host (DreamHost) but for that I need to install some...
Sorry that I'm so behind on releasing new versions, especially with configure broken in the last release for python installs. Version 0.10.3 is now available...
I'm starting a Clearsilver project using Java. Is there (or can we get) a readString method similar to the readFile method? I don't see anything like that in...