mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-07-09 19:35:45 +00:00
update reportabug
This commit is contained in:
@ -84,10 +84,10 @@ reportWindow->showWindow();
|
||||
<p>I want note that all were tested on latest version of dependencies.</p>
|
||||
<ul>
|
||||
<li>qt5-base <i>(if Qt5 is used)</i> <b>or</b> qt4 <i>(if Qt4 is used)</i></li>
|
||||
<li>qt5-network (if Qt5 is used)</li>
|
||||
<li>automoc4 <i>(make)</i></li>
|
||||
<li>cmake <i>(make)</i></li>
|
||||
<li>doxygen <i>(make, documentation)</i></li>
|
||||
<li>qt5-network (if Qt5 is used) <i>(optional, required by GitHub module)</i></li>
|
||||
<li>qt5-webkit (if Qt5 is used) <b>or</b> qtwebkit (if Qt4 is used) <i>(optional, required by GitReports module)</i></li>
|
||||
</ul>
|
||||
<!-- end of install block -->
|
||||
@ -122,7 +122,7 @@ curl -X POST -H "Authorization: token token" -d '{"title":"A new bug","body":"So
|
||||
<h3><a href="#gitreports" class="anchor" name="gitreports"><span class="octicon octicon-link"></span></a>GitReports module</h3>
|
||||
<p>This module creates issue over <a href="https://gitreports.com/about" title="GitReports">GitReports</a>. Please visit <a href="https://gitreports.com/" title="GitReports">this page</a> and set up it for your repository.</p>
|
||||
|
||||
<p>To disable this module use <code>-DENABLE_GITREPORT=0</code> cmake flag. This module requires <code>QtWebKit</code> module.</p>
|
||||
<p>To disable this module use <code>-DENABLE_GITREPORT=0</code> cmake flag. This module requires <code>QtNetwork</code> and <code>QtWebKit</code> modules.</p>
|
||||
<!-- end of howto block -->
|
||||
|
||||
<!-- config block -->
|
||||
@ -147,9 +147,7 @@ curl -X POST -H "Authorization: token token" -d '{"title":"A new bug","body":"So
|
||||
|
||||
<h3><a href="#gitreportsconfig" class="anchor" name="gitreportsconfig"><span class="octicon octicon-link"></span></a>GitReports module settings</h3>
|
||||
<ul>
|
||||
<li><code>CAPTCHA_KEY</code> - captcha key. It may be found in the source of the <code>PUBLIC_URL</code> page. Default is <code>7f6ef90bce7389088a52c5c9101aad206b21b56d</code>.</li>
|
||||
<li><code>CAPTCHA_TEXT</code> - captcha text. It may be found in the source of the <code>PUBLIC_URL</code> page. Default is <code>QJNZXY</code>.</li>
|
||||
<li><code>CAPTCHA_TIME</code> - captcha time. It may be found in the source of the <code>PUBLIC_URL</code> page. Default is <code>1406531273</code>.</li>
|
||||
<li><code>CAPTCHA_URL</code> - captcha url, in the most cases do not touch it. Default is <code>https://gitreports.com/simple_captcha?code=</code>.</li>
|
||||
<li><code>GITREPORT_COMBOBOX</code> - text of this module into comboBox.</li>
|
||||
<li><code>PUBLIC_URL</code> - issues url, in the most cases do not touch it. Default is <code>https://gitreports.com/issue/$OWNER/$PROJECT</code>. Available tags here are <code>$PROJECT</code>, <code>$OWNER</code>.</li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user