Giter Site home page Giter Site logo

kona's People

Contributors

jmadler avatar simcop2387 avatar symkat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

simcop2387 dhoss

kona's Issues

Consider changing the URL structure

The URL structure is flawed. I don't recommend using the character ! in any URL. In lieu of ! as a marking of a non-article url, consider moving pages to /wiki/$page or using a URL schema such as /wiki/$page/$action/

This is one of the recommendations from our email discussion on Nov 13-15.

Site::Dispatch Needs Logic

Find a good condition testing paradigm and make it trivial to write restrictions on dispatching to a given class.

Content namespaces

As noted in doc/TODO:
Namespaces: thing:base (CDN:docs, Project:Spec, etc, etc)

We could use "/" as a namespace divider.

Hide edit links on non-article pages.

On a page that is not an article, the edit/delete/rename/etc links need to be hidden.

This is one of the recommendations from our email discussion on Nov 13-15.

Re-dispatching

The dispatcher should support some type of re-dispatching.

I herd you like dispatching, so I put a dispatcher in your dispatcher so you can dispatch while your dispatching.

Edit the way handler methods are called

A lot of the work done in URL handler methods is duplicated. For example, the parameters passed as:

my ( $req ) = @_;
my ( $res, $con, $uri ) = get_request_info( $req );

are repeated per method. Additionally, logic to determine if if the request method was GET/POST could be moved to the dispatcher method, calling method_get(), method_post(), etc. instead of method()

This is one of the recommendations from our email discussion on Nov 13-15.

Rename _s to static

"_s" is ambigious, "static" is considerably more common.

This is one of the recommendations from our email discussion on Nov 13-15.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.