Code Monkey home page Code Monkey logo

Comments (5)

benwerd avatar benwerd commented on May 20, 2024

Been wondering about this too. Could well be.

Two semi-related issues: the URLs for content-specific index pages are currently horrendous, and it'd be nice to optionally be able to specify a separate template and/or URL handler for those pages (so photos could be in gallery format, etc).

from known.

obra avatar obra commented on May 20, 2024

I was...just learning enough PHP to try to decipher how url to page dispatch worked.

I got as far as
$this->addPageHandler('/', '\Idno\Pages\Homepage');

  •        $this->addPageHandler('/status', '\Idno\Pages\Homepage');
    

before realizing I didn't know how to then pass in object type information. (Speaking of which, URLs like "http://s.ly/?types[]=IdnoPlugins\Event\Event" scare the heck out of me - I don't know enough to know whether there's really a way to pass in something outside of the IdnoPlugins namespace and get back data that you didn't intend for me to get, but it makes my "exposing your internals" spidey-sense tingle -- and avoiding those sorts of user worries is ...useful.

from known.

benwerd avatar benwerd commented on May 20, 2024

Exactly: this is an imminent change. Those URLs are a stopgap - they're safe, but ugly, and why should the user see our class names?

from known.

benwerd avatar benwerd commented on May 20, 2024

NB: I started writing docs on the wiki here yesterday, and will continue tonight, including how the page handlers and templates work.

from known.

obra avatar obra commented on May 20, 2024

On Fri, Jul 05, 2013 at 12:27:35PM -0700, Ben Werdmuller wrote:

NB: I started writing docs on the wiki here yesterday, and will continue tonight, including how the page handlers and templates work.

<3

from known.

Related Issues (20)

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.