Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit d6de856

Browse files
authored
Merge pull request #14 from MASD-Project/feature/close_project
Update documentation for project archival
2 parents c2752c4 + b10aa6f commit d6de856

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
![Dogen Logo](https://raw.githubusercontent.com/MASD-Project/dogen/master/doc/images/new_logo_with_message.png)
22

3+
[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)
34
[![Licence](https://img.shields.io/badge/license-GPL_3-green.svg?dummy)](https://raw.githubusercontent.com/MASD-Project/dogen/master/LICENCE)
45
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FMASD-Project%2Fdogen.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FMASD-Project%2Fdogen?ref=badge_shield)
56
[![Status](https://img.shields.io/badge/status-active-brightgreen.svg?style=flat)](https://github.com/MASD-Project/dogen/pulse/monthly)
@@ -8,13 +9,6 @@
89
[![Contributors](https://img.shields.io/github/contributors/MASD-Project/dogen.svg)](https://github.com/MASD-Project/dogen/graphs/contributors)
910
[![PRs Welcome](https://img.shields.io/badge/PRs%20-welcome-brightgreen.svg)](https://github.com/MASD-Project/dogen/blob/master/CONTRIBUTING.md)
1011
[![Github All Releases](https://img.shields.io/github/downloads/MASD-Project/dogen/total.svg)](https://github.com/MASD-Project/dogen/releases)
11-
[![Continuous Linux](https://github.com/MASD-Project/dogen/actions/workflows/continuous-linux.yml/badge.svg)](https://github.com/MASD-Project/dogen/actions/workflows/continuous-linux.yml)
12-
[![Continuous Windows](https://github.com/MASD-Project/dogen/actions/workflows/continuous-windows.yml/badge.svg)](https://github.com/MASD-Project/dogen/actions/workflows/continuous-windows.yml)
13-
[![Continuous MacOS](https://github.com/MASD-Project/dogen/actions/workflows/continuous-macos.yml/badge.svg)](https://github.com/MASD-Project/dogen/actions/workflows/continuous-macos.yml)
14-
[![Nightly FG Branch](https://github.com/MASD-Project/dogen/actions/workflows/nightly-create-fullgen-branch.yml/badge.svg)](https://github.com/MASD-Project/dogen/actions/workflows/nightly-create-fullgen-branch.yml)
15-
[![Nightly FG](https://github.com/MASD-Project/dogen/actions/workflows/nightly-fullgen-linux.yml/badge.svg)](https://github.com/MASD-Project/dogen/actions/workflows/nightly-fullgen-linux.yml)
16-
[![Nightly Linux](https://github.com/MASD-Project/dogen/actions/workflows/nightly-linux.yml/badge.svg)](https://github.com/MASD-Project/dogen/actions/workflows/nightly-linux.yml)
17-
[![CDash](https://img.shields.io/badge/cdash-dashboard-00cc00.svg)](https://my.cdash.org/index.php?project=MASD+Project+-+Dogen)
1812
[![Releases](https://img.shields.io/github/release/MASD-Project/dogen.svg)](https://github.com/MASD-Project/dogen/releases)
1913
[![GitHub commits](https://img.shields.io/github/commits-since/MASD-Project/dogen/v1.0.32.svg)](https://github.com/MASD-Project/dogen/commits/master)
2014
[![Documentation](https://github.com/MASD-Project/dogen/blob/master/assets/doxygen_badge.svg)](https://mcraveiro.github.io/dogen/doxygen/index.html)
@@ -24,7 +18,19 @@
2418
[![clang-14](https://img.shields.io/badge/CLANG-14-blue.svg)](https://releases.llvm.org/14.0.0/tools/clang/docs/ReleaseNotes.html)
2519
[![msvc2022](https://img.shields.io/badge/MSVC-2022-blue.svg)](https://visualstudio.microsoft.com/vs/whatsnew/)
2620
[![TODOs](https://badgen.net/https/api.tickgit.com/badgen/github.com/MASD-Project/dogen)](https://www.tickgit.com/browse?repo=github.com/MASD-Project/dogen)
27-
[![Project Stats](https://www.openhub.net/p/dogen/widgets/project_thin_badge.gif)](https://www.openhub.net/p/dogen)
21+
22+
# This project has been abandoned
23+
24+
After many years of working on Dogen, I now feel this architecture has reached a
25+
dead-end. I am now working on a new architecture that takes forward the lessons
26+
learned with Dogen but is a significant break in the approach. You can find more
27+
details here:
28+
29+
- [progen](https://github.com/MASD-Project/progen): The product generator.
30+
31+
The remaining content of the repository is untouched and is left as is from is
32+
last release. A /memento mori/, if you'd like, for all the many years of joy we
33+
have spent working in the Dogen codebase.
2834

2935
# Overview
3036

0 commit comments

Comments
 (0)