Skip to content

Commit 820afad

Browse files
committed
Update README and descriptions
1 parent 3092622 commit 820afad

5 files changed

Lines changed: 13 additions & 11 deletions

File tree

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Project Overview
44

5-
Lobjur is a native Lobsters (https://lobste.rs) client built with:
5+
Lobjur is a native Lobsters and Hacker News client built with:
66
- **ClojureScript** compiled to JavaScript for the GNOME JavaScript (GJS) runtime
77
- **GTK4** and **libadwaita** for the UI
88
- **shadow-cljs** with a custom GJS target for compilation

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
# Lobjur
22

3-
This a native https://lobste.rs client written using GTK4, libadwaita and ClojureScript (gjs runtime, custom target).
3+
A native GNOME client for Lobsters and Hacker News, built with GTK4, libadwaita and ClojureScript (GJS runtime).
44

55
<a href='https://flathub.org/apps/details/com.ranfdev.Lobjur'><img width='240' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/></a>
66

77
## Screenshot
8-
![Home page screenshot](https://user-images.githubusercontent.com/23294184/188264118-76c8df44-10a4-4894-902e-66a006037d7f.png)
8+
![Home page screenshot](https://github.com/ranfdev/Lobjur/blob/master/data/screenshots/1.png?raw=true)
99

1010

1111

1212

1313

1414
## Features
15-
- Browse hottest and active stories
16-
- Browse the comments of each story
17-
- Browse stories by tag
18-
- Lookup user info
15+
16+
- Browse multiple sources (Lobsters and Hacker News) and choose feeds
17+
- Collapsible threaded comments
18+
- Read articles in-app with an integrated web view
19+
- Sidebar navigation and mobile-friendly controls
20+
- On-demand loading and pagination
1921

2022
## Development
2123

data/com.ranfdev.Lobjur.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Desktop Entry]
22
Name=Lobjur
3-
Comment=A simple lobste.rs client
3+
Comment=Native GNOME client for Lobsters and Hacker News
44
Type=Application
55
Exec=lobjur
66
Terminal=false

data/com.ranfdev.Lobjur.metainfo.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<metadata_license>CC0</metadata_license>
66
<project_license>GPL-3.0+</project_license>
77
<name>Lobjur</name>
8-
<summary>A simple lobste.rs client</summary>
8+
<summary>Native GNOME client for Lobsters and Hacker News</summary>
99
<description>
10-
<p>Simple client for lobste.rs online community. From the website: "Lobsters is a computing-focused community centered around link aggregation and discussion, launched on July 3rd, 2012".</p>
10+
<p>Native GNOME client for Lobsters and Hacker News, featuring multiple feeds, collapsible comments, and an integrated web view.</p>
1111
</description>
1212

1313
<screenshots>

src/main/lobjur/main.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@
312312
:application-icon "com.ranfdev.Lobjur"
313313
:authors #js ["ranfdev https://ranfdev.com/about"]
314314
:version "1.3.0"
315-
:comments "A simple https://lobste.rs client"
315+
:comments "Native GNOME client for Lobsters and Hacker News"
316316
:license-type Gtk/License.GPL_3_0
317317
:website-label "Source"
318318
:website "https://github.com/ranfdev/Lobjur"])))

0 commit comments

Comments
 (0)