Skip to content

Commit 79f067e

Browse files
The OpenSoftware-World website has been updated. (Not completed)
Signed-off-by: OpenSoftware-World <143949134+OpenSoftware-World@users.noreply.github.com>
1 parent d2f68b5 commit 79f067e

File tree

5 files changed

+80
-28
lines changed

5 files changed

+80
-28
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
window.onload = function() {
2+
var lang = navigator.language;
3+
4+
if (lang.startsWith("en")) {
5+
6+
}
7+
else if (lang.startsWith("tr")) {
8+
9+
}
10+
11+
12+
13+
};
Lines changed: 54 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,77 @@
1-
/*
2-
TR:
3-
* Kod önizleme aşamasındadır ve tamamlanmamıştır yalnızca yeni dil sisteminin kullanıcılar tarafından incelenebilmesi için paylaşılmıştır.
4-
5-
EN:
6-
* The code is in preview and incomplete, and is only shared so that the new language system can be reviewed by users.
7-
8-
9-
date: 2/2/2025 11:45 PM
10-
*/
11-
121
window.onload = function() {
132
var lang = navigator.language;
3+
4+
// Navbar Elements
5+
146
var About = document.getElementById("About");
157
var Updates = document.getElementById("Updates");
168
var Contracts = document.getElementById("Contracts");
179
var Philosophy = document.getElementById("Philosophy");
1810
var Support = document.getElementById("Support");
1911

12+
// Footer Elements
13+
14+
var Help = document.getElementById("Help");
15+
16+
// Button Elements
17+
18+
var Go = document.querySelectorAll(".Go");
19+
20+
// Content Elements
21+
22+
var ContentTitle1 = document.getElementById("ContentTitle1");
23+
var ContentTitle2 = document.getElementById("ContentTitle2");
24+
var ContentTitle3 = document.getElementById("ContentTitle3");
25+
var ContentTitle4 = document.getElementById("ContentTitle4");
26+
var ContentTitle5 = document.getElementById("ContentTitle5");
27+
28+
var ContentText1 = document.getElementById("ContentText1");
29+
var ContentText2 = document.getElementById("ContentText2");
30+
var ContentText3 = document.getElementById("ContentText3");
31+
var ContentText4 = document.getElementById("ContentText4");
32+
var ContentText5 = document.getElementById("ContentText5");
33+
2034
if (lang.startsWith("en")) {
2135
About.innerHTML = "About";
2236
Updates.innerHTML = "Updates";
2337
Contracts.innerHTML = "Contracts";
2438
Philosophy.innerHTML = "Our Philosophy";
2539
Support.innerHTML = "Support";
40+
Help.innerHTML = "Help (Web Site)";
41+
Go.innerHTML = "Go";
42+
ContentTitle1.innerHTML = "About Artado Search and Updates";
43+
ContentTitle2.innerHTML = "AdWMGUI will be rewritten (New version)";
44+
ContentTitle3.innerHTML = "AdWM (Advanced Windows Manager) software has been removed";
45+
ContentTitle4.innerHTML = "AdWMGUI (Advanced Windows Manager GUI) will be published today";
46+
ContentTitle5.innerHTML = "AdWMGUI (Advanced Windows Manager GUI) has been published";
47+
//<a class="link-underline-primary" href="https://github.com/Artado-Project/artadosearch">"Artado Search"</a> ürünü <a class="home" href="https://github.com/Artado-Project">Artado-Project</a> ekibi tarafından geliştirilmiş ve <a class="home" href="https://github.com/OpenSoftware-World/">OpenSoftware-World (Github Hesabım)</a> tarafından katkılada bulunulmuş gelişmiş bir Arama motorudur...
48+
ContentText1.innerHTML = 'The <a class="link-underline-primary" href="https://github.com/Artado-Project/artadosearch">"Artado Search"</a> product is developed by the <a class="home" href="https://github.com/Artado-Project">Artado-Project</a> team and has been contributed to by <a class="home" href="https://github.com/OpenSoftware-World/">OpenSoftware-World (My Github Account)</a>, an advanced search engine.';
49+
//8 Eylül, 2023 tarihinde yayınlamış olduğumuz AdWM (Advanced Windows Manager) adlı yazılımı 1/23/2024 (23 Ocak, 2024) tarihinden itibaren yeniden yazılması gerektiğine karar verdik. yeni sürüm artık bir Grafik Kullanıcı Arayüzü (GUI) içericektir.
50+
ContentText2.innerHTML = 'We have decided that the AdWM (Advanced Windows Manager) software, which we published on September 8, 2023, needs to be rewritten as of 1/23/2024 (January 23, 2024). The new version will now include a Graphical User Interface (GUI).';
51+
//8 Eylül, 2023 tarihinde yayınlamış olduğumuz AdWM (Advanced Windows Manager) adlı yazılımı yeni sürüm sebebiyle 01/25/2024 tarihinde kaldırmaya karar verdik. Yeni sürüm AdWMGUI olarak adlandırılacaktır ve yeni sürüm yayımlandıktan sonra artık eski sürüm indirelemez olacaktır. (Eski sürüm için oluşturulan "AdWM" github deposu silinmiştir.)
52+
ContentText3.innerHTML = 'We have decided to remove the AdWM (Advanced Windows Manager) software, which we published on September 8, 2023, on January 25, 2024, due to the new version. The new version will be called AdWMGUI and after the new version is published, the old version will no longer be available for download. (The "AdWM" github repository created for the old version has been deleted.)';
53+
//1/25/2024 Tarihinde yayından kaldırılan AdWM yazılımının yerine AdWMGUI sürümünün geliceğini söylemiştik. AdWMGUI sürümü tamamlanmıştır 1/28/2024 00:00 Tarihinde AdWMGUI sürümü yayınlanıcaktır.
54+
ContentText4.innerHTML = 'We had said that the AdWMGUI version would come in place of the AdWM software, which was removed from publication on 1/25/2024. The AdWMGUI version is complete and the AdWMGUI version will be published on 1/28/2024 at 00:00.';
55+
//1/28/2024 00:00 Tarihinde yayımlanmıştır.
56+
ContentText5.innerHTML = 'It has been published on 1/28/2024 at 00:00.';
2657
}
2758
else if (lang.startsWith("tr")) {
2859
About.innerHTML = "Hakkımda";
2960
Updates.innerHTML = "Güncellemeler";
3061
Contracts.innerHTML = "Sözleşmeler";
3162
Philosophy.innerHTML = "Felsefemiz";
3263
Support.innerHTML = "Yardım";
64+
Help.innerHTML = "Yardım (Web Site)";
65+
Go.innerHTML = "Git";
66+
ContentTitle1.innerHTML = "Artado Search ve Yenilikler hakkında";
67+
ContentTitle2.innerHTML = "AdWMGUI yeniden yazılacaktır (Yeni sürüm)";
68+
ContentTitle3.innerHTML = "AdWM (Advanced Windows Manager) yazılımı kaldırılmıştır";
69+
ContentTitle4.innerHTML = "AdWMGUI (Advanced Windows Manager GUI) Bugün yayınlanıcaktır";
70+
ContentTitle5.innerHTML = "AdWMGUI (Advanced Windows Manager GUI) yayımlandı";
3371
}
72+
73+
Go.forEach(function(element) {
74+
element.textContent = Go.innerHTML;
75+
});
76+
3477
};

