#HTML presentation tools
There are many HTML presentation tools and they are all created for slightly different reasons. Here's an overview. Please let me know if I forgot any.
##CSSS
CSS-based SlideShow System
| import com.esotericsoftware.Kryo | |
| import com.estoericsoftware.serialize.SimpleSerializer | |
| import java.nio.ByteBuffer | |
| object OptionSerializers { | |
| def register(kryo: Kryo) { | |
| kryo.register(classOf[None$], new NoneSerializer) | |
| kryo.register(classOf[Some[_]], new SomeSerializer(kryo)) | |
| } | |
| } |
| # | |
| # Wide-open CORS config for nginx | |
| # | |
| location / { | |
| if ($request_method = 'OPTIONS') { | |
| add_header 'Access-Control-Allow-Origin' '*'; | |
| # |