Skip to content

Commit ff5d87d

Browse files
committed
Updated templates
1 parent 1927208 commit ff5d87d

6 files changed

Lines changed: 34 additions & 18 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
types: [opened, reopened, synchronize]
1414

1515
env:
16-
FLUTTER_VERSION: '3.44.0'
16+
FLUTTER_VERSION: '3.47.0'
1717

1818
jobs:
1919

@@ -104,7 +104,6 @@ jobs:
104104
uses: lycheeverse/lychee-action@v2
105105
with: # Don't fail for now but then create an issue - useful?
106106
args:
107-
--exclude-file .lycheeignore
108107
--no-progress
109108
'*.md'
110109
'./**/*.dart'

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ ARCHIVE
1111
ignore
1212
pubspec.yaml.*
1313
!templates/solidpod/pubspec.yaml.tmpl
14+
!templates/solidui/pubspec.yaml.tmpl
1415

1516
qtest_*.txt
1617
/test/widget_test.dart
@@ -81,7 +82,6 @@ integration_test/fixtures/tmdb_api_key.json
8182
.svn/
8283
.swiftpm/
8384
migrate_working_dir/
84-
/.metadata
8585

8686
#-----------------------------------------------------------------------
8787
# IntelliJ related

.lycheeignore

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,17 @@
33

44
# Localhost OAuth callbacks used in integration tests
55

6-
http://localhost:44007/
7-
http://localhost:8000/
86
http://localhost/
7+
http://localhost:3000/
8+
http://localhost:4400/
9+
http://localhost:8000/
10+
http://localhost:11434/
911

1012
# Used by oidc through solid_auth
1113

1214
http://localhost:4400/redirect
1315
https://your-domain/redirect.html
1416

15-
# Localhost used in comments
16-
17-
http://localhost:3000/
18-
1917
# POD OAuth endpoints that require authentication parameters
2018

2119
https://pods.dev.solidcommunity.au/.oidc/auth
@@ -72,7 +70,7 @@ http://purl.org/dc/terms/
7270
https://solidcommunity.au/predicates/*
7371
https://solidproject.au/sii/
7472

75-
# 20260107 gjw From openid in solid_auth.
73+
# 20260107 gjw From openid in solid_auth and solidui.
7674

7775
https://api.login.yahoo.com/
7876
https://graph.facebook.com/
@@ -81,17 +79,22 @@ https://securetoken.google.com/
8179

8280
# URL used in comments
8381

84-
file:///home/runner/work/solidui/solidui/lib/src/utils/scheme
82+
file:///home/runner/work/
8583
https://pods.example.au/john-doe/profile/card#me
8684
https://github.com/gjwgit/myapp/blob/main/README.md
8785
https://server/POD_NAME/APP_NAME/data/FILE_PATH
8886
https://host/
8987
https://pods.au/me/app/data
88+
https://pub.dev/documentation/solidui/latest/solidui/SolidScaffold-class.html
89+
https://anusii.github.io/soliduieg/client-profile.jsonld
9090
https://github.com/anusii/mypod/blob/dev/CHANGELOG.md
9191
https://anusii.github.io/mypod/
9292
https://anusii.github.io/mypod/client-profile.jsonld
9393
https://anusii.github.io/mypod/redirect.html
9494
https://your-solid-server/
95+
https://gjwgit.github.io/rolopod/client-profile.jsonld
96+
https://github.com/anusii/
97+
https://anusii.github.io/
9598
https://dev.empwr.au/mypod/
9699
https://server/alice/
97100

@@ -109,12 +112,22 @@ https://photon.komoot.io/api/
109112

110113
https://blog.kumo.dev/2024/05/22/reverse_engineering_hkg_apps.html
111114

115+
# 20260816 tonypioneer solidpod failures
116+
117+
https://anushkavidanage.github.io/solidpod/example/redirect.html
118+
https://anushkavidanage.github.io/solidpod/example/client-profile.jsonld
119+
112120
# 20260625 gjw papertrail
113121

114122
https://papertrail.anu.edu.au/
115123
https://papertrail.anu.edu.au/
124+
https://api.anthropic.com/v1/messages
116125

117126
# 20260630 gjw rattle
118127

119128
https://www.reddit.com/r/SAI_Rattle/
120129
https://rdrr.io/rforge/tm/man/stopwords.html
130+
131+
# 20260809 gjw foliopod
132+
133+
https://query1.finance.yahoo.com/

.pubignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@ support/
1010
*~
1111
*.bak
1212
coverage
13+
/.metadata
1314

1415
ARCHIVE
1516
ignore
1617
pubspec.yaml.*
1718

19+
!templates/solidui/pubspec.yaml.tmpl
20+
1821
.flutter-plugins*
1922

2023
qtest_*.txt

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Generic Makefile
44
#
5-
# Time-stamp: <Monday 2026-07-06 16:25:26 +1000 Graham Williams>
5+
# Time-stamp: <Monday 2026-08-03 05:30:27 +1000 Graham Williams>
66
#
77
# Copyright (c) Graham.Williams@togaware.com
88
#
@@ -205,7 +205,7 @@ ginfo:
205205
echo "No bump ID found."; \
206206
fi
207207

208-
ZFILES := lib test integration_test pubspec.yaml README.md CLAUDE.md
208+
ZFILES := lib test integration_test pubspec.yaml analysis_options.yaml README.md CLAUDE.md bluelink_fetch.py
209209

210210
.PHONY: zip
211211
zip:

support/update.sh

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,13 @@ for ((i=0; i < length; i+=2)); do
7070

7171
continue
7272

73-
# 20260217 gjw For license.dart do not consider the first line
74-
# in the comparison nor the 5th line which might be Copyright
75-
# SII or Togaware.
73+
# 20260217 gjw For license.dart do not consider the first
74+
# DESCRIPTION line in the comparison, the 5th line which is
75+
# usually the COPYRIGHT SII or Togaware, nor the 24th line
76+
# which is the AUTHORS.
7677

7778
if [[ "$f1" == "license.dart" ]]; then
78-
if diff <(sed '1d;5d' "$f1") <(sed '1d;5d' "$f2") >/dev/null; then
79+
if diff <(sed '1d;5d;24d' "$f1") <(sed '1d;5d;24d' "$f2") >/dev/null; then
7980
echo "IDENTICAL $f1 $f2"
8081
else
8182
echo "MELD $f1 $f2"
@@ -196,7 +197,7 @@ for ((i=0; i < length; i+=2)); do
196197
# SII or Togaware.
197198

198199
if [[ "$f1" == "license.dart" ]]; then
199-
if diff <(sed '1d;5d' "$f1") <(sed '1d;5d' "$f2") >/dev/null; then
200+
if diff <(sed '1d;5d;24d' "$f1") <(sed '1d;5d;24d' "$f2") >/dev/null; then
200201
echo "IDENTICAL $f1 $f2"
201202
else
202203
echo "MELD $f2 $f1"

0 commit comments

Comments
 (0)