From 4ca173ca5a7e1d54c2a4989ac1307fc70987a688 Mon Sep 17 00:00:00 2001 From: Potosi Date: Sat, 23 Dec 2023 14:24:20 +0100 Subject: [PATCH] Modified media page --- media/index.md => files/0000_index.txt | 28 ++++++++++++++-------------- make.sh | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) rename media/index.md => files/0000_index.txt (56%) diff --git a/media/index.md b/files/0000_index.txt similarity index 56% rename from media/index.md rename to files/0000_index.txt index 348a90c..63ebbca 100644 --- a/media/index.md +++ b/files/0000_index.txt @@ -1,18 +1,18 @@ -# files/ (name needed) +files/ (name needed) This is an html page which presents the contents of files/. Everything in this site is accesible with with unrestricted read-write access. By contributing to this, you agree to waive all intellectual property rights under the Creative Commons Zero 1.0 and the following additional waiver: -> The intent of this waiver is to ensure that this work will never be encumbered by any exclusive -> intellectual property rights and will always be in the public domain world-wide, i.e. not putting -> any restrictions on its use. -> -> Each contributor to this work agrees that they waive any exclusive rights, including but not -> limited to copyright, patents, trademark, trade dress, industrial design, plant varieties and -> trade secrets, to any and all ideas, concepts, processes, discoveries, improvements and inventions -> conceived, discovered, made, designed, researched or developed by the contributor either solely or -> jointly with others, which relate to this work or result from this work. Should any waiver of such -> right be judged legally invalid or ineffective under applicable law, the contributor hereby grants -> to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, -> irrevocable and unconditional license to this right. + The intent of this waiver is to ensure that this work will never be encumbered by any exclusive + intellectual property rights and will always be in the public domain world-wide, i.e. not putting + any restrictions on its use. + + Each contributor to this work agrees that they waive any exclusive rights, including but not + limited to copyright, patents, trademark, trade dress, industrial design, plant varieties and + trade secrets, to any and all ideas, concepts, processes, discoveries, improvements and inventions + conceived, discovered, made, designed, researched or developed by the contributor either solely or + jointly with others, which relate to this work or result from this work. Should any waiver of such + right be judged legally invalid or ineffective under applicable law, the contributor hereby grants + to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, + irrevocable and unconditional license to this right. There are no restrictions on the content that is allowed on this page (or any page in this website). Feel free to add, remove, delete, censor, rewrite everything you can. Add your photos, your music, your audios... Anything. @@ -20,7 +20,7 @@ If there is something that could put me in jail, I would probably remove it, alt If there is any safe place to host this without censorship please let me now. -Push to the repo [here](https://repo.or.cz/mob-repo.git) using the 'mob' user. The website itself is hosted at neocities, so it is up to me to update the contents. I will try to do so at least every two days. However, as this is all on the public domain, you are free to do what you want with this. +Push to the repo (https://repo.or.cz/mob-repo.git) using the 'mob' user. The website itself is hosted at neocities, so it is up to me to update the contents. I will try to do so at least every two days. However, as this is all on the public domain, you are free to do what you want with this. Of course, if you disagree with the way I implemented this, please just push your changes: you don't even need to ask. diff --git a/make.sh b/make.sh index 2fd20d2..7c81c7f 100755 --- a/make.sh +++ b/make.sh @@ -61,7 +61,7 @@ contains() { } do_media() { - echo "
"
+	echo "
"
 	(header_media ; echo "
    ") > html/media/filelist.html for f in $(cd files && find -- * | sort); do echo "
  • $f
  • " >> html/media/filelist.html @@ -108,4 +108,4 @@ footer_wiki > html/wiki/single_page.html (echo "

" && footer_wiki) >> html/wiki/filelist.html echo "Doing media" -(header_media ; md media/index.md ; do_media; echo "
" ; footer_wiki) > html/media/index.html +(header_media ; do_media; echo "
" ; footer_wiki) > html/media/index.html -- 2.11.4.GIT