From 323de5b114693f590232123efa72ed1ee7a2dbd6 Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Tue, 27 Sep 2022 04:49:17 +0000 Subject: [PATCH] UI, Doc: Update Vervis repo links, because the route structure changed --- INSTALL.md | 5 +++- README.md | 20 ++++++-------- src/Vervis/Widget.hs | 4 +-- stack.yaml | 3 +- templates/browse.hamlet | 4 +-- templates/default-layout.cassius | 3 ++ templates/widget/revision.hamlet | 6 ++-- update-deps.sh | 47 ++++++++++++++++++-------------- vervis.cabal | 6 ++-- 9 files changed, 55 insertions(+), 43 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 5cfa81a..d63f58e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -12,6 +12,9 @@ in your `settings.yml` (see below) match the downloaded file paths, and run the web app using `./bin/vervis` and not `stack run`. This may be confusing; hopefully I'll make a nicer binary release soon :) +2022 UPDATE: The binary release is unavailable right now. But a docker image is +being prepared. More news soon. + # (1) System libraries Install dependency library development packages. It's very likely you already @@ -49,7 +52,7 @@ can install it from a distro package too, e.g.: Clone the Vervis repo: - $ darcs clone https://vervis.peers.community/s/fr33domlover/r/vervis + $ darcs clone https://vervis.peers.community/repos/WvWbo vervis $ cd vervis Clone dependency libraries: diff --git a/README.md b/README.md index 5ab3533..da4562e 100644 --- a/README.md +++ b/README.md @@ -71,25 +71,17 @@ SSH. **HTTPS clone:** - $ darcs clone https://vervis.peers.community/s/fr33domlover/r/vervis + $ darcs clone https://vervis.peers.community/repos/WvWbo vervis **SSH clone and push:** If your system username and Vervis username are identical: - $ darcs clone vervis.peers.community:wistera - -If the repo is under another user: - - $ darcs clone vervis.peers.community:aviva/poems + $ darcs clone vervis.peers.community:WvWbo vervis If usernames are different: - $ darcs clone luke@vervis.peers.community:wistera - -If the repo is under another user: - - $ darcs clone luke@vervis.peers.community:aviva/poems + $ darcs clone luke@vervis.peers.community:WvWbo vervis A few more little notes: @@ -230,7 +222,7 @@ control. The official download location is the Darcs repository: - + There is a backup repo, not always up to date though, at: @@ -313,3 +305,7 @@ If you're going to implement some feature or fix some bug you found, **start by opening a ticket** [here](https://vervis.peers.community/s/fr33domlover/p/vervis/t) so that other people will know which features are being developed and who does what. + +UPDATE: The ticket tracker is temporarily unavailable. You can instead contact +[fr33domlover](https://fr33domlover.site) to report issues and to coordinate +work. diff --git a/src/Vervis/Widget.hs b/src/Vervis/Widget.hs index 0b82a9b..4f80714 100644 --- a/src/Vervis/Widget.hs +++ b/src/Vervis/Widget.hs @@ -47,8 +47,8 @@ revisionW :: WidgetFor site () revisionW = let cgTimeFmt = showDate . cgTime mrev = $darcsRevision - sharer = "fr33domlover" :: Text - repo = "vervis" :: Text + address = "^WvWbo@vervis.peers.community" :: Text + link = "https://vervis.peers.community/repos/WvWbo" :: Text changes = $darcsTotalPatches :: Int in $(widgetFile "widget/revision") diff --git a/stack.yaml b/stack.yaml index abd17b8..bc3ab70 100644 --- a/stack.yaml +++ b/stack.yaml @@ -12,7 +12,8 @@ packages: # Packages to be pulled from upstream that are not in the resolver (e.g., # acme-missiles-0.3) extra-deps: - - git: https://vervis.peers.community/s/fr33domlover/r/yesod-auth-account + # yesod-auth-account + - git: https://vervis.peers.community/repos/VE2Kr commit: 2d19eea0fae58897a02372a84cc48e7696a4e288 - ./lib/darcs-lights - ./lib/darcs-rev diff --git a/templates/browse.hamlet b/templates/browse.hamlet index c99300e..3009b25 100644 --- a/templates/browse.hamlet +++ b/templates/browse.hamlet @@ -20,7 +20,7 @@ $# .

Vervis is being used for its own development: - + Vervis project page

@@ -40,7 +40,7 @@ $# .