This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# make sure you have these installed | |
yum install -y make gcc perl pcre-devel pcre-static zlib-devel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "3" | |
services: | |
traefik: | |
image: traefik:alpine | |
ports: | |
- 80:80 | |
- 443:443 | |
- 8080:8080 | |
volumes: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> | |
<script> | |
$(document).ready( | |
function () { | |
$("#selectSehir").change(function() | |
{ | |
let selected = $(this).val(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" name-delimiter=" - " delimiter-precedes-et-al="never" delimiter-precedes-last="always" et-al-min="3" et-al-use-first="1" page-range-format="expanded"> | |
<info> | |
<title>İSNAD Atıf Sistemi 2. Edisyon (metiniçi)</title> | |
<title-short>İSNAD</title-short> | |
<id>http://www.zotero.org/styles/isnad-metinici</id> | |
<link href="http://www.zotero.org/styles/isnad-metinici" rel="self"/> | |
<link href="http://www.zotero.org/styles/chicago-author-date" rel="template"/> | |
<link href="https://www.isnadsistemi.org" rel="documentation"/> | |
<link href="https://www.isnadsistemi.org/guide" rel="documentation"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
services: | |
cloudflared: | |
image: cloudflare/cloudflared:latest #update the verion where necessary | |
container_name: cloudflared | |
restart: unless-stopped | |
# networks: | |
# - proxy | |
command: | |
- tunnel | |
- --no-autoupdate |