Misago Project Forums : Turkish Tutorial by monomyth

View this thread on steempeak.com
· @monomyth · (edited)
$7.70
Misago Project Forums : Turkish Tutorial
> This is a Turkish tutorial content about an open source forum project called Misago. [Misago](https://github.com/rafalp/Misago) is a fully featured internet forum solution developed in accordance with practices and trends currently used in web software development. You can find more details about Misago in [here](http://misago-project.org/).

# Misago Projesi Nedir?
<hr>

[Misago](https://misago-project.org/), web yazılım geliştirme alanında halihazırda kullanılan uygulamalar ve eğilimler doğrultusunda geliştirilmiş tam özellikli bir açık kaynak kodlu internet forumu çözümüdür. Misago ile sitenize birbirleriyle konuşmak, görüşlerini ve bilgilerini değiştirmek için gelen insanlar, Misago civarındaki siteleri geliştiren geliştiricilerin kodlarına, API'larına ve uygulama ayrıntılarına odaklanmasına rağmen, Misago'yu tarayıcılarında gördükleri ile ilişkilendirirler.

- [**Homepage**](http://misago-project.org/)
- [**Documentation**](https://rafalp.gitbooks.io/misago/)
- [**Code & BugTracker**](https://github.com/rafalp/Misago/)

<center>https://i.hizliresim.com/LO8Z9G.png</center>

# Misago ile Neler Yapabilirim? 
<hr>

Şu an itibariyle Misago, canlı İnternet forumunda *"olması gereken"* tüm özellikleri uygulamaktadır:

- Kullanıcılarınız hesapları kaydedebilir, avatarları ayarlayabilir, seçenekleri değiştirebilir ve profillerini düzenleyebilir. Unutulan şifreyi sıfırlama seçenekleri vardır.
- Site yöneticileri, kullanıcıların e-posta ile gönderilen etkinleştirme bağlantısıyla e-posta adreslerinin geçerliliğini doğrulamasını veya kullanıcı hesabı aktivasyonunu yönetici işlemiyle sınırlamasını gerektirebilir.
- Spam kayıtları ile mücadele etmek için özel Soru-Cevap, **ReCAPTCHA**, Dur-Forum-Spam veya IP'nin kara listesi kullanabilirsiniz.
- Kullanıcı hesabı davranışını, kullanıcı adı uzunlukları veya avatar kısıtlamaları gibi kontrol etmek için **Pletora** ayarları mevcuttur.

<center>https://i.hizliresim.com/PO2nXN.png</center>

- Sınırsız sayıda ve alt kategori derecesiyle birlikte kategoriler oluşturabilirsiniz.
- Durum özellikleri, site üyelerine diğer kullanıcılar ne zaman çevrimiçi, çevrimdışı veya yasaklı olduklarını bildirir.
 - Bireysel kullanıcıların, faaliyetlerini yöneticilerden gizleme ayarı vardır.
- Yetkili yöneticilerin, kullanıcı tarafından gönderilen içeriği düzenlemesine, taşımasına, gizlemesine, onaylamasına, silmesine veya kapatmasına olanak tanıyan tam kontrol araç seti.
- Bu ayrıca, kullanıcı hesaplarını veya avatarlarını silmek veya engellemek için seçenek içerir.
- Ban sistemi, belirli kullanıcı adlarını, e-postaları veya IP adreslerini hesapları kaydetmekten alıkoymanın yanı sıra mevcut kullanıcıları yasaklamanıza izin verir.

<center>https://i.hizliresim.com/Qp8vDk.png</center>

- Sıralamalarını, rollerini veya bulundukları kategoriyi temel alarak kullanıcılar için hangi özellikleri kullanabileceğinizi kontrol etmenize izin veren izin sistemi vardır.
- Kullanıcıların yalnızca kendileri ve davet ettikleri kişiler için görünür konuları oluşturmasına izin veren özel konular özelliği bulunmaktadır.
- **Python** tabanlı profil alanları çerçevesi, site sahiplerinin kullanıcılara özel gereksinimler, ekran veya doğrulama mantığı için güçlü özelleştirme seçenekleri ile eksiksiz doldurmaları için özel alanlar tanımlamalarına olanak tanır.
- Kamu ve özel seçmenlerle anketlere izin veren, seçime bağlı seçimleri tek veya çoklu seçeneklerin yanı sıra oylama değişikliğine izin veren ya da oylamayı belirli bir süre sınırlayan seçimlere izin veren zengin anket sistemine sahiptir.
 - Topluluktaki diğer üyelere görünmeden önce içeriği denetlemenize izin veren, kullanıcılar ve kategoriler için denetleme sırası.

https://i.hizliresim.com/9DWQGO.png

# Nasıl Kurabilirim?
<hr>

Misago sitesini yerel olarak başlatmak için önce sanal ortamı kurun ve etkinleştirin ve ardından aşağıdaki komutları çalıştırın:

> python setup.py install
misago-start.py testforum

Bu, Misago'yu ve bağımlılıklarını sanal ortamınıza yükleyecek ve *"testforum"* adlı sizin için önceden yapılandırılmış Misago sitesini hazırlayacaktır:

<center>https://i.hizliresim.com/NO8lJL.png</center>

Şimdi, veritabanı bağlantısı, varsayılan saat dilimi veya arabirim dili gibi temel ayarları yapmak için, seçtiğiniz editörde **settings.py** dosyasını düzenleyin.

Ardından, **manage.py** admin yardımcı programı tarafından sağlanan geçiş komutlarını kullanarak, ayarları **setup.py** dosyasının bir düzeyinde dizinde bulabilirsiniz:

> python manage.py migrate

Ardından, veritabanında süper yönetici oluşturmak için **createsuperuser** komutunu çağırın:

> python manage.py createsuperuser

Son olarak **runserver** komutunu kullanarak geliştirme sunucusunu başlatın:

> python manage.py runserver

Kurulumunuzda bir sorun yoksa, tarayıcınızda **127.0.0.1:8000** sitesini ziyaret etmenizi ve forum dizinini görmenizi sağlayan **Django** geliştirici sunucusu başlayacaktır. Artık *ealier* oluşturduğunuz kullanıcı hesabında oturum açabilmelisiniz.

Büyük olasılıkla ayarları değiştirerek ve kategoriler oluşturarak sitenizi özelleştirmek isteyeceksiniz. Bunu **127.0.0.1:8000/admincp/url** altındaki *Yönetim Kontrol Paneli* ile yapabilirsiniz.

# Geliştiricileri Kim?
<hr>

**Rafał Pitoń** tarafından geliştiriliyor Misago projesi. Kendisine bu adreslerden ulaşabilirsiniz;

- http://rpiton.com
- http://github.com/rafalp
- https://twitter.com/RafalPiton

***Daha detaylı bilgi için :***

- [Gitbook](https://www.gitbook.com/book/rafalp/misago/details)
- [Github](https://github.com/rafalp/Misago)
- [Misago](https://misago-project.org/)




<br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@monomyth/misago-project-forums-turkish-tutorial">Utopian.io -  Rewarding Open Source Contributors</a></em><hr/>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 6 others
properties (23)
post_id17,692,308
authormonomyth
permlinkmisago-project-forums-turkish-tutorial
categoryutopian-io
json_metadata"{"type": "tutorials", "repository": {"id": 4751958, "watchers": 1091, "events_url": "https://api.github.com/repos/rafalp/Misago/events", "forks": 239, "name": "Misago", "issues_url": "https://api.github.com/repos/rafalp/Misago/issues{/number}", "trees_url": "https://api.github.com/repos/rafalp/Misago/git/trees{/sha}", "fork": false, "git_url": "git://github.com/rafalp/Misago.git", "assignees_url": "https://api.github.com/repos/rafalp/Misago/assignees{/user}", "size": 59911, "owner": {"id": 750553, "following_url": "https://api.github.com/users/rafalp/following{/other_user}", "starred_url": "https://api.github.com/users/rafalp/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/rafalp/subscriptions", "repos_url": "https://api.github.com/users/rafalp/repos", "login": "rafalp", "gists_url": "https://api.github.com/users/rafalp/gists{/gist_id}", "followers_url": "https://api.github.com/users/rafalp/followers", "received_events_url": "https://api.github.com/users/rafalp/received_events", "type": "User", "avatar_url": "https://avatars1.githubusercontent.com/u/750553?v=4", "site_admin": false, "organizations_url": "https://api.github.com/users/rafalp/orgs", "gravatar_id": "", "events_url": "https://api.github.com/users/rafalp/events{/privacy}", "url": "https://api.github.com/users/rafalp", "html_url": "https://github.com/rafalp"}, "forks_count": 239, "git_refs_url": "https://api.github.com/repos/rafalp/Misago/git/refs{/sha}", "blobs_url": "https://api.github.com/repos/rafalp/Misago/git/blobs{/sha}", "pushed_at": "2017-11-06T17:28:49Z", "watchers_count": 1091, "teams_url": "https://api.github.com/repos/rafalp/Misago/teams", "comments_url": "https://api.github.com/repos/rafalp/Misago/comments{/number}", "archived": false, "svn_url": "https://github.com/rafalp/Misago", "merges_url": "https://api.github.com/repos/rafalp/Misago/merges", "subscribers_url": "https://api.github.com/repos/rafalp/Misago/subscribers", "issue_events_url": "https://api.github.com/repos/rafalp/Misago/issues/events{/number}", "stargazers_url": "https://api.github.com/repos/rafalp/Misago/stargazers", "mirror_url": null, "statuses_url": "https://api.github.com/repos/rafalp/Misago/statuses/{sha}", "has_projects": true, "milestones_url": "https://api.github.com/repos/rafalp/Misago/milestones{/number}", "description": "Misago is fully featured forum application written in Python and ES6, powered by Django and React.js", "keys_url": "https://api.github.com/repos/rafalp/Misago/keys{/key_id}", "open_issues": 54, "compare_url": "https://api.github.com/repos/rafalp/Misago/compare/{base}...{head}", "ssh_url": "git@github.com:rafalp/Misago.git", "html_url": "https://github.com/rafalp/Misago", "commits_url": "https://api.github.com/repos/rafalp/Misago/commits{/sha}", "open_issues_count": 54, "stargazers_count": 1091, "branches_url": "https://api.github.com/repos/rafalp/Misago/branches{/branch}", "full_name": "rafalp/Misago", "forks_url": "https://api.github.com/repos/rafalp/Misago/forks", "score": 156.35075, "deployments_url": "https://api.github.com/repos/rafalp/Misago/deployments", "contributors_url": "https://api.github.com/repos/rafalp/Misago/contributors", "homepage": "http://misago-project.org", "contents_url": "https://api.github.com/repos/rafalp/Misago/contents/{+path}", "has_downloads": true, "collaborators_url": "https://api.github.com/repos/rafalp/Misago/collaborators{/collaborator}", "created_at": "2012-06-22T14:24:02Z", "git_commits_url": "https://api.github.com/repos/rafalp/Misago/git/commits{/sha}", "releases_url": "https://api.github.com/repos/rafalp/Misago/releases{/id}", "private": false, "pulls_url": "https://api.github.com/repos/rafalp/Misago/pulls{/number}", "git_tags_url": "https://api.github.com/repos/rafalp/Misago/git/tags{/sha}", "notifications_url": "https://api.github.com/repos/rafalp/Misago/notifications{?since,all,participating}", "language": "Python", "updated_at": "2017-11-14T12:57:22Z", "has_wiki": false, "downloads_url": "https://api.github.com/repos/rafalp/Misago/downloads", "hooks_url": "https://api.github.com/repos/rafalp/Misago/hooks", "languages_url": "https://api.github.com/repos/rafalp/Misago/languages", "default_branch": "master", "labels_url": "https://api.github.com/repos/rafalp/Misago/labels{/name}", "url": "https://api.github.com/repos/rafalp/Misago", "has_pages": false, "tags_url": "https://api.github.com/repos/rafalp/Misago/tags", "clone_url": "https://github.com/rafalp/Misago.git", "archive_url": "https://api.github.com/repos/rafalp/Misago/{archive_format}{/ref}", "has_issues": true, "issue_comment_url": "https://api.github.com/repos/rafalp/Misago/issues/comments{/number}", "subscription_url": "https://api.github.com/repos/rafalp/Misago/subscription"}, "pullRequests": [], "format": "markdown", "image": ["https://i.hizliresim.com/LO8Z9G.png"], "links": ["https://github.com/rafalp/Misago", "http://misago-project.org/", "https://misago-project.org/", "https://rafalp.gitbooks.io/misago/", "https://github.com/rafalp/Misago/", "http://rpiton.com", "http://github.com/rafalp", "https://twitter.com/RafalPiton", "https://www.gitbook.com/book/rafalp/misago/details", "https://utopian.io/utopian-io/@monomyth/misago-project-forums-turkish-tutorial"], "app": "steemit/0.1", "platform": "github", "tags": ["utopian-io", "tutorial", "blog", "tr"], "community": "utopian"}"
created2017-11-14 17:56:51
last_update2017-11-14 18:14:51
depth0
children3
net_rshares4,383,245,250,858
last_payout2017-11-21 17:56:51
cashout_time1969-12-31 23:59:59
total_payout_value5.534 SBD
curator_payout_value2.164 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length5,757
author_reputation33,113,112,148,259
root_title"Misago Project Forums : Turkish Tutorial"
beneficiaries
0.
accountarie.steem
weight56
1.
accountcnts
weight6
2.
accountespoem
weight124
3.
accountfreedom
weight660
4.
accountlafona-miner
weight13
5.
accountmisterdelegation
weight550
6.
accountned
weight545
7.
accountwackou
weight53
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars50
author_curate_reward""
vote details (70)
@hmkme ·
Follow @hmkme for a point of view.
properties (22)
post_id17,715,192
authorhmkme
permlinkre-monomyth-misago-project-forums-turkish-tutorial-20171114t235937390z
categoryutopian-io
json_metadata"{"app": "steemit/0.1", "users": ["hmkme"], "tags": ["utopian-io"]}"
created2017-11-14 23:59:39
last_update2017-11-14 23:59:39
depth1
children0
net_rshares0
last_payout2017-11-21 23:59:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length34
author_reputation0
root_title"Misago Project Forums : Turkish Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@themanualbot ·
Thank you for the contribution. It has been approved.

[[utopian-moderator]](https://utopian.io/moderators)
properties (22)
post_id17,733,784
authorthemanualbot
permlinkre-monomyth-misago-project-forums-turkish-tutorial-20171115t052413585z
categoryutopian-io
json_metadata"{"app": "utopian/1.0.0", "community": "utopian", "tags": ["utopian-io"]}"
created2017-11-15 05:24:18
last_update2017-11-15 05:24:18
depth1
children0
net_rshares0
last_payout2017-11-22 05:24:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length107
author_reputation125,250,012,469,929
root_title"Misago Project Forums : Turkish Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@utopian-io ·
### Hey @monomyth I am @utopian-io. I have just super-voted you at 1.8% Power!
#### Achievements
- Thanks for explaining to me how it works! Beep beep!
- Much more informative than others in this category. Good job!
- Votes on this contribution are going well. Nice!
- You are having more votes than average for this category. Nice!
- You are generating more rewards than average for this category. Super!
**Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x**
properties (22)
post_id17,802,713
authorutopian-io
permlinkre-monomyth-misago-project-forums-turkish-tutorial-20171115t214418521z
categoryutopian-io
json_metadata"{"app": "utopian/1.0.0", "community": "utopian", "tags": ["utopian-io"]}"
created2017-11-15 21:44:18
last_update2017-11-15 21:44:18
depth1
children0
net_rshares0
last_payout2017-11-22 21:44:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length557
author_reputation152,913,012,544,965
root_title"Misago Project Forums : Turkish Tutorial"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000