Skip to content

Commit ca825c5

Browse files
Merge pull request #86 from walters-labs/migrate-towards-REST-style-API
update documentation links
2 parents cc61d4b + 5bf573c commit ca825c5

File tree

7 files changed

+21
-14
lines changed

7 files changed

+21
-14
lines changed

create_account.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@
7474

7575
<header>
7676
<h1><a href="index.html">Open Encrypt</a></h1>
77-
<h2>Status: Development (10/8/2025)</h2>
78-
<h2>Source: <a href="https://github.com/open-encrypt/open-encrypt-web">https://github.com/open-encrypt/open-encrypt-web</a></h2>
77+
<h2>Status: Development (11/18/2025)</h2>
78+
<h3>Source: <a href="https://github.com/walters-labs/open-encrypt-web">https://github.com/walters-labs/open-encrypt-web</a></h3>
79+
<h3>API Docs: <a href="https://docs.open-encrypt.com">https://docs.open-encrypt.com</a></h3>
7980
</header>
8081

8182
<hr>

inbox.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@
3333

3434
<header>
3535
<h1><a href="index.html">Open Encrypt</a></h1>
36-
<h2>Status: Development (10/8/2025)</h2>
37-
<h2>Source: <a href="https://github.com/open-encrypt/open-encrypt-web">https://github.com/open-encrypt/open-encrypt-web</a></h2>
36+
<h2>Status: Development (11/18/2025)</h2>
37+
<h3>Source: <a href="https://github.com/walters-labs/open-encrypt-web">https://github.com/walters-labs/open-encrypt-web</a></h3>
38+
<h3>API Docs: <a href="https://docs.open-encrypt.com">https://docs.open-encrypt.com</a></h3>
3839
<nav>
3940
<a href="inbox.php" class="nav-link">Home</a>
4041
<a href="send_message.php" class="nav-link">Send Message</a>

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@
2121

2222
<header>
2323
<h1>Open Encrypt</h1>
24-
<h2>Status: Development (10/8/2025)</h2>
25-
<h2>Source: <a href="https://github.com/walters-labs/open-encrypt-web">https://github.com/walters-labs/open-encrypt-web</a></h2>
24+
<h2>Status: Development (11/18/2025)</h2>
25+
<h3>Source: <a href="https://github.com/walters-labs/open-encrypt-web">https://github.com/walters-labs/open-encrypt-web</a></h3>
26+
<h3>Docs: <a href="https://docs.open-encrypt.com">https://docs.open-encrypt.com</a></h3>
2627
</header>
2728

2829
<main class="centered">

key_management.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@
3434

3535
<header>
3636
<h1><a href="index.html">Open Encrypt</a></h1>
37-
<h2>Status: Development (10/8/2025)</h2>
38-
<h2>Source: <a href="https://github.com/walters-labs/open-encrypt-web">https://github.com/walters-labs/open-encrypt-web</a></h2>
37+
<h2>Status: Development (11/18/2025)</h2>
38+
<h3>Source: <a href="https://github.com/walters-labs/open-encrypt-web">https://github.com/walters-labs/open-encrypt-web</a></h3>
39+
<h3>API Docs: <a href="https://docs.open-encrypt.com">https://docs.open-encrypt.com</a></h3>
3940
<nav>
4041
<a href="inbox.php" class="nav-link">Home</a>
4142
<a href="send_message.php" class="nav-link">Send Message</a>

login.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,9 @@
6767

6868
<header>
6969
<h1><a href="index.html">Open Encrypt</a></h1>
70-
<h2>Status: Development (10/8/2025)</h2>
71-
<h2>Source: <a href="https://github.com/walters-labs/open-encrypt-web">https://github.com/walters-labs/open-encrypt-web</a></h2>
70+
<h2>Status: Development (11/18/2025)</h2>
71+
<h3>Source: <a href="https://github.com/walters-labs/open-encrypt-web">https://github.com/walters-labs/open-encrypt-web</a></h3>
72+
<h3>API Docs: <a href="https://docs.open-encrypt.com">https://docs.open-encrypt.com</a></h3>
7273
</header>
7374

7475
<main class="centered">

send_message.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@
3131

3232
<header>
3333
<h1><a href="index.html">Open Encrypt</a></h1>
34-
<h2>Status: Development (10/8/2025)</h2>
35-
<h2>Source: <a href="https://github.com/walters-labs/open-encrypt-web">https://github.com/walters-labs/open-encrypt-web</a></h2>
34+
<h2>Status: Development (11/18/2025)</h2>
35+
<h3>Source: <a href="https://github.com/walters-labs/open-encrypt-web">https://github.com/walters-labs/open-encrypt-web</a></h3>
36+
<h3>API Docs: <a href="https://docs.open-encrypt.com">https://docs.open-encrypt.com</a></h3>
3637
<nav>
3738
<a href="inbox.php" class="nav-link">Home</a>
3839
<a href="send_message.php" class="nav-link">Send Message</a>

view_messages.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@
3131

3232
<header>
3333
<h1><a href="index.html">Open Encrypt</a></h1>
34-
<h2>Status: Development (10/8/2025)</h2>
35-
<h2>Source: <a href="https://github.com/walters-labs/open-encrypt-web">https://github.com/walters-labs/open-encrypt-web</a></h2>
34+
<h2>Status: Development (11/18/2025)</h2>
35+
<h3>Source: <a href="https://github.com/walters-labs/open-encrypt-web">https://github.com/walters-labs/open-encrypt-web</a></h3>
36+
<h3>API Docs: <a href="https://docs.open-encrypt.com">https://docs.open-encrypt.com</a></h3>
3637
<nav>
3738
<a href="inbox.php" class="nav-link">Home</a>
3839
<a href="send_message.php" class="nav-link">Send Message</a>

0 commit comments

Comments
 (0)