So I was poking around the webserver files. I haven't updated YAAC to the most recent yet, so forgive me if there are more features.
Would it be possible to give us the ability to create our own pages, rather than rely on the built in pages?
It would be really nice to be able to use some jQuery to smooth the reload of the map on the page. I was thinking that you could accomplish this by allowing us to create a default template, with a css then create tokens for where certain items should go, like the map or messages.
Thanks,
KK4URZ
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The webserver in YAAC is pretty minimal, to minimize the load it places on the host computer; it's nowhere close to being Apache or Tomcat, and had no intention of being such.
Given that, because YAAC is open-source, you can add any new webpages you want by either modifying YAAC or writing a plugin extension that defines the new pages you want to add.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Howdy,
So I was poking around the webserver files. I haven't updated YAAC to the most recent yet, so forgive me if there are more features.
Would it be possible to give us the ability to create our own pages, rather than rely on the built in pages?
It would be really nice to be able to use some jQuery to smooth the reload of the map on the page. I was thinking that you could accomplish this by allowing us to create a default template, with a css then create tokens for where certain items should go, like the map or messages.
Thanks,
KK4URZ
The webserver in YAAC is pretty minimal, to minimize the load it places on the host computer; it's nowhere close to being Apache or Tomcat, and had no intention of being such.
Given that, because YAAC is open-source, you can add any new webpages you want by either modifying YAAC or writing a plugin extension that defines the new pages you want to add.