Skip to content

add micar whitepaper - #1241

Open
dajohi wants to merge 1 commit into
decred:masterfrom
dajohi:micar
Open

add micar whitepaper#1241
dajohi wants to merge 1 commit into
decred:masterfrom
dajohi:micar

Conversation

@dajohi

@dajohi dajohi commented Sep 2, 2026

Copy link
Copy Markdown
Member

No description provided.

@dajohi
dajohi force-pushed the micar branch 2 times, most recently from 044bb26 to 918aa73 Compare September 2, 2026 15:02

@jholdstock jholdstock left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't like to see the file without an extension, I'd ask for the .html extension to be added, and then:

  1. The page will be viewable at https://decred.org/micar-whitepaper.html with no nginx changes necessary
  2. If the page is also needed at a URL without the extension (https://decred.org/micar-whitepaper), the following nginx conf can be added:
    location = /micar-whitepaper {
      alias /usr/share/nginx/html/micar-whitepaper.html;
      default_type text/html;
    }
    

@jholdstock jholdstock left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I always forget this repo has tests, here you go: run-tests.patch

diff --git a/test/run-test.sh b/test/run-test.sh
index 1aeadbb9..6f04a2cb 100755
--- a/test/run-test.sh
+++ b/test/run-test.sh
@@ -11,7 +11,14 @@ fi
 echo
 echo "Validating pages "
 
-FILES=$(find $CONTENT_DIR -name \*.html | grep -v google)
+# Find HTML files to validate, skipping files which are known to fail validation
+# but should not be altered:
+#   - google858b8c931adb8fff.html - verifies site ownership for Google Search.
+#   - micar-whitepaper.html - handcrafted by a third party.
+FILES=$(find $CONTENT_DIR -name \*.html | \
+    grep -v google858b8c931adb8fff      | \
+    grep -v micar-whitepaper)
+
 PATH=node_modules/.bin:$PATH
 
 exit_code=0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants