From f4f007afbeb791c5eaf62864df5993d365b64e2e Mon Sep 17 00:00:00 2001 From: Grzegorz Rajchman Date: Mon, 23 Sep 2024 11:26:05 +0100 Subject: [PATCH] Rename org (#4) * Rename org * Update theme --- README.md | 2 +- build.sh | 2 +- satis.json | 46 ++++---- talis-theme/favicon.ico | Bin 15086 -> 0 bytes talis-theme/index.html.twig | 108 ------------------ {talis-theme => tfs-theme}/build/app.js | 0 .../build/entrypoints.json | 0 .../build/manifest.json | 0 {talis-theme => tfs-theme}/build/style.css | 0 tfs-theme/favicon.ico | Bin 0 -> 15406 bytes tfs-theme/index.html.twig | 108 ++++++++++++++++++ {talis-theme => tfs-theme}/package.html.twig | 2 +- 12 files changed, 134 insertions(+), 134 deletions(-) delete mode 100644 talis-theme/favicon.ico delete mode 100644 talis-theme/index.html.twig rename {talis-theme => tfs-theme}/build/app.js (100%) rename {talis-theme => tfs-theme}/build/entrypoints.json (100%) rename {talis-theme => tfs-theme}/build/manifest.json (100%) rename {talis-theme => tfs-theme}/build/style.css (100%) create mode 100644 tfs-theme/favicon.ico create mode 100644 tfs-theme/index.html.twig rename {talis-theme => tfs-theme}/package.html.twig (98%) diff --git a/README.md b/README.md index 4f5f5bc..f0d85b0 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,4 @@ Head over to https://composer.talis.io/ to browse available packages. In case a new version of a package has been tagged, you should update the repository so you can use that new version. -Go to [Actions 🡪 Workflows 🡪 Publish to GitHub pages](https://github.com/talis/composer/actions/workflows/gh-pages.yml) and click on `Run workflow` button to trigger it. +Go to [Actions 🡪 Workflows 🡪 Publish to GitHub pages](https://github.com/techfromsage/composer/actions/workflows/gh-pages.yml) and click on `Run workflow` button to trigger it. diff --git a/build.sh b/build.sh index 085013e..3c50662 100755 --- a/build.sh +++ b/build.sh @@ -18,6 +18,6 @@ docker run --rm \ composer/satis:latest \ build --ansi -vv satis.json dist -cp talis-theme/favicon.ico dist/ +cp tfs-theme/favicon.ico dist/ echo "Done! Open dist/index.html to see the result" diff --git a/satis.json b/satis.json index 1d65a3d..5772935 100644 --- a/satis.json +++ b/satis.json @@ -1,11 +1,11 @@ { - "name": "talis/composer", - "description": "Talis Composer repository", + "name": "techfromsage/composer", + "description": "TfS Composer repository", "homepage": "https://composer.talis.io/", "abandoned": { "chrisboulton/php-resque": "resque/php-resque", - "talis/php-resque": "resque/php-resque", - "talis/simplesamlphp": "simplesamlphp/simplesamlphp" + "techfromsage/php-resque": "resque/php-resque", + "techfromsage/simplesamlphp": "simplesamlphp/simplesamlphp" }, "repositories": [ { @@ -50,79 +50,79 @@ }, { "type": "vcs", - "url": "https://github.com/talis/bling" + "url": "https://github.com/techfromsage/bling" }, { "type": "vcs", - "url": "https://github.com/talis/bootstrap-sass" + "url": "https://github.com/techfromsage/bootstrap-sass" }, { "type": "vcs", - "url": "https://github.com/talis/conneg" + "url": "https://github.com/techfromsage/conneg" }, { "type": "vcs", - "url": "https://github.com/talis/f3" + "url": "https://github.com/techfromsage/f3" }, { "type": "vcs", - "url": "https://github.com/talis/fatfree" + "url": "https://github.com/techfromsage/fatfree" }, { "type": "vcs", - "url": "https://github.com/talis/LTI1x-php" + "url": "https://github.com/techfromsage/LTI1x-php" }, { "type": "vcs", - "url": "https://github.com/talis/lti-1-3-php-library" + "url": "https://github.com/techfromsage/lti-1-3-php-library" }, { "type": "vcs", - "url": "https://github.com/talis/php-niso-openurl" + "url": "https://github.com/techfromsage/php-niso-openurl" }, { "type": "vcs", - "url": "https://github.com/talis/php-resque" + "url": "https://github.com/techfromsage/php-resque" }, { "type": "vcs", - "url": "https://github.com/talis/resque-multiple-failure-queues" + "url": "https://github.com/techfromsage/resque-multiple-failure-queues" }, { "type": "vcs", - "url": "https://github.com/talis/selenium-server-standalone" + "url": "https://github.com/techfromsage/selenium-server-standalone" }, { "type": "vcs", - "url": "https://github.com/talis/sierra-api-php-client" + "url": "https://github.com/techfromsage/sierra-api-php-client" }, { "type": "vcs", - "url": "https://github.com/talis/simplesamlphp" + "url": "https://github.com/techfromsage/simplesamlphp" }, { "type": "vcs", - "url": "https://github.com/talis/SRUClient-php" + "url": "https://github.com/techfromsage/SRUClient-php" }, { "type": "vcs", - "url": "https://github.com/talis/talis-php" + "url": "https://github.com/techfromsage/talis-php" }, { "type": "vcs", - "url": "https://github.com/talis/tripod-php" + "url": "https://github.com/techfromsage/tripod-php" }, { "type": "vcs", - "url": "https://github.com/talis/php-cloud-files" + "url": "https://github.com/techfromsage/php-cloud-files" }, { "type": "vcs", - "url": "https://github.com/talis/aws-sdk-php" + "url": "https://github.com/techfromsage/aws-sdk-php" } ], "require-all": true, "require-dependencies": true, "require-dev-dependencies": false, - "twig-template": "talis-theme/index.html.twig" + "twig-template": "tfs-theme/index.html.twig" } diff --git a/talis-theme/favicon.ico b/talis-theme/favicon.ico deleted file mode 100644 index e3f8aea361b30ae426e9ab1f46eb0b98832da992..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15086 zcmeHOU2IfE6rQyedC*u*e8AsLM8kuL4T2iugD*y7crnrV;tvl-crhkMp4_e16n3{# zT7wj<4VHqj1^T0fh!08@bQKC}DJ@;(PsmoWOSjlo+R~ci`IZjsUhci!UhdD{(aGTan?_ z<&UxcQl*HyF$U&+el!#~;uY)?C-`3fwzwq{7VpYyUd!2+-kI@t-FsE!V>-b2#)=%H z5w|0DV2@RlPYt>c zbTW&#kdNunrUik zoQlEs_kUlZi+_0Nq^^IjuUbG@Yqiz_C$Ak$tkcEcd*ln(@y*7C5&o`3ji>P+_;Ia| z-{!rPk^lJo+rN+X`L~~Aqczm$-{;@RKW1z5lK<@adIkM8a5yiGjh@$i{z03%e{Q{I zO_`&=&p+%{bg`OgXlZ)h)A$qd)t<(WedlcR%gT1E{Rexnk3O95*chzFk2$lg;c3V4 zV-MTB<=MQH>}%DXy8XR7^7^WEQQxrkUdQlj`J$KBe;>cQ&pJN;KL1)ia3k0J^~YVG za+!ZmzrXYP`%|yKzxI0k0Ae7#9KQkl5X3@6Lt+*G4s>(M+{o{NO}ZJxY_Pw-hghF0 zsD-$Q!tFxDk(Y2h3i80U993V;GoU~D2Fg=+eLG>>hpmQicZ4_t4Sqt%Ud1wUIkbeeY~|s+4)ue{{R z?05ZCD^2L;;3QgcljZhtrdmiWNwTlaa@)8sEltl|H|7h2$Fi{pA4l(^E%i^(zVE`+ z+4`C-_VK-HaWYP0ciVEcdD_+XhAm^&ng^QpTVMC>n_R=RI5xWG^RMCmHv3=a&R6N@ z{jqF1d3^VE^A9nXvR&qlpDwj*PT-t*u3}|ujT!rYrn+1mKVmhjD{r*~gPHpeKd7sI zz!Lkp>w!Q2ouB_c|JR<+ZSp@S_I!GC@gm<}*Y;m*yWOq*C)>_o-#xPjmizB?uD{z< zhK=^9A{N4SoKFpu>`4M@&WXY{<7^w}6gZX$a=Lm>QOXsSL_%U2;~p@KW#UaURZ`%6q&R9T_mx$;E+p=2EaW z$URtYAEWZ-x^k&bC>!t|09VwR+!jCcNpjwAhduT;&;@xLCev8u1(xeR@! xpq!0=N*yZrzdvsBhw;qOzU~}QbE8rJ1M`>9yH0Dg8S)Js%wL7iI?W1n{|Duvep3Jd diff --git a/talis-theme/index.html.twig b/talis-theme/index.html.twig deleted file mode 100644 index 9654420..0000000 --- a/talis-theme/index.html.twig +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - - - {{ name|default('Composer repository') }} - - - - - - -
-
-
- -

- {{ name|default('Composer repository') }} - -

-
- - Last updated:
-
- - - -
- - {% if description %} -

{{ description|raw }}

- {% endif %} -
- -
-
- - -
-
- -
-

- This is a private Composer repository. - To use it, you have to add this repository to your composer.json file. -

- -
-
-
Setting up this repository in your projects
-

- Add this Composer - repository to your project's composer.json - file, then you can require these private packages just like you would with - one from Packagist. -

-
{
-    "repositories": [
-        {
-            "type": "composer",
-            "url": "{{ url }}"
-        }
-    ]
-}
-

Read more on how to handle composer private packages.

-
-
-
- -
- {% for name, package in packages %}{% include 'package.html.twig' %}{% endfor %} -
- -
-

This Composer repository is powered by Satis {{ constant('Composer\\Satis\\Satis::VERSION') }}

-
-
- - - - - - - - - diff --git a/talis-theme/build/app.js b/tfs-theme/build/app.js similarity index 100% rename from talis-theme/build/app.js rename to tfs-theme/build/app.js diff --git a/talis-theme/build/entrypoints.json b/tfs-theme/build/entrypoints.json similarity index 100% rename from talis-theme/build/entrypoints.json rename to tfs-theme/build/entrypoints.json diff --git a/talis-theme/build/manifest.json b/tfs-theme/build/manifest.json similarity index 100% rename from talis-theme/build/manifest.json rename to tfs-theme/build/manifest.json diff --git a/talis-theme/build/style.css b/tfs-theme/build/style.css similarity index 100% rename from talis-theme/build/style.css rename to tfs-theme/build/style.css diff --git a/tfs-theme/favicon.ico b/tfs-theme/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..4a20252902af68e84e26701a781654a164ce4103 GIT binary patch literal 15406 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 J`9Exd{{rswXi)$F literal 0 HcmV?d00001 diff --git a/tfs-theme/index.html.twig b/tfs-theme/index.html.twig new file mode 100644 index 0000000..31c162c --- /dev/null +++ b/tfs-theme/index.html.twig @@ -0,0 +1,108 @@ + + + + + + + + + {{ name|default('Composer repository') }} + + + + + +
+
+
+ +

+ {{ name|default('Composer repository') }} + +

+
+ + Last updated:
+
+ + + +
+ + {% if description %} +

{{ description|raw }}

+ {% endif %} +
+ +
+
+ + +
+
+ +
+

+ This is a private Composer repository. + To use it, you have to add this repository to your composer.json file. +

+ +
+
+
Setting up this repository in your projects
+

+ Add this Composer + repository to your project's composer.json + file, then you can require these private packages just like you would with + one from Packagist. +

+
{
+    "repositories": [
+        {
+            "type": "composer",
+            "url": "{{ url }}"
+        }
+    ]
+}
+

Read more on how to handle composer private packages.

+
+
+
+ +
+ {% for name, package in packages %}{% include 'package.html.twig' %}{% endfor %} +
+ +
+

This Composer repository is powered by Satis {{ constant('Composer\\Satis\\Satis::VERSION') }}

+
+
+ + + + + + + + + diff --git a/talis-theme/package.html.twig b/tfs-theme/package.html.twig similarity index 98% rename from talis-theme/package.html.twig rename to tfs-theme/package.html.twig index 8510a9d..be42c7f 100644 --- a/talis-theme/package.html.twig +++ b/tfs-theme/package.html.twig @@ -16,7 +16,7 @@ Abandoned! Package is abandoned, you should avoid using it. {% if package.replacement %} - Use {{ package.replacement }} instead. + Use {{ package.replacement }} instead. {% else %} No replacement was suggested. {% endif %}