Can you help with a quick test of the Inlay client agent?

If you haven’t heard, I’m building a content management system for static HTML pages, especially tailored for use with Freeway. If you haven’t signed up for the Inlay.io mailing list, please do so here: http://inlay.io

That said, please visit this page:

http://scripty.walterdavisstudio.com/inlay-client-test.html

There’s some instructions to download a file, place it on your server, and then use that page to trigger a special request from your server. If it works, you’ll see a page of text like this:

Array
(
  [base] => http://scripty.walterdavisstudio.com/inlay-client
  [remote] => Success! Your server can reach Inlay.io
  [pages] => Array
  (
    [0] => /test.html
  )

  [templates] => Array
  (
    [0] => /template.html
    [1] => /folder/folder/template.html
  )

  [partials] => Array
  (
  )

)

I’m particularly interested in whether this system can remote-access the Inlay.io server from your server. If I have to, I can add a bunch of extra code in to use cURL instead of PHP’s native stream wrappers, but it’s a lot of work that I’d rather not do.

So if this works, let me know, and if it doesn’t, also please let me know. No data are being stored, you are the only one who will see that page of results.

Thanks,

Walter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

This sounds Great! thanks Walter…

that said… when I click download file I get :
Not Found

The requested URL /inlay_client.zip was not found on this server.

On May 23, 2014, at 3:43 PM, Walter Lee Davis email@hidden wrote:

If you haven’t heard, I’m building a content management system for static HTML pages, especially tailored for use with Freeway. If you haven’t signed up for the Inlay.io mailing list, please do so here: http://inlay.io

That said, please visit this page:

Inlay Client Test

There’s some instructions to download a file, place it on your server, and then use that page to trigger a special request from your server. If it works, you’ll see a page of text like this:

Array
(
[base] => http://scripty.walterdavisstudio.com/inlay-client
[remote] => Success! Your server can reach Inlay.io
[pages] => Array
(
[0] => /test.html
)

 [templates] => Array
 (
   [0] => /template.html
   [1] => /folder/folder/template.html
 )

 [partials] => Array
 (
 )

)

I’m particularly interested in whether this system can remote-access the Inlay.io server from your server. If I have to, I can add a bunch of extra code in to use cURL instead of PHP’s native stream wrappers, but it’s a lot of work that I’d rather not do.

So if this works, let me know, and if it doesn’t, also please let me know. No data are being stored, you are the only one who will see that page of results.

Thanks,

Walter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Sorry, try again – typo in my downloads page, it read inlay_client where it should have read inlay-client.

Walter

On May 24, 2014, at 8:47 AM, Julie Maxwell wrote:

This sounds Great! thanks Walter…

that said… when I click download file I get :
Not Found

The requested URL /inlay_client.zip was not found on this server.

On May 23, 2014, at 3:43 PM, Walter Lee Davis email@hidden wrote:

If you haven’t heard, I’m building a content management system for static HTML pages, especially tailored for use with Freeway. If you haven’t signed up for the Inlay.io mailing list, please do so here: http://inlay.io

That said, please visit this page:

Inlay Client Test

There’s some instructions to download a file, place it on your server, and then use that page to trigger a special request from your server. If it works, you’ll see a page of text like this:

Array
(
[base] => http://scripty.walterdavisstudio.com/inlay-client
[remote] => Success! Your server can reach Inlay.io
[pages] => Array
(
[0] => /test.html
)

[templates] => Array
(
  [0] => /template.html
  [1] => /folder/folder/template.html
)

[partials] => Array
(
)

)

I’m particularly interested in whether this system can remote-access the Inlay.io server from your server. If I have to, I can add a bunch of extra code in to use cURL instead of PHP’s native stream wrappers, but it’s a lot of work that I’d rather not do.

So if this works, let me know, and if it doesn’t, also please let me know. No data are being stored, you are the only one who will see that page of results.

Thanks,

Walter


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Walter,

is there any “happy jippiehh” message to be expected after hitting test?

If - I failed, if not everything is fine.

