Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1,320 changes: 1,320 additions & 0 deletions .github/workflows/build.yml

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions .github/workflows/update-year.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Update Copyright Year

on:
schedule:
- cron: '0 0 1 1 *'
workflow_dispatch:

jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6

- name: Update copyright year in README
id: update
run: |
YEAR=$(date +%Y)
echo "YEAR=$YEAR" >> $GITHUB_OUTPUT
sed -i "s/2026-{{YEAR}}/2026-$YEAR/" README*.md

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v7
with:
commit_message: "chore: update copyright year to ${{ steps.update.outputs.YEAR }}"
branch: release
385 changes: 385 additions & 0 deletions README-zh_CN.md

Large diffs are not rendered by default.

383 changes: 383 additions & 0 deletions README-zh_TW.md

Large diffs are not rendered by default.

384 changes: 384 additions & 0 deletions README.ar.md

Large diffs are not rendered by default.

384 changes: 384 additions & 0 deletions README.fr.md

Large diffs are not rendered by default.

384 changes: 384 additions & 0 deletions README.ja.md

Large diffs are not rendered by default.

393 changes: 393 additions & 0 deletions README.ko.md

Large diffs are not rendered by default.

558 changes: 393 additions & 165 deletions README.md

Large diffs are not rendered by default.

384 changes: 384 additions & 0 deletions README.nl.md

Large diffs are not rendered by default.

384 changes: 384 additions & 0 deletions README.ru.md

Large diffs are not rendered by default.

983 changes: 983 additions & 0 deletions docs/CHANGELOG-zh_CN.md

Large diffs are not rendered by default.

1,010 changes: 1,010 additions & 0 deletions docs/CHANGELOG.md

Large diffs are not rendered by default.

Binary file added docs/UIR-R-1999-02-Pirolli-WebJournal-Paths.pdf
Binary file not shown.
194 changes: 0 additions & 194 deletions docs/awstats_benchmark.html

This file was deleted.

Loading