Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Language Forge

[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).

[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)

### Reporting Problems with the Language Forge Application
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@
<nav class="navbar navbar-expand navbar-dark align-items-stretch">
<span class="navbar-brand d-md-inline-block mr-auto">
<img class="navbar-logo" title="v{{ version }}" src="/Site/views/languageforge/theme/default/image/lf_logo_medium.png">
<a class="website-title" href="/">Language Forge</a>
<a class="website-title" href="/">Language Forge</a> <a style="color: yellow" href="https://community.software.sil.org/t/language-forge-in-maintenance-mode/10514"><i class="fa fa-exclamation-triangle"></i> Maintenance Mode</a>
</span>
<ul class="nav navbar-nav">
<li class="nav-item" uib-dropdown>
<a class="nav-link" uib-dropdown-toggle href id="helpDropdown" aria-haspopup="true" aria-expanded="false"><i class="fa fa-question-circle"></i> <span>About</span></a>
<div class="dropdown-menu dropdown-menu-right" uib-dropdown-menu aria-labelledby="helpDropdown">
<a class="dropdown-item" target="_blank" href="https://community.software.sil.org/t/w/5454"><i class="fa fa-gift"></i> What's New?</a>
<a class="dropdown-item" target="_blank" href="https://lexbox.org/fw-lite"><i class="fa fa-gift"></i> Try FieldWorks Lite</a>
<a class="dropdown-item" target="_blank" href="https://community.software.sil.org/t/language-forge-in-maintenance-mode/10514"><i class="fa fa-exclamation-triangle"></i> Maintenance Mode</a>
<a class="dropdown-item" target="_blank" href="https://www.youtube.com/playlist?list=PLJLUPwIFOI8d8lmQVAcBapyw87jCtmDNA"><i class="fa fa-youtube-play"></i> Videos</a>
<a class="dropdown-item" target="_blank" href="https://community.software.sil.org/c/language-forge"><i class="fa fa-users"></i> Community Support</a>
<a class="dropdown-item" target="_blank" href="https://github.com/sillsdev/web-languageforge/wiki/Known-Issues-and-Limitations"><i class="fa fa-exclamation-triangle"></i> Known Issues and Limitations</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
<section id="banner">
<h2>Language Forge</h2>
<p>Collaborative web-based dictionary building that syncs with FieldWorks</p>
<p><span style="color: yellow"><i class="fa fa-exclamation-triangle"></i> Language Forge is no longer developed and is in <a href="https://community.software.sil.org/t/language-forge-in-maintenance-mode/10514">maintenance mode</a> - we will support existing projects.<br /></span>
We encourage all users to try <a href="https://lexbox.org/fw-lite">FieldWorks Lite</a>.</p>
</section>

<!-- Main -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<div class="row justify-content-center">
<div class="col-12 col-lg-8">
<h4 class="text-center no-space-break">Get project from LanguageDepot.org</h4>
<p>We don't recommend creating new projects anymore. Language Forge is now in <a href="https://docs.google.com/document/d/1Op0ZEreOd2N1v8Yh85sxW0O5HgSEj8gBdBVITGdiw8k/edit">maintenance mode</a>. Give <a href="https://lexbox.org/fw-lite">FieldWorks Lite</a> a try instead.</p>
<form>
<div class="card card-default">
<div class="card-body">
Expand Down
Loading