FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour extract source code parts
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
extract source code parts
Posted: Mon Sep 13, 2021 07:21 AM
Hello friends,

Now we can disassemble a source code with our FIVEWIN program HARBOURINO and extract the <STYLE> TAGS.

This makes the source code much clearer.
Instead of about 12000 lines we now have 2000 lines and the <STYLE> TAGS in separate files.
If you convert a WORDPRESS page without direct access to the server, you first have a lot of <STYLE> TAGs in the source code.

Best regards,
Otto



Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
Re: extract source code parts
Posted: Mon Sep 13, 2021 04:28 PM
https://wordpress.org/themes/twentynineteen/


For example, if you look inside the source code of this page and store it to your disk, you see there are some <style> TAGs which make the code confusing.
Now the new function of HARBOURINO helps to extract these automatically.


Continue the discussion