bootstrap version of site
[Bans.Verniy.xyz-Modern.git] / listings.html
blob79549c40105771db3c2d60c011d7c06f7760f2be
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta name="viewport" content="width=device-width, initial-scale=1">
5 <title>Simple 4Chan Ban Log - Listings Home Page</title>
6 <base href = "http://bans.verniy.xyz">
7 <!-- Latest compiled and minified CSS -->
8 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css">
10 <!-- jQuery library -->
11 <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
13 <!-- Popper JS -->
14 <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js"></script>
16 <!-- Latest compiled JavaScript -->
17 <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"></script>
18 <script src="../Scripts/BrowserDetect.js?2"></script>
19 <script src="../Scripts/LogListingFunctions.js?85"></script>
20 <script>
21 window.onload = function(){
22 detectBrowser();
23 setNodeHref(document.getElementById("json_view_id"),
24 "https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc?hl=en",
25 "https://addons.mozilla.org/en-US/firefox/addon/jsonview/",
26 "https://jsonview.com/");
27 beginAJAXCalls();
29 </script>
30 <!--<link rel="stylesheet" href="../Scripts/IndexStyle.css" type="text/css"> -->
31 </head>
32 <body style="background-color:rgb(225,245,255)" itemscope="" itemtype="http://schema.org/DataCatalog">
33 <!-- from https://www.w3schools.com/bootstrap4/tryit.asp?filename=trybs_navbar&stacked=h -->
34 <nav class="navbar navbar-expand-sm bg-secondary">
35 <ul class="navbar-nav">
36 <li class="nav-item">
37 <a class="nav-link text-success" href="/">Home</a>
38 </li>
39 <li class="nav-item">
40 <a class="nav-link text-success" href="/main">Listing</a>
41 </li>
42 <li class="nav-item">
43 <a class="nav-link text-success" href="http://verniy.xyz">Root</a>
44 </li>
45 </ul>
46 </nav>
47 <div class="jumbotron jumbotron-fluid text-white bg-dark px-5 pt-1 pb-5">
48 <meta itemprop="url" content="http://bans.verniy.xyz/listings">
49 <h1 itemprop="name" class="display-1">4Chan Ban Logger</h1>
51 <meta itemprop="keywords" content="4chan,bans,logger,shitposter,GR3,ban evasion,/a/,/c/,/h/,/d/,/e/">
52 <meta itemprop="version" content="Jan-03" id="versionInfo"/>
53 <p id="display_id" class="font-weight-bold">
54 ...
55 </p>
56 <p itemprop="description" class="lead">
57 4chan's ban page is polled every 15 minutes to check for the most recent bans to be placed into the logger program. These are added to the both the SQL database and JSON files that can be found bellow.
58 SQL Data is rendered into a table that can be found on the main listings or pages listings.</p>
59 <div class="card container-fluid bg-secondary">
60 <div style="card-body">
61 <h2 class="display-3">Navigate</h2>
62 <h3 class="display-4"><a href = "/main" class="text-warning">View Main Ban Listings</a></h3>
63 <mark>See
64 <strong><a class="text-muted" href="/main">/main</a></strong> for Javascript pages.</mark><br/>
65 <mark>See <strong><a class="text-muted" href="/pages?file=1">/pages</a></strong> for non-Javascript version.</mark>
66 </p>
67 Github repository: <a class="text-warning" href="https://github.com/ECHibiki/bans.verniy.xyz-Modern" itemprop="sameAs">https://github.com/ECHibiki/bans.verniy.xyz-Modern</a><br/>
68 Backup repository: <a class="text-warning" href="https://github.com/ECHibiki/Backup_bans.verniy.xyz/" itemprop="sameAs">https://github.com/ECHibiki/Backup_bans.verniy.xyz/</a><br/>
69 Bans logged from: <a class="text-warning" href="https://www.4chan.org/bans" itemprop="sameAs">https://www.4chan.org/bans</a><br/>
70 SQL Data: <a class="text-warning" href="/Backups">Download Here(33.8mb)</a>
71 </div>
72 </div>
73 </div>
74 <hr/>
75 <div id="listings_container" class="container-fluid" itemscope='' itemtype='http://schema.org/DataSet'>
76 <div class="row">
77 <div id ="paged_container" class="col-sm-6" style="">
78 <div id="paged_text_container">
79 <h3 class="display-4">Paged Listings</h3>
80 <p class=" font-weight-light">PHP/Paged version of the listings incase javascript is disabled on your computer and you still wish to use this site.<br/></p>
81 </div>
82 <div id="paged_list_container">
83 <ol id="rendered_listing_id"></ol>
84 </div>
85 </div>
86 <div id ="json_container" class="col-sm-6" style="">
87 <div id="json_text_container">
88 <h3 class="display-4">JSON Listings</h3>
89 <p class=" font-weight-light">Consider using a JSON viewer such as <a id="json_view_id" href="">JSONView</a> to properly read the JSON listings.
90 Take note, first entry is not JSON readable as of yet since it's being added to every 15 minutes. This mostly exists for anyone who needs the data in JSON form for whatever reason.</p>
91 </div>
92 <div id="json_list_container">
93 <ol id="json_listing_id"></ol>
94 </div>
95 </div>
96 </div>
97 </div>
98 <div itemprop="about" class='p-4'>
99 <p>
100 <span itemprop="accountablePerson">Verniy 2017-2018</span><br/>
101 <meta itemprop="author" content="ECHibiki">
102 Inquiries to be sent to the gmail account of ECVerniy
103 </p>
104 </div>
105 </body>
106 </html>