diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-30 22:56:35 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-30 22:56:35 +0300 |
| commit | c46fec16e920c4d51652642e96d009844f544b86 (patch) | |
| tree | ce49fc23118f9aa30b2ab8c530ad634ca0a8993a | |
| parent | 0cdec770db80c5b0fbe0bf076daddc12aa8aa0ae (diff) | |
Update www.yChat.org links to https://codeberg.org/snonux/ychat
The footer 'get it at' link on every served HTML page pointed at the dead
http://www.yChat.org. Point it (href + visible text) at the actual source
repo, https://codeberg.org/snonux/ychat, across all HTML templates, and
update the startup banner CONTACT URL likewise.
| -rw-r--r-- | ychat/html/admin.html | 2 | ||||
| -rw-r--r-- | ychat/html/colors.html | 2 | ||||
| -rw-r--r-- | ychat/html/demo.html | 2 | ||||
| -rw-r--r-- | ychat/html/help.html | 2 | ||||
| -rw-r--r-- | ychat/html/index.html | 2 | ||||
| -rw-r--r-- | ychat/html/index_guest.html | 2 | ||||
| -rw-r--r-- | ychat/html/loggedin.html | 2 | ||||
| -rw-r--r-- | ychat/html/notfound.html | 2 | ||||
| -rw-r--r-- | ychat/html/options.html | 2 | ||||
| -rw-r--r-- | ychat/html/register.html | 2 | ||||
| -rw-r--r-- | ychat/src/msgs.h | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/ychat/html/admin.html b/ychat/html/admin.html index bba0b01..79152d8 100644 --- a/ychat/html/admin.html +++ b/ychat/html/admin.html @@ -16,7 +16,7 @@ %%content%% </div> <div class="footer"> - <span class="signature">yChat is OpenSource - get it at <a class="fancy" target="_blank" href="http://www.yChat.org">http://www.yChat.org</a></span> + <span class="signature">yChat is OpenSource - get it at <a class="fancy" target="_blank" href="https://codeberg.org/snonux/ychat">https://codeberg.org/snonux/ychat</a></span> </div> </body> </html> diff --git a/ychat/html/colors.html b/ychat/html/colors.html index 6e916fc..cb3a9e2 100644 --- a/ychat/html/colors.html +++ b/ychat/html/colors.html @@ -407,7 +407,7 @@ <input type="hidden" name="message" /> </form> <div class="footer"> - <span class="signature">yChat is OpenSource - get it at <a class="fancy" target="_blank" href="http://www.yChat.org">http://www.yChat.org</a></span> + <span class="signature">yChat is OpenSource - get it at <a class="fancy" target="_blank" href="https://codeberg.org/snonux/ychat">https://codeberg.org/snonux/ychat</a></span> </div> </body> </html> diff --git a/ychat/html/demo.html b/ychat/html/demo.html index e36ddb9..c450ed8 100644 --- a/ychat/html/demo.html +++ b/ychat/html/demo.html @@ -13,7 +13,7 @@ This is the demo website provided by yChat :-) </div> <div class="footer"> - <span class="signature">yChat is OpenSource - get it at <a class="fancy" target="_blank" href="http://www.yChat.org">http://www.yChat.org</a></span> + <span class="signature">yChat is OpenSource - get it at <a class="fancy" target="_blank" href="https://codeberg.org/snonux/ychat">https://codeberg.org/snonux/ychat</a></span> </div> </body> </html> diff --git a/ychat/html/help.html b/ychat/html/help.html index b9e51a7..243a7dc 100644 --- a/ychat/html/help.html +++ b/ychat/html/help.html @@ -14,7 +14,7 @@ %%content%% </div> <div class="footer"> - <span class="signature">yChat is OpenSource - get it at <a class="fancy" target="_blank" href="http://www.yChat.org">http://www.yChat.org</a></span> + <span class="signature">yChat is OpenSource - get it at <a class="fancy" target="_blank" href="https://codeberg.org/snonux/ychat">https://codeberg.org/snonux/ychat</a></span> </div> </body> </html> diff --git a/ychat/html/index.html b/ychat/html/index.html index 7d1f763..5f5e1bd 100644 --- a/ychat/html/index.html +++ b/ychat/html/index.html @@ -32,7 +32,7 @@ <a class="fancy" href="register.html">Register</a> a new nick If you don't want to register you may login without a password using an unregistered nick. </div> <div class="footer"> - <span class="signature">yChat is OpenSource - get it at <a class="fancy" target="_blank" href="http://www.yChat.org">http://www.yChat.org</a></span> + <span class="signature">yChat is OpenSource - get it at <a class="fancy" target="_blank" href="https://codeberg.org/snonux/ychat">https://codeberg.org/snonux/ychat</a></span> </div> </body> </html> diff --git a/ychat/html/index_guest.html b/ychat/html/index_guest.html index 6009a3d..4a6ed93 100644 --- a/ychat/html/index_guest.html +++ b/ychat/html/index_guest.html @@ -27,7 +27,7 @@ This chat runs in guest mode (no account database). Just enter any nick above to log in - no password is needed. </div> <div class="footer"> - <span class="signature">yChat is OpenSource - get it at <a class="fancy" target="_blank" href="http://www.yChat.org">http://www.yChat.org</a></span> + <span class="signature">yChat is OpenSource - get it at <a class="fancy" target="_blank" href="https://codeberg.org/snonux/ychat">https://codeberg.org/snonux/ychat</a></span> </div> </body> </html>
\ No newline at end of file diff --git a/ychat/html/loggedin.html b/ychat/html/loggedin.html index a95134f..8e46439 100644 --- a/ychat/html/loggedin.html +++ b/ychat/html/loggedin.html @@ -12,7 +12,7 @@ %%USERLIST%% </div> <div class="footer"> - <span class="signature">yChat is OpenSource - get it at <a class="fancy" target="_blank" href="http://www.yChat.org">http://www.yChat.org</a></span> + <span class="signature">yChat is OpenSource - get it at <a class="fancy" target="_blank" href="https://codeberg.org/snonux/ychat">https://codeberg.org/snonux/ychat</a></span> </div> </body> </html> diff --git a/ychat/html/notfound.html b/ychat/html/notfound.html index 356ec11..3dbdb17 100644 --- a/ychat/html/notfound.html +++ b/ychat/html/notfound.html @@ -9,7 +9,7 @@ <h1>Error</h1> <div>Page not found!</div> <div class="footer"> - <span class="signature">yChat is OpenSource - get it at <a class="fancy" target="_blank" href="http://www.yChat.org">http://www.yChat.org</a></span> + <span class="signature">yChat is OpenSource - get it at <a class="fancy" target="_blank" href="https://codeberg.org/snonux/ychat">https://codeberg.org/snonux/ychat</a></span> </div> </body> </html> diff --git a/ychat/html/options.html b/ychat/html/options.html index 2608b70..26f0bdc 100644 --- a/ychat/html/options.html +++ b/ychat/html/options.html @@ -37,7 +37,7 @@ <input type="submit" value="Save options" accesskey="s" /> </form> <div class="footer"> - <span class="signature">yChat is OpenSource - get it at <a class="fancy" target="_blank" href="http://www.yChat.org">http://www.yChat.org</a></span> + <span class="signature">yChat is OpenSource - get it at <a class="fancy" target="_blank" href="https://codeberg.org/snonux/ychat">https://codeberg.org/snonux/ychat</a></span> </div> </body> </html> diff --git a/ychat/html/register.html b/ychat/html/register.html index c612e84..fb9e5d6 100644 --- a/ychat/html/register.html +++ b/ychat/html/register.html @@ -35,7 +35,7 @@ </form> <div>If you don't want to register go <a class="fancy" href="%%httpd.startsite%%">back</a></div> <div class="footer"> - <span class="signature">yChat is OpenSource - get it at <a class="fancy" target="_blank" href="http://www.yChat.org">http://www.yChat.org</a></span> + <span class="signature">yChat is OpenSource - get it at <a class="fancy" target="_blank" href="https://codeberg.org/snonux/ychat">https://codeberg.org/snonux/ychat</a></span> </div> </body> </html> diff --git a/ychat/src/msgs.h b/ychat/src/msgs.h index 8214a41..4d005ef 100644 --- a/ychat/src/msgs.h +++ b/ychat/src/msgs.h @@ -39,7 +39,7 @@ #define CHATFLO "Chat: Flooding (" #define CFILEOK "Parsing config file" #define CFILEFA "Failed opening config file!" -#define CONTACT "Contact: http://www.yChat.org, Mail@yChat.org, ICQ: 11655527" +#define CONTACT "Contact: https://codeberg.org/snonux/ychat, Mail@yChat.org, ICQ: 11655527" #define CLRHTML "HTML: Cleared the document cache " #define CLIWELC "Command Line Interface (type help for a list of all commands)" #define CLIPRMO ">> " |
