Gregory Brown
unread,Mar 30, 2008, 10:20:50 PM3/30/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to RubyMendicant
Hi,
As requested I've put together a sort of analysis of the PDF project
vs. the documentation project.
The way it looks now is that a PDF::Writer rewrite is the project to
beat. Though some have mentioned they don't personally have a use for
it, most of them agree it is a worthwhile project and would be willing
to support it. Many have indicated this project seems like the most
likely to succeed among my ideas. Given that the task would be to
implement a software library based on a well defined specification,
and the fact that we already have a sense of what some of the
challenges involved with this are, I tend to agree.
However, I still think the documentation project has a lot of merit.
If in the next couple days, it seemed like we got together a clear
plan for the kinds of topics we'd be covering and how the project
would progress, it remains to be a possibility. I definitely am
holding some reservations about this though, because very few people
have come up with concrete ideas about this project, and that makes me
nervous.
Below, you'll see my current thoughts about the pros and cons of each
project. Please feel free to speak up and let me know what you are
thinking. Essentially, if we can't get together at least the
beginnings of a clear plan for the documentation project by April 2nd
or so, I think I'll go with the PDF project. However, if we can get
the doc project ideas organized and I can get a sense of the
community's support for it, it still has a chance.
So... silence gets you PDF, some well thought out cajoling might get
you many months of documentation work. :)
Analysis of the projects follows.
-greg
###########################
=== First Class PDF Support in Ruby
The goal of this project would be to write a tiny, fast, and beautiful
PDF writing library for Ruby. This project would support Ruby 1.9 and
m17n from
the ground up, eliminating two serious issues for those currently
generating
PDFs in Ruby.
Ideally, this project could replace PDF::Writer in the near future.
PROS:
- This is a complicated project that is unlikely to get worked on in
people's
spare time, which means it is somewhat ideal for Ruby Mendicant.
- As one of PDF::Writer's principal maintainer's, learning more about
PDF
will be helpful immediately to me, and PDF::Writer's users.
- Ruby 1.9 deserves third party library support
- A new PDF writing package would open up a lot of possibilities for
Ruby
Reports (Ruport), as well as simplify porting Ruport to Ruby 1.9
- Currently the most popular project idea for Ruby Mendicant
- Forms a complete, extremely well defined project (due to the PDF
spec).
Clear progress can be made each week, and the community could be
involved
in choosing feature priority.
- Now that PDF::Reader exists, automated testing is actually
possible. The
project may also help push PDF::Reader along, potentially resulting
in some
shared code, or other kinds of collaboration
CONS:
- I'm not well acquainted with the PDF spec, I'll need time to read
it
- I'm not well versed in m17n, I'll need to spend some time learning
- PDF::Writer already works (sort of)
- A special case project (Not everyone works with PDF)
- Project may take less than 22 weeks for the juicy parts.
(Though I'm not sure)
- May take several weeks to get to an experimentally useful state.
=== Uncovering Hidding Ruby Gems (Documentation)
The goal of this project would be to produce a broad range of tutorial
articles about various useful Ruby packages and tools. The community
would help
me select projects that are interesting, and I would produce 1-2
articles a week
which would be released under a free documentation license.
The goal of these documents would be to give readers working knowledge
of some
notoriously under-documented libraries, using as many practical
examples as
possible, so that the documents would also serve as a sort of quick
reference
whenever possible.
With sufficient community interest, I could produce a typeset book for
print at
cost, through Lulu. I already have some experience with this via the
Ruport
book, so it is definitely a possibility if people like the idea.
PROS:
- Ruby is *still* lacking quality documentation, so this definitely
will help
fill some holes.
- 22 weeks is a very large chunk of time, so a lot of work could be
done on
this.
- Many projects in Ruby are relatively unknown because of their lack
of
accessible documentation, not because of their lack of quality. A
large
documentation drive would hopefully spark a lot of new developments.
- I have a decent amount of technical writing experience.
- It may be possible to produce a very inexpensive print book at cost
which
offers a cornucopia of Ruby tutorials
CONS:
- Difficult to figure out which topics are most important
- Lots of context switching, which may be a bit inefficient
- I'm a little afraid of burning out if I'm producing 1-2 articles a
week
- This project idea has had mixed responses from the community, many
like it,
but more than a few claim it lacks focus.
- Topics will have to be things that I can either learn quickly or
already have
some experience with, to ensure the documentation is of some
quality.
- We still don't have a large list of specific projects that deserve
attention,
much less community consensus on which are most important.