You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-13Lines changed: 7 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# FINKI Recordings Listing
1
+
# FINKI Hub / Recordings Listing
2
2
3
-
A VitePress-powered website that aggregates links to lecture and exercise recordings for courses at the Faculty of Computer Science and Engineering (FINKI). Each course has its own Markdown page and is available via the sidebar for quick navigation.
3
+
A VitePress-powered website that aggregates links to lecture and exercise recordings for courses at FCSE. Each course has its own Markdown page and is available via the sidebar for quick navigation.
4
4
5
-
> Note: This is an unofficial, community-driven project. All rights to the recordings belong to their respective owners. Links are shared for educational purposes only.
5
+
> Note: All rights to the recordings belong to their respective owners. Links are shared for educational purposes only.
6
6
7
7
## Features
8
8
@@ -19,8 +19,8 @@ A VitePress-powered website that aggregates links to lecture and exercise record
@@ -131,14 +131,8 @@ The site will be available at <http://localhost:8080>
131
131
132
132
Notes:
133
133
134
-
-`compose.yaml` builds an image and tags it as `ghcr.io/finki-hub/finki-recordings-listing:local`.
135
-
-`compose.prod.yaml` pulls `ghcr.io/finki-hub/finki-recordings-listing:latest` (set in CI). If you tag images differently (e.g., by commit SHA), adjust the image in `compose.prod.yaml` accordingly.
136
-
137
-
## Contributing
138
-
139
-
- Open an issue for suggestions or problems.
140
-
- Send a pull request to add or improve course pages.
141
-
- Keep links organized and labeled (lecture, lab, consultations) and group by week/topic when possible.
134
+
-`compose.yaml` builds an image and tags it as `ghcr.io/finki-hub/recordings-listing:local`.
135
+
-`compose.prod.yaml` pulls `ghcr.io/finki-hub/recordings-listing:latest` (set in CI). If you tag images differently (e.g., by commit SHA), adjust the image in `compose.prod.yaml` accordingly.
0 commit comments