Live data from Hacker News

Anvil - a Mac app for Pow

anvilformac.com

11–20 of 73 posts

Re: Anvil - a Mac app for Pow

#13
post #5

Earlier quoted context omitted.

Thats not really how Pow[1] works. It's weird that there isn't any mention of Pow on that page if that's what it's using in the backend. I didn't download it since I'm not on 10.7, maybe it mentions it later. I wrote something similar ( https://github.com/rktjmp/ker-pow ) a while ago but never considered using it to actually make new ~/.pow/ links, I might add that in. Anvil is probably much more useful! [1] http://p…

> Thats not really how Pow[1] works. I think you will find that is _exactly_ how Pow works. Because you're just creating a symlink (ln -s source_name link_name) you can name it whatever you want. (i.e. ln -s ~/sites/my_full_url.com.au ~/.pow/blog)

Whoops, yeah – you're 100% correct. Not sure what I was actually thinking...

Re: Anvil - a Mac app for Pow

#18
post #16

Does anyone know why pow uses the .dev tld rather than .test? .test is reserved for local testing. http://en.wikipedia.org/wiki/.test

I was also confused at the choice of default. Fortunately you can update your config to support any TLD:

http://pow.cx/manual#section_3.1

Re: Anvil - a Mac app for Pow

#19
post #4

I'm very glad you didn't decide to go the Mac App Store route -- as sad as it sounds, MAS has incredible friction compared to an old fashioned zip

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...

Post reply on HN