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,6 +1,6 @@
|
||||
# Contributing to go-onvif
|
||||
# Contributing to onvif-go
|
||||
|
||||
Thank you for your interest in contributing to go-onvif! 🎉
|
||||
Thank you for your interest in contributing to onvif-go! 🎉
|
||||
|
||||
## Code of Conduct
|
||||
|
||||
@@ -97,7 +97,7 @@ Help us maintain compatibility information:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/0x524a/onvif-go.git
|
||||
cd go-onvif
|
||||
cd onvif-go
|
||||
go build ./...
|
||||
```
|
||||
|
||||
@@ -219,7 +219,7 @@ test: add integration tests for Hikvision cameras
|
||||
## Project Structure
|
||||
|
||||
```
|
||||
go-onvif/
|
||||
onvif-go/
|
||||
├── client.go # Main ONVIF client
|
||||
├── types.go # ONVIF type definitions
|
||||
├── device.go # Device service
|
||||
@@ -272,4 +272,4 @@ By contributing, you agree that your contributions will be licensed under the MI
|
||||
|
||||
---
|
||||
|
||||
Thank you for contributing to go-onvif! Your efforts help make ONVIF integration better for everyone. 🚀
|
||||
Thank you for contributing to onvif-go! Your efforts help make ONVIF integration better for everyone. 🚀
|
||||
|
||||
Reference in New Issue
Block a user