fix: update all documentation to use onvif-go for consistent branding
- CONTRIBUTING.md: Updated title and git clone URL - .github/CONTRIBUTING.md: Updated title, paths, and references - QUICKSTART.md: Updated intro - BUILDING.md: Updated title - docs/ARCHITECTURE.md: Updated title and descriptions - docs/PROJECT_SUMMARY.md: Updated title, description, and structure - docs/IMPLEMENTATION_SUMMARY.md: Updated docker example - server/README.md: Updated cd command and link text - cmd/onvif-diagnostics/README.md: Updated cd command Note: Kept 'go-onvif' as manufacturer identifier in code (server/types.go, cmd/onvif-server/main.go) and in code comments (examples/) for descriptive purposes.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# Project Summary: go-onvif
|
||||
# Project Summary: onvif-go
|
||||
|
||||
## Overview
|
||||
|
||||
**go-onvif** is a complete refactoring and modernization of the ONVIF library, providing a comprehensive, performant, and developer-friendly Go library for communicating with ONVIF-compliant IP cameras and video devices.
|
||||
**onvif-go** is a complete refactoring and modernization of the ONVIF library, providing a comprehensive, performant, and developer-friendly Go library for communicating with ONVIF-compliant IP cameras and video devices.
|
||||
|
||||
## What's Been Created
|
||||
|
||||
@@ -220,7 +220,7 @@ client.ContinuousMove(ctx, profiles[0].Token, velocity, nil)
|
||||
## Repository Structure
|
||||
|
||||
```
|
||||
go-onvif/
|
||||
onvif-go/
|
||||
├── README.md # Main documentation
|
||||
├── QUICKSTART.md # Getting started guide
|
||||
├── ARCHITECTURE.md # Technical design doc
|
||||
|
||||
Reference in New Issue
Block a user