Projects STRLCPY maigret Commits 4880b712
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    .github/ISSUE_TEMPLATE/report-false-result.md
    1 1  ---
    2 2  name: Report invalid result
    3  -about: I want report invalid result of Maigret Search
    4  -title: Invalit result
     3 +about: I want to report invalid result of Maigret search
     4 +title: Invalid result
    5 5  labels: false-result
    6 6  assignees: soxoj
    7 7   
    skipped 4 lines
  • ■ ■ ■ ■
    maigret/resources/data.json
    skipped 5382 lines
    5383 5383   "usernameUnclaimed": "noonewouldeverusethis7"
    5384 5384   },
    5385 5385   "Funnyordie": {
     5386 + "disabled": true,
    5386 5387   "tags": [
    5387 5388   "in",
    5388 5389   "us"
    skipped 4760 lines
    10149 10150   ],
    10150 10151   "checkType": "message",
    10151 10152   "absenceStrs": [
    10152  - "<title>404</title>"
     10153 + "404 - Not Found"
    10153 10154   ],
    10154 10155   "alexaRank": 25200,
    10155 10156   "urlMain": "https://overclockers.ru",
    skipped 270 lines
    10426 10427   "usernameUnclaimed": "noonewouldeverusethis7"
    10427 10428   },
    10428 10429   "PeopleAndCountries": {
     10430 + "disabled": true,
    10429 10431   "tags": [
    10430 10432   "forum",
    10431 10433   "ru"
    skipped 7092 lines
    17524 17526   "usernameUnclaimed": "noonewouldeverusethis7"
    17525 17527   },
    17526 17528   "funny-games.biz": {
     17529 + "disabled": true,
    17527 17530   "tags": [
    17528 17531   "forum",
    17529 17532   "lt",
    skipped 11159 lines
  • ■ ■ ■ ■ ■
    maigret/resources/simple_report.tpl
    skipped 67 lines
    68 68   <div class="row-mb">
    69 69   <div class="col-md">
    70 70   <div class="card flex-md-row mb-4 box-shadow h-md-250">
     71 + <span style="position: absolute; right: 10px;"><a href="https://github.com/soxoj/maigret/issues/new?assignees=soxoj&amp;labels=bug&amp;template=report-false-result.md&amp;title=Invalid%20result%20{{ v.url_user }}">Invalid?</a></span>
    71 72   <img class="card-img-right flex-auto d-md-block" alt="Photo" style="width: 200px; height: 200px; object-fit: scale-down;" src="{{ v.status and v.status.ids_data and v.status.ids_data.image or 'https://i.imgur.com/040fmbw.png' }}" data-holder-rendered="true">
    72 73   <div class="card-body d-flex flex-column align-items-start" style="padding-top: 0;">
    73 74   <h3 class="mb-0" style="padding-top: 1rem;">
    skipped 36 lines
  • ■ ■ ■ ■ ■ ■
    maigret/resources/simple_report_pdf.css
    skipped 38 lines
    39 39   border-bottom-width: 1px;
    40 40   border-bottom-style: solid;
    41 41  }
     42 +.invalid-button {
     43 + position: absolute;
     44 + left: 10px;
     45 +}
  • ■ ■ ■ ■ ■
    maigret/resources/simple_report_pdf.tpl
    skipped 63 lines
    64 64   <div class="sitebox" style="margin-top: 20px;" >
    65 65   <div>
    66 66   <div>
     67 + <span class="invalid-button"><a href="https://github.com/soxoj/maigret/issues/new?assignees=soxoj&amp;labels=bug&amp;template=report-false-result.md&amp;title=Invalid%20result%20{{ v.url_user }}">Invalid?</a></span>
    67 68   <table>
    68 69   <tr>
    69 70   <td valign="top">
    skipped 46 lines
Please wait...
Page is in error, reload to recover