Initial Commit
This commit is contained in:
commit
a872d2601c
3 changed files with 56 additions and 0 deletions
7
README.md
Normal file
7
README.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# Ahenk Documentation - 2023 Go Edition
|
||||||
|
|
||||||
|
Bu git deposu go dili ile yazılmış yeni ahenk arka yüzü ile ilgili kullanıcı, yönetici ve geliştirici dokümantasyonunu içermektedir.
|
||||||
|
|
||||||
|
Geliştiricilere yönelik dokümantasyon için [dev](dev/) dizinine gidebilirsiniz
|
||||||
|
|
||||||
|
<!-- TODO Kullanıcı dokümantasyonu için [user](user/) dizinine veya https://docs.liderahenk.org/ahenk/user adresine, sunucu yöneticilerine yönelik hazırlanan dokümantasyon için [admin](admin/) dizinine veya https://docs.liderahenk.org/ahenk/admin adresine, geliştiricilere yönelik dokümantasyon için ise [dev](dev/) dizinine veya https://docs.liderahenk.org/ahenk/dev adresine gidebilirsiniz. -->
|
10
dev/README.md
Normal file
10
dev/README.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# Ahenk Geliştirici Dokümantasyonu
|
||||||
|
|
||||||
|
Bu dizinde Ahenk arka yüz geliştiricileri ve Ahenk eklenti geliştiricileri için faydalı olacak dokümantasyon ve kaynaklar bulunmaktadır. Ağırlıklı olarak Türkçe olması planlansa da içerisinde İngilizce sayfalar, yazılar veya terimler de bulunabilir.
|
||||||
|
|
||||||
|
<!-- TODO Geliştirici Dokümantasyonuna aynı zamanda https://docs.liderahenk.org/ahenk/dev adersinden de ulaşabilirsiniz. -->
|
||||||
|
|
||||||
|
### Index
|
||||||
|
| Açıklama | Bağlantı |
|
||||||
|
| -------- | -------- |
|
||||||
|
| Kaynaklar | [Resources.md](Resources.md) |
|
39
dev/Resources.md
Normal file
39
dev/Resources.md
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
# General
|
||||||
|
- https://liderahenk.
|
||||||
|
- https://docs.liderahenk.
|
||||||
|
- https://gonullu.pardus.org.tr/merkezi-yonetim-sistemi/
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# Daemon / Linux
|
||||||
|
- https://github.com/sevlyar/go-daemon | Ready-to-use Go Daemon
|
||||||
|
- https://www.makeuseof.com/create-daemons-on-linux/ | Step-by-Step Daemon Guideline
|
||||||
|
- [stackoverflow/how-to-start-a-go-program-as-a-daemon-in-ubuntu](https://stackoverflow.com/questions/10067295/how-to-start-a-go-program-as-a-daemon-in-ubuntu)
|
||||||
|
- [stackoverflow/how-to-create-a-daemon-process-in-golang](https://stackoverflow.com/questions/23736046/how-to-create-a-daemon-process-in-golang)
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# XMPP
|
||||||
|
### General
|
||||||
|
- https://xmpp.org/ | Official Page
|
||||||
|
- https://en.wikipedia.org/wiki/XMPP | Wiki
|
||||||
|
- https://xmpp.org/extensions/ | Specification List
|
||||||
|
- https://xmpp.org/about/technology-overview/ | Technology Overview and Basic Technical Info
|
||||||
|
|
||||||
|
### Security / Privacy / Encryption
|
||||||
|
- https://wiki.xmpp.org/web/XMPP_E2E_Security | OMEMO, OpenPGP comparison and Info
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# Go
|
||||||
|
- https://git.aliberksandikci.com/asandikci/go-learnign | Go Learnign Resources
|
||||||
|
### Useful GO Labraries
|
||||||
|
- https://github.com/kirsle/configdir | Get User Config and Cache Directories
|
||||||
|
- https://github.com/shibukawa/configdir | Get User Config and Cache Directories
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
> *Check more resource in Mattermost Channels and my Personal Star Lists ([Go](https://github.com/stars/asandikci/lists/go-language),[Agent](https://github.com/stars/asandikci/lists/agent))*
|
Loading…
Reference in a new issue