Remove SVG diagram functionality

- Delete svg_generator.py and comprehensive_mapper.py
- Remove --generate-svg option from integrated_scanner.py
- Update complete_workflow.sh to remove SVG generation step
- Clean up documentation and examples
- Update test_system.py to remove SVG references
- Add missing files to repository (EXAMPLES.sh, quickstart.sh, etc.)
This commit is contained in:
mindesbunister
2025-10-10 17:08:31 +02:00
parent da5f1f2d0c
commit 0827b9a69d
14 changed files with 2416 additions and 750 deletions

View File

@@ -58,7 +58,6 @@ def test_scripts_exist():
scripts = [
'src/network_scanner.py',
'src/pfsense_scanner.py',
'src/svg_generator.py',
'src/integrated_scanner.py',
'scripts/quickstart.sh'
]
@@ -79,7 +78,6 @@ def test_script_syntax():
scripts = [
'src/network_scanner.py',
'src/pfsense_scanner.py',
'src/svg_generator.py',
'src/integrated_scanner.py'
]
@@ -230,7 +228,6 @@ def main():
print("Next steps:")
print("1. Edit config.json with your network details")
print("2. Run: ./quickstart.sh")
print(" or: ./integrated_scanner.py --generate-svg")
else:
print("⚠️ Some tests failed. Please check the errors above.")
print()