On Aug 7, 2005, at 2:14 PM, Tobias Luetke wrote:

> This is currently not possible with the typo theme system. We decited
> to go with the basics first and expand it later.
>
> You can do a lot of poitioning and these kind of things using CSS  
> however.

Yeah, we'd *like* to be able to override views in themes, but we  
don't have that ability yet.  It's definitely on the list of things  
that we'd like to have in the next version.


Scott
From pratiknaik at gmail.com  Tue Aug  9 08:27:35 2005
From: pratiknaik at gmail.com (Pratik)
Date: Tue Aug  9 08:21:36 2005
Subject: [typo] Unable to configure typo using CGI/Apache 1.3.33
Message-ID: <[EMAIL PROTECTED]>

Hi,

I am trying to setup typo on my server running Apache 1.3.33 using
CGI. But I am getting "Application Errror - Typo could not be reached"
error everytime.

My public/dispatch.cgi is :
=============
#!/usr/local/bin/ruby

require File.dirname(__FILE__) + "/../config/environment" unless
defined?(RAILS_ROOT)

# If you're using RubyGems and mod_ruby, this require should be
changed to an absolute path one, like:
# "/usr/local/lib/ruby/gems/1.8/gems/rails-0.8.0/lib/dispatcher" --
otherwise performance is severely impaired
require "/usr/local/lib/ruby/gems/1.8/gems/rails-0.13.1/lib/dispatcher"

ADDITIONAL_LOAD_PATHS.reverse.each { |dir| $:.unshift(dir) if
File.directory?(dir) } if defined?(Apache::RubyRun)
Dispatcher.dispatch
=============

My public/.htaccess ( which btw I had to copy manually as it's missing
from distribution )
=============
SetEnv RAILS_ENV production

# General Apache options
AddHandler fastcgi-script .fcgi
AddHandler cgi-script .cgi
Options +FollowSymLinks +ExecCGI

# Redirect all requests not available on the filesystem to Rails
RewriteEngine On
# try to suggest current rss subscribers that the url moved permently
RewriteRule ^xml/([a-z]+)$ /xml/$1/feed.xml [R=301]
RewriteRule ^$ index.html [QSA]
RewriteRule ^([^.]+)$ $1.html [QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ dispatch.cgi [QSA,L]

# In case Rails experiences terminal errors
ErrorDocument 500 "<h2>Application Errror</h2>Typo could not be reached
=============

I've gone through document located at
http://typo.leetsoft.com/trac/wiki/TroubleShooting, but that's not
helping.

If someone wants, I can setup an account on my server.

Thanks,
Pratik
-- 
http://www.religiontalk.org & http://www.spiritualtalk.org - Enlighten your soul

Reply via email to