Mar 27 2009

How to create a dradis export plugin?

Category: Rails, dradisetd @ 3:04 am

Although we presented some of this concepts already in dradis reporting: quick & neat word export, here is the step by step guide to get an export plugin recognised by the dradis framework and ready to use!

Update (2009-04-09): Checkout the new import/export plugin generators at dradis community forums.
Continue reading “How to create a dradis export plugin?”

Popularity: 11% [?]


Feb 17 2009

dradis extensions: how they work and how to write them

Category: Ruby, dradissiebert @ 1:33 am

Dradis is a tool used for structured information storage and sharing. Although it is applicable to various environments, it is originally aimed at information security consultants working alone or in a team. One of the great features of the application is that the client side’s functionality can be extended by what is called (quite creatively) – extensions.

In this post I’ll be looking at what an extension is, how it fits into the dradis framework and how to write your own extensions.

You are welcome to jump ahead to the How do I write my own extension? if that is the only part that you are interested in.
Continue reading “dradis extensions: how they work and how to write them”

Popularity: 11% [?]


Feb 15 2009

dradis reporting: quick & neat word export

Category: Rails, dradisetd @ 5:55 pm

With over 800 downloads in the first two weeks of dradis v2.0, there is lots of interest on what is going to be next. We are working on solutions for importing and exporting data to and from the repository, but for those of you that can’t wait, we have put together a plug-in for the server that exports your notes to a Word file.

It is not the final solution, and it is not integrated with the web interface, but hopefully it will give you an idea of how easy is to get your own exporting modules for dradis.
Continue reading “dradis reporting: quick & neat word export”

Popularity: 12% [?]


Feb 04 2009

Use Rails to Create a Static Site

Category: Rails, dradisetd @ 2:00 pm

One of the new things we released last week with dradis v2.0 was a new web site for the project (dradis.sourceforge.net).

The old site consisted of 20 static pages or so, which was nice and easy but a real pain to maintain or restructure. So we thought that letting Rails do the heavy lifting for us would be a good idea, but we did not want to set up a Rail environment in the server…

What we finally did is use Rails as a tool to create a static site that we could .tar.gz and upload to the server. As a starting point we used a post in www.chuckvose.com and this is how we completed it to fit our needs.

Follow up (2009-03-23): do not miss how to integrate your rails-static site with Rake and Subversion in the second article of this series: Use Rails to Create a Static Site: Rake and Subversion.

Continue reading “Use Rails to Create a Static Site”

Popularity: 100% [?]

Tags: