April 20th, 2005

A Fresh Start / Typo

4 comments on 154 words

I have some homework to do in regards to Typo. “tobi”:http://blog.leetsoft.com and “Patrick Lenz”:http://poocs.net/ have done some great work on Typo, along with other contributors and I will try to harness all the power of Typo into a simple but sophisticated user interface for both the administration interface and the public template.

I’ve also got a “first draft”:http://www.encytemedia.com/misc/typo-logo.png done of “the new Typo logo”:http://www.encytemedia.com/misc/typo-logo.png . I plan on doing a writeup of some of the processes involved in creating it later, but for now I must retire for the -night- morning.

Discussion

  1. Patrick Chanezon Patrick Chanezon said on April 21st

    Welcome to Typo Justin. I look forward to see your design skills applied to this excellent blogging tool.
    Very nice logo.
    http://wiki.rubyonrails.com/rails/show/HowtosInstallation was enough to get me through the installation of rails on apache with fast-cgi.

  2. Justin Palmer Justin Palmer said on April 21st

    Thanks Patrick! I’ll definitely check that article out.

  3. Curt's Comments Curt's Comments said on April 21st

    This is great! I’m looking forward to more added goodness in Typo.

  4. Craig Craig said on April 21st

    FastCgi was giving my server fits until I added the line with minProcesses/maxProcesses to my Apache httpd.conf file. It would spawn so many fastcgi processes that my server would grind to a halt and I’d get the default Rails app error screen even thought there was no problem with my Rails application code. Good luck on you new endeavor.

    LoadModule fastcgi_module /usr/lib/apache/1.3/mod_fastcgi.so

    FastCgiIpcDir /tmp/fcgi_ipc/
    AddHandler fastcgi-script .fcgi
    FastCgiConfig -minProcesses 1 -maxProcesses 3 -killInterval 300 -autoUpdate -idle-timeout 240 -pass-header HTTP_AUTHORIZATION

Sorry, comments are closed for this article.