Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
akevalion committed Oct 26, 2023
1 parent 6c61b1f commit e47212f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# Attention
<img width="400" alt="image" src="https://github.com/ObjectProfile/Roassal3/assets/10532890/c92f4033-954f-4e29-a13d-d90ab23dffcd">

WE ARE MOVING
- Roassal3 => https://github.com/pharo-graphics/Roassal
- Roassal3Exporters => https://github.com/pharo-graphics/RoassalExporters
- Roassal3Documentation => https://github.com/pharo-graphics/RoassalDocumentation

New repositories:
- RoassalLayouts => https://github.com/pharo-graphics/RoassalLayouts

Roassal is part of pharo thats why we want to keep it as part of the pharo ecosystem, thats why we are moving and this repository will be frozen.

To load pharo-graphics/Roassal in a pharo10/11 you will have to remove roassal3 first to avoid conflicts.
```st
#(Roassal3 Numeric) do: [:string |
regExp := '*', string ,'*'.
packages := RPackageOrganizer default packages
select: [ :each | regExp match: each name ].
packages do: [ :each | each removeFromSystem ].
]
```

# Roassal3Exporter
[![CI](https://github.com/ObjectProfile/Roassal3Exporters/actions/workflows/runTest.yml/badge.svg)](https://github.com/ObjectProfile/Roassal3Exporters/actions/workflows/runTest.yml)

Expand Down

0 comments on commit e47212f

Please sign in to comment.