
soaked and soaped has redesigned. What you see in front of you is a new layout paired with everything Rails 1.2 offers for us programmers. We always wanted a blogging tool which
We’ve tried Typo (the last incarnation of this blog) and Mephisto but both were too complex for us.
These needs drove us to build our own tool.
Some features we focused on during our development process:
font-size and line-height)The new Feeds may have caused, that you got all our feeds again. We are sorry for the inconvinience.
Make us happy and drop a comment on how you like the new blog.
P.S.: Crazy things may appear to IE users while looking at this site. Prevent this problem by switching to a real browser.
Hey, congrats on the redesign! I’m working on a lightweight blogging system myself and was wondering if you use a real user model or just hardcode a username and password into the application. It seems like Blog Cabin (SvN) uses the latter method, and because I’m only going to build this application for my own use, I’ve been leaning towards that. Any thoughts?
Hi,
we use acts_as_authenticated for our user model.
It’s lightweight and easy to use, but it makes our system a bit more flexible.
Do participate!