Live data from Hacker News

Anvil - a Mac app for Pow

anvilformac.com

31–40 of 73 posts

Re: Anvil - a Mac app for Pow

#31
I've tried the app for only 5 minutes and I love it already - it's a much more elegant solution than having to use "jekyll --server -auto" and localhost:4000. The thing that bugs me though is that the list of websites doesn't expand beyond three sites- you have to scroll to see the fourth site. Shouldn't the list dialog expand to fit all the sites?

Re: Anvil - a Mac app for Pow

#33
Well, it took me 15 minutes to figure out the cause of 404 error.

If you DON'T have index.html in your root folder it will return this error, python's SimpleHTTPServer module does much better job and gives you list of your folders.

Re: Anvil - a Mac app for Pow

#38
post #34

Wow this is nicely done. I added a homebrew cask for it so it can be installed via `brew cask install anvil`. https://github.com/phinze/homebrew-cask/commit/aff3777759dfc...

Left you a message there, but just in case you miss it - Very cool! Would you mind linking to http://anvilformac.com/download so this automatically downloads the latest version?

Re: Anvil - a Mac app for Pow

#39

Earlier quoted context omitted.

Our hands were tied. Installing 3rd party code, using the ~/.pow/ directory, and running on port 80 are all things that are frowned-upon. So it's easier to make it free!

I'm curious as to whether you can submit an app to the MAS which integrates with non-MAS apps? Any idea whether Apple allows that? e.g. so you could offload any frowned-upon functionality into external apps/services, and maybe promote or offer automated download & install functionality within your own app...

> 2.16 Apps that download or install additional code or resources to add functionality or change their primary purpose will be rejected

Re: Anvil - a Mac app for Pow

#40
Never heard of Pow before, but on inspection it looks very interesting and could save a bunch of time.

Anyone know if there's any way to make it work with python (WSGI or similar) services? It's kinda hard to search 'pow' without ending up at various exponentiation functions :/

Post reply on HN