#GWGI'm trying to make my plugin more flexible without adding any more fields to fill out. I have URL, Name, Site Name/Publication/Album, Duration, Author/Artist Name, Author Photo, Content/Excerpt.
#GWGI think I might be able to broaden it and pare it down simultaneously.
#annI'm less familiar client side than server side, so I'm trying to do two things:
wolftune joined the channel
#ann1) get json data into something I can pass around in javascript (maybe a cookie) client side.
#ann2) understand whether I'm limited to client-side javascript served from the hosted environment, or whether I can run a program like flask to interpret all the urls and do nice backend magic that I'm more familiar with. ie can I make my host play nicely?
#snarfedann: hi, welcome! i think we're missing some context
#annI'm missing something about returning java object things. They empty on return.
#snarfedsorry, i think we still need more context. should i read your tweet thread? otherwise maybe describe your high level goal and current stack?
j12t joined the channel
#annI did already. Current stack is client side javascript and html. Server side is not under my control, but maybe negotialble. I'm much more familiar with webserver like django or asp or flask already operational.
#annThinng is, I think I am missing some context. Trying to bridge that.
#snarfedsorry, i don't see where you originally described your current situation
#snarfedi get that your local stack is working and you're trying to deploy to a web host somewhere
#annyes. Well it was working, but that can be fixed ;-) I need to understand my next steps to initial deploy on destination server. Static files are easy enough, but I want to know whether say flask could be run to supercede the hosted environment.
#snarfedsure! good question. where's your destination server? who hosts it? what's its OS, stack, etc?
#annPrivately hosted. Runs something called qnap and I'm finding it hard to get answers to my questions about what is on board. Currently I'm lacking ssh access too so its not a case of just poking about.
#snarfedann: ok. sounds like a somewhat unusual setup. i don't know that you'll find many people here familiar with qnap. sorry. :(
#annGeneral principles of web deploy should be enough to run with. My original tweet "I have a lovely little simplehttpserver running locally, but... how does that transfer to final home?"
cweiske joined the channel
#snarfedsorry, no, that's too broad. personally at least, i can't give you any useful advice for that question without understanding the details, and i don't personally know qnap.
#annThis is an area that always turns to quicksand when I try to find out. But people host stuff other than static pages, on shared hosting, so it must be possible, in some cases if not all. I'm assuming all I need is execute permission for the web server running on an appropriate port and then it'll pick up all the connections, find the right urls etc.
#snarfedright, if it's basically a NAS, static HTML + JS is probably your best bet
#GWGI have a QNAP NAS. It is an embedded Linux system. They do have Web server packages
#KevinMarksbut can you run server-side code on it?
#annIt's ok, no blogging or similar user interaction required, just need to manage a lot of media data. Ah thanks GWG. Linux is good. I expect I will be able to add files, execute, open relevant ports. Right now I cant see how it would tell the differnce between file server faceplate and web, but I guess that is just down to the port and what program is talking over it.
#GWGKevinMarks: Yes, it allows install of scripting languages.
#annMeanwhile it'll force me to think about some important javascript questions, which can only be good for my career.
#GWGI bought one because I was too busy to rebuild the last time my server died.
#annthanks gwg, so if python and flask arent there already I should be able to pop a virtual machine with them in the project root. The server is run by someone I can talk to about permissions so this should be ok.
j12t joined the channel
#annI've suggested creating a staging site so we can explore the permissions before we open the serious site.
davidmead, mlncn and j12t joined the channel
#KevinMarksKartikPrabhu: wow, <mark> does look useful
#KevinMarkswith a default {background-color:yellow; color:black;}
yakker, nedorito and wolftune joined the channel
#KartikPrabhuKevinMarks: yeah I had never heard of it until yesterday
#aaronpk1) bridgy includes all URLs in the tweet in the like-of property
#aaronpk2) the notification is finding the first h-entry on the page that is liked, which in the case of the IRC logs is the first thing that happened today (that RT)
#annok, I have a talent for turning up the bugs ;-)
#aaronpkI can solve #2 by wrapping the IRC logs in an h-feed so that I can give the h-feed a name like "#indiewebcamp on August 30th, 2015"
#KartikPrabhuhaven't been a fan of bridgy 1) behaviour but I couldn't think of how to improve it