About the Project
In a message to the Hackers-IL mailing list a certain hacker said that the only safe generalisation in regards to how a certain code is perceived to be, was that her own code will look like junk to her within a month, and I since found it to be more and more true.
HTML-Widgets-NavMenu is a module I wrote about two years ago, as a way to help me generate and maintain complex HTML navigation menus. See this Perl.com article for some of its features as well as general navigation menus patterns that are supported by it.
Version 1.0000, which is the latest available on CPAN is relatively modular, has a comprehensive test suite of unit tests and system tests with exactly 300 tests, and a full test coverage, for everything except the POD coverage. It also has a well-defined interface.
However, some things I have in mind for it are not well-supported by the current code, and may require some extensive modification. The purpose of the proposed project is to extend it appropriately.
Scope of the Project
The project should do all or some of the following:
Enhance HTML-Widgets-NavMenu and make it more robust in handling semi-expanded trees (where part of the nav menu tree is revealed while the other is not.). At the moment, such support is kludgy and may not work very well.
I believe this may require translating the state of the nav menu into an intermediate tree format, which will in turn be converted to HTML.
My Role in this Suggestion
This is not a proposal for a TPF grant, but rather an idea for prospective Perl hackers who are looking for good ideas for putting grant proposals on. This is in a similar spirit to this call for volunteers by Adam Kennedy.
I can act as a mentor for the grant, but do not want to do it myself, both because I have a full time job, am busy organising various Israeli FOSS-related events, and also would like to encourage other hackers to contribute to my projects.
In case you want to take this project, you can contact me for some rudimentary guidance (and referral to people I know who may be able to give you better guidance), and eventually submit a grant proposal.
I don't get it (Score:2)
Re:I don't get it (Score:2)
Hi!
I don't really understand why there's such a big difference between them. I was suggesting a good idea for a grant, and if someone is interested on hacking on the module even without the money, then I'll be fully supportive of him.
Note that if no one volunteers (or receives a gr
Re:I don't get it (Score:2)
They are two distinct phases of the process. Who knows: maybe you'll find someone to do the work who does not want or need a grant (like almost every other project on the CPAN).
But the entire purpose of the grant is to make other people involved in hacking my code. From my experience, such people can often give a new perspective on its development and come with many good ideas and code for further development.
From my experience, it's
Licensing Issue (Score:1)
The Distributions says that it is licensed under the BSD license [0] however the individual files are licensed under MIT [1]
0. http://search.cpan.org/dist/HTML-Widgets-NavMenu/ [cpan.org]
1. http://search.cpan.org/dist/HTML-Widgets-NavMenu/lib/HTML/Widgets/NavMenu.pm#CO
Re:Licensing Issue (Score:2)
Hi ciscott!
The actual licence for the module is the MIT X11 licence. The 'bsd' indicator for the licence is part of the module's meta-data because it's the closest choice for it in Module::Build, and in the PAUSE categorisation.
It does not make too much difference. The MIT X11 is considered part of the BSD family of licences, which includes licences that are completely non-copyleft as the original BSD, the modified BSD, MIT X11, the Apache licence, the Python licence, and so forth.
Even software