I got it on:

http://backstage.kimmich-digitalmedia.com

but this is a subdomain - so not sure if it works.

Further question:

Assumed I got a “local dev” via MAMP - would this work (finally) as well?

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

On May 24, 2014, at 12:49 PM, Thomas Kimmich wrote:

Hi Walter,

is there any “happy jippiehh” message to be expected after hitting test?

You should see something like this:

Array
(
[base] => http://scripty.walterdavisstudio.com/inlay-client
[remote] => Success! Your server can reach Inlay.io
[pages] => Array
(
[0] => /test.html
)

 [templates] => Array
 (
   [0] => /template.html
   [1] => /folder/folder/template.html
 )

 [partials] => Array
 (
 )

)

If - I failed, if not everything is fine.

I got it on:

http://backstage.kimmich-digitalmedia.com

but this is a subdomain - so not sure if it works.

Further question:

Assumed I got a “local dev” via MAMP - would this work (finally) as well?

Only if your local dev server was somehow visible from the public Internet. Probably not, in other words. When you press that button in the test page, what happens is a POST request is sent to your server for the file: http://your.server.dom/inlay-client/scan_folder.json. If that URL is publicly available, then the test script (on your server) will display the result of that request.

Walter

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

No - it does nothing (no activity - but as well no error message).

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I’m not sure why you’re not seeing anything. I just did it from my command-line here, and it worked fine. Your server is cleared for takeoff!

marvin:inlay waltd$ curl -F 'inlay_key=2f96deba74feb435ecf7f94f83f34c2c2' 'http://backstage.kimmich-digitalmedia.com/inlay-client/scan_folder.json'
Array
(
    [base] => http://backstage.kimmich-digitalmedia.com/inlay-client
    [remote] => Success! Your server can reach Inlay.io
    [pages] => Array
        (
            [0] => /test.html
        )

    [templates] => Array
        (
            [0] => /template.html
        )

    [partials] => Array
        (
        )

)
marvin:inlay waltd$ 

Walter

On May 24, 2014, at 1:10 PM, Thomas Kimmich wrote:

No - it does nothing (no activity - but as well no error message).

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Works fine for me.

Despite copying the entire inlay folder as-is to the remote server I noticed the .htaccess didn’t make the trip so I manually removed the leading (.) from the filename. Now when I copied the htaccess file over it appeared as expected and I replaced the leading (.) and everything worked fine.

Todd
http://xiiro.com


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Interesting. What were you using for file transfer when this happened, and was the “show hidden files” option turned on at the time?

Walter

On May 24, 2014, at 2:13 PM, Todd wrote:

Works fine for me.

Despite copying the entire inlay folder as-is to the remote server I noticed the .htaccess didn’t make the trip so I manually removed the leading (.) from the filename. Now when I copied the htaccess file over it appeared as expected and I replaced the leading (.) and everything worked fine.

Todd
http://xiiro.com


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

From Finder to Coda’s file manager.

Initially invisible files were disabled in Finder but enabled in Coda. On second try I enabled invisibles in Finder (I use XtraFinder) then removed the leading (.) and uploaded successfully.

Todd

Interesting. What were you using for file transfer when this happened, and was the “show hidden files” option turned on at the time?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Mmmm. Interesting. So it’s not enough to upload the folder – the invisibles are stripped off when you do that with Show Hidden Files toggled off. That must be why so many things ask you to upload the Zip, then unzip on the server. But that’s difficult for most folks, since they don’t have or want shell access to their server. Must have show hidden files on, then…

Walter

On May 24, 2014, at 2:22 PM, Todd wrote:

From Finder to Coda’s file manager.

Initially invisible files were disabled in Finder but enabled in Coda. On second try I enabled invisibles in Finder (I use XtraFinder) then removed the leading (.) and uploaded successfully.

Todd
http://xiiro.com

