https://github.com/getlantern/.github
Censorship circumvention tool available for free download on any operating system
https://github.com/getlantern/.github
Last synced: 3 months ago
JSON representation
Censorship circumvention tool available for free download on any operating system
- Host: GitHub
- URL: https://github.com/getlantern/.github
- Owner: getlantern
- Created: 2024-06-07T18:45:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-08T14:31:54.000Z (8 months ago)
- Last Synced: 2025-10-08T16:28:12.590Z (8 months ago)
- Language: Go
- Size: 167 KB
- Stars: 24
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .github
Displays a public GitHub organization profile page based on [./profile/README.md](https://github.com/getlantern/.github/profile/README.md). Private profile for members only is found at https://github.com/getlantern/.github-private.
## structure
```
.
├── README.md // this document
├── profile // public profile pages are listed here
├── resources // static assets (images, icons, etc.)
└── updater // app and source info for updating public links and pages
├── README.md // instructions and maintenance info for the updater
├── links.yml // social media links
├── releases.yml // release notes
├── outputs // outputs for external use, like helpdesk footers
├── templates // go templates for building outputs and profile pages
├── translations // internationalization and common text
├── main.go // application that updates READMEs and footers
├── main_test.go // tests for the application
├── go.mod // application support files
└── go.sum // application support files
```
## Making Updates
Read the [instructions](./updater/README.md) for the updater. Any changes to source information should automatically trigger an update using a GitHub action.