Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Ce dépôt a été archivé le 2022-05-07. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
nyaa-pantsu/templates/site/static/faq.jet.html

106 lignes
26 Kio
HTML
Brut Vue normale Historique

{{ extends "layouts/index_site" }} {{ import "layouts/partials/helpers/rules" }} {{block title()}}{{ T("faq")}}{{end}} {{block content_body()}}
First batch of changes for the refactor (#1078) * First batch of changes for the refactor Added the support of gin in routes and other services/utils Begining implementation of JetHTML * Remove os folder * Move scrapers to own repo * Second batch of changes All .jet.html are the working templates. You can now test this PR, the index Page and upload works. If you want to complete the other html templates, you're welcome * Move captcha to util * Move uploadService to utils * Use govalidator instead of regex * Third batch of changes All the front end should as previously. I also fixed some minor things unrelated to the refactor (mostly style issues on static pages) Now errors can be accessed by importing the "errors" helpers and using the `yield errors(name="xxx")` command in templates. Same for infos. Templates are now more hierarchized with a base template "base.jet.html" which is extended depending on the context in "index_site" or "index_admin" layouts. Those layouts are extended than in every pages. Other helpers are captcha to render a captcha `yield captcha(captchaid="xxx")` And also csrf, with the command `yield csrf_field()` To translate, you don't have anymore to do `call $.T "xxx"`, you just have to do `T("xxx")`. Pages for the website part are in folders in the folder "templates/site". Pages for the admin part are in "templates/admin". Layouts are separated in "templates/layouts". Helpers and menu are in "templates/layouts/helpers" and "templates/layouts/menu". Error pages should be put in "templates/errors" * Added test on templates When adding a new template, you have to tell to template_test.go, the context of the new template (if it doesn't use the common context) * Panel admin works Now the templating part should work. The PR can now be fully tested. I think we should push the templating PR and do the routes/controllers/removal of services in another branch. So we know that this one is functional * Updated dependencies * Fixed test for modelhelper * Fix testing for commentlist * Fix travis :') * Just renamed router and removed network * Applying same SEO fix * Update form_validator.go * Added back regexp package
2017-06-28 13:42:38 +02:00
<!--email_off-->
<div style="text-align: left;" class="box" id="faq">
<!-- marquees are the true purpose of HTML -->
<marquee scrollamount="5">
<h2>{{ T("notice_keep_seeding")}}</h2>
</marquee>
First batch of changes for the refactor (#1078) * First batch of changes for the refactor Added the support of gin in routes and other services/utils Begining implementation of JetHTML * Remove os folder * Move scrapers to own repo * Second batch of changes All .jet.html are the working templates. You can now test this PR, the index Page and upload works. If you want to complete the other html templates, you're welcome * Move captcha to util * Move uploadService to utils * Use govalidator instead of regex * Third batch of changes All the front end should as previously. I also fixed some minor things unrelated to the refactor (mostly style issues on static pages) Now errors can be accessed by importing the "errors" helpers and using the `yield errors(name="xxx")` command in templates. Same for infos. Templates are now more hierarchized with a base template "base.jet.html" which is extended depending on the context in "index_site" or "index_admin" layouts. Those layouts are extended than in every pages. Other helpers are captcha to render a captcha `yield captcha(captchaid="xxx")` And also csrf, with the command `yield csrf_field()` To translate, you don't have anymore to do `call $.T "xxx"`, you just have to do `T("xxx")`. Pages for the website part are in folders in the folder "templates/site". Pages for the admin part are in "templates/admin". Layouts are separated in "templates/layouts". Helpers and menu are in "templates/layouts/helpers" and "templates/layouts/menu". Error pages should be put in "templates/errors" * Added test on templates When adding a new template, you have to tell to template_test.go, the context of the new template (if it doesn't use the common context) * Panel admin works Now the templating part should work. The PR can now be fully tested. I think we should push the templating PR and do the routes/controllers/removal of services in another branch. So we know that this one is functional * Updated dependencies * Fixed test for modelhelper * Fix testing for commentlist * Fix travis :') * Just renamed router and removed network * Applying same SEO fix * Update form_validator.go * Added back regexp package
2017-06-28 13:42:38 +02:00
<h1>{{ T("faq")}}</h1>
{{ yield ruleList(open=true) }}
First batch of changes for the refactor (#1078) * First batch of changes for the refactor Added the support of gin in routes and other services/utils Begining implementation of JetHTML * Remove os folder * Move scrapers to own repo * Second batch of changes All .jet.html are the working templates. You can now test this PR, the index Page and upload works. If you want to complete the other html templates, you're welcome * Move captcha to util * Move uploadService to utils * Use govalidator instead of regex * Third batch of changes All the front end should as previously. I also fixed some minor things unrelated to the refactor (mostly style issues on static pages) Now errors can be accessed by importing the "errors" helpers and using the `yield errors(name="xxx")` command in templates. Same for infos. Templates are now more hierarchized with a base template "base.jet.html" which is extended depending on the context in "index_site" or "index_admin" layouts. Those layouts are extended than in every pages. Other helpers are captcha to render a captcha `yield captcha(captchaid="xxx")` And also csrf, with the command `yield csrf_field()` To translate, you don't have anymore to do `call $.T "xxx"`, you just have to do `T("xxx")`. Pages for the website part are in folders in the folder "templates/site". Pages for the admin part are in "templates/admin". Layouts are separated in "templates/layouts". Helpers and menu are in "templates/layouts/helpers" and "templates/layouts/menu". Error pages should be put in "templates/errors" * Added test on templates When adding a new template, you have to tell to template_test.go, the context of the new template (if it doesn't use the common context) * Panel admin works Now the templating part should work. The PR can now be fully tested. I think we should push the templating PR and do the routes/controllers/removal of services in another branch. So we know that this one is functional * Updated dependencies * Fixed test for modelhelper * Fix testing for commentlist * Fix travis :') * Just renamed router and removed network * Applying same SEO fix * Update form_validator.go * Added back regexp package
2017-06-28 13:42:38 +02:00
2017-07-16 05:55:18 +02:00
<h2 id="links">{{ T("links_replacement_mirror")}}</h2>
<a href="{{Config.WebAddress.Nyaa}}">Nyaa - {{GetHostname(Config.WebAddress.Nyaa)}}</a><br />
<a href="{{Config.WebAddress.Sukebei}}">Sukebei - {{GetHostname(Config.WebAddress.Sukebei)}}</a><br /><br />
<a href="https://nyoo.moe/">Nyaa - https://nyoo.moe/ (Mirror)</a><br />
<a href="https://sukebei.nyoo.moe/">Sukebei - https://sukebei.nyoo.moe/ (Mirror)</a><br /><br />
<a href="https://nyaa.pt/">Nyaa - https://nyaa.pt/ (Mirror)</a><br />
<a href="https://sukebei.nyaa.pt/">Sukebei - https://sukebei.nyaa.pt/ (Mirror)</a><br /><br />
<a href="https://dpzz6tjaqbl3ttba.onion/">Nyaa - dpzz6tjaqbl3ttba.onion (Mirror)</a><br />
<a href="https://34knbgrnvicofdgz.onion/">Sukebei - 34knbgrnvicofdgz.onion (Mirror)</a><br />
First batch of changes for the refactor (#1078) * First batch of changes for the refactor Added the support of gin in routes and other services/utils Begining implementation of JetHTML * Remove os folder * Move scrapers to own repo * Second batch of changes All .jet.html are the working templates. You can now test this PR, the index Page and upload works. If you want to complete the other html templates, you're welcome * Move captcha to util * Move uploadService to utils * Use govalidator instead of regex * Third batch of changes All the front end should as previously. I also fixed some minor things unrelated to the refactor (mostly style issues on static pages) Now errors can be accessed by importing the "errors" helpers and using the `yield errors(name="xxx")` command in templates. Same for infos. Templates are now more hierarchized with a base template "base.jet.html" which is extended depending on the context in "index_site" or "index_admin" layouts. Those layouts are extended than in every pages. Other helpers are captcha to render a captcha `yield captcha(captchaid="xxx")` And also csrf, with the command `yield csrf_field()` To translate, you don't have anymore to do `call $.T "xxx"`, you just have to do `T("xxx")`. Pages for the website part are in folders in the folder "templates/site". Pages for the admin part are in "templates/admin". Layouts are separated in "templates/layouts". Helpers and menu are in "templates/layouts/helpers" and "templates/layouts/menu". Error pages should be put in "templates/errors" * Added test on templates When adding a new template, you have to tell to template_test.go, the context of the new template (if it doesn't use the common context) * Panel admin works Now the templating part should work. The PR can now be fully tested. I think we should push the templating PR and do the routes/controllers/removal of services in another branch. So we know that this one is functional * Updated dependencies * Fixed test for modelhelper * Fix testing for commentlist * Fix travis :') * Just renamed router and removed network * Applying same SEO fix * Update form_validator.go * Added back regexp package
2017-06-28 13:42:38 +02:00
<h2 id="torrent_colors">{{ T("torrent_colors")}}</h2>
<p>{{ T("green")}}</p>
<ul>
<li>{{ T("trusted")}}</li>
</ul>
<p>{{ T("red")}}</p>
<ul>
<li>{{ T("reencodes")}}</li>
<li>{{ T("remux")}}</li>
<li>{{ T("reupload")}}</li>
</ul>
<h2 id="how_get_old_account">{{ T("how_do_i_link_my_old_account")}}</h2>
<p>{{ T("answer_how_do_i_link_my_old_account")|raw}}</p>
<h2 id="server_status">{{ T("server_status_link")}}</h2>
<a href="{{Config.WebAddress.Status}}">Status - {{GetHostname(Config.WebAddress.Status)}}</a><br />
<h2 id="what_happened">{{ T("what_happened")}}</h2>
<a href="https://pastebin.com/Gq9MrJN5">{{ T("official_nyaapocalipse_faq")}}</a>
2017-07-16 05:55:18 +02:00
<h2 id="extensions">{{ T("extensions_and_plugins") }}</h2>
<p>
<a href="https://chrome.google.com/webstore/detail/nyaa-pantsu-latest-anime/beoinfnicondcdidhmoaiaehnmaebkfk" target="_blank" rel="noopener noreferrer">
<img title="{{ T(" chrome_extension ") }}" width="35px" src="data:image/png;base64,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">
2017-07-16 05:55:18 +02:00
</a>
First batch of changes for the refactor (#1078) * First batch of changes for the refactor Added the support of gin in routes and other services/utils Begining implementation of JetHTML * Remove os folder * Move scrapers to own repo * Second batch of changes All .jet.html are the working templates. You can now test this PR, the index Page and upload works. If you want to complete the other html templates, you're welcome * Move captcha to util * Move uploadService to utils * Use govalidator instead of regex * Third batch of changes All the front end should as previously. I also fixed some minor things unrelated to the refactor (mostly style issues on static pages) Now errors can be accessed by importing the "errors" helpers and using the `yield errors(name="xxx")` command in templates. Same for infos. Templates are now more hierarchized with a base template "base.jet.html" which is extended depending on the context in "index_site" or "index_admin" layouts. Those layouts are extended than in every pages. Other helpers are captcha to render a captcha `yield captcha(captchaid="xxx")` And also csrf, with the command `yield csrf_field()` To translate, you don't have anymore to do `call $.T "xxx"`, you just have to do `T("xxx")`. Pages for the website part are in folders in the folder "templates/site". Pages for the admin part are in "templates/admin". Layouts are separated in "templates/layouts". Helpers and menu are in "templates/layouts/helpers" and "templates/layouts/menu". Error pages should be put in "templates/errors" * Added test on templates When adding a new template, you have to tell to template_test.go, the context of the new template (if it doesn't use the common context) * Panel admin works Now the templating part should work. The PR can now be fully tested. I think we should push the templating PR and do the routes/controllers/removal of services in another branch. So we know that this one is functional * Updated dependencies * Fixed test for modelhelper * Fix testing for commentlist * Fix travis :') * Just renamed router and removed network * Applying same SEO fix * Update form_validator.go * Added back regexp package
2017-06-28 13:42:38 +02:00
<a href="https://a.doko.moe/nqxial.xpi" target="_blank" rel="noopener noreferrer">
<img title="{{ T(" firefox_extension ") }}" width="35px" src="data:image/png;base64,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
2017-07-16 05:55:18 +02:00
</a>
First batch of changes for the refactor (#1078) * First batch of changes for the refactor Added the support of gin in routes and other services/utils Begining implementation of JetHTML * Remove os folder * Move scrapers to own repo * Second batch of changes All .jet.html are the working templates. You can now test this PR, the index Page and upload works. If you want to complete the other html templates, you're welcome * Move captcha to util * Move uploadService to utils * Use govalidator instead of regex * Third batch of changes All the front end should as previously. I also fixed some minor things unrelated to the refactor (mostly style issues on static pages) Now errors can be accessed by importing the "errors" helpers and using the `yield errors(name="xxx")` command in templates. Same for infos. Templates are now more hierarchized with a base template "base.jet.html" which is extended depending on the context in "index_site" or "index_admin" layouts. Those layouts are extended than in every pages. Other helpers are captcha to render a captcha `yield captcha(captchaid="xxx")` And also csrf, with the command `yield csrf_field()` To translate, you don't have anymore to do `call $.T "xxx"`, you just have to do `T("xxx")`. Pages for the website part are in folders in the folder "templates/site". Pages for the admin part are in "templates/admin". Layouts are separated in "templates/layouts". Helpers and menu are in "templates/layouts/helpers" and "templates/layouts/menu". Error pages should be put in "templates/errors" * Added test on templates When adding a new template, you have to tell to template_test.go, the context of the new template (if it doesn't use the common context) * Panel admin works Now the templating part should work. The PR can now be fully tested. I think we should push the templating PR and do the routes/controllers/removal of services in another branch. So we know that this one is functional * Updated dependencies * Fixed test for modelhelper * Fix testing for commentlist * Fix travis :') * Just renamed router and removed network * Applying same SEO fix * Update form_validator.go * Added back regexp package
2017-06-28 13:42:38 +02:00
<a href="https://github.com/4chenz/pantsu-plugin" target="_blank" rel="noopener noreferrer">
<img title="{{ T(" qbittorrent_plugin ")}}" width="35" src="data:image/png;base64,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
2017-07-16 05:55:18 +02:00
</a>
2017-07-13 14:23:28 +02:00
<a href="https://github.com/NyaaPantsu/NyaaPantsu-android-app/releases/latest" target="_blank" rel="noopener noreferrer">
<img title="{{ T(" android_app ")}}" width="35" src="data:image/png;base64,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
2017-07-16 05:55:18 +02:00
</a>
First batch of changes for the refactor (#1078) * First batch of changes for the refactor Added the support of gin in routes and other services/utils Begining implementation of JetHTML * Remove os folder * Move scrapers to own repo * Second batch of changes All .jet.html are the working templates. You can now test this PR, the index Page and upload works. If you want to complete the other html templates, you're welcome * Move captcha to util * Move uploadService to utils * Use govalidator instead of regex * Third batch of changes All the front end should as previously. I also fixed some minor things unrelated to the refactor (mostly style issues on static pages) Now errors can be accessed by importing the "errors" helpers and using the `yield errors(name="xxx")` command in templates. Same for infos. Templates are now more hierarchized with a base template "base.jet.html" which is extended depending on the context in "index_site" or "index_admin" layouts. Those layouts are extended than in every pages. Other helpers are captcha to render a captcha `yield captcha(captchaid="xxx")` And also csrf, with the command `yield csrf_field()` To translate, you don't have anymore to do `call $.T "xxx"`, you just have to do `T("xxx")`. Pages for the website part are in folders in the folder "templates/site". Pages for the admin part are in "templates/admin". Layouts are separated in "templates/layouts". Helpers and menu are in "templates/layouts/helpers" and "templates/layouts/menu". Error pages should be put in "templates/errors" * Added test on templates When adding a new template, you have to tell to template_test.go, the context of the new template (if it doesn't use the common context) * Panel admin works Now the templating part should work. The PR can now be fully tested. I think we should push the templating PR and do the routes/controllers/removal of services in another branch. So we know that this one is functional * Updated dependencies * Fixed test for modelhelper * Fix testing for commentlist * Fix travis :') * Just renamed router and removed network * Applying same SEO fix * Update form_validator.go * Added back regexp package
2017-06-28 13:42:38 +02:00
<a href="https://nyanner.net" target="_blank" rel="noopener noreferrer">{{ T("local_client")}}</a></p>
<h2 id="api_documentation">{{ T("api_help")}}</h2>
<a href="/apidoc">{{ T("api_documentation")}}</a>
<h2 id="feed_information">RSS Feed Information</h2>
<a href="https://github.com/NyaaPantsu/nyaa/blob/master/controllers/feed/router.go">Feed Routes</a>
<p>Base URL: {{if Sukebei()}}{{GetHostname(Config.WebAddress.Sukebei)}}{{else}}{{GetHostname(Config.WebAddress.Nyaa)}}{{end}}/feed/(Feed Type)/p/(Page Number)
<b>"/p/(Page Number)" is optional</b></p>
<p>EX: {{if Sukebei()}}{{GetHostname(Config.WebAddress.Sukebei)}}{{else}}{{GetHostname(Config.WebAddress.Nyaa)}}{{end}}/feed/magnet/p/2?c=1_1&amp;userID=0&amp;limit=100 (Limit max is 300 items per page)</p>
<p>{{ T("feed_types")}}</p>
<p>{{ T("append_query") }}</p>
<h2 id="how_to_download">{{ T("how_do_i_download_the_torrents")}}</h2>
<p>{{ T("answer_how_do_i_download_the_torrents")|raw}}</p>
<p>{{ T("magnet_link_should_look_like")}} <span style="font-family:monospace">
First batch of changes for the refactor (#1078) * First batch of changes for the refactor Added the support of gin in routes and other services/utils Begining implementation of JetHTML * Remove os folder * Move scrapers to own repo * Second batch of changes All .jet.html are the working templates. You can now test this PR, the index Page and upload works. If you want to complete the other html templates, you're welcome * Move captcha to util * Move uploadService to utils * Use govalidator instead of regex * Third batch of changes All the front end should as previously. I also fixed some minor things unrelated to the refactor (mostly style issues on static pages) Now errors can be accessed by importing the "errors" helpers and using the `yield errors(name="xxx")` command in templates. Same for infos. Templates are now more hierarchized with a base template "base.jet.html" which is extended depending on the context in "index_site" or "index_admin" layouts. Those layouts are extended than in every pages. Other helpers are captcha to render a captcha `yield captcha(captchaid="xxx")` And also csrf, with the command `yield csrf_field()` To translate, you don't have anymore to do `call $.T "xxx"`, you just have to do `T("xxx")`. Pages for the website part are in folders in the folder "templates/site". Pages for the admin part are in "templates/admin". Layouts are separated in "templates/layouts". Helpers and menu are in "templates/layouts/helpers" and "templates/layouts/menu". Error pages should be put in "templates/errors" * Added test on templates When adding a new template, you have to tell to template_test.go, the context of the new template (if it doesn't use the common context) * Panel admin works Now the templating part should work. The PR can now be fully tested. I think we should push the templating PR and do the routes/controllers/removal of services in another branch. So we know that this one is functional * Updated dependencies * Fixed test for modelhelper * Fix testing for commentlist * Fix travis :') * Just renamed router and removed network * Applying same SEO fix * Update form_validator.go * Added back regexp package
2017-06-28 13:42:38 +02:00
magnet:?xt=urn:btih:[hash]&amp;dn=[name]&amp;tr=[tracker]&amp;tr=[...]</span></p>
<h2 id="why_ads">{{ T("faq_ads")}}</h2>
<p>{{ T("faq_ads_explanation")|raw}}</p>
<h2 id="trackers">{{ T("which_trackers_do_you_recommend")}}</h2>
<p>{{ T("answer_which_trackers_do_you_recommend")}}</p>
<pre>udp://tracker.uw0.xyz:6969
2017-07-16 05:55:18 +02:00
udp://tracker.zer0day.to:1337/announce
udp://tracker.leechers-paradise.org:6969
udp://explodie.org:6969
udp://tracker.opentrackr.org:1337
udp://tracker.internetwarriors.net:1337/announce
http://mgtracker.org:6969/announce
First batch of changes for the refactor (#1078) * First batch of changes for the refactor Added the support of gin in routes and other services/utils Begining implementation of JetHTML * Remove os folder * Move scrapers to own repo * Second batch of changes All .jet.html are the working templates. You can now test this PR, the index Page and upload works. If you want to complete the other html templates, you're welcome * Move captcha to util * Move uploadService to utils * Use govalidator instead of regex * Third batch of changes All the front end should as previously. I also fixed some minor things unrelated to the refactor (mostly style issues on static pages) Now errors can be accessed by importing the "errors" helpers and using the `yield errors(name="xxx")` command in templates. Same for infos. Templates are now more hierarchized with a base template "base.jet.html" which is extended depending on the context in "index_site" or "index_admin" layouts. Those layouts are extended than in every pages. Other helpers are captcha to render a captcha `yield captcha(captchaid="xxx")` And also csrf, with the command `yield csrf_field()` To translate, you don't have anymore to do `call $.T "xxx"`, you just have to do `T("xxx")`. Pages for the website part are in folders in the folder "templates/site". Pages for the admin part are in "templates/admin". Layouts are separated in "templates/layouts". Helpers and menu are in "templates/layouts/helpers" and "templates/layouts/menu". Error pages should be put in "templates/errors" * Added test on templates When adding a new template, you have to tell to template_test.go, the context of the new template (if it doesn't use the common context) * Panel admin works Now the templating part should work. The PR can now be fully tested. I think we should push the templating PR and do the routes/controllers/removal of services in another branch. So we know that this one is functional * Updated dependencies * Fixed test for modelhelper * Fix testing for commentlist * Fix travis :') * Just renamed router and removed network * Applying same SEO fix * Update form_validator.go * Added back regexp package
2017-06-28 13:42:38 +02:00
udp://ipv6.leechers-paradise.org:6969/announce</pre>
<h2 id="can_i_help">{{ T("how_can_i_help")}}</h2>
<p>{{ T("answer_how_can_i_help")|raw}}</p>
First batch of changes for the refactor (#1078) * First batch of changes for the refactor Added the support of gin in routes and other services/utils Begining implementation of JetHTML * Remove os folder * Move scrapers to own repo * Second batch of changes All .jet.html are the working templates. You can now test this PR, the index Page and upload works. If you want to complete the other html templates, you're welcome * Move captcha to util * Move uploadService to utils * Use govalidator instead of regex * Third batch of changes All the front end should as previously. I also fixed some minor things unrelated to the refactor (mostly style issues on static pages) Now errors can be accessed by importing the "errors" helpers and using the `yield errors(name="xxx")` command in templates. Same for infos. Templates are now more hierarchized with a base template "base.jet.html" which is extended depending on the context in "index_site" or "index_admin" layouts. Those layouts are extended than in every pages. Other helpers are captcha to render a captcha `yield captcha(captchaid="xxx")` And also csrf, with the command `yield csrf_field()` To translate, you don't have anymore to do `call $.T "xxx"`, you just have to do `T("xxx")`. Pages for the website part are in folders in the folder "templates/site". Pages for the admin part are in "templates/admin". Layouts are separated in "templates/layouts". Helpers and menu are in "templates/layouts/helpers" and "templates/layouts/menu". Error pages should be put in "templates/errors" * Added test on templates When adding a new template, you have to tell to template_test.go, the context of the new template (if it doesn't use the common context) * Panel admin works Now the templating part should work. The PR can now be fully tested. I think we should push the templating PR and do the routes/controllers/removal of services in another branch. So we know that this one is functional * Updated dependencies * Fixed test for modelhelper * Fix testing for commentlist * Fix travis :') * Just renamed router and removed network * Applying same SEO fix * Update form_validator.go * Added back regexp package
2017-06-28 13:42:38 +02:00
<h2 id="found_a_bug">{{ T("your_design_sucks_found_a_bug")}}</h2>
<p><a href="https://github.com/NyaaPantsu/nyaa/issues">https://github.com/NyaaPantsu/nyaa/issues</a>.</p>
First batch of changes for the refactor (#1078) * First batch of changes for the refactor Added the support of gin in routes and other services/utils Begining implementation of JetHTML * Remove os folder * Move scrapers to own repo * Second batch of changes All .jet.html are the working templates. You can now test this PR, the index Page and upload works. If you want to complete the other html templates, you're welcome * Move captcha to util * Move uploadService to utils * Use govalidator instead of regex * Third batch of changes All the front end should as previously. I also fixed some minor things unrelated to the refactor (mostly style issues on static pages) Now errors can be accessed by importing the "errors" helpers and using the `yield errors(name="xxx")` command in templates. Same for infos. Templates are now more hierarchized with a base template "base.jet.html" which is extended depending on the context in "index_site" or "index_admin" layouts. Those layouts are extended than in every pages. Other helpers are captcha to render a captcha `yield captcha(captchaid="xxx")` And also csrf, with the command `yield csrf_field()` To translate, you don't have anymore to do `call $.T "xxx"`, you just have to do `T("xxx")`. Pages for the website part are in folders in the folder "templates/site". Pages for the admin part are in "templates/admin". Layouts are separated in "templates/layouts". Helpers and menu are in "templates/layouts/helpers" and "templates/layouts/menu". Error pages should be put in "templates/errors" * Added test on templates When adding a new template, you have to tell to template_test.go, the context of the new template (if it doesn't use the common context) * Panel admin works Now the templating part should work. The PR can now be fully tested. I think we should push the templating PR and do the routes/controllers/removal of services in another branch. So we know that this one is functional * Updated dependencies * Fixed test for modelhelper * Fix testing for commentlist * Fix travis :') * Just renamed router and removed network * Applying same SEO fix * Update form_validator.go * Added back regexp package
2017-06-28 13:42:38 +02:00
<h2 id="why_go">{{ T("why_written_in_go")}}</h2>
<p>{{ T("authors_favorite_language")}}</p>
First batch of changes for the refactor (#1078) * First batch of changes for the refactor Added the support of gin in routes and other services/utils Begining implementation of JetHTML * Remove os folder * Move scrapers to own repo * Second batch of changes All .jet.html are the working templates. You can now test this PR, the index Page and upload works. If you want to complete the other html templates, you're welcome * Move captcha to util * Move uploadService to utils * Use govalidator instead of regex * Third batch of changes All the front end should as previously. I also fixed some minor things unrelated to the refactor (mostly style issues on static pages) Now errors can be accessed by importing the "errors" helpers and using the `yield errors(name="xxx")` command in templates. Same for infos. Templates are now more hierarchized with a base template "base.jet.html" which is extended depending on the context in "index_site" or "index_admin" layouts. Those layouts are extended than in every pages. Other helpers are captcha to render a captcha `yield captcha(captchaid="xxx")` And also csrf, with the command `yield csrf_field()` To translate, you don't have anymore to do `call $.T "xxx"`, you just have to do `T("xxx")`. Pages for the website part are in folders in the folder "templates/site". Pages for the admin part are in "templates/admin". Layouts are separated in "templates/layouts". Helpers and menu are in "templates/layouts/helpers" and "templates/layouts/menu". Error pages should be put in "templates/errors" * Added test on templates When adding a new template, you have to tell to template_test.go, the context of the new template (if it doesn't use the common context) * Panel admin works Now the templating part should work. The PR can now be fully tested. I think we should push the templating PR and do the routes/controllers/removal of services in another branch. So we know that this one is functional * Updated dependencies * Fixed test for modelhelper * Fix testing for commentlist * Fix travis :') * Just renamed router and removed network * Applying same SEO fix * Update form_validator.go * Added back regexp package
2017-06-28 13:42:38 +02:00
<h2 id="who_is_renchon">{{ T("who_is_renchon")|raw}}</h2>
<p>{{ T("renchon_anon_explanation")|raw }}</p>
First batch of changes for the refactor (#1078) * First batch of changes for the refactor Added the support of gin in routes and other services/utils Begining implementation of JetHTML * Remove os folder * Move scrapers to own repo * Second batch of changes All .jet.html are the working templates. You can now test this PR, the index Page and upload works. If you want to complete the other html templates, you're welcome * Move captcha to util * Move uploadService to utils * Use govalidator instead of regex * Third batch of changes All the front end should as previously. I also fixed some minor things unrelated to the refactor (mostly style issues on static pages) Now errors can be accessed by importing the "errors" helpers and using the `yield errors(name="xxx")` command in templates. Same for infos. Templates are now more hierarchized with a base template "base.jet.html" which is extended depending on the context in "index_site" or "index_admin" layouts. Those layouts are extended than in every pages. Other helpers are captcha to render a captcha `yield captcha(captchaid="xxx")` And also csrf, with the command `yield csrf_field()` To translate, you don't have anymore to do `call $.T "xxx"`, you just have to do `T("xxx")`. Pages for the website part are in folders in the folder "templates/site". Pages for the admin part are in "templates/admin". Layouts are separated in "templates/layouts". Helpers and menu are in "templates/layouts/helpers" and "templates/layouts/menu". Error pages should be put in "templates/errors" * Added test on templates When adding a new template, you have to tell to template_test.go, the context of the new template (if it doesn't use the common context) * Panel admin works Now the templating part should work. The PR can now be fully tested. I think we should push the templating PR and do the routes/controllers/removal of services in another branch. So we know that this one is functional * Updated dependencies * Fixed test for modelhelper * Fix testing for commentlist * Fix travis :') * Just renamed router and removed network * Applying same SEO fix * Update form_validator.go * Added back regexp package
2017-06-28 13:42:38 +02:00
<br />
First batch of changes for the refactor (#1078) * First batch of changes for the refactor Added the support of gin in routes and other services/utils Begining implementation of JetHTML * Remove os folder * Move scrapers to own repo * Second batch of changes All .jet.html are the working templates. You can now test this PR, the index Page and upload works. If you want to complete the other html templates, you're welcome * Move captcha to util * Move uploadService to utils * Use govalidator instead of regex * Third batch of changes All the front end should as previously. I also fixed some minor things unrelated to the refactor (mostly style issues on static pages) Now errors can be accessed by importing the "errors" helpers and using the `yield errors(name="xxx")` command in templates. Same for infos. Templates are now more hierarchized with a base template "base.jet.html" which is extended depending on the context in "index_site" or "index_admin" layouts. Those layouts are extended than in every pages. Other helpers are captcha to render a captcha `yield captcha(captchaid="xxx")` And also csrf, with the command `yield csrf_field()` To translate, you don't have anymore to do `call $.T "xxx"`, you just have to do `T("xxx")`. Pages for the website part are in folders in the folder "templates/site". Pages for the admin part are in "templates/admin". Layouts are separated in "templates/layouts". Helpers and menu are in "templates/layouts/helpers" and "templates/layouts/menu". Error pages should be put in "templates/errors" * Added test on templates When adding a new template, you have to tell to template_test.go, the context of the new template (if it doesn't use the common context) * Panel admin works Now the templating part should work. The PR can now be fully tested. I think we should push the templating PR and do the routes/controllers/removal of services in another branch. So we know that this one is functional * Updated dependencies * Fixed test for modelhelper * Fix testing for commentlist * Fix travis :') * Just renamed router and removed network * Applying same SEO fix * Update form_validator.go * Added back regexp package
2017-06-28 13:42:38 +02:00
<img style="max-width: 100%" src="https://my.mixtape.moe/omrskw.png" alt="funny meme">
</div>
First batch of changes for the refactor (#1078) * First batch of changes for the refactor Added the support of gin in routes and other services/utils Begining implementation of JetHTML * Remove os folder * Move scrapers to own repo * Second batch of changes All .jet.html are the working templates. You can now test this PR, the index Page and upload works. If you want to complete the other html templates, you're welcome * Move captcha to util * Move uploadService to utils * Use govalidator instead of regex * Third batch of changes All the front end should as previously. I also fixed some minor things unrelated to the refactor (mostly style issues on static pages) Now errors can be accessed by importing the "errors" helpers and using the `yield errors(name="xxx")` command in templates. Same for infos. Templates are now more hierarchized with a base template "base.jet.html" which is extended depending on the context in "index_site" or "index_admin" layouts. Those layouts are extended than in every pages. Other helpers are captcha to render a captcha `yield captcha(captchaid="xxx")` And also csrf, with the command `yield csrf_field()` To translate, you don't have anymore to do `call $.T "xxx"`, you just have to do `T("xxx")`. Pages for the website part are in folders in the folder "templates/site". Pages for the admin part are in "templates/admin". Layouts are separated in "templates/layouts". Helpers and menu are in "templates/layouts/helpers" and "templates/layouts/menu". Error pages should be put in "templates/errors" * Added test on templates When adding a new template, you have to tell to template_test.go, the context of the new template (if it doesn't use the common context) * Panel admin works Now the templating part should work. The PR can now be fully tested. I think we should push the templating PR and do the routes/controllers/removal of services in another branch. So we know that this one is functional * Updated dependencies * Fixed test for modelhelper * Fix testing for commentlist * Fix travis :') * Just renamed router and removed network * Applying same SEO fix * Update form_validator.go * Added back regexp package
2017-06-28 13:42:38 +02:00
<!--/email_off-->
2017-09-02 04:15:02 +02:00
{{end}}