Interesting. What were you using for file transfer when this happened, and was the “show hidden files” option turned on at the time?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I’m not sure my experience with this quirk is representative of the norm. Although I’ve run into this issue with some regularity when uploading an .htaccess file included with other apps (CMS etc.) it doesn’t always happen. Sometimes the file will transfer without a hitch (with invisibles disabled) so I just assumed there is/was something peculiar going on with my particular setup (just guessing here).

Todd

That must be why so many things ask you to upload the Zip, then unzip on the server.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I just double-checked here in Transmit. (Same engine, so not surprising – same results.) With Show Hidden turned off, the .htacccess was not copied to the server. With it on, it was. Dragging the folder both times, and I tried it from Finder and the left pane.

Walter

On May 24, 2014, at 2:52 PM, Todd wrote:

I’m not sure my experience with this quirk is representative of the norm. Although I’ve run into this issue with some regularity when uploading an .htaccess file included with other apps (CMS etc.) it doesn’t always happen. Sometimes the file will transfer without a hitch (with invisibles disabled) so I just assumed there is/was something peculiar going on with my particular setup (just guessing here).

Todd
http://xiiro.com

That must be why so many things ask you to upload the Zip, then unzip on the server.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Ah, ok. Then it’s not just me. Good to know.

Todd

I just double-checked here in Transmit. (Same engine, so not surprising – same results.) With Show Hidden turned off, the .htacccess was not copied to the server. With it on, it was. Dragging the folder both times, and I tried it from Finder and the left pane.

Walter

On May 24, 2014, at 2:52 PM, Todd wrote:

I’m not sure my experience with this quirk is representative of the norm. Although I’ve run into this issue with some regularity when uploading an .htaccess file included with other apps (CMS etc.) it doesn’t always happen. Sometimes the file will transfer without a hitch (with invisibles disabled) so I just assumed there is/was something peculiar going on with my particular setup (just guessing here).

Todd
http://xiiro.com

That must be why so many things ask you to upload the Zip, then unzip on the server.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I’ve seen that a lot too, but I’ve never been able to successfully unzip on the server. It seems like such a simple process but I always get a “command not found” alert.

But you’re right, command line tinkering is too much to expect from the average user.

Todd

That must be why so many things ask you to upload the Zip, then unzip on the server.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Yes, but then so is Show Hidden Files, no matter how well you document it with screenshots and so forth. Would people trust a Web installer where you plug in your FTP username and password on my site and it does all that for you? (And doesn’t save the credentials…) ???

Walter

On May 24, 2014, at 3:08 PM, Todd wrote:

I’ve seen that a lot too, but I’ve never been able to successfully unzip on the server. It seems like such a simple process but I always get a “command not found” alert.

But you’re right, command line tinkering is too much to expect from the average user.

Todd
http://xiiro.com

That must be why so many things ask you to upload the Zip, then unzip on the server.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

On 24 May 2014, 5:14 pm, waltd wrote:

I’m not sure why you’re not seeing anything. I just did it from my command-line here, and it worked fine. Your server is cleared for takeoff!

Browser issue.

Safari no-go (latest OS latest version), Fox v11 did.

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Walter,

It works OK on the http://www.ineedwebhosting.co.uk shared hosting platform.

David Owen
Printline Advertising

On 23 May 2014, at 20:43, Walter Lee Davis email@hidden wrote:

So if this works, let me know, and if it doesn’t, also please let me know. No data are being stored, you are the only one who will see that page of results.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thanks!

Walter

On May 29, 2014, at 4:39 AM, David Owen wrote:

Walter,

It works OK on the http://www.ineedwebhosting.co.uk shared hosting platform.

David Owen
Printline Advertising

http://www.printlineadvertising.co.uk
http://www.davidowendesign.com

On 23 May 2014, at 20:43, Walter Lee Davis email@hidden wrote:

So if this works, let me know, and if it doesn’t, also please let me know. No data are being stored, you are the only one who will see that page of results.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Failed:

" Not Found

The requested URL /inlay-client/scan_folder.json was not found on this server.

Apache/2.2.16 (Debian) Server at inlay.ontwerpzaam.nl Port 80 "


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options