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 e3f8aea..0000000 Binary files a/talis-theme/favicon.ico and /dev/null differ 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 0000000..4a20252 Binary files /dev/null and b/tfs-theme/favicon.ico differ 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 %}