hey if you have got the system working try this :

It needs editing to work on a different filesystem, too many hardcoded paths

It has no documentation, or anything ( o plain ASCII diagram or flowchart ) explaining either how it works, or how its unique, or how its different, or how its better

After reviewing the actual code, which is you say not the priniciple itself but only proof of principle , I don't see how its unique or how its different from HTML::Mason or TT2...

Perlmonks is implemented in a similar way; Some modules, some templates on disk, some default templates, some templates stored in database, data in database, url mapping, actions ... custom template format, embedded perl... session handling ...

I know I must be missing the point

update: so i went and checked some more of your nodes and i found in I will be vindicated you clarify your idea is , as chromatic says, basically scheme :)

Its a great idea , perl is built on it,

It would work great as a backend for a GUI Builder or for a a node based visual programming environment like PNI, but not something i'd want to write by hand anymore than XML :) and you can't beat typing for speed :)


In reply to Re^8: Update : aXML Release 0.1.3 by Anonymous Monk
in thread Update : aXML Release 0.1.3 by simonodell

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.