Rails is a web-application framework for the MVC pattern that includes
both a template engine, controller framework, and object-relational
mapping package. Everything needed to develop web-apps that can run on
CGI, FastCGI, and mod_ruby
Being a full-stack framework means that all layers are built to work
seamlessly together. That way you Don't Repeat Yourself (DRY) and you
can use a single language from top to bottom. Everything from templates
to control flow to business logic is written in Ruby - The language of
love for industry heavy-weights.
Rails internals: application bootup, plugins, generators, and rake tasks.
Rails internals: application bootup, plugins, generators, and rake tasks.
RFacebook is a Ruby interface to the Facebook API.
It hides all the nitty-gritty details behind a beautiful Ruby front-end,
allowing you to focus on writing great code.
Sakai is an online Collaboration and Learning Environment. Many users of
Sakai deploy it to support teaching and learning, ad hoc group collaboration,
support for portfolios and research collaboration.
Sakai is a free and open source product that is built and maintained by the
Sakai community. Sakai's development model is called "Community Source"
because many of the developers creating Sakai are drawn from the "community"
of organizations that have adopted and are using Sakai.
Sinatra is a DSL for quickly creating web-applications in Ruby
with minimal effort. It sits on top of Rack, a minimal standard
interface for Ruby web frameworks. For templating, the choices
include erb, haml, sass and Builder.
Linklint is a perl script that checks links on web sites.
Features:
* both local-file and HTTP site checking
* cross referenced and fully hyperlinked output reports
* the ability to check password protected areas
* support for all standard server-side image maps
* reports of orphan files, and files with mismatching case
* a report of which URLs have changed since last checked
* support of proxy servers for remote URL checking
Opera Software ASA is an industry leader in the development of Web browsers
for the desktop, device and mobile markets. The Opera browser has received
international recognition from end-users and the industry press for being
faster, smaller and more standards-compliant than other browsers, and it has
gathered a cult following on the net.
Smarty is a template engine for PHP. Many other template engines for PHP
provide basic variable substitution and dynamic block functionality.
Smarty takes a step further to be a "smart" template engine, adding
features such as configuration files, template functions, and variable
modifiers, and making all of this functionality as easy as possible to
use for both programmers and template designers. Smarty also converts
the templates into PHP scripts, eliminating the need to parse the
templates on every invocation. This makes Smarty extremely scalable and
managable for large application needs.
Smarty is a template engine for PHP. Many other template engines for PHP
provide basic variable substitution and dynamic block functionality.
Smarty takes a step further to be a "smart" template engine, adding
features such as configuration files, template functions, and variable
modifiers, and making all of this functionality as easy as possible to
use for both programmers and template designers. Smarty also converts
the templates into PHP scripts, eliminating the need to parse the
templates on every invocation. This makes Smarty extremely scalable and
managable for large application needs.