Update README.md
[bans.verniy.xyz.git] / listings.html
blobdcb05922dc5b2d6b39bcdc77b1ba6f0df9f24dbd
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 <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
8 <script src="../Scripts/BrowserDetect.js?2"></script>
9 <script src="../Scripts/LogListingFunctions.js?6"></script>
10 <script>
11 window.onload = function(){
12 detectBrowser();
13 setNodeHref(document.getElementById("json_view_id"),
14 "https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc?hl=en",
15 "https://addons.mozilla.org/en-US/firefox/addon/jsonview/",
16 "https://jsonview.com/");
17 beginAJAXCalls();
19 </script>
20 <link rel="stylesheet" href="../Scripts/IndexStyle.css" type="text/css">
21 </head>
22 <body itemscope="" itemtype="http://schema.org/DataCatalog">
23 <div>
24 <meta itemprop="url" content="http://bans.verniy.xyz/listings">
25 <h1 itemprop="name">Ban Listings Home Page</h1>
27 <meta itemprop="keywords" content="4chan,bans,logger,shitposter,GR3,ban evasion,/a/,/c/,/h/,/d/,/e/">
28 <meta itemprop="version" content="Jan-03" id="versionInfo"/>
29 <strong><a href = "index" style="font-size:25px">View Ban Listings</a></strong>
30 <p id="display_id">
31 Displaying # results of $ pages from % to ^.
32 </p>
33 <p itemprop="description"> The ban log is polled every 15 minutes to check for the most recent bans on 4chan's ban page. These are added to the most current file and displayed on this site.
34 This page contains both the raw JSON listings and rendered table data of the listings below while the previous page is a tabular format that's easy to interact with throught AJAX and JavaScript page manipulation.
35 <h2>Navigate</h2>See
36 <strong><a href="/index">/index</a></strong> for Javascript pages.<br/>
37 See <strong><a href="/pages?file=1">/pages</a></strong> for non-Javascript version.
38 </p>
39 Github repository: <a href="https://github.com/ECHibiki/bans.verniy.xyz" itemprop="sameAs">https://github.com/ECHibiki/bans.verniy.xyz</a><br/>
40 Backup repository: <a href="https://github.com/ECHibiki/Backup_bans.verniy.xyz/" itemprop="sameAs">https://github.com/ECHibiki/Backup_bans.verniy.xyz/</a><br/>
41 Bans logged from: <a href="https://www.4chan.org/bans" itemprop="sameAs">https://www.4chan.org/bans</a><br/>
42 </div>
43 <div id="listings_container" itemscope='' itemtype='http://schema.org/DataSet'>
44 <div id ="paged_container">
45 <div id="paged_text_container">
46 <h2>Paged Listings</h2>
47 <p>PHP/Paged version of the listings for those who don't enjoy JavaScript<br/></p>
48 </div>
49 <div id="paged_list_container">
50 <ol id="rendered_listing_id"></ol>
51 </div>
52 </div>
53 <div id ="json_container">
54 <div id="json_text_container">
55 <h2>JSON Listings</h2>
56 <p>Please consider using a JSON viewer such as <a id="json_view_id" href="">JSONView</a> to properly read the JSON listings.
57 Take note, first entry is not JSON readable as of yet since it's being added to every 15 minutes. Please use the home page for that.</p>
58 </div>
59 <div id="json_list_container">
60 <ol id="json_listing_id"></ol>
61 </div>
62 </div>
63 </div>
64 <div itemprop="about" style="display:none">
65 <p>
66 <span itemprop="accountablePerson">Verniy 2017</span>: Last Updated <span itemprop="dateModified">03/1/2018</span><br/>
67 <meta itemprop="author" content="ECHibiki">
68 Metadata & CSS<br/>
69 Inquiries to be sent to the gmail account of ECVerniy
70 </p>
71 </div>
72 </body>
73 </html>