diff --git a/homepage/LICENSE b/homepage/LICENSE index 68a49da..03cfdc9 100644 --- a/homepage/LICENSE +++ b/homepage/LICENSE @@ -1,24 +1,24 @@ -This is free and unencumbered software released into the public domain. +Other than noted exceptions, this is free and unencumbered data +released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or -distribute this software, either in source code form or as a compiled +distribute this data, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. In jurisdictions that recognize copyright laws, the author or authors -of this software dedicate any and all copyright interest in the -software to the public domain. We make this dedication for the benefit -of the public at large and to the detriment of our heirs and -successors. We intend this dedication to be an overt act of -relinquishment in perpetuity of all present and future rights to this -software under copyright law. +of this data dedicate any and all copyright interest in the data to the +public domain. We make this dedication for the benefit of the public at +large and to the detriment of our heirs and successors. We intend this +dedication to be an overt act of relinquishment in perpetuity of all +present and future rights to this data under copyright law. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +THE DATA IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, -ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. +ARISING FROM, OUT OF OR IN CONNECTION WITH THE DATA OR THE USE OR +OTHER DEALINGS IN THE DATA. For more information, please refer to diff --git a/homepage/Makefile b/homepage/Makefile index 97cc7ca..6e9101c 100644 --- a/homepage/Makefile +++ b/homepage/Makefile @@ -1,6 +1,5 @@ .POSIX: -MAKE = make RM = rm -f generate: index.html subdirs @@ -27,9 +26,10 @@ subdirs: $(MAKE) -C css $(MAKE) -C home $(MAKE) -C phones + $(MAKE) -C slipstream $(MAKE) -C software clean: - $(RM) index.html css/index.html home/index.html phones/index.html software/index.html + $(RM) index.html css/index.html home/index.html phones/index.html slipstream/index.html software/index.html .PHONY: generate clean diff --git a/homepage/favicon.ico b/homepage/img/icons/favicon.ico similarity index 100% rename from homepage/favicon.ico rename to homepage/img/icons/favicon.ico diff --git a/homepage/slipstream/Makefile b/homepage/slipstream/Makefile new file mode 100644 index 0000000..103b909 --- /dev/null +++ b/homepage/slipstream/Makefile @@ -0,0 +1,2 @@ +index.html: index.m4 ../head.m4 ../html.m4 ../navreturn.m4 + m4 index.m4 >index.html diff --git a/homepage/slipstream/index.m4 b/homepage/slipstream/index.m4 new file mode 100644 index 0000000..bdccbf5 --- /dev/null +++ b/homepage/slipstream/index.m4 @@ -0,0 +1,15 @@ + + +define(`_TITLE', `slipstream')dnl +define(`_DESCRIPTION', `a love story')dnl +define(`_PAGE', `slipstream/')dnl +define(`_STYLE', `')dnl +include(`../html.m4')dnl +include(`../head.m4')dnl + +include(`../navreturn.m4')dnl +

+_hyperlink(`slipstream.pdf', `PDF') +

+ + diff --git a/homepage/slipstream/slipstream.pdf b/homepage/slipstream/slipstream.pdf new file mode 100644 index 0000000..158edf9 Binary files /dev/null and b/homepage/slipstream/slipstream.pdf differ