Frames without Frames

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michaelo

    Frames without Frames

    Hello there.

    I designed awfully simple technology which allow you to do easily do
    tricks
    which you could make with frames.

    It's alternative to technologies as PHP,
    but not analog.

    It is build over different principles.

    1. It has embedded facilities of changing codesets,
    and even transliteration (it does not work at the moment,
    but to run it I need to add only about 0.5-1 Kb of code).

    2. It allow to do almost all which allow html frames,
    but much easier,
    actually it's big conditional HTML compiler, which allow to compose site
    of several [small] pieces.
    Indeed everything are REALLY awfully simple.
    (You may push all site in one text file, or compose one page of hundred
    files. :)

    3. It allows to run other scripts and programs and use their output
    in generated page.
    (just two fork()s and two exec()s in whole code with no special tricks.)

    I think it's perfect solution.
    No embedded programming in engine (but codeset replacement and
    transliteration ),
    no need to use HTML gadgets in your scripts.
    Write scripts on C compile em, everything is easy and everything will
    work fast.

    4. Easy to learn.

    5. No XML-like extension.
    Tags are tags, pure semantic of my language is semantic of my language
    is its semantic.
    Such contrast help to switch attention on what you do or look at the
    moment.
    It is very usable, runs fast.

    6. This technology inspire to create simple sites.

    7. Easy to manage site.
    To fix something you mostly need just replace it ones in respective file
    (or files if it multilingual).

    8. FAST !!!
    In my implementation 30 KB of proper code 4 times less than even Parser.
    Simple general algorithm of work.
    It does not work, it flies. :)

    9. Works even with ancient Apache http server.
    Compiles as usual C -program, runes as processor of special files.

    --Michaelo Mitrofanov

    P.S. I in doubt, to put GPL on it or not ?

  • Neal

    #2
    Re: Frames without Frames

    On Sat, 05 Jun 2004 02:03:15 +0300, Michaelo <michaelo@super mail.com.ua>
    wrote:
    [color=blue]
    > I designed awfully simple technology which allow you to do easily do
    > tricks
    > which you could make with frames.[/color]

    I just puked on my keyboard...

    Comment

    Working...