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...
684
M
tchicoger
Feb 7, 2006 2:32 am
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...
685
Brandon Long
blong42
Feb 7, 2006 2:39 am
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...
686
Brian Ginn
williambrian...
Feb 8, 2006 8:52 am
Hi Brandon, Thank you. I re-read my initial message and it sounded rather harsh. Not intended and please forgive me. All the best, Brian...
687
slinkp23
Feb 8, 2006 8:52 am
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...
688
Brandon Long
blong42
Feb 8, 2006 9:10 am
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...
691
David Terrell
dave_terrell
Feb 8, 2006 8:23 pm
... 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...
692
Sergey Levchenko
sector119@...
Feb 8, 2006 10:10 pm
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)...
693
krant
profession_t...
Feb 22, 2006 8:21 pm
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 .....
694
krant
profession_t...
Feb 22, 2006 8:21 pm
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:...
695
krant
profession_t...
Feb 22, 2006 8:22 pm
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...
696
Brandon Long
blong42
Feb 22, 2006 8:38 pm
Clearsilver is available for debian in the unstable packages: http://packages.debian.org/unstable/python/python-clearsilver ...
697
krunt tomy
profession_t...
Feb 23, 2006 7:47 pm
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...
698
krunt tomy
profession_t...
Feb 24, 2006 5:00 am
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...
699
krant
profession_t...
Feb 24, 2006 5:01 am
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...
700
Brandon Long
blong42
Feb 24, 2006 7:29 am
... 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 ...
701
Brandon Long
blong42
Feb 24, 2006 7:49 am
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...
702
Gerald Dachs
gda@...
Feb 24, 2006 7:57 am
... He didn't install zlib-devel, only not sure how it is named on debian Gerald...
703
Sergey Levchenko
sector119@...
Feb 25, 2006 5:03 am
apt-get install zlib1g-dev...
704
csr krishna
krishna_csr
Feb 28, 2006 5:06 pm
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 . ...
705
wallace winfrey
mcirix
Mar 9, 2006 1:06 am
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...
706
Brandon Long
blong42
Mar 9, 2006 3:42 am
Weird. The problem line: gcc build/temp.linux-i686-2.4/neo_cgi.o build/temp.linux-i686-2.4/neo_cs.o build/temp.linux-i686-2.4/neo_util.o -L...
707
martin.lundberg
Mar 12, 2006 11:31 pm
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...
708
Brandon Long
blong42
Mar 13, 2006 3:05 am
Ok, I finally took the time to release a new version of clearsilver which should fix this problem. 0.10.3 is now available from download page at...
709
Brandon Long
blong42
Mar 13, 2006 3:08 am
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...
710
kenarneson
Mar 15, 2006 12:53 am
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...