Ask a Question related to Ruby, Design and Development.
-
ahoward #1
wiki reccomendations
any votes/reccomendations for best ruby wiki? i'm leaning towards simplicity
over features.
-a
====================================
| Ara Howard
| NOAA Forecast Systems Laboratory
| Information and Technology Services
| Data Systems Group
| R/FST 325 Broadway
| Boulder, CO 80305-3328
| Email: [email]ara.t.howard@noaa.gov[/email]
| Phone: 303-497-7238
| Fax: 303-497-7259
| ~ > ruby -e 'p(%.\x2d\x29..intern)'
====================================
ahoward Guest
-
POE's wiki
While browsing poe.perl.org I realized that its wiki is based on usemod; At work I maintain a wiki based on usemod and a few homegrown tweaks. I... -
Australian Cold Fusion Hosting - Any Reccomendations
Hi there, Just looking for any aussies out there that can reccommend a good Australian based CF MX hosting provider. I have a biggish site that... -
Any reccomendations for UK ASP host?
www.fasthost.co.uk MeTin "tim-p" <webforumsuser@macromedia.com> wrote in message news:cufqk9$e13$1@forums.macromedia.com... -
Would a wiki help newbies?
Hi all; I have recently contributed a wiki to another open source project (SQL-Ledger) and have received a fair bit of positive feedback and... -
dotProject Wiki?
Hi, Does anyone know of a wiki module for dotProject? Or a Wiki that could easily be bolted onto dotProject? Thanks, Jack -
David Heinemeier Hansson #2
Re: wiki reccomendations
> any votes/reccomendations for best ruby wiki? i'm leaning towards
I have a really simple wiki almost ready for alpha testing. It's built> simplicity
> over features.
on Madeleine and WEBrick. It doesn't have a concept of users nor
concurrency editing yet, but it's never the less pretty useful.
Currently it has: Recent changes, searching (regexps), referenced-by
And since it's built on Madeleine and WEBrick, it's really easy to get
running. Just run one script and point your browser to localhost:2500.
What are your must-have needs?
--
David Heinemeier Hansson,
[url]http://www.loudthinking.com/[/url] -- Thoughts for free
[url]http://www.nextangle.com/[/url] -- Thoughts for hire
David Heinemeier Hansson Guest
-
ahoward #3
Re: wiki reccomendations
On Thu, 18 Sep 2003, David Heinemeier Hansson wrote:
hmmm.>> > any votes/reccomendations for best ruby wiki? i'm leaning towards
> > simplicity
> > over features.
> I have a really simple wiki almost ready for alpha testing. It's built
> on Madeleine and WEBrick. It doesn't have a concept of users nor
> concurrency editing yet, but it's never the less pretty useful.
>
> Currently it has: Recent changes, searching (regexps), referenced-by
>
> And since it's built on Madeleine and WEBrick, it's really easy to get
> running. Just run one script and point your browser to localhost:2500.
>
> What are your must-have needs?
what's the markup like? personally i'd like a way to create links w/o using
CamelCase ;-)
seriously though
* concurent editing would be good. perhaps pstore could be used as a pure
ruby way to aquire persistent locks?
other than that i can't think of too much. i really like the idea of using
webrick and madeleine.
-a
====================================
| Ara Howard
| NOAA Forecast Systems Laboratory
| Information and Technology Services
| Data Systems Group
| R/FST 325 Broadway
| Boulder, CO 80305-3328
| Email: [email]ara.t.howard@noaa.gov[/email]
| Phone: 303-497-7238
| Fax: 303-497-7259
| ~ > ruby -e 'p(%.\x2d\x29..intern)'
====================================
ahoward Guest
-
Austin Ziegler #4
Re: wiki reccomendations
On Thu, 18 Sep 2003 15:53:12 +0900, ahoward wrote:
I used ruwiki. I've heavily modified it, and I think that Alan will be using>
> any votes/reccomendations for best ruby wiki? i'm leaning towards
> simplicity over features.
>
> -a
significant chunks of what I've done, but you can look around my wiki at:
[url]http://www.halostatue.ca/ruwiki/ruwiki.cgi[/url]
If you want the version I use, I can zip it up. I have a rudimentary locking
system that I added and a very rudimentary versioning system (but no way to
get the versions out yet).
-austin
--
austin ziegler * [email]austin@halostatue.ca[/email] * Toronto, ON, Canada
software designer * pragmatic programmer * 2003.09.18
* 10.05.14
Austin Ziegler Guest
-
ahoward #5
Re: wiki reccomendations
On Thu, 18 Sep 2003, Austin Ziegler wrote:
austin-> On Thu, 18 Sep 2003 15:53:12 +0900, ahoward wrote:>> >
> > any votes/reccomendations for best ruby wiki? i'm leaning towards
> > simplicity over features.
> >
> > -a
> I used ruwiki. I've heavily modified it, and I think that Alan will be using
> significant chunks of what I've done, but you can look around my wiki at:
> [url]http://www.halostatue.ca/ruwiki/ruwiki.cgi[/url]
>
> If you want the version I use, I can zip it up. I have a rudimentary locking
> system that I added and a very rudimentary versioning system (but no way to
> get the versions out yet).
thanks. i'd love a copy. can you post it or send it to me directly?
-a
====================================
| Ara Howard
| NOAA Forecast Systems Laboratory
| Information and Technology Services
| Data Systems Group
| R/FST 325 Broadway
| Boulder, CO 80305-3328
| Email: [email]ara.t.howard@noaa.gov[/email]
| Phone: 303-497-7238
| Fax: 303-497-7259
| ~ > ruby -e 'p(%.\x2d\x29..intern)'
====================================
ahoward Guest
-
Chris Morris #6
Re: wiki reccomendations
ahoward wrote:
I've got my own I've built - clWiki. Tested on Windows and FreeBSD. Blog>>>What are your must-have needs?>>>any votes/reccomendations for best ruby wiki? i'm leaning towards
>>>simplicity
>>>over features.
>>>
>>>
>>
>>
>hmmm.
>
>what's the markup like? personally i'd like a way to create links w/o using
>CamelCase ;-)
>
>seriously though
>
> * concurent editing would be good. perhaps pstore could be used as a pure
> ruby way to aquire persistent locks?
>
> other than that i can't think of too much.
>
view for recent changes. You can see it in action (this one's read-only)
here: [url]http://clabs.org/blogki[/url]. Download is here:
[url]http://clabs.org/dl/clwiki[/url] (oops, just noticed the latest release hasn't
been foisted up there - lemme know if you want it).
File based storage, no special markup (well, very limited special
markup), protects against concurrent edits. CamelCase page creation.
Full hierarchy (which many consider a negative :)
I don't know of anyone else who's used it, so probably not the simplest
way to get up and running, but I've generally leaned towards simplicity
in exchange for features.
Code is open-sourced: BSD.
--
Chris
[url]http://clabs.org/blogki[/url]
Chris Morris Guest
-
Chad Fowler #7
Re: wiki reccomendations
On Fri, 19 Sep 2003, Chris Morris wrote:
# ahoward wrote:
# >what's the markup like? personally i'd like a way to create links w/o using
# >CamelCase ;-)
# >
I guess Ruby wikis should use underscore_wiki_links instead of CamelCase
:)
I've been hoping for a nice simple Ruby wiki with few (if any) external
dependencies for some time now. We use usemod for RubyGarden, because
it's so incredibly simple. It would be lovely to have a direct Ruby
equivalent to usemod.
Chad
Chad Fowler Guest
-
ahoward #8
Re: wiki reccomendations
On Fri, 19 Sep 2003, Chad Fowler wrote:
amen brother!> On Fri, 19 Sep 2003, Chris Morris wrote:
>
> # ahoward wrote:
> # >what's the markup like? personally i'd like a way to create links w/o using
> # >CamelCase ;-)
> # >
>
> I guess Ruby wikis should use underscore_wiki_links instead of CamelCase
> :)
camel_case = %r{^\s*(?:[A-Z][a-z]+){2,}\s*$}
raise NotPrettyError if camel_case.match ident
for some reason i don't find camel case too bad for classes, et. al. - but TOO
much of it (like java) gets insane.
flames on! ;-)
-a
====================================>
> I've been hoping for a nice simple Ruby wiki with few (if any) external
> dependencies for some time now. We use usemod for RubyGarden, because
> it's so incredibly simple. It would be lovely to have a direct Ruby
> equivalent to usemod.
>
> Chad
>
>
>
| Ara Howard
| NOAA Forecast Systems Laboratory
| Information and Technology Services
| Data Systems Group
| R/FST 325 Broadway
| Boulder, CO 80305-3328
| Email: [email]ara.t.howard@noaa.gov[/email]
| Phone: 303-497-7238
| Fax: 303-497-7259
| ~ > ruby -e 'p(%.\x2d\x29..intern)'
====================================
ahoward Guest
-
Carl Youngblood #9
Re: wiki reccomendations
The biggest feature that is not often included but is so useful is file
attachments. This way people can upload images and include them in
their wiki pages and can also collaborate with one another a lot easier.
I'm not interested in everything but the kitchen sink, but file
attachments are pretty important, IMO.
ahoward wrote:simplicity> any votes/reccomendations for best ruby wiki? i'm leaning towards> over features.
>
> -a
> ====================================
> | Ara Howard
> | NOAA Forecast Systems Laboratory
> | Information and Technology Services
> | Data Systems Group
> | R/FST 325 Broadway
> | Boulder, CO 80305-3328
> | Email: [email]ara.t.howard@noaa.gov[/email]
> | Phone: 303-497-7238
> | Fax: 303-497-7259
> | ~ > ruby -e 'p(%.\x2d\x29..intern)'
> ====================================Carl Youngblood Guest
-
Steve Conover, Jr #10
Re: wiki reccomendations
ahoward <ahoward@fsl.noaa.gov> wrote in message news:<Pine.LNX.4.53.0309180427540.20470@eli.fsl.no aa.gov>...
Definitely check out MiniRubyWiki. Astonishing simplicity.> any votes/reccomendations for best ruby wiki? i'm leaning towards simplicity
> over features.
Steve Conover, Jr Guest
-
Mark Janssen #11
Re: wiki reccomendations
ahoward <ahoward@fsl.noaa.gov> wrote in message news:<Pine.LNX.4.53.0309180427540.20470@eli.fsl.no aa.gov>...
> any votes/reccomendations for best ruby wiki? i'm leaning towards simplicity
> over features.
I have hacked something together during the last week or so and it
really is a hack. However it's very simple and should be easy to
extend. It's using webrick and the diff algoritm implementation by
Lars Christensen for logging of changes.
It works great for me personally but it's probably not very suitable
to run on a publicly accessible server. I run it as a personal server
on my laptop.
I don't want to post the whole source here (around 8kb) but I can mail
it to you if you want. Just drop me an e-mail in case you are
interested.
Mark
Mark Janssen Guest
-
ahoward #12
rubygarden.org/ruby?CategorySpec - WAS [Re: wiki reccomendations]
On Fri, 19 Sep 2003, Mark Janssen wrote:
i am interested. austin recently sent me one too (thanks austin). feel free> ahoward <ahoward@fsl.noaa.gov> wrote in message
> news:<Pine.LNX.4.53.0309180427540.20470@eli.fsl.no aa.gov>...>> > any votes/reccomendations for best ruby wiki? i'm leaning towards
> > simplicity over features.
>
> I have hacked something together during the last week or so and it really is
> a hack. However it's very simple and should be easy to extend. It's using
> webrick and the diff algoritm implementation by Lars Christensen for logging
> of changes. It works great for me personally but it's probably not very
> suitable to run on a publicly accessible server. I run it as a personal
> server on my laptop. I don't want to post the whole source here (around
> 8kb) but I can mail it to you if you want. Just drop me an e-mail in case
> you are interested.
to send it to me or, even better, post it on rubygarden. sure seems like
there is a lot of momentum in this area but not much direction - i mean, there
is a lot of people rolling there own because they didn't quite like this or
that or needed this or that. i've been asking alot of my friends and usemod
(the single perl script) seems like it's winning the popularity contest around
here - i wonder why _exactly_...
i just read my own post and decided that rubygarden needs a place to compile
common specifications - like specifications for what an uber wiki would do.
my hope is that people, when starting a project, could create a specification
page and let people have at it. after some time, one could filter and
prioritize based on the wants/needs of the community. the starting place for
specifications can be found at:
[url]http://www.rubygarden.org/ruby?CategorySpec[/url]
and the spec page for the uber wiki at:
[url]http://www.rubygarden.org/ruby?UberWiki[/url]
-a
====================================
| Ara Howard
| NOAA Forecast Systems Laboratory
| Information and Technology Services
| Data Systems Group
| R/FST 325 Broadway
| Boulder, CO 80305-3328
| Email: [email]ara.t.howard@noaa.gov[/email]
| Phone: 303-497-7238
| Fax: 303-497-7259
| ~ > ruby -e 'p(%.\x2d\x29..intern)'
====================================
ahoward Guest
-
Jim Freeze #13
Re: wiki reccomendations
On Thursday, 18 September 2003 at 23:06:48 +0900, Austin Ziegler wrote:
Austin:> I used ruwiki. I've heavily modified it, and I think that Alan will be using
> significant chunks of what I've done, but you can look around my wiki at:
> [url]http://www.halostatue.ca/ruwiki/ruwiki.cgi[/url]
>
> If you want the version I use, I can zip it up. I have a rudimentary locking
> system that I added and a very rudimentary versioning system (but no way to
> get the versions out yet).
>
I am interested in your version of ruwiki. Can you send me a copy?
Also, do you plan to make an official release of your changes?
Thanks
--
Jim Freeze
----------
A sine curve goes off to infinity or at least the end of the blackboard
-- Prof. Steiner
Jim Freeze Guest
-
Austin Ziegler #14
Re: wiki reccomendations
On Mon, 22 Sep 2003 11:50:10 +0900, Jim Freeze wrote:
Well, Alan's the maintainer, and I'm not planning on forking what he's done.> On Thursday, 18 September 2003 at 23:06:48 +0900, Austin Ziegler wrote:> Austin:>> I used ruwiki. I've heavily modified it, and I think that Alan will be
>> using significant chunks of what I've done, but you can look around my
>> wiki at: [url]http://www.halostatue.ca/ruwiki/ruwiki.cgi[/url]
>>
>> If you want the version I use, I can zip it up. I have a rudimentary
>> locking system that I added and a very rudimentary versioning system
>> (but no way to get the versions out yet).
>
> I am interested in your version of ruwiki. Can you send me a copy? Also,
> do you plan to make an official release of your changes?
I have sent to him what I have done, so most of what's there should be in
the next "official" version. I've actually got it mostly working as I want
it (there are only three major changes that I can think of offhand:
improvements to versioning, making edit previews better, and making the
versions visible).
I'll talk with him and see if he wants to release what I have done as a new
version until he gets time to do more work on it.
-austin
--
austin ziegler * [email]austin@halostatue.ca[/email] * Toronto, ON, Canada
software designer * pragmatic programmer * 2003.09.22
* 00.39.31
Austin Ziegler Guest
-
Alan Chen #15
Re: wiki reccomendations
Austin Ziegler <austin@halostatue.ca> wrote in message news:<200392204620.787619@PADD>...
I've opened a Rubyforge project for Ruwiki. I'll upload both my> I'll talk with him and see if he wants to release what I have done as a new
> version until he gets time to do more work on it.
>
> -austin
current version of Ruwiki as well as Austins version sometime this
week. The two versions will get merged later (after I complete my
upcoming house move.. :)
- alan
Alan Chen Guest



Reply With Quote

