mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit 8661cd3cddf370b65fcc1e66de0dfb8e5321890e
parent 6f95b1284cefc0321363b26ec5cc9320b5f9ce2b
Author: Szymon Mikulicz <szymon.mikulicz@posteo.net>
Date:   Fri, 13 Mar 2026 11:43:17 +0100

Remove Yellow files

Diffstat:
D.github/workflows/system-tests.yml | 51---------------------------------------------------
Dreadme.md | 21---------------------
2 files changed, 0 insertions(+), 72 deletions(-)

diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml @@ -1,51 +0,0 @@ -# Datenstrom Yellow system tests - -name: System tests -on: [push, pull_request] -jobs: - extension-tests: - name: Extensions - runs-on: ubuntu-latest - steps: - - name: Check out code - uses: actions/checkout@v4 - - name: Set up PHP - uses: shivammathur/setup-php@v2 - with: - php-version: latest - extensions: curl, gd, mbstring, zip - ini-file: development - coverage: none - tools: none - - name: Set up problem matcher - run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" - - name: Set up test environment - run: | - php yellow.php skip installation large - echo "Generate:exclude" > content/contact/page.md - echo "Generate:exclude" > content/search/page.md - - name: Run tests - run: php yellow.php generate tests - php-tests: - name: PHP ${{ matrix.php }} - strategy: - matrix: - php: [8.5, 8.4, 8.3, 8.2, 8.1, 8.0, 7.4, 7.3, 7.2, 7.1, 7.0] - runs-on: ubuntu-latest - steps: - - name: Check out code - uses: actions/checkout@v4 - - name: Set up PHP - uses: shivammathur/setup-php@v2 - with: - php-version: ${{ matrix.php }} - extensions: curl, gd, mbstring, zip - ini-file: development - coverage: none - tools: none - - name: Set up problem matcher - run: echo "::add-matcher::${{ runner.tool_cache }}/php.json" - - name: Set up test environment - run: php yellow.php skip installation - - name: Run tests - run: php yellow.php generate tests diff --git a/readme.md b/readme.md @@ -1,21 +0,0 @@ -# Datenstrom Yellow 0.9 - -Datenstrom Yellow is for people who make small websites. [Try the demo](https://datenstrom.se/yellow/demo/). - -<p align="left"><img src="screenshot.png" alt="Screenshot" /></p> - -## How to get started - -Download one file, unzip it and copy everything to your web server. Your website is immediately available. The most important things are included. You can add more later. There are extensions with additional features, languages and themes that you can install. Behind the minimalist design lies powerful technology. [Get started](https://datenstrom.se/yellow/help/how-to-get-started). - -## How to get extensions - -Extensions give you additional features, languages and themes. The core has the core functionality of your website. Everything else is up to you. There is an image gallery, contact form for emails, search feature, comment feature and much more. [Get extensions for your website](https://datenstrom.se/yellow/extensions/). - -## How to get help - -The help shows you how to make small websites, wikis and blogs. Here you will find instructions on how to customise your website in English, German and Swedish. For developers there are descriptions of files, folders and what can be done with the API. [Get help for your website](https://datenstrom.se/yellow/help/). - -## Acknowledgements - -Made in Europe. Thank you to all developers, designers and translators.