diff --git a/404.html b/404.html index ef1f73c..6c44e62 100644 --- a/404.html +++ b/404.html @@ -1,4 +1,4 @@ 404 Page not found - mCaptcha

Page not found :(

The page you are looking for doesn't exist or has been moved.

\ No newline at end of file +

Page not found :(

The page you are looking for doesn't exist or has been moved.

\ No newline at end of file diff --git a/blog/index.html b/blog/index.html index 7ed0914..4a36c2f 100644 --- a/blog/index.html +++ b/blog/index.html @@ -1,4 +1,4 @@ Blog - mCaptcha

Blog

Say hello to Doks 👋

Introducing Doks, a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default.

Posted November 4, 2020 by Henk Verlinde ‐ 0 min read

\ No newline at end of file +

Blog

Say hello to Doks 👋

Introducing Doks, a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default.

Posted November 4, 2020 by Henk Verlinde ‐ 0 min read

\ No newline at end of file diff --git a/blog/say-hello-to-doks/index.html b/blog/say-hello-to-doks/index.html index 4fb7a1a..329c17e 100644 --- a/blog/say-hello-to-doks/index.html +++ b/blog/say-hello-to-doks/index.html @@ -1,4 +1,4 @@ Say hello to Doks 👋 - mCaptcha

Say hello to Doks 👋

Posted November 4, 2020 by Henk Verlinde ‐ 0 min read

Introducing Doks, a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default.

\ No newline at end of file +

Say hello to Doks 👋

Posted November 4, 2020 by Henk Verlinde ‐ 0 min read

Introducing Doks, a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default.

\ No newline at end of file diff --git a/community/index.html b/community/index.html new file mode 100644 index 0000000..f144e7e --- /dev/null +++ b/community/index.html @@ -0,0 +1,5 @@ +Community - mCaptcha
\ No newline at end of file diff --git a/contributors/henk-verlinde/index.html b/contributors/henk-verlinde/index.html index 2c8f633..c86a61f 100644 --- a/contributors/henk-verlinde/index.html +++ b/contributors/henk-verlinde/index.html @@ -1,4 +1,4 @@ Henk Verlinde - mCaptcha
\ No newline at end of file +
\ No newline at end of file diff --git a/contributors/index.html b/contributors/index.html index 7051707..f30e72b 100644 --- a/contributors/index.html +++ b/contributors/index.html @@ -1,4 +1,4 @@ Contributors - mCaptcha
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/help/faq/index.html b/docs/help/faq/index.html index ad05f99..e5931b6 100644 --- a/docs/help/faq/index.html +++ b/docs/help/faq/index.html @@ -1,4 +1,4 @@ FAQ - mCaptcha

FAQ

Answers to frequently asked questions.

Hyas?

Doks is a Hyas theme build by the creator of Hyas.

Please keep it in place.

  • focus: /
  • select: ↓ and ↑
  • open: Enter
  • close: Esc

Other documentation?

Can I get support?

Create a topic:

Contact the creator?

Send h-enk a message:

Edit this page on GitHub

\ No newline at end of file +

FAQ

Answers to frequently asked questions.

Hyas?

Doks is a Hyas theme build by the creator of Hyas.

Please keep it in place.

  • focus: /
  • select: ↓ and ↑
  • open: Enter
  • close: Esc

Other documentation?

Can I get support?

Create a topic:

Contact the creator?

Send h-enk a message:

Edit this page on GitHub

\ No newline at end of file diff --git a/docs/help/how-to-update/index.html b/docs/help/how-to-update/index.html index 72027f6..0c4ad83 100644 --- a/docs/help/how-to-update/index.html +++ b/docs/help/how-to-update/index.html @@ -1,5 +1,5 @@ How to Update - mCaptcha

How to Update

Regularly update the installed npm packages to keep your Doks website stable, usable, and secure.

Update npm packages

Bump the versions in the devDependencies section of ./package.json to your liking, and run:

How to Update

Regularly update the installed npm packages to keep your Doks website stable, usable, and secure.

Update npm packages

Bump the versions in the devDependencies section of ./package.json to your liking, and run:

npm update
 

Edit this page on GitHub

\ No newline at end of file diff --git a/docs/help/index.html b/docs/help/index.html index 4a9dea4..07eadf9 100644 --- a/docs/help/index.html +++ b/docs/help/index.html @@ -1,4 +1,4 @@ Help - mCaptcha
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/help/troubleshooting/index.html b/docs/help/troubleshooting/index.html index f49f92d..548b29d 100644 --- a/docs/help/troubleshooting/index.html +++ b/docs/help/troubleshooting/index.html @@ -1,6 +1,6 @@ Troubleshooting - mCaptcha

Troubleshooting

Solutions to common problems.

Problems updating npm packages

Delete the ./node_modules folder, and run again:

Troubleshooting

Solutions to common problems.

Problems updating npm packages

Delete the ./node_modules folder, and run again:

npm install
 

Problems with cache

Delete the temporary directories:

npm run clean
 

Edit this page on GitHub

\ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 42c89be..6c0838b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,4 +1,4 @@ Docs - mCaptcha
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/prologue/commands/index.html b/docs/prologue/commands/index.html index 3d24bb0..be1049c 100644 --- a/docs/prologue/commands/index.html +++ b/docs/prologue/commands/index.html @@ -1,7 +1,7 @@ Commands - mCaptcha

Commands

Doks comes with commands for common tasks.

start

Start local development server:

Commands

Doks comes with commands for common tasks.

start

Start local development server:

npm run start
 

lint

Check scripts, styles, and markdown for errors:

npm run lint
 

scripts

Check scripts for errors:

npm run lint:scripts [-- --fix]
 

styles

Check styles for errors:

npm run lint:styles [-- --fix]
diff --git a/docs/prologue/index.html b/docs/prologue/index.html
index ef0eefd..93b04a7 100644
--- a/docs/prologue/index.html
+++ b/docs/prologue/index.html
@@ -1,4 +1,4 @@
 Prologue - mCaptcha
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/prologue/introduction/index.html b/docs/prologue/introduction/index.html index bb84ef5..333488b 100644 --- a/docs/prologue/introduction/index.html +++ b/docs/prologue/introduction/index.html @@ -1,4 +1,4 @@ Introduction - mCaptcha

Introduction

Doks is a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default.

Get started

There are two main ways to get started with Doks:

Tutorial

Step-by-step instructions on how to start a new Doks project. Tutorial →

Quick Start

One page summary of how to start a new Doks project. Quick Start →

Go further

Recipes, Reference Guides, Extensions, and Showcase.

Recipes

Get instructions on how to accomplish common tasks with Doks. Recipes →

Reference Guides

Learn how to customize Doks to fully make it your own. Reference Guides →

Extensions

Get instructions on how to add even more to Doks. Extensions →

Showcase

See what others have build with Doks. Showcase →

Contributing

Find out how to contribute to Doks. Contributing →

Help

Get help on Doks. Help →

Edit this page on GitHub

\ No newline at end of file +

Introduction

Doks is a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default.

Get started

There are two main ways to get started with Doks:

Tutorial

Step-by-step instructions on how to start a new Doks project. Tutorial →

Quick Start

One page summary of how to start a new Doks project. Quick Start →

Go further

Recipes, Reference Guides, Extensions, and Showcase.

Recipes

Get instructions on how to accomplish common tasks with Doks. Recipes →

Reference Guides

Learn how to customize Doks to fully make it your own. Reference Guides →

Extensions

Get instructions on how to add even more to Doks. Extensions →

Showcase

See what others have build with Doks. Showcase →

Contributing

Find out how to contribute to Doks. Contributing →

Help

Get help on Doks. Help →

Edit this page on GitHub

\ No newline at end of file diff --git a/docs/prologue/quick-start/index.html b/docs/prologue/quick-start/index.html index f9614cf..d272368 100644 --- a/docs/prologue/quick-start/index.html +++ b/docs/prologue/quick-start/index.html @@ -1,7 +1,7 @@ Quick Start - mCaptcha

Quick Start

One page summary of how to start a new Doks project.

Requirements

Doks uses npm to install dependencies and run commands. Installing npm is pretty simple. Download and install Node.js (it includes npm) for your platform.

Start a new Doks project

Create a new site, change directories, install dependencies, and start development server.

Create a new site

git clone https://github.com/h-enk/doks.git my-doks-site
+

Quick Start

One page summary of how to start a new Doks project.

Requirements

Doks uses npm to install dependencies and run commands. Installing npm is pretty simple. Download and install Node.js (it includes npm) for your platform.

Start a new Doks project

Create a new site, change directories, install dependencies, and start development server.

Create a new site

git clone https://github.com/h-enk/doks.git my-doks-site
 

Change directories

cd my-doks-site
 

Install dependencies

npm install
 

Start development server

npm run start
diff --git a/index.html b/index.html
index 1c9510c..4c51c89 100644
--- a/index.html
+++ b/index.html
@@ -1,4 +1,4 @@
 mCaptcha - mCaptcha

Defend Like Castles

mCaptcha is proof-of-work based captcha system that is privacy focussed and fully automated.

Get started

Libre software GitHub

Privacy focused

Doesn't track, doesn't profile your users.

Robust and Accurate

Got users behind NATs? No issues. We don't use IP address for rate-liming. NAT or not you get the mCaptcha experience.

Best-in-class UX

mCaptcha is silent, so silent that your users won't even feel it. No more anoying imgaes, no more helping for Big Brothers with their ML stuff

Defend like castles

Our PoW-based solution defends fiersly. mCaptcha makes attacking your site more experience than what it will take for you to respond to the attacker's requests

Libre Software

Client libraries are licensed using properiatary-friendly free software licenses but the core is AGPL'd. We believe this is a tech that can change the way the web works so mCaptcha will always be free

xCaptcha drop-in replacement

Already using a captcha solution? No worries, our APIs are compatible with reCapthca and hCaptcha!

\ No newline at end of file +

Defend Like Castles

mCaptcha is proof-of-work based captcha system that is privacy focussed and fully automated.

Get started

Libre software GitHub

Privacy focused

Doesn't track, doesn't profile your users.

Robust and Accurate

Got users behind NATs? No issues. We don't use IP address for rate-liming. NAT or not you get the mCaptcha experience.

Best-in-class UX

mCaptcha is silent, so silent that your users won't even feel it. No more anoying imgaes, no more helping for Big Brothers with their ML stuff

Defend like castles

Our PoW-based solution defends fiersly. mCaptcha makes attacking your site more experience than what it will take for you to respond to the attacker's requests

Libre Software

Client libraries are licensed using properiatary-friendly free software licenses but the core is AGPL'd. We believe this is a tech that can change the way the web works so mCaptcha will always be free

xCaptcha drop-in replacement

Already using a captcha solution? No worries, our APIs are compatible with reCapthca and hCaptcha!

\ No newline at end of file diff --git a/index.xml b/index.xml index 2445ad4..8f1f6cf 100644 --- a/index.xml +++ b/index.xml @@ -1 +1 @@ -Defend Like Castles on/Recent content in Defend Like Castles onHugo -- gohugo.ioen-USTue, 09 Mar 2021 00:00:00 +0000Blog/blog/Tue, 06 Oct 2020 08:49:55 +0000/blog/Docs/docs/Tue, 06 Oct 2020 08:48:23 +0000/docs/ \ No newline at end of file +Defend Like Castles on/Recent content in Defend Like Castles onHugo -- gohugo.ioen-USTue, 09 Mar 2021 00:00:00 +0000Community/community/Wed, 10 Mar 2021 00:00:00 +0000/community/Come say hi at our Matrix community or write to me at realaravinth@batsense.net!Blog/blog/Tue, 06 Oct 2020 08:49:55 +0000/blog/Docs/docs/Tue, 06 Oct 2020 08:48:23 +0000/docs/ \ No newline at end of file diff --git a/sitemap.xml b/sitemap.xml index f1b2c21..e8c40cc 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1 +1 @@ -/blog/say-hello-to-doks/2020-11-04T09:19:42+01:00weekly0.5/docs/prologue/introduction/2020-10-06T08:48:57+00:00weekly0.5/docs/prologue/quick-start/2020-11-16T13:59:39+01:00weekly0.5/docs/prologue/commands/2020-10-13T15:21:01+02:00weekly0.5/docs/help/how-to-update/2020-11-12T13:26:54+01:00weekly0.5/docs/help/troubleshooting/2020-11-12T15:22:20+01:00weekly0.5/docs/help/faq/2020-10-06T08:49:31+00:00weekly0.5/2021-03-09T00:00:00+00:00weekly0.5/contributors/henk-verlinde/2020-10-06T08:50:45+00:00weekly0.5/contributors/2020-10-06T08:50:29+00:00weekly0.5/blog/2020-10-06T08:49:55+00:00weekly0.5/docs/help/2020-10-06T08:49:15+00:00weekly0.5/docs/prologue/2020-10-06T08:48:45+00:00weekly0.5/docs/2020-10-06T08:48:23+00:00weekly0.5 \ No newline at end of file +/blog/say-hello-to-doks/2020-11-04T09:19:42+01:00weekly0.5/docs/prologue/introduction/2020-10-06T08:48:57+00:00weekly0.5/docs/prologue/quick-start/2020-11-16T13:59:39+01:00weekly0.5/docs/prologue/commands/2020-10-13T15:21:01+02:00weekly0.5/docs/help/how-to-update/2020-11-12T13:26:54+01:00weekly0.5/docs/help/troubleshooting/2020-11-12T15:22:20+01:00weekly0.5/docs/help/faq/2020-10-06T08:49:31+00:00weekly0.5/community/2021-03-10T00:00:00+00:00weekly0.5/2021-03-09T00:00:00+00:00weekly0.5/contributors/henk-verlinde/2020-10-06T08:50:45+00:00weekly0.5/contributors/2020-10-06T08:50:29+00:00weekly0.5/blog/2020-10-06T08:49:55+00:00weekly0.5/docs/help/2020-10-06T08:49:15+00:00weekly0.5/docs/prologue/2020-10-06T08:48:45+00:00weekly0.5/docs/2020-10-06T08:48:23+00:00weekly0.5 \ No newline at end of file