Forum moved from torlus.com to hxc2001.com ...

(╥ ╥)
This commit is contained in:
Jean-François DEL NERO
2025-07-13 22:44:14 +02:00
parent 5bc080349d
commit ffb7a3a58a
12 changed files with 2538 additions and 2538 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
Website : https://hxc2001.com Website : https://hxc2001.com
https://hxc2001.com/floppy_drive_emulator/ https://hxc2001.com/floppy_drive_emulator/
Forum : https://torlus.com/floppy/forum Forum : https://hxc2001.com/floppy/forum
HxCFloppyEmulator may be used and distributed without restriction provided HxCFloppyEmulator may be used and distributed without restriction provided
that this copyright statement is not removed from the file and that any that this copyright statement is not removed from the file and that any
+1 -1
View File
@@ -12,7 +12,7 @@
https://github.com/jfdelnero/HxCFloppyEmulator https://github.com/jfdelnero/HxCFloppyEmulator
Forum : Forum :
https://torlus.com/floppy/forum https://hxc2001.com/floppy/forum
HxCFloppyEmulator may be used and distributed without restriction provided HxCFloppyEmulator may be used and distributed without restriction provided
that this copyright statement is not removed from the file and that any that this copyright statement is not removed from the file and that any
@@ -511,7 +511,7 @@ About_box::About_box()
cur_ypos += BUTTON_SIZE_Y; cur_ypos += BUTTON_SIZE_Y;
button_forum = new Fl_Button(cur_xpos, cur_ypos, BUTTON_SIZE_X, BUTTON_SIZE_Y, "Forum"); button_forum = new Fl_Button(cur_xpos, cur_ypos, BUTTON_SIZE_X, BUTTON_SIZE_Y, "Forum");
button_forum->callback(OpenURLInBrowser,(void*)"http://torlus.com/floppy/forum"); button_forum->callback(OpenURLInBrowser,(void*)"https://hxc2001.com/floppy/forum");
cur_ypos += BUTTON_SIZE_Y; cur_ypos += BUTTON_SIZE_Y;
File diff suppressed because it is too large Load Diff
@@ -193,7 +193,7 @@
</div> </div>
</div> </div>
<a href="../showroom/">Showroom</a> <a href="../showroom/">Showroom</a>
<a href="https://torlus.com/floppy/forum/" target="_blank" rel="noopener">Forum</a> <a href="https://hxc2001.com/floppy/forum/" target="_blank" rel="noopener">Forum</a>
<div class="dropdown"> <div class="dropdown">
<button class="dropbtn">&#x1F6D2;Purchase <button class="dropbtn">&#x1F6D2;Purchase
<i class="fa fa-caret-down"></i> <i class="fa fa-caret-down"></i>
+2 -2
View File
@@ -10,7 +10,7 @@
HxC Floppy Emulator project HxC Floppy Emulator project
(c) 2006-2025 Jean-François DEL NERO / (c) HxC2001 (c) 2006-2025 Jean-François DEL NERO / (c) HxC2001
Website : https://hxc2001.com Website : https://hxc2001.com
Forum : https://torlus.com/floppy/forum Forum : https://hxc2001.com/floppy/forum
Sources : https://github.com/jfdelnero/HxCFloppyEmulator Sources : https://github.com/jfdelnero/HxCFloppyEmulator
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
@@ -975,7 +975,7 @@ New Features / Changes / Issues solved :
-> GUI now Based on FLTK : http://www.fltk.org/ -> GUI now Based on FLTK : http://www.fltk.org/
-> Windows / Mac / Linux support ( http://torlus.com/floppy/forum/viewtopic.php?f=1&t=1120 ;) ) -> Windows / Mac / Linux support ( https://hxc2001.com/floppy/forum/viewtopic.php?f=1&t=1120 ;) )
-> New library : libhxcfe -> Contains the floppy management functions (track generator/images loaders/analyser/file system layer...). -> New library : libhxcfe -> Contains the floppy management functions (track generator/images loaders/analyser/file system layer...).
+1 -1
View File
@@ -6,7 +6,7 @@
Website : https://hxc2001.com Website : https://hxc2001.com
https://hxc2001.com/floppy_drive_emulator/ https://hxc2001.com/floppy_drive_emulator/
Forum : https://torlus.com/floppy/forum Forum : https://hxc2001.com/floppy/forum
HxCFloppyEmulator may be used and distributed without restriction provided HxCFloppyEmulator may be used and distributed without restriction provided
that this copyright statement is not removed from the file and that any that this copyright statement is not removed from the file and that any
+1 -1
View File
@@ -8,7 +8,7 @@
Sources : https://github.com/jfdelnero/HxCFloppyEmulator Sources : https://github.com/jfdelnero/HxCFloppyEmulator
Forum : https://torlus.com/floppy/forum Forum : https://hxc2001.com/floppy/forum
HxCFloppyEmulator may be used and distributed without restriction provided HxCFloppyEmulator may be used and distributed without restriction provided
that this copyright statement is not removed from the file and that any that this copyright statement is not removed from the file and that any
+1267 -1267
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -6,7 +6,7 @@
Website : https://hxc2001.com Website : https://hxc2001.com
https://hxc2001.com/floppy_drive_emulator/ https://hxc2001.com/floppy_drive_emulator/
Forum : https://torlus.com/floppy/forum Forum : https://hxc2001.com/floppy/forum
HxCFloppyEmulator may be used and distributed without restriction provided HxCFloppyEmulator may be used and distributed without restriction provided
that this copyright statement is not removed from the file and that any that this copyright statement is not removed from the file and that any
+2 -2
View File
@@ -25,7 +25,7 @@ https://hxc2001.com/floppy_drive_emulator/
### Forum ### Forum
https://torlus.com/floppy/forum https://hxc2001.com/floppy/forum
### Repository content ### Repository content
@@ -131,7 +131,7 @@ Email : hxc2001(at)hxc2001.com
Website : https://hxc2001.com Website : https://hxc2001.com
https://hxc2001.com/floppy_drive_emulator/ https://hxc2001.com/floppy_drive_emulator/
Forum : https://torlus.com/floppy/forum Forum : https://hxc2001.com/floppy/forum
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
+2 -2
View File
@@ -12,14 +12,14 @@ HxC Floppy Emulator project
Generic/universal floppy disk drive emulators Generic/universal floppy disk drive emulators
Copyright (C) 2006-2024 Jean-François DEL NERO / HxC2001 Copyright (C) 2006-2025 Jean-François DEL NERO / HxC2001
Email : hxc2001(at)hxc2001.com Email : hxc2001(at)hxc2001.com
Website : https://hxc2001.com Website : https://hxc2001.com
https://hxc2001.com/floppy_drive_emulator/ https://hxc2001.com/floppy_drive_emulator/
Forum : https://torlus.com/floppy/forum Forum : https://hxc2001.com/floppy/forum
------------------------------------------------------------------------------- -------------------------------------------------------------------------------