Fork me on GitHub
#hoplon
<
2015-09-10
>
alandipert04:09:08

anyone have an idea about what a good tagline for hoplon would be?

code-shoily05:09:49

Web. Simply Reactive.

alandipert06:09:54

thanks in advance for any feedback/PRs! source is at https://github.com/hoplon/hoplon.github.io

xificurC08:09:00

@alandipert: nice! A couple of things I found: - the page doesn't pass validation - https://validator.w3.org/nu/?doc=http%3A%2F%2Fhoplon.github.io%2F - the link to site source is incorrect - the logo links to the old site - the site source contains the _includes/login.html html which seems to be for logging in to adzerk?

xificurC08:09:04

and more importantly - why isn't the site written with hoplon? 😞

alandipert11:09:28

@xifi: thanks for the great feedback! it's not hoplon because we hadn't yet convinced our designer when he made the site 6 months ago simple_smile

xificurC15:09:52

@alandipert: I thought you are making the site with micha

xificurC15:09:20

also, what you pushed on github seems to have loads of files that aren't used, are those to be linked in somewhere or are they unrelated to the hoplon page and are from adzerk's site

xificurC15:09:13

ugh, all those templates are starting to give me a headache simple_smile

alandipert15:09:21

@xifi: yeah there is much cruft. index.md is the page with stuff on it

xificurC18:09:51

@alandipert: hoplon's page should really be in hoplon 😞

xificurC18:09:47

funny how complex things get once you move out of lisp (referring to that templating system)

xificurC18:09:47

I don't even understand why did people invent html templates. Can't any language generate files and strings?

alandipert18:09:45

@xifi: i know, all the different ways to almost-program

upgradingdave18:09:30

Hi @alandipert, thanks for the welcome 😎

upgradingdave18:09:53

looking forward to digging into hoplon, ton of interesting stuff!

xificurC21:09:22

@alandipert: yeah, I don't know why do we like to make everything more complicated simple_smile

Josh21:09:43

Hi #C08BDAPRA, any tips on getting a Hoplon6 app to include the Parse javascript SDK (https://www.parsecdn.com/js/parse-1.5.0.min.js) in my index.cljs.hl page before compiling it, so it can reference js/window.Parse? (Probably a n00b question, but having trouble googling the answer)

Josh22:09:48

Last time I looked at Hoplon (over a year ago), I could just copy a library like that into my "src" dir and rename it something like parse.inc.js, and then populate a parse.ext.js with the externs I needed, and everything just worked. Doesn't look like that works anymore?

Josh22:09:22

@alandipert: Thanks! Looking now

alandipert22:09:40

and no.. the .inc scheme isn't around anymore. since hoplon1 was out cljsc accumulated a lot fo features, and we lean on them when we can

Josh22:09:31

nice, yeah I just started looking at https://github.com/cljsjs/packages/wiki/Creating-Packages and was wondering if I should go that route