assets/WS_Service/LangService/Support/SupportPage.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@ window.onload = function() {
99
var lxlmdoc_description = document.getElementById("lxlmdoc_description");
1010

1111
if (lang.startsWith("en")) {
12-
document.title = "LinuxUsersLinuxMint - Support Page";
12+
document.title = "OpenSoftware-World - Support Page";
1313
changelocation.innerHTML = "Change location for the website";
14-
lxlmdoc.innerHTML = "Documentation for LinuxUsersLinuxMint software";
14+
lxlmdoc.innerHTML = "Documentation for OpenSoftware-World software";
1515
go.innerHTML = "Go";
1616
go.href = "/support/linuxuserslinuxmint/location.en";
1717
go_.innerHTML = "Go";
18-
changelocation_description.innerHTML = "The LinuxUsersLinuxMint website offers content support in Turkish and English. However, if one language is used, the content of the other language cannot be accessed. If you want to access the content of the other language, you must change your location.";
19-
lxlmdoc_description.innerHTML = "LinuxUsersLinuxMint For more information about the software, please refer to the documentation.";
18+
changelocation_description.innerHTML = "The OpenSoftware-World website offers content support in Turkish and English. However, if one language is used, the content of the other language cannot be accessed. If you want to access the content of the other language, you must change your location.";
19+
lxlmdoc_description.innerHTML = "OpenSoftware-World For more information about the software, please refer to the documentation.";
2020
}
2121
else if (lang.startsWith("tr")) {
22-
document.title = "LinuxUsersLinuxMint - Destek Sayfası";
22+
document.title = "OpenSoftware-World - Destek Sayfası";
2323
changelocation.innerHTML = "Web sitesi için konum değiştirme";
24-
lxlmdoc.innerHTML = "LinuxUsersLinuxMint yazılımları için dokümanlar";
24+
lxlmdoc.innerHTML = "OpenSoftware-World yazılımları için dokümanlar";
2525
go.innerHTML = "Git";
2626
go.href = "/support/linuxuserslinuxmint/location.tr";
2727
go_.innerHTML = "Git";
28-
changelocation_description.innerHTML = "LinuxUsersLinuxMint web sitesi, Türkçe ve İngilizce dillerinde içerik desteği sunmaktadır. Ancak, bir dil kullanıldığında diğer dildeki içeriğe erişilemez. Diğer dildeki içeriğe erişmek istiyorsanız, konumunuzu değiştirmeniz gerekir.";
29-
lxlmdoc_description.innerHTML = "LinuxUsersLinuxMint yazılımları hakkında daha fazla bilgi edinmek için dokümanlara göz atınız.";
28+
changelocation_description.innerHTML = "OpenSoftware-World web sitesi, Türkçe ve İngilizce dillerinde içerik desteği sunmaktadır. Ancak, bir dil kullanıldığında diğer dildeki içeriğe erişilemez. Diğer dildeki içeriğe erişmek istiyorsanız, konumunuzu değiştirmeniz gerekir.";
29+
lxlmdoc_description.innerHTML = "OpenSoftware-World yazılımları hakkında daha fazla bilgi edinmek için dokümanlara göz atınız.";
3030
}
3131
support_page_title.innerHTML = document.title;
3232
};

