Skip to content

Commit e1eb768

Browse files
committed
docs: add creator attribution package
1 parent 88a1663 commit e1eb768

5 files changed

Lines changed: 79 additions & 24 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @SnakeEye-sudo

CONTRIBUTING.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Contributing to Aapka-Sathi
2+
3+
Thank you for supporting Aapka-Sathi.
4+
5+
## Contribution Rules
6+
7+
1. Original creator credit remains with **Er. Sangam Krishna**.
8+
2. Do not remove or replace creator attribution in the README, NOTICE file, repository About metadata, or public demos.
9+
3. Keep the official live website reference as: https://snakeeye-sudo.github.io/Aapka-Sathi/
10+
4. Keep the family hub reference as: https://snakeeye-sudo.github.io/Aapka-Sathi/
11+
12+
## Pull Requests
13+
14+
- Use a feature branch.
15+
- Keep changes focused and reviewable.
16+
- Preserve creator credit and attribution files.
17+
- Document meaningful behavior changes clearly.
18+
19+
## Ownership
20+
21+
- The original concept, brand, and product authorship belong to **Er. Sangam Krishna**.
22+
- Contributors are welcome, but contribution does not transfer original authorship.
23+
24+
## License
25+
26+
By contributing, you agree that your changes will remain under the repository license and must preserve the original author attribution.

LICENSE

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
MIT License
2+
3+
Copyright (c) 2026 Er. Sangam Krishna (SnakeEye-sudo)
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
Any distribution, fork, derivative work, or public reuse must preserve the
16+
original copyright notice, this license text, and the NOTICE file.
17+
18+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
24+
SOFTWARE.

NOTICE

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Aapka-Sathi
2+
Copyright (c) 2026 Er. Sangam Krishna (SnakeEye-sudo)
3+
4+
Original creator and primary product credit:
5+
- Er. Sangam Krishna
6+
- GitHub: https://github.com/SnakeEye-sudo
7+
- Official live website: https://snakeeye-sudo.github.io/Aapka-Sathi/
8+
9+
Attribution notice:
10+
- This project is part of the Sathi family created by Er. Sangam Krishna.
11+
- Contributor work may be added over time, but original creator credit must remain preserved.
12+
- If you redistribute or derive from this project, keep this NOTICE file, the copyright notice, and the creator attribution visible.

README.md

Lines changed: 16 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,26 @@
11
# Aapka-Sathi
22

3-
Aapka-Sathi is the family hub for every `Sathi` app.
3+
## About
44

5-
It exists to do three things:
5+
Family hub for every Sathi app, with the live registry, standards, and expansion system in one place.
66

7-
1. Present the full `Sathi Family` in one place
8-
2. Define the mandatory family standards for every new app
9-
3. Make future expansion simple, repeatable, and GitHub Pages friendly
7+
- Live website: https://snakeeye-sudo.github.io/Aapka-Sathi/
8+
- Family hub: https://snakeeye-sudo.github.io/Aapka-Sathi/
9+
- GitHub repo: https://github.com/SnakeEye-sudo/Aapka-Sathi
10+
- Tags: sathi-family, github-pages, pwa, hindi-app, family-hub, ecosystem
1011

11-
## Live Structure
12+
## Creator
1213

13-
- `Aapka-Sathi` = ecosystem hub
14-
- `pariksha-sathi` = study planner
15-
- `rozgar-sathi` = jobs + resume + tracker
16-
- `Samachar-Sathi` = current affairs + analysis
14+
Built and originally created by **Er. Sangam Krishna** ([SnakeEye-sudo](https://github.com/SnakeEye-sudo)).
1715

18-
Each app stays independently deployable on its own GitHub Pages URL and is also featured inside the family hub.
16+
## Credit And Ownership
1917

20-
## Files
18+
- Original concept, product direction, branding, and primary implementation credit stays with **Er. Sangam Krishna**.
19+
- Contributions, fixes, and improvements are welcome, but original creator credit must remain intact in the repository, README, NOTICE file, and public metadata.
20+
- Do not remove, replace, or hide the original creator attribution from copies, forks, distributions, demos, or derivative work.
2121

22-
- `index.html` - main family hub
23-
- `styles.css` - shared hub styling
24-
- `app.js` - family hub behavior
25-
- `apps/apps.json` - app registry used by the hub
26-
- `manifest.json` - PWA manifest
27-
- `sw.js` - service worker
28-
- `FAMILY_STANDARD.md` - mandatory rules for every Sathi app
29-
- `ADD_NEW_SATHI.md` - exact future onboarding workflow
30-
- `AI_APP_BRIEF_TEMPLATE.md` - copy-paste prompt template for future AI-built apps
22+
## License
3123

32-
## Deploy
33-
34-
Push to `main`. GitHub Actions deploys the repo to GitHub Pages.
24+
This repository uses the **MIT License** with a required **NOTICE** file.
25+
That means collaboration is allowed, but copyright and attribution notices must stay preserved.
26+
See [LICENSE](LICENSE), [NOTICE](NOTICE), and [CONTRIBUTING.md](CONTRIBUTING.md).

0 commit comments

Comments
 (0)