Differences between revisions 6 and 13 (spanning 7 versions)
Revision 6 as of 2002-10-16 18:47:58
Size: 1708
Editor: adsl-64-167-132-244
Comment:
Revision 13 as of 2014-04-16 03:55:15
Size: 2203
Comment: 0.10.5 [2007-Jul-12
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
   version:: 0.7 (''[[Date(2000-07-20T00:00:00)]]'')    version::  0.10.5 (2007-07-12)
Line 8: Line 8:
derived from the [http://www.clearsilver.net/license.hdf Apache Software License v1.1]
   platforms:: Linux, FreeBSD, others
derived from the [[http://www.clearsilver.net/license.hdf|Apache Software License v1.1]]
   platforms:: Linux, FreeBSD, OS X, others
Line 18: Line 18:
High volume custom sites. C version currently in use at http://www.wunderground.com/ Fast python prototyping through high volume custom sites. Designed during the development of onelist.com, egroups.com, and Yahoo! Groups.

Includes CGI utility kit, page handling and form-submission pattern superclass, object to relational database mapping kit (odb.py), and transparent language extraction and translation management tool (trans.py).

Python/Clearsilver/CGI/CSPage/odb example project at http://www.neomason.com/netcon

C/Clearsilver in use at http://www.wunderground.com/
Line 22: Line 28:
Currently, C/C++ & Python interfaces available. Ruby, C/C++, Python, Perl, and Java interfaces available.
Line 26: Line 32:
Full CGI environment is pre-loaded into the template dataset Full CGI environment is pre-loaded into the template dataset so it is accessable from template code or program code in a unified manner.
Line 42: Line 48:
ClearSilver is language neutral, allowing you to seamlessly mix C, C++, Python, Perl, Java, PHP, and any other programming language you use, all in the same site, or even the same page. ClearSilver is language neutral, allowing you to seamlessly mix Ruby, C, C++, Python, Perl, Java, PHP, and any other programming language you use, all in the same site, or even the same page.
Line 48: Line 54:
http://www.clearsilver.net/img/misc/Clearsilver-Architecture.gif {{http://www.clearsilver.net/img/misc/Clearsilver-Architecture.gif}}

A framework for WebProgramming.

Masthead

URL

http://www.clearsilver.net/

version
0.10.5 (2007-07-12)
licence

derived from the Apache Software License v1.1

platforms
Linux, FreeBSD, OS X, others
Python versions
1.5.2, 2.2

Deployment Platforms

CGI, PyApache, Apache 1.3.x Module

Suitability

Fast python prototyping through high volume custom sites. Designed during the development of onelist.com, egroups.com, and Yahoo! Groups.

Includes CGI utility kit, page handling and form-submission pattern superclass, object to relational database mapping kit (odb.py), and transparent language extraction and translation management tool (trans.py).

Python/Clearsilver/CGI/CSPage/odb example project at http://www.neomason.com/netcon

C/Clearsilver in use at http://www.wunderground.com/

Development Interfaces

Ruby, C/C++, Python, Perl, and Java interfaces available.

Environment Access

Full CGI environment is pre-loaded into the template dataset so it is accessable from template code or program code in a unified manner.

Session, Identification and Authentication

Easy support for setting/reading Cookies and request information

Persistence Support

Presentation Support

ClearSilver is a templating system designed for HTML. Helps enforce split between presentation and application.

InTheirOwnWords

ClearSilver is a fast and powerful HTML templating system.

ClearSilver is language neutral, allowing you to seamlessly mix Ruby, C, C++, Python, Perl, Java, PHP, and any other programming language you use, all in the same site, or even the same page.

ClearSilver is fast, avoiding the problems created by language-specific template systems written in slow script languages such as Python or Perl.

ClearSilver is easy to use. Unlike XML/XSLT, which are complicated to setup and understand. You'll quickly find that ClearSilver is the easiest way to develop dynamic webpages.

http://www.clearsilver.net/img/misc/Clearsilver-Architecture.gif

Comments

ClearSilver (last edited 2014-04-16 03:55:15 by DaleAthanasias)

Unable to edit the page? See the FrontPage for instructions.