assets/WS_Service/LangService/Updates.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ window.onload = function() {
1212
var updates_four = document.getElementById("updates_four");
1313

1414
if (lang.startsWith("en")) {
15-
document.title = "LinuxUsersLinuxMint - Web site update notes";
15+
document.title = "OpenSoftware-World - Web site update notes";
1616
updates_one_date.childNodes[0].nodeValue = "8/2/2025 - 6:12 PM (2 August, 2025):";
1717
updates_one.innerHTML = "There is now an update notes page for the website, allowing users to see the changes that have been made.";
1818
updates_two_date.childNodes[0].nodeValue = "8/3/2025 - 2:50 PM (3 August, 2025):";
@@ -24,7 +24,7 @@ window.onload = function() {
2424
updates_four.innerHTML = "Minor optimizations have been made to the language translation service files on the Updates and Support page.";
2525
}
2626
else if (lang.startsWith("tr")) {
27-
document.title = "LinuxUsersLinuxMint - Web sitesi güncelleme notları";
27+
document.title = "OpenSoftware-World - Web sitesi güncelleme notları";
2828
updates_one_date.childNodes[0].nodeValue = "2/8/2025 - 18:12 (2 Ağustos, 2025):";
2929
updates_one.innerHTML = "Artık web sitesi için güncelleme notları sayfası mevcuttur bu sayede kullanıcılar yapılan değişiklikleri görebileceklerdir.";
3030
updates_two_date.childNodes[0].nodeValue = "3/8/2025 - 14:50 (3 Ağustos, 2025):";
Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
var lang = navigator.language;
2-
if (lang.startsWith("tr"))
2+
if (lang.startsWith("tr") || lang.startsWith("en"))
33
{
4-
document.location.href = "/";
5-
}
6-
else if (lang.startsWith("en"))
7-
{
8-
document.location.href = "/";
4+
document.location.href = "/WS_Pages/mainpage.html";
95
}
106
else
117
{
128
alert("Your browser language is not Turkish or English. Support for other languages is not provided.");
13-
console.log("[linuxuserslinuxmint.github.io]: Your browser language is not Turkish or English. Support for other languages is not provided.");
9+
console.log("[opensoftware-world.github.io]: Your browser language is not Turkish or English. Support for other languages is not provided.");
1410
}

0 commit comments

Comments
 (0)