Recent

Author Topic: How can clone an offline access to Lazarus forum?  (Read 2410 times)

Sanem

  • Full Member
  • ***
  • Posts: 173
How can clone an offline access to Lazarus forum?
« on: August 02, 2021, 09:28:00 am »
Hi, How can I have offline access to all of this forum? I mean in case I couldn't browse it online. Is there a copy somewhere? any ideas?

Regards

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 11383
  • FPC developer.
Re: How can clone an offline access to Lazarus forum?
« Reply #1 on: August 02, 2021, 10:02:59 am »
Currently not possible.

winni

  • Hero Member
  • *****
  • Posts: 3197
Re: How can clone an offline access to Lazarus forum?
« Reply #2 on: August 02, 2021, 10:59:00 am »
Hi!


Fetch the forum for your local copy:

Code: Bash  [Select][+][-]
  1. wget -r -l 0 https://forum.lazarus.freepascal.org/


Winni

lucamar

  • Hero Member
  • *****
  • Posts: 4219
Re: How can clone an offline access to Lazarus forum?
« Reply #3 on: August 02, 2021, 11:20:08 am »
Fetch the forum for your local copy:
Code: Bash  [Select][+][-]
  1. wget -r -l 0 https://forum.lazarus.freepascal.org/

And grind it to a halt for the rest of us ... or get banned ;D
You could at least have suggested adding --wait to that command:
Code: Bash  [Select][+][-]
  1. wget -r -l 0 --wait=5 --random-wait https://forum.lazarus.freepascal.org/
Turbo Pascal 3 CP/M - Amstrad PCW 8256 (512 KB !!!) :P
Lazarus/FPC 2.0.8/3.0.4 & 2.0.12/3.2.0 - 32/64 bits on:
(K|L|X)Ubuntu 12..18, Windows XP, 7, 10 and various DOSes.

Sanem

  • Full Member
  • ***
  • Posts: 173
Re: How can clone an offline access to Lazarus forum?
« Reply #4 on: August 05, 2021, 08:43:37 am »
Currently not possible.

Thanks for your answer, can you give me a backup or something like this? I want to share it with some pascal developers who currently temporarily have no internet connection.

Regards

MarkMLl

  • Hero Member
  • *****
  • Posts: 6676
Re: How can clone an offline access to Lazarus forum?
« Reply #5 on: August 05, 2021, 09:01:12 am »
Currently not possible.

Thanks for your answer, can you give me a backup or something like this? I want to share it with some pascal developers who currently temporarily have no internet connection.

Regards

I'd prefer it if contributions I'd made were not passed in bulk to unidentified parties in this way. There's a history of this sort of thing being abused.

MarkMLl
MT+86 & Turbo Pascal v1 on CCP/M-86, multitasking with LAN & graphics in 128Kb.
Pet hate: people who boast about the size and sophistication of their computer.
GitHub repositories: https://github.com/MarkMLl?tab=repositories

 

TinyPortal © 2005-2018