You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add maintenance mode messages across the application (#1843)
Language Forge is now in maintenance mode. This PR adds appropriate messaging about maintenance mode and promotes FWLite as a viable alternative to LF.
Specific changes:
- Header now includes link to FWLite
- About menu includes link to FWLite and maintenance mode doc
- New project wizard includes message and discourages users from creating new projects
- Front page includes the maintenance mode message
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# Language Forge
2
2
3
+
> [!IMPORTANT]
4
+
> [Language Forge is no longer developed and is in maintenance mode](https://community.software.sil.org/t/language-forge-in-maintenance-mode/10514). We will continue to support existing Language Forge projects and we encourage all users to try [FieldWorks Lite](https://lexbox.org/fw-lite).
5
+
3
6
[Language Forge](https://languageforge.org) is an online service to collaborate on building a dictionary. Users should head on over to [languageforge.org](https://languageforge.org)
4
7
5
8
### Reporting Problems with the Language Forge Application
<aclass="dropdown-item"target="_blank"href="https://community.software.sil.org/c/language-forge"><iclass="fa fa-users"></i> Community Support</a>
24
25
<aclass="dropdown-item"target="_blank"href="https://github.com/sillsdev/web-languageforge/wiki/Known-Issues-and-Limitations"><iclass="fa fa-exclamation-triangle"></i> Known Issues and Limitations</a>
Copy file name to clipboardExpand all lines: src/Site/views/languageforge/theme/default/page/home/index.html.twig
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@
31
31
<sectionid="banner">
32
32
<h2>Language Forge</h2>
33
33
<p>Collaborative web-based dictionary building that syncs with FieldWorks</p>
34
+
<p><spanstyle="color: yellow"><iclass="fa fa-exclamation-triangle"></i> Language Forge is no longer developed and is in <ahref="https://community.software.sil.org/t/language-forge-in-maintenance-mode/10514">maintenance mode</a> - we will support existing projects.<br /></span>
35
+
We encourage all users to try <ahref="https://lexbox.org/fw-lite">FieldWorks Lite</a>.</p>
Copy file name to clipboardExpand all lines: src/angular-app/languageforge/lexicon/new-project/send-receive/new-project-credentials.component.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
<divclass="row justify-content-center">
3
3
<divclass="col-12 col-lg-8">
4
4
<h4class="text-center no-space-break">Get project from LanguageDepot.org</h4>
5
+
<p>We don't recommend creating new projects anymore. Language Forge is now in <ahref="https://docs.google.com/document/d/1Op0ZEreOd2N1v8Yh85sxW0O5HgSEj8gBdBVITGdiw8k/edit">maintenance mode</a>. Give <ahref="https://lexbox.org/fw-lite">FieldWorks Lite</a> a try instead.</p>
0 commit comments