-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
558fbc1
commit 6c327d6
Showing
13 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.idea/ | ||
*.iws | ||
*.iml | ||
.fuse_hidden* | ||
.directory | ||
.Trash-* | ||
.nfs* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# E-Devlet E-İmza | ||
|
||
[E-Devlet](https://www.turkiye.gov.tr) uygulaması e-imza ile giriş için jnlp dosyalarını kullanıyor. Ancak bazı durumlarda bu jnlp dosyası sistemde | ||
sorunlar yol açmakta ve çalışmamaktadır. Bu repoda e-devletin giriş için kullanmış olduğu jar dosyası paket haline | ||
getirilmiş ve kaynak kodlarının tamamı açık halde sunulmuştur. | ||
|
||
27.05.2023 tarihinde oluşturulan bi repoda en son sürüm çekilmiştir. Eğer sürüm ile ilgili bir sorun ile karşılaşırsanız | ||
paket içeriğindeki app.jar dosyasını [JAR](https://static.turkiye.gov.tr/downloads/e-imza/elektronik-imza.jar) linkinden | ||
e-devlet üzerinden indirip değiştirebilirsiniz. | ||
|
||
Uygulama [Pardus 23 ](https://www.pardus.org.tr/) sürümünde paketlenmiş ve test edilmiştir. | ||
|
||
## Önemli Notlar | ||
- E-İmza sürücülerinizin sistem yüklendiğinden emin olun. | ||
- Pardus yazılım merkezinden Akis in yüklendiğinden emin olun. | ||
|
||
## Ekran Görüntüleri | ||
![Ekran](Screenshots/1.png) | ||
|
||
![Ekran](Screenshots/2.png) | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Source: e-devlet | ||
Section: utils | ||
Version: 3.1.2 | ||
Priority: optional | ||
Maintainer: Mehmet Nuri ÖZTÜRK <[email protected]> | ||
Build-Depends: debhelper (>= 9) | ||
Standards-Version: 3.9.6 | ||
Installed-Size: 1292 | ||
Homepage: https://www.turkiye.gov.tr | ||
Package: e-devlet | ||
Architecture: all | ||
Depends: openjdk-8-jre (>= 8) | openjdk-11-jre (>= 11) | openjdk-17-jre (<= 17) | ||
Description: E-Devlet Uygulaması | ||
E-Devlet elektronik imza uygulaması. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
usr/local/e-devlet/* usr/local/e-devlet/ | ||
usr/local/bin/e-devlet usr/local/bin/ | ||
usr/share/icons/hicolor/48x48/apps/e-devlet.png usr/share/icons/hicolor/48x48/apps/ | ||
usr/share/applications/e-devlet.desktop usr/share/applications/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/bash | ||
set -e | ||
echo "e-devlet successfully installed." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/bash | ||
set -e | ||
echo "e-devlet is about to be removed." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/bin/bash | ||
java -jar /usr/local/e-devlet/app.jar |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[Desktop Entry] | ||
Name=E-Devlet Uygulaması | ||
Comment=E-Devlet elektronik imza uygulaması | ||
Exec=/usr/local/bin/e-devlet.sh | ||
Icon=/usr/share/icons/hicolor/48x48/apps/e-devlet.png | ||
Terminal=false | ||
Type=Application | ||
Categories=Utility; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.