I've written (yet another) static-site generator, using HTML::Template along with Text::Template. Currently this tool is distributed as a standalone application.

(This is even more standalone than usual, as although there are modules involved in the implementation the ultimate "make install" concatenates everything together to make installation as simple as copying a single file to a directory on the user's path.)

I've had a couple of suggestions over the past year about uploading to CPAN, but I'm hazy on where to put it. I guess that i should use "App::Templer", but even that feels too specific.

ObLink: The generator uses plugins, allows you to write pages in Markdown, Textile, or HTML, and handles perl code too, it can be found here: http://github.com/skx/templer/

So, to be explicit, I want to ask if there is a preferred namespace/prefix for applications, rather than standard-modules? I'm happy to junk my current concatenation solution, and work with "perl Makefile.PL; make install", but before I do that I need to know what to call my modules.

Steve
--

In reply to Uploading applications to CPAN ? by skx

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.