[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[Instiki] Call for contributors

Alexey Verkhovsky

1/12/2005 10:53:00 PM

Dear all,

Instiki is by far the most popular Ruby application that is not a Ruby
development tool. Arguably, it is the _only_ popular Ruby application
for the masses today :) RubyForge download statistics say so. In the
last few days it is shaping up (look at CVS HEAD) as a Rails
application. This change deals with many problems in the original
Instiki, and opens up some new opportunities (undoubtedly, creating some
new problems, too :)

If you want to contribute to this Ruby flagman, here is what you can do:

1. Checkout the current CVS HEAD, look at CONTROLLER_TESTS file and
write tests for the actions marked as not covered.
2. If you have submitted a patch earlier, please consider resubmitting
it against the current CVS. No major new features will be accepted (this
would be for Instiki 2), but bug fixes and other small enhancements are
most welcome.
3. I am particularly interested in changes that make Instiki an
idiomatic ActionPack app (layouts, .rxml templates, extracting other
controllers from WikiController, security and other aspects to filters,
etc).
4. If you happen to be an Apple man, volunteer to build native Instiki
Mac releases (myself, the last time I've laid my hands on a Mac was 1986).
5. Finally, if you happen to be Why the Lucky Stiff, please release
RedCloth 3.0.1 :)

Any other form of testing / fixing / constructive feedback about current
CVS version is highly appreciated. To set expectations right, at the
time of this writing CVS HEAD "works to some extent" - some features are
broken (by ongoing porting, and the lack of automated tests at the
controller level).

Bottom line: Instiki is an active project again. Pitch in.

Best regards,
Alexey Verkhovsky

P.S. By the way, if anyone is wondering what is going on with RForum.
It's more or less feature-complete. We are getting ready to migrate
ruby-forum.org from phpBB to RForum in the next few weeks - to see how
shall it cope with RealLife(TM).



4 Answers

T. Onoma

1/13/2005 1:12:00 AM

0

On Wednesday 12 January 2005 05:53 pm, Alexey Verkhovsky wrote:
| 3. I am particularly interested in changes that make Instiki an
| idiomatic ActionPack app (layouts, .rxml templates, extracting other
| controllers from WikiController, security and other aspects to filters,
| etc).

What is .rxml?

Thanks,
T.


Alexey Verkhovsky

1/13/2005 1:29:00 AM

0

trans. (T. Onoma) wrote:

>On Wednesday 12 January 2005 05:53 pm, Alexey Verkhovsky wrote:
>| 3. I am particularly interested in changes that make Instiki an
>| idiomatic ActionPack app (layouts, .rxml templates, extracting other
>| controllers from WikiController, security and other aspects to filters,
>| etc).
>
>What is .rxml?
>
>Thanks,
>T.
>

Templating engine by Jim Weirich. Generates XML documents from a lot of
nested Ruby blocks :)

See http://rubyforge.org/project...

Alex


Ryan Davis

1/13/2005 2:17:00 AM

0


On Jan 12, 2005, at 2:53 PM, Alexey Verkhovsky wrote:

> 1. Checkout the current CVS HEAD, look at CONTROLLER_TESTS file and
> write tests for the actions marked as not covered.
> 2. If you have submitted a patch earlier, please consider resubmitting
> it against the current CVS. No major new features will be accepted
> (this would be for Instiki 2), but bug fixes and other small
> enhancements are most welcome.

I have a patch that I can send you directly that (ironically) I could
not post to the instiki.

> 4. If you happen to be an Apple man, volunteer to build native Instiki
> Mac releases (myself, the last time I've laid my hands on a Mac was
> 1986).

I can do this too.



Sam Roberts

1/13/2005 3:31:00 AM

0

Quoteing ryand-ruby@zenspider.com, on Thu, Jan 13, 2005 at 11:16:42AM +0900:
>
> On Jan 12, 2005, at 2:53 PM, Alexey Verkhovsky wrote:
>
> >1. Checkout the current CVS HEAD, look at CONTROLLER_TESTS file and
> >write tests for the actions marked as not covered.
> >2. If you have submitted a patch earlier, please consider resubmitting
> >it against the current CVS. No major new features will be accepted
> >(this would be for Instiki 2), but bug fixes and other small
> >enhancements are most welcome.
>
> I have a patch that I can send you directly that (ironically) I could
> not post to the instiki.
>
> >4. If you happen to be an Apple man, volunteer to build native Instiki
> >Mac releases (myself, the last time I've laid my hands on a Mac was
> >1986).
>
> I can do this too.

I can test it. Last time I downloaded an OS X instiki pkg was before
christmas, and it didn't run.

Sam