Is there a blogging software created using the Ruby scripting
language? I have seen blogging software made with Perl like Moveable
Type ( http://www.moveabletype.org/ )and blogging software made with
PHP like pmachine ( http://www.pmachine.com/ ). I was just curious to
know if a blog software has been created using Ruby.
Atlantic Blue wrote:
Is there a blogging software created using the Ruby scripting
language? I have seen blogging software made with Perl like Moveable
Type ( http://www.moveabletype.org/ )and blogging software made with
PHP like pmachine ( http://www.pmachine.com/ ). I was just curious to
know if a blog software has been created using Ruby.
Two I know of - Dave’s RubLog[1] and my own Wiki[2] which can be used
for blogging. Martin Fowler also rolled his own blogger in Ruby[3],
dunno if it’s available. Plus, the good ol’ RAA[4] has a few other entries.
[1] http://pragprog.com/pragdave/Tech/Blog/SourceCode.rdoc,v
[2] http://www.clabs.org/dl/clwiki/
[3] What Isa Bliki
[4] http://raa.ruby-lang.org/search.rhtml?search=blog
···
–
Chris
http://clabs.org/blogki
Is there a blogging software created using the Ruby scripting
language? I have seen blogging software made with Perl like Moveable
Type ( http://www.moveabletype.org/ )and blogging software made with
PHP like pmachine ( http://www.pmachine.com/ ). I was just curious to
know if a blog software has been created using Ruby.
I’m in the middle of a rewrite of Blogtari
http://www.jamesbritt.com/articles/blogatari.html
originally based on Cherry Blosxom but now rather different.
I use it to run my home site as well as rubyxml.com and
ruby-doc.org
James Britt
And this has WHAT? to do with xml please?
···
On 13 Jun 2003 09:04:43 -0700, info@atlanticcomm.com (Atlantic Blue) wrote:
Is there a blogging software created using the Ruby scripting
language? I have seen blogging software made with Perl like Moveable
Type ( http://www.moveabletype.org/ )and blogging software made with
PHP like pmachine ( http://www.pmachine.com/ ). I was just curious to
know if a blog software has been created using Ruby.
Burger is a blogging tool written in Ruby, as per
http://tesugen.com/2002/06/28.html
You’ll have to mail him to get a copy though.
/U
fredagen den 13 juni 2003 kl 18.23 skrev Chris Morris:
···
Atlantic Blue wrote:
Is there a blogging software created using the Ruby scripting
language? I have seen blogging software made with Perl like Moveable
Type ( http://www.moveabletype.org/ )and blogging software made with
PHP like pmachine ( http://www.pmachine.com/ ). I was just curious to
know if a blog software has been created using Ruby.Two I know of - Dave’s RubLog[1] and my own Wiki[2] which can be used
for blogging. Martin Fowler also rolled his own blogger in Ruby[3],
dunno if it’s available. Plus, the good ol’ RAA[4] has a few other
entries.[1] http://pragprog.com/pragdave/Tech/Blog/SourceCode.rdoc,v
[2] http://www.clabs.org/dl/clwiki/
[3] What Isa Bliki
[4] http://raa.ruby-lang.org/search.rhtml?search=blog–
Chris
http://clabs.org/blogki
Urban Nilsson, Utbildningansvarig, Oops ab
http://oops.se/kurser
If want a real simple one to build off of, there is Cherry Bloxsom (I
think it’s in the RAA) which is based on Bloxsom
(http://www.raelity.org/apps/blosxom/ – written in perl).
I started working on a weblog that could track changes to topics and
articles through CVS – kind of like a mix between CVSWeb and a
weblog… I still haven’t totally figured out how I want it to work,
and I’ve been busy with other projects. One of these days I’ll get it
working well enough to post here.
···
On Friday 13 June 2003 10:23 am, Chris Morris wrote:
Atlantic Blue wrote:
Is there a blogging software created using the Ruby scripting
language? I have seen blogging software made with Perl like
Moveable Type ( http://www.moveabletype.org/ )and blogging software
made with PHP like pmachine ( http://www.pmachine.com/ ). I was
just curious to know if a blog software has been created using
Ruby.Two I know of - Dave’s RubLog[1] and my own Wiki[2] which can be used
for blogging. Martin Fowler also rolled his own blogger in Ruby[3],
dunno if it’s available. Plus, the good ol’ RAA[4] has a few other
entries.
–
Wesley J. Landaker - wjl@icecavern.net
OpenPGP FP: C99E DF40 54F6 B625 FD48 B509 A3DE 8D79 541F F830
And this has WHAT? to do with xml please?
Most blogging tools provide a way to serve up an RSS feed.
Some use XML as a data format, and some implement various XML-RPC
interfaces for manipulating content.
Why do you ask?
James
···
On 13 Jun 2003 09:04:43 -0700, info@atlanticcomm.com (Atlantic Blue) > wrote:
Is there a blogging software created using the Ruby scripting
language? I have seen blogging software made with Perl like Moveable
Type ( http://www.moveabletype.org/ )and blogging software made with
PHP like pmachine ( http://www.pmachine.com/ ). I was just curious to
know if a blog software has been created using Ruby.