├── .nvmrc ├── public ├── CNAME ├── favicon.png ├── google2f84ecc084ed39e2.html └── images │ ├── ginjs.png │ ├── hujs.png │ ├── txjs.png │ ├── beerjs.png │ ├── jsfest.png │ ├── jsunconf.png │ ├── nodebots.png │ ├── nodeconf.png │ ├── onsale.png │ ├── rejectjs.png │ ├── cascadiajs.png │ ├── js_channel.png │ ├── jsconf_ar.png │ ├── jsconf_au.png │ ├── jsconf_be.png │ ├── jsconf_bp.png │ ├── jsconf_br.png │ ├── jsconf_cl.png │ ├── jsconf_cn.png │ ├── jsconf_co.png │ ├── jsconf_es.png │ ├── jsconf_eu.png │ ├── jsconf_hi.png │ ├── jsconf_is.png │ ├── jsconf_jp.png │ ├── jsconf_kr.png │ ├── jsconf_mx.png │ ├── jsconf_us.png │ ├── jsconf_uy.png │ ├── lxjs_2012.png │ ├── midwestjs.png │ ├── nodecopter.png │ ├── redisconf.png │ ├── robotsconf.png │ ├── webrebels.png │ ├── brazil_jsconf.png │ ├── dojoconf_2011.png │ ├── empirejs │ ├── 2012.png │ ├── 2014.png │ └── 2015.png │ ├── jscamp_asia.png │ ├── jsconf_2009.jpg │ ├── jsconf_asia.png │ ├── realtimeconf.png │ ├── capitoljs_2011.png │ ├── dinosaurjs-2015.png │ ├── jsconf_eu_2009.png │ ├── jsconf_us_2009.png │ ├── jsconf_us_2010.png │ ├── jsconf_us_2011.png │ ├── jsconf_us_2012.png │ ├── jsconf_us_2015.png │ └── braziljs.svg ├── .gitmodules ├── .editorconfig ├── .eslintrc.json ├── templates ├── mixins.pug ├── index.pug ├── coc.pug └── onboard.pug ├── .gitignore ├── .github └── workflows │ ├── deploy-to-gh-pages.yml │ └── node.js.yml ├── package.json ├── CODE_OF_CONDUCT.md ├── conferences ├── family.yaml └── jsconf.yaml ├── css └── main.css ├── sass └── main.scss ├── README.md └── LICENSE /.nvmrc: -------------------------------------------------------------------------------- 1 | 10.2.0 2 | -------------------------------------------------------------------------------- /public/CNAME: -------------------------------------------------------------------------------- 1 | jsconf.com 2 | -------------------------------------------------------------------------------- /public/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/favicon.png -------------------------------------------------------------------------------- /public/google2f84ecc084ed39e2.html: -------------------------------------------------------------------------------- 1 | google-site-verification: google2f84ecc084ed39e2.html 2 | -------------------------------------------------------------------------------- /public/images/ginjs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/ginjs.png -------------------------------------------------------------------------------- /public/images/hujs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/hujs.png -------------------------------------------------------------------------------- /public/images/txjs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/txjs.png -------------------------------------------------------------------------------- /public/images/beerjs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/beerjs.png -------------------------------------------------------------------------------- /public/images/jsfest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/jsfest.png -------------------------------------------------------------------------------- /public/images/jsunconf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/jsunconf.png -------------------------------------------------------------------------------- /public/images/nodebots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/nodebots.png -------------------------------------------------------------------------------- /public/images/nodeconf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/nodeconf.png -------------------------------------------------------------------------------- /public/images/onsale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/onsale.png -------------------------------------------------------------------------------- /public/images/rejectjs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/rejectjs.png -------------------------------------------------------------------------------- /public/images/cascadiajs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/cascadiajs.png -------------------------------------------------------------------------------- /public/images/js_channel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/js_channel.png -------------------------------------------------------------------------------- /public/images/jsconf_ar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/jsconf_ar.png -------------------------------------------------------------------------------- /public/images/jsconf_au.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/jsconf_au.png -------------------------------------------------------------------------------- /public/images/jsconf_be.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/jsconf_be.png -------------------------------------------------------------------------------- /public/images/jsconf_bp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/jsconf_bp.png -------------------------------------------------------------------------------- /public/images/jsconf_br.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/jsconf_br.png -------------------------------------------------------------------------------- /public/images/jsconf_cl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/jsconf_cl.png -------------------------------------------------------------------------------- /public/images/jsconf_cn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/jsconf_cn.png -------------------------------------------------------------------------------- /public/images/jsconf_co.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/jsconf_co.png -------------------------------------------------------------------------------- /public/images/jsconf_es.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/jsconf_es.png -------------------------------------------------------------------------------- /public/images/jsconf_eu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/jsconf_eu.png -------------------------------------------------------------------------------- /public/images/jsconf_hi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/jsconf_hi.png -------------------------------------------------------------------------------- /public/images/jsconf_is.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/jsconf_is.png -------------------------------------------------------------------------------- /public/images/jsconf_jp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/jsconf_jp.png -------------------------------------------------------------------------------- /public/images/jsconf_kr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/jsconf_kr.png -------------------------------------------------------------------------------- /public/images/jsconf_mx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/jsconf_mx.png -------------------------------------------------------------------------------- /public/images/jsconf_us.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/jsconf_us.png -------------------------------------------------------------------------------- /public/images/jsconf_uy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/jsconf_uy.png -------------------------------------------------------------------------------- /public/images/lxjs_2012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/lxjs_2012.png -------------------------------------------------------------------------------- /public/images/midwestjs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/midwestjs.png -------------------------------------------------------------------------------- /public/images/nodecopter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/nodecopter.png -------------------------------------------------------------------------------- /public/images/redisconf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/redisconf.png -------------------------------------------------------------------------------- /public/images/robotsconf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/robotsconf.png -------------------------------------------------------------------------------- /public/images/webrebels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/webrebels.png -------------------------------------------------------------------------------- /public/images/brazil_jsconf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/brazil_jsconf.png -------------------------------------------------------------------------------- /public/images/dojoconf_2011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/dojoconf_2011.png -------------------------------------------------------------------------------- /public/images/empirejs/2012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/empirejs/2012.png -------------------------------------------------------------------------------- /public/images/empirejs/2014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/empirejs/2014.png -------------------------------------------------------------------------------- /public/images/empirejs/2015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/empirejs/2015.png -------------------------------------------------------------------------------- /public/images/jscamp_asia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/jscamp_asia.png -------------------------------------------------------------------------------- /public/images/jsconf_2009.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/jsconf_2009.jpg -------------------------------------------------------------------------------- /public/images/jsconf_asia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/jsconf_asia.png -------------------------------------------------------------------------------- /public/images/realtimeconf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/realtimeconf.png -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "lib/node-couch"] 2 | path = lib/node-couch 3 | url = git://github.com/sixtus/node-couch.git 4 | -------------------------------------------------------------------------------- /public/images/capitoljs_2011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/capitoljs_2011.png -------------------------------------------------------------------------------- /public/images/dinosaurjs-2015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/dinosaurjs-2015.png -------------------------------------------------------------------------------- /public/images/jsconf_eu_2009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/jsconf_eu_2009.png -------------------------------------------------------------------------------- /public/images/jsconf_us_2009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/jsconf_us_2009.png -------------------------------------------------------------------------------- /public/images/jsconf_us_2010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/jsconf_us_2010.png -------------------------------------------------------------------------------- /public/images/jsconf_us_2011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/jsconf_us_2011.png -------------------------------------------------------------------------------- /public/images/jsconf_us_2012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/jsconf_us_2012.png -------------------------------------------------------------------------------- /public/images/jsconf_us_2015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midudev/jsconf.com/master/public/images/jsconf_us_2015.png -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- 1 | root = true 2 | 3 | [*] 4 | end_of_line = lf 5 | insert_final_newline = true 6 | 7 | [*.{js,json,scss,sass,css}] 8 | charset = utf-8 9 | indent_style = space 10 | indent_size = 2 11 | -------------------------------------------------------------------------------- /.eslintrc.json: -------------------------------------------------------------------------------- 1 | { 2 | "parserOptions": { 3 | "ecmaVersion": 2017, 4 | "sourceType": "module", 5 | "ecmaFeatures": { 6 | "jsx": true 7 | } 8 | }, 9 | "rules": { 10 | "semi": 2 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /templates/mixins.pug: -------------------------------------------------------------------------------- 1 | mixin conference(conf) 2 | .conf(class!=conf.status) 3 | a(rel="me" href=conf.site) 4 | img(src=conf.logo height="200" width="200" alt=conf.name) 5 | p= conf.name 6 | if conf.location 7 | br 8 | | #{conf.location} 9 | 10 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | *flymake* 2 | *.csv 3 | ./*.csv 4 | *#* 5 | log/fiveruns 6 | public/stylesheets/compiled 7 | provider_images 8 | db/schema.rb 9 | log/*.log 10 | tmp/**/* 11 | .DS_Store 12 | doc/api 13 | doc/app 14 | .DS_Store 15 | RHDC 16 | SFLDC 17 | script/loaders/*.log 18 | tmp/restart.txt 19 | tmp/debug.txt 20 | 21 | # Build ignore 22 | node_modules 23 | dist 24 | -------------------------------------------------------------------------------- /.github/workflows/deploy-to-gh-pages.yml: -------------------------------------------------------------------------------- 1 | name: Build and Deploy 2 | on: 3 | push: 4 | branches: 5 | - master 6 | jobs: 7 | build-and-deploy: 8 | runs-on: ubuntu-latest 9 | steps: 10 | - name: Checkout 🛎️ 11 | uses: actions/checkout@v2.3.1 12 | with: 13 | persist-credentials: false 14 | 15 | - name: Install and Build 🔧 16 | run: | 17 | npm install 18 | npm run build 19 | 20 | - name: Deploy 🚀 21 | uses: JamesIves/github-pages-deploy-action@3.6.2 22 | with: 23 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 24 | BRANCH: gh-pages 25 | FOLDER: dist 26 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "jsconf.com", 3 | "version": "1.0.0", 4 | "description": "JSConf website", 5 | "main": "index.js", 6 | "scripts": { 7 | "test": "echo \"no tests...\"", 8 | "prebuild": "mkdir -p ./dist/css && cp -R ./public/* ./dist/", 9 | "build": "OUTPUT_DIR=dist node build" 10 | }, 11 | "repository": { 12 | "type": "git", 13 | "url": "git+https://github.com/guahanweb/jsconf.com-new.git" 14 | }, 15 | "author": "", 16 | "license": "MIT", 17 | "bugs": { 18 | "url": "https://github.com/guahanweb/jsconf.com-new/issues" 19 | }, 20 | "homepage": "https://github.com/guahanweb/jsconf.com-new#readme", 21 | "dependencies": { 22 | "bluebird": "^3.5.1", 23 | "node-yaml": "^3.1.1", 24 | "pug": "^3.0.1" 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /.github/workflows/node.js.yml: -------------------------------------------------------------------------------- 1 | name: github pages 2 | 3 | on: 4 | push: 5 | branches: 6 | - main 7 | pull_request: 8 | 9 | jobs: 10 | deploy: 11 | runs-on: ubuntu-20.04 12 | concurrency: 13 | group: ${{ github.workflow }}-${{ github.ref }} 14 | steps: 15 | - uses: actions/checkout@v2 16 | 17 | - name: Setup Node 18 | uses: actions/setup-node@v2 19 | with: 20 | node-version: '14' 21 | 22 | - name: Cache dependencies 23 | uses: actions/cache@v2 24 | with: 25 | path: ~/.npm 26 | key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} 27 | restore-keys: | 28 | ${{ runner.os }}-node- 29 | 30 | - run: npm ci 31 | - run: npm run build 32 | 33 | - name: Deploy 34 | uses: peaceiris/actions-gh-pages@v3 35 | if: ${{ github.ref == 'refs/heads/main' }} 36 | with: 37 | github_token: ${{ secrets.GITHUB_TOKEN }} 38 | publish_dir: ./ 39 | -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | # The JSConf Code of Conduct 2 | 3 | All delegates, speakers, sponsors and volunteers at any JSConf event are required to agree with the following code of conduct. Organizers will enforce this code throughout the event. 4 | 5 | ## The Quick Version 6 | 7 | JSConf is dedicated to providing a harassment-free conference experience for everyone, regardless of gender, gender identity and expression, age, sexual orientation, disability, physical appearance, body size, race, ethnicity, religion (or lack thereof), or technology choices. We do not tolerate harassment of conference participants in any form. Sexual language and imagery is not appropriate for any conference venue, including talks, workshops, parties, Twitter and other online media. Conference participants violating these rules may be sanctioned or expelled from the conference without a refund at the discretion of the conference organisers. 8 | 9 | ## The Less Quick Version 10 | 11 | Harassment includes offensive verbal comments related to gender, gender identity and expression, age, sexual orientation, disability, physical appearance, body size, race, ethnicity, religion, technology choices, sexual images in public spaces, deliberate intimidation, stalking, following, harassing photography or recording, sustained disruption of talks or other events, inappropriate physical contact, and unwelcome sexual attention. 12 | 13 | Participants asked to stop any harassing behavior are expected to comply immediately. 14 | 15 | Sponsors are also subject to the anti-harassment policy. In particular, sponsors should not use sexualized images, activities, or other material. Booth staff (including volunteers) should not use sexualized clothing/uniforms/costumes, or otherwise create a sexualized environment. 16 | 17 | If a participant engages in harassing behavior, the conference organizers may take any action they deem appropriate, including warning the offender or expulsion from the conference with no refund. 18 | 19 | If you are being harassed, notice that someone else is being harassed, or have any other concerns, please contact a member of conference staff immediately. Conference staff can be identified by a clearly marked "STAFF" shirt. 20 | 21 | Conference staff will be happy to help participants contact hotel/venue security or local law enforcement, provide escorts, or otherwise assist those experiencing harassment to feel safe for the duration of the conference. We value your attendance. 22 | 23 | We expect participants to follow these rules at all conference venues and conference-related social events. -------------------------------------------------------------------------------- /conferences/family.yaml: -------------------------------------------------------------------------------- 1 | # Configuration list for all JSConf family events 2 | # 3 | # Set up your conference status with date ranges! 4 | # 5 | # - jsconfus: 6 | # name: JSConf US 7 | # site: https://2018.jsconf.us 8 | # logo: http://2015.jsconf.us/img/logo.png 9 | # status: 10 | # - onsale: 11 | # start: 06/01/2018 12 | # end: 07/01/2018 13 | # location: Jacksonville, FL 14 | # 15 | 16 | # JSUnconf 17 | - jsunconf: 18 | name: JS Unconf 19 | site: http://jsunconf.eu 20 | logo: images/jsunconf.png 21 | location: Hamburg, Germany 22 | 23 | # JSFest (inactive - only here to test status) 24 | - jsfest: 25 | name: JSFest 26 | site: http://jsfest.com 27 | logo: images/jsfest.png 28 | location: San Francisco, CA 29 | status: inactive 30 | 31 | # CascadiaJS 32 | - cascadiajs: 33 | name: CascadiaJS 34 | site: http://cascadiajs.com 35 | logo: images/cascadiajs.png 36 | location: Seattle, WA 37 | 38 | # RedisConf 39 | - redisconf: 40 | name: RedisConf 41 | site: http://redisconf.com 42 | logo: images/redisconf.png 43 | location: Portland, OR 44 | 45 | # EmpireJS 46 | - empirejs: 47 | name: EmpireJS 48 | site: http://empireconf.org 49 | logo: images/empirejs/2015.png 50 | location: New York, NY 51 | 52 | # NodeCopter 53 | - nodecopter: 54 | name: NodeCopter 55 | site: http://nodecopter.com 56 | logo: images/nodecopter.png 57 | location: Everywhere 58 | 59 | # NodeBots 60 | - nodebots: 61 | name: NodeBots 62 | site: http://nodebots.io 63 | logo: images/nodebots.png 64 | location: Everywhere 65 | 66 | # NodeConf 67 | - nodeconf: 68 | name: NodeConf 69 | site: http://www.nodeconf.com 70 | logo: images/nodeconf.png 71 | 72 | # Web Rebels 73 | - webrebels: 74 | name: Web Rebels 75 | site: http://www.webrebels.org 76 | logo: images/webrebels.png 77 | location: Oslo, Norway 78 | 79 | # BeerJS 80 | - beerjs: 81 | name: BeerJS 82 | site: http://beerjs.com 83 | logo: images/beerjs.png 84 | location: Everywhere 85 | 86 | # Midwest JS 87 | - midwestjs: 88 | name: Midwest JS 89 | site: http://midwestjs.com 90 | logo: images/midwestjs.png 91 | location: Minneapolis, MN 92 | status: onsale 93 | 94 | # Dinosaur.js 95 | - dinosaurjs: 96 | name: Dinosaur.js 97 | site: http://dinosaurjs.org 98 | logo: images/dinosaurjs-2015.png 99 | location: Denver, CO 100 | 101 | -------------------------------------------------------------------------------- /css/main.css: -------------------------------------------------------------------------------- 1 | body { 2 | text-align: center; 3 | font-size: 12px; 4 | line-height: 1.5; 5 | background: white; 6 | padding:0px; 7 | margin:0px; 8 | font-family: Arial, Helvetica, sans-serif; 9 | font-family: "ABeeZee", sans-serif; 10 | } 11 | 12 | .onsale:before { 13 | background: red; 14 | content: "Tickets On Sale Now!"; 15 | font-weight: bold; 16 | display: block; 17 | font-size: 12px; 18 | padding: 2px 0px; 19 | color:white; 20 | line-height: 16px; 21 | text-align: center; 22 | height: 16px; 23 | width: 200px; 24 | display: block; 25 | margin-top: 0; 26 | position: absolute; 27 | margin-bottom: -22px; 28 | } 29 | 30 | .opencfp a:after { 31 | background: blue; 32 | content: "Open Call For Speakers!"; 33 | font-weight: bold; 34 | display: block; 35 | font-size: 12px; 36 | padding: 2px 0px; 37 | color:white; 38 | line-height: 16px; 39 | text-align: center; 40 | height: 16px; 41 | width: 200px; 42 | display: block; 43 | margin-bottom: 0; 44 | position: absolute; 45 | margin-top: -23px; 46 | } 47 | 48 | hr { border: 0px; background: 0px; border-top: 1px solid #333;} 49 | 50 | h2 { 51 | margin-bottom: 24px; 52 | } 53 | 54 | a img { 55 | border: 0px; 56 | } 57 | 58 | #frame { 59 | width:880px; 60 | margin: 0px auto; 61 | padding: 12px; 62 | background:white; 63 | } 64 | 65 | .conf { 66 | margin: 20px 10px; 67 | height: 293px; 68 | } 69 | 70 | .conf.inactive { 71 | display: none; 72 | } 73 | 74 | .conf a img { 75 | height: auto; 76 | margin-top:20px; 77 | margin-bottom: 20px; 78 | width: 200px; 79 | } 80 | 81 | #footer { 82 | height:1px; 83 | background: black; 84 | } 85 | 86 | h1 { 87 | font-family: "Poiret One", cursive; 88 | color: #333; 89 | font-size: 40px; 90 | } 91 | 92 | h1 sup { color: #ccc; font-size: 12px;} 93 | 94 | h2 { 95 | font-size:12px; 96 | } 97 | 98 | hr { margin: 20px 10px;} 99 | 100 | .conf { display: block; float: left;} 101 | 102 | .clearfix:after { 103 | content: "."; 104 | display: block; 105 | clear: both; 106 | visibility: hidden; 107 | line-height: 0; 108 | height: 0; 109 | } 110 | 111 | .clearfix { 112 | display: inline-block; 113 | } 114 | 115 | html[xmlns] .clearfix { 116 | display: block; 117 | } 118 | 119 | * html .clearfix { 120 | height: 1%; 121 | } 122 | 123 | #wanttorun{ margin: 40px 0px; text-align:center;} 124 | #wanttorun a,#wanttorun a:visited{ color: black;} 125 | #gplus{ margin: 40px 0px; text-align:center;} 126 | #gplus a,#gplus a:visited{ color: black;} 127 | div.conf p { display: block; font-weight: bold; font-size: 16px; } 128 | section { font-size: 16px; color: #333; text-align: justify; padding: 0px 24px ;} 129 | -------------------------------------------------------------------------------- /sass/main.scss: -------------------------------------------------------------------------------- 1 | body { 2 | text-align: center; 3 | font-size: 12px; 4 | line-height: 1.5; 5 | background: white; 6 | padding:0px; 7 | margin:0px; 8 | font-family: Arial, Helvetica, sans-serif; 9 | font-family: "ABeeZee", sans-serif; 10 | } 11 | 12 | .onsale:before { 13 | background: red; 14 | content: "Tickets On Sale Now!"; 15 | font-weight: bold; 16 | display: block; 17 | font-size: 12px; 18 | padding: 2px 0px; 19 | color:white; 20 | line-height: 16px; 21 | text-align: center; 22 | height: 16px; 23 | width: 200px; 24 | display: block; 25 | margin-top: 0; 26 | position: absolute; 27 | margin-bottom: -22px; 28 | } 29 | 30 | .opencfp a:after { 31 | background: blue; 32 | content: "Open Call For Speakers!"; 33 | font-weight: bold; 34 | display: block; 35 | font-size: 12px; 36 | padding: 2px 0px; 37 | color:white; 38 | line-height: 16px; 39 | text-align: center; 40 | height: 16px; 41 | width: 200px; 42 | display: block; 43 | margin-bottom: 0; 44 | position: absolute; 45 | margin-top: -23px; 46 | } 47 | 48 | hr { border: 0px; background: 0px; border-top: 1px solid #333;} 49 | 50 | h2 { 51 | margin-bottom: 24px; 52 | } 53 | 54 | a img { 55 | border: 0px; 56 | } 57 | 58 | #frame { 59 | width:880px; 60 | margin: 0px auto; 61 | padding: 12px; 62 | background:white; 63 | } 64 | 65 | .conf { 66 | margin: 20px 10px; 67 | height: 293px; 68 | } 69 | 70 | .conf.inactive { 71 | display: none; 72 | } 73 | 74 | .conf a img { 75 | height: auto; 76 | margin-top:20px; 77 | margin-bottom: 20px; 78 | width: 200px; 79 | } 80 | 81 | #footer { 82 | height:1px; 83 | background: black; 84 | } 85 | 86 | h1 { 87 | font-family: "Poiret One", cursive; 88 | color: #333; 89 | font-size: 40px; 90 | } 91 | 92 | h1 sup { color: #ccc; font-size: 12px;} 93 | 94 | h2 { 95 | font-size:12px; 96 | } 97 | 98 | hr { margin: 20px 10px;} 99 | 100 | .conf { display: block; float: left;} 101 | 102 | .clearfix:after { 103 | content: "."; 104 | display: block; 105 | clear: both; 106 | visibility: hidden; 107 | line-height: 0; 108 | height: 0; 109 | } 110 | 111 | .clearfix { 112 | display: inline-block; 113 | } 114 | 115 | html[xmlns] .clearfix { 116 | display: block; 117 | } 118 | 119 | * html .clearfix { 120 | height: 1%; 121 | } 122 | 123 | #wanttorun{ margin: 40px 0px; text-align:center;} 124 | #wanttorun a,#wanttorun a:visited{ color: black;} 125 | #gplus{ margin: 40px 0px; text-align:center;} 126 | #gplus a,#gplus a:visited{ color: black;} 127 | div.conf p { display: block; font-weight: bold; font-size: 16px; } 128 | section { font-size: 16px; color: #333; text-align: justify; padding: 0px 24px ;} 129 | -------------------------------------------------------------------------------- /templates/index.pug: -------------------------------------------------------------------------------- 1 | // mixins define our conference layout and logic 2 | include ./mixins.pug 3 | 4 | doctype html 5 | html(lang="en") 6 | head 7 | title JSConf - Conferences for the JavaScript Community 8 | link(rel="shortcut icon" href="https://2012.jsconf.us/img/favicon.png") 9 | link(rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=ABeeZee") 10 | link(rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Poiret+One") 11 | link(rel="stylesheet" type="text/css" media="all" href="css/main.css") 12 | 13 | body 14 | #frame 15 | h1 JSConf 16 | h2 Conferences for the JavaScript community 17 | hr 18 | .clearfix 19 | each conf in conferences.jsconf 20 | +conference(conf) 21 | 22 | hr 23 | section. 24 | JSConf is a unique conference organization, because we aren't really a conference 25 | organization at all. We are a very loose federation of developers who share the 26 | same general idea about how a technical conference should be held. We don't believe 27 | that one model or process fits all communities, in fact we are big advocates of locally 28 | run events driven by passionate individuals dedicated to the community. We make events 29 | that aren't from the standard conference playbook because we believe you (attendees, 30 | speakers, and sponsors) deserve more than that. We focus on two things, pushing the 31 | boundaries of what is thought to be conceivable with JS and providing exceptional human 32 | social activities that encourage community and friendship building. That sets the 33 | general tone for each of our events and from there, local individuals from each region 34 | drive the conference to its own incredible level of excellence. Our mission is to make 35 | the technology community better, more diverse, and more human; in short, we just want 36 | to make things better. JSConf does not focus on what is popular or cool now, but on 37 | topics that define and revolutionize the following year of technology. We have been the 38 | launching point for some of the most revolutionary products, services, and technologies 39 | on the web. We have also been the inspiration point and support base for a wide range 40 | of conferences beyond the "JSConf" name. Those awesome events are featured below, if 41 | you are near one, we strongly suggest you attend them! 42 | 43 | hr 44 | h1#family The JSConf Family of Events 45 | .clearfix 46 | each conf in conferences.family 47 | +conference(conf) 48 | 49 | footer#footer 50 | 51 | #wanttorun 52 | a(href="./i-want-to-run-a-jsconf.html") I want to run a JSConf 53 | #gplus 54 | a(href="https://plus.google.com/+JSConfEU" rel="publisher") Google+ 55 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # JSConf JSConf.com 2 | [![Code of Conduct](https://img.shields.io/badge/%E2%9D%A4-code%20of%20conduct-blue.svg?style=flat)](CODE_OF_CONDUCT.md) 3 | 4 | **Looking for the centralized website for JSConf events international?**
5 | You've come to the right place. Read on. 6 | 7 | **Want to organize a JSConf event?**
8 | [Read more about involvement here](http://jsconf.com/i-want-to-run-a-jsconf.html) 9 | 10 | **Want to update your event's status?**
11 | [Skip ahead for instructions](#how-do-i-update-my-event) 12 | 13 | ## What is JSConf? 14 | 15 | JSConf is a unique conference organization, because we aren't really a conference organization at all. We are a very loose federation of developers who share the same general idea about how a technical conference should be held. 16 | 17 | We have been the launching point for some of the most revolutionary products, services, and technologies on the web. We have also been the inspiration point and support base for a wide range of conferences beyond the "JSConf" name. 18 | 19 | ## How Do I Update My Event? 20 | 21 | As an organizer or support for one of our events, you may update basic information and status for your conference by updating one of two configuration files: 22 | 23 | - [Official JSConf Config](conferences/jsconf.yaml) 24 | - [JSConf Family of Events Config](conferences/family.yaml) 25 | 26 | These config files serve the data used to build the JSConf.com website. 27 | 28 | ### Config Options 29 | 30 | There are a few different configuration options available for you to specify: 31 | 32 | | Option | Description | 33 | | --- | --- | 34 | | `id` | The key for your Yaml entry will serve as your event's ID | 35 | | `name` | The human readable name of your conference (also used for image `alt` attributes) | 36 | | `description` | Tell us a little about you. This field is currently not rendered on the site. | 37 | | `site` | URL to your conference website | 38 | | `logo` | URL to your conference logo

**NOTE:** You can add and reference locally hosted images by submitting them into the `/public/images` directory! | 39 | | `location` | City, state or venue for your conference (i.e., **New York, NY**) | 40 | | `status` | Optional current status of the conference. Currently, we support three different options: | 41 | 42 | #### Status Options 43 | 44 | The `status` config offers a couple additional variations that will dynamically 45 | set up or remove your desired status in a more dynamic way: 46 | 47 | **Static status declaration:**
48 | ```yaml 49 | - subterraineanjs 50 | status: onsale 51 | ``` 52 | 53 | **Static status declaration with an end date:**
54 | ```yaml 55 | - subterraineanjs 56 | status: 57 | - onsale: 58 | end: 07/01/2018 59 | ``` 60 | 61 | **Fully dynamic date range for status declaration:**
62 | ```yaml 63 | - subterraineanjs 64 | status: 65 | - onsale: 66 | start: 06/01/2018 67 | end: 07/01/2018 68 | ``` 69 | 70 | #### Example 71 | 72 | Here is an example configuration to add in a new event that is currently on sale: 73 | 74 | ```yaml 75 | # Subterrainean JS 76 | - subterraineanjs: 77 | name: Subterrainean JS 78 | description: There's something great about coding underground... 79 | site: https://subterraineanjs.code 80 | logo: images/subterraineanjs.png 81 | location: Iceland 82 | status: onsale 83 | ``` 84 | -------------------------------------------------------------------------------- /templates/coc.pug: -------------------------------------------------------------------------------- 1 | doctype html 2 | html(lang="en") 3 | head 4 | title JSConf - Conferences for the JavaScript Community 5 | link(rel="shortcut icon" href="http://2012.jsconf.us/img/favicon.png") 6 | link(rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=ABeeZee") 7 | link(rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Poiret+One") 8 | link(rel="stylesheet" type="text/css" media="all" href="css/main.css") 9 | 10 | style(type="text/css"). 11 | body { 12 | text-align: left; 13 | font-size: 16px; 14 | background: white; 15 | padding: 20px 80px; 16 | margin: 0; 17 | font-family: Arial, Helvetica, sans-serif; 18 | font-family: 'ABeeZee', sans-serif; 19 | padding-bottom: 200px; } 20 | h1 { 21 | font-family: 'Poiret One', cursive; 22 | color: #333; 23 | font-size: 40px; } 24 | h1 sup { 25 | color: #ccc; 26 | font-size: 12px; } 27 | h2 { 28 | font-size: 28px; } 29 | 30 | body 31 | h1 The JSConf Code of Conduct 32 | p All delegates, speakers, sponsors and volunteers at any JSConf event are required to agree with the following code of conduct. Organizers will enforce this code throughout the event. 33 | 34 | h2 The Quick Version 35 | p JSConf is dedicated to providing a harassment-free conference experience for everyone, regardless of gender, gender identity and expression, age, sexual orientation, disability, physical appearance, body size, race, ethnicity, religion (or lack thereof), or technology choices. We do not tolerate harassment of conference participants in any form. Sexual language and imagery is not appropriate for any conference venue, including talks, workshops, parties, Twitter and other online media. Conference participants violating these rules may be sanctioned or expelled from the conference without a refund at the discretion of the conference organisers. 36 | 37 | h2 The Less Quick Version 38 | p Harassment includes offensive verbal comments related to gender, gender identity and expression, age, sexual orientation, disability, physical appearance, body size, race, ethnicity, religion, technology choices, sexual images in public spaces, deliberate intimidation, stalking, following, harassing photography or recording, sustained disruption of talks or other events, inappropriate physical contact, and unwelcome sexual attention. 39 | p Participants asked to stop any harassing behavior are expected to comply immediately. 40 | p Sponsors are also subject to the anti-harassment policy. In particular, sponsors should not use sexualized images, activities, or other material. Booth staff (including volunteers) should not use sexualized clothing/uniforms/costumes, or otherwise create a sexualized environment. 41 | p If a participant engages in harassing behavior, the conference organizers may take any action they deem appropriate, including warning the offender or expulsion from the conference with no refund. 42 | p If you are being harassed, notice that someone else is being harassed, or have any other concerns, please contact a member of conference staff immediately. Conference staff can be identified by a clearly marked "STAFF" shirt. 43 | p Conference staff will be happy to help participants contact hotel/venue security or local law enforcement, provide escorts, or otherwise assist those experiencing harassment to feel safe for the duration of the conference. We value your attendance. 44 | p We expect participants to follow these rules at all conference venues and conference-related social events. 45 | 46 | -------------------------------------------------------------------------------- /conferences/jsconf.yaml: -------------------------------------------------------------------------------- 1 | # A list of all official JSConf events 2 | # 3 | # Set up your conference status with date ranges! 4 | # 5 | # Example config: 6 | # 7 | # - jsconfus: 8 | # name: JSConf TBA 9 | # site: https://20xx.jsconf.tba 10 | # logo: /images/jsconf_tba.png 11 | # status: 12 | # - onsale: 13 | # start: 06/01/2018 14 | # end: 07/01/2018 15 | # 16 | # Set up your conference status with Open CFP 17 | # - jsconfus: 18 | # name: JSConf US 19 | # site: https://20xx.jsconf.tba 20 | # logo: /images/jsconf_tba.png 21 | # status: opencfp # and add onsale to the same line for both 22 | # 23 | 24 | # JSConf España 25 | - jsconfes: 26 | name: JSConf España 27 | site: https://jsconf.es 28 | logo: /images/jsconf_es.png 29 | location: Madrid, España 30 | 31 | # JSConf Chile 32 | - jsconfcl: 33 | name: JSConf Chile 34 | site: https://jsconf.cl 35 | logo: /images/jsconf_cl.png 36 | location: Santiago, Chile 37 | 38 | # JSConf India 39 | - jsconfin: 40 | name: JSConf India 41 | site: https://jsconf.in 42 | logo: https://www.jsconf.in/JSConfIN.png 43 | location: Bengaluru, India 44 | 45 | # JSConf México 46 | - jsconfmx: 47 | name: JSConf México 48 | site: https://jsconf.mx 49 | logo: images/jsconf_mx.png 50 | location: Gudalajara, Mexico 51 | status: opencfp 52 | 53 | # JSConf US 54 | - jsconfus: 55 | name: JSConf US 56 | site: https://2019.jsconf.us 57 | logo: /images/jsconf_us.png 58 | location: Carlsbad, California 59 | 60 | # JSConf Budapest 61 | - jsconfbudapest: 62 | name: JSConf Budapest 63 | site: http://jsconfbp.com 64 | logo: images/jsconf_bp.png 65 | 66 | # JSConf HI 67 | - jsconfhi: 68 | name: JSConf HI 69 | site: https://jsconfhi.com 70 | logo: images/jsconf_hi.png 71 | location: Honolulu, Hawaii 72 | 73 | # JSConf Korea 74 | - jsconfkorea: 75 | name: JSConf Korea 76 | site: https://jsconf.kr 77 | logo: images/jsconf_kr.png 78 | location: Seoul, Korea 79 | 80 | # JSConf Japan 81 | - jsconfjp: 82 | name: JSConf Japan 83 | site: https://jsconf.jp 84 | logo: images/jsconf_jp.png 85 | 86 | # JSConf EU 87 | - jsconfeu: 88 | name: JSConf EU 89 | site: https://2019.jsconf.eu 90 | logo: images/jsconf_eu.png 91 | 92 | # JSConf AU 93 | - jsconfau: 94 | name: JSConf AU 95 | site: http://jsconf.com 96 | logo: images/jsconf_au.png 97 | 98 | # JSConf AR 99 | - jsconfar: 100 | name: JSConf AR 101 | site: http://www.jsconfar.com 102 | logo: images/jsconf_ar.png 103 | 104 | # JSConf BR 105 | - jsconfbr: 106 | name: JSConf BR 107 | site: http://www.jsconfbr.org 108 | logo: images/jsconf_br.png 109 | 110 | # JSConf CO 111 | - jsconfco: 112 | name: JSConf CO 113 | site: http://jsconf.co 114 | logo: images/jsconf_co.png 115 | 116 | # JSConf Asia 117 | - jsconfasia: 118 | name: JSConf Asia 119 | site: http://jsconf.asia 120 | logo: images/jsconf_asia.png 121 | 122 | # JSConf Iceland 123 | - jsconficeland: 124 | name: JSConf Iceland 125 | site: http://jsconf.is 126 | logo: images/jsconf_is.png 127 | 128 | # JSConf UY 129 | - jsconfuy: 130 | name: JSConf UY 131 | site: http://jsconf.uy 132 | logo: images/jsconf_uy.png 133 | 134 | # JSConf Belgium 135 | - jsconfbelgium: 136 | name: JSConf Belgium 137 | site: http://jsconf.be 138 | logo: images/jsconf_be.png 139 | 140 | # JSConf China 141 | - jsconfchina: 142 | name: JSConf China 143 | site: http://2017.jsconf.cn 144 | logo: images/jsconf_cn.png 145 | -------------------------------------------------------------------------------- /templates/onboard.pug: -------------------------------------------------------------------------------- 1 | // mixins define our conference layout and logic 2 | include ./mixins.pug 3 | 4 | doctype html 5 | html(lang="en") 6 | head 7 | title JSConf - We make the events you want to attend 8 | link(rel="shortcut icon" href="http://2012.jsconf.us/img/favicon.png") 9 | link(rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=ABeeZee") 10 | link(rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Poiret+One") 11 | link(rel="stylesheet" type="text/css" media="all" href="css/main.css") 12 | 13 | style(type="text/css"). 14 | body { 15 | text-align: left; 16 | font-size: 16px; 17 | background: white; 18 | padding: 20px 80px; 19 | margin: 0; 20 | font-family: Arial, Helvetica, sans-serif; 21 | font-family: 'ABeeZee', sans-serif; 22 | padding-bottom: 200px; } 23 | h1 { 24 | font-family: 'Poiret One', cursive; 25 | color: #333; 26 | font-size: 40px; } 27 | h1 sup { 28 | color: #ccc; 29 | font-size: 12px; } 30 | h2 { 31 | font-size: 28px; } 32 | 33 | body 34 | h1 I Want to Run a JSConf, Now What? 35 | .body 36 | .inner 37 | p. 38 | JSConf is a unique conference organization, because we aren't really a conference organization at all. We are a very loose federation of developers who share the same general idea about how a technical conference should be held. We don't believe that one model or process fits all communities, in fact we are big advocates of locally run events driven by passionate individuals dedicated to the community. To really understand what this all means, perhaps a little background is in order. 39 | p. 40 | When I, Chris Williams, and my wife, Laura Williams, started JSConf it almost didn't happen and most likely wouldn't have happened without the support of Jan Lehnardt encouraging us to stay with it. I made a deal with him one night that if we pulled this crazy experiment off, he would have to hold one in Europe. During JSConf US 2009, Jan met Holger Blank and Malte Ubl and the three had such a good time that they decided to take up the charge and run one in Europe. Thus JSConf EU was born as was our model for establishing new JSConf instances. 41 | p. 42 | We have two rules for starting an event using the name "JSConf". They are rather simple, but critical to how we operate: 43 | ol 44 | li 45 | strong You must have attended an existing JSConf event. 46 | | We do this to ensure that you know what a "JSConf event" means, for better or for worse. We run these events as not-for-profit, volunteer driven experiments where we try to isolate the things that work well and reduce, if not remove, the items that degrade the experience. We take risks where others might be cautious, we focus on shared social experiences, and we do our best to make a difference in the community. Reading about it second-hand just doesn't convey the full scope of this and that is why we require that people looking to start a new JSConf have attended an existing JSConf. 47 | li 48 | strong You must have an existing JSConf organizer as oversight 49 | | We essentially treat the JSConf event as a franchise model where the event is run entirely by the local individual or team. They handle all financial dealings, they arrange the schedule, they plan out the venue, the parties, and everything else. This gives the event a very local feeling to it which makes it very special, if you were to attend JSConf US and JSConf EU without knowing they were "JSConf" you would most likely think they are completely disjoint -- and that is intentional. We have this oversight clause just to ensure that 1.) the conference isn't taken in a direction that is befitting the other JSConf events and 2.) provide a single responsible person to help with questions regarding venue, speakers, budgeting, and how to manage everything. The most important job of the overseeing organizer is, much like Jan did, provide a view that isn't deep in the planning and be there to say "It will work out, don't worry". 50 | p. 51 | There are many people that think it would be great to run a JSConf and I definitely understand how it might seem from the outside, but it is not all roses on the organization side. If you are going to run a JSConf, it (for better or worse) already means something to the JS community, most times it is better to run a "JSConf like" event with a different name. If you reach out to us, we will help as much as we can and you want -- we want more events to happen all over the world. 52 | p. 53 | We are trying to bring a JSConf event near you, we promise. Unfortunately, since we are this loose federation of volunteers that also have day jobs (and families), we are limited in the amount of time we can spend and risk we can undertake with venue commitments, travel costs, etc.. If you want an event like JSConf, NodeConf, TXJS, or CapitolJS near you, send us an email and/or meet us at one of the events. 54 | -------------------------------------------------------------------------------- /public/images/braziljs.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | 8 | 9 | 10 | 24 | 25 | 26 | 27 | 28 | 29 | 31 | 32 | 33 | 41 | 46 | 48 | 50 | 51 | 52 | 55 | 68 | 78 | 90 | 92 | 94 | 95 | 96 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Apache License 2 | Version 2.0, January 2004 3 | http://www.apache.org/licenses/ 4 | 5 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 6 | 7 | 1. Definitions. 8 | 9 | "License" shall mean the terms and conditions for use, reproduction, 10 | and distribution as defined by Sections 1 through 9 of this document. 11 | 12 | "Licensor" shall mean the copyright owner or entity authorized by 13 | the copyright owner that is granting the License. 14 | 15 | "Legal Entity" shall mean the union of the acting entity and all 16 | other entities that control, are controlled by, or are under common 17 | control with that entity. For the purposes of this definition, 18 | "control" means (i) the power, direct or indirect, to cause the 19 | direction or management of such entity, whether by contract or 20 | otherwise, or (ii) ownership of fifty percent (50%) or more of the 21 | outstanding shares, or (iii) beneficial ownership of such entity. 22 | 23 | "You" (or "Your") shall mean an individual or Legal Entity 24 | exercising permissions granted by this License. 25 | 26 | "Source" form shall mean the preferred form for making modifications, 27 | including but not limited to software source code, documentation 28 | source, and configuration files. 29 | 30 | "Object" form shall mean any form resulting from mechanical 31 | transformation or translation of a Source form, including but 32 | not limited to compiled object code, generated documentation, 33 | and conversions to other media types. 34 | 35 | "Work" shall mean the work of authorship, whether in Source or 36 | Object form, made available under the License, as indicated by a 37 | copyright notice that is included in or attached to the work 38 | (an example is provided in the Appendix below). 39 | 40 | "Derivative Works" shall mean any work, whether in Source or Object 41 | form, that is based on (or derived from) the Work and for which the 42 | editorial revisions, annotations, elaborations, or other modifications 43 | represent, as a whole, an original work of authorship. For the purposes 44 | of this License, Derivative Works shall not include works that remain 45 | separable from, or merely link (or bind by name) to the interfaces of, 46 | the Work and Derivative Works thereof. 47 | 48 | "Contribution" shall mean any work of authorship, including 49 | the original version of the Work and any modifications or additions 50 | to that Work or Derivative Works thereof, that is intentionally 51 | submitted to Licensor for inclusion in the Work by the copyright owner 52 | or by an individual or Legal Entity authorized to submit on behalf of 53 | the copyright owner. For the purposes of this definition, "submitted" 54 | means any form of electronic, verbal, or written communication sent 55 | to the Licensor or its representatives, including but not limited to 56 | communication on electronic mailing lists, source code control systems, 57 | and issue tracking systems that are managed by, or on behalf of, the 58 | Licensor for the purpose of discussing and improving the Work, but 59 | excluding communication that is conspicuously marked or otherwise 60 | designated in writing by the copyright owner as "Not a Contribution." 61 | 62 | "Contributor" shall mean Licensor and any individual or Legal Entity 63 | on behalf of whom a Contribution has been received by Licensor and 64 | subsequently incorporated within the Work. 65 | 66 | 2. Grant of Copyright License. Subject to the terms and conditions of 67 | this License, each Contributor hereby grants to You a perpetual, 68 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 69 | copyright license to reproduce, prepare Derivative Works of, 70 | publicly display, publicly perform, sublicense, and distribute the 71 | Work and such Derivative Works in Source or Object form. 72 | 73 | 3. Grant of Patent License. Subject to the terms and conditions of 74 | this License, each Contributor hereby grants to You a perpetual, 75 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 76 | (except as stated in this section) patent license to make, have made, 77 | use, offer to sell, sell, import, and otherwise transfer the Work, 78 | where such license applies only to those patent claims licensable 79 | by such Contributor that are necessarily infringed by their 80 | Contribution(s) alone or by combination of their Contribution(s) 81 | with the Work to which such Contribution(s) was submitted. If You 82 | institute patent litigation against any entity (including a 83 | cross-claim or counterclaim in a lawsuit) alleging that the Work 84 | or a Contribution incorporated within the Work constitutes direct 85 | or contributory patent infringement, then any patent licenses 86 | granted to You under this License for that Work shall terminate 87 | as of the date such litigation is filed. 88 | 89 | 4. Redistribution. You may reproduce and distribute copies of the 90 | Work or Derivative Works thereof in any medium, with or without 91 | modifications, and in Source or Object form, provided that You 92 | meet the following conditions: 93 | 94 | (a) You must give any other recipients of the Work or 95 | Derivative Works a copy of this License; and 96 | 97 | (b) You must cause any modified files to carry prominent notices 98 | stating that You changed the files; and 99 | 100 | (c) You must retain, in the Source form of any Derivative Works 101 | that You distribute, all copyright, patent, trademark, and 102 | attribution notices from the Source form of the Work, 103 | excluding those notices that do not pertain to any part of 104 | the Derivative Works; and 105 | 106 | (d) If the Work includes a "NOTICE" text file as part of its 107 | distribution, then any Derivative Works that You distribute must 108 | include a readable copy of the attribution notices contained 109 | within such NOTICE file, excluding those notices that do not 110 | pertain to any part of the Derivative Works, in at least one 111 | of the following places: within a NOTICE text file distributed 112 | as part of the Derivative Works; within the Source form or 113 | documentation, if provided along with the Derivative Works; or, 114 | within a display generated by the Derivative Works, if and 115 | wherever such third-party notices normally appear. The contents 116 | of the NOTICE file are for informational purposes only and 117 | do not modify the License. You may add Your own attribution 118 | notices within Derivative Works that You distribute, alongside 119 | or as an addendum to the NOTICE text from the Work, provided 120 | that such additional attribution notices cannot be construed 121 | as modifying the License. 122 | 123 | You may add Your own copyright statement to Your modifications and 124 | may provide additional or different license terms and conditions 125 | for use, reproduction, or distribution of Your modifications, or 126 | for any such Derivative Works as a whole, provided Your use, 127 | reproduction, and distribution of the Work otherwise complies with 128 | the conditions stated in this License. 129 | 130 | 5. Submission of Contributions. Unless You explicitly state otherwise, 131 | any Contribution intentionally submitted for inclusion in the Work 132 | by You to the Licensor shall be under the terms and conditions of 133 | this License, without any additional terms or conditions. 134 | Notwithstanding the above, nothing herein shall supersede or modify 135 | the terms of any separate license agreement you may have executed 136 | with Licensor regarding such Contributions. 137 | 138 | 6. Trademarks. This License does not grant permission to use the trade 139 | names, trademarks, service marks, or product names of the Licensor, 140 | except as required for reasonable and customary use in describing the 141 | origin of the Work and reproducing the content of the NOTICE file. 142 | 143 | 7. Disclaimer of Warranty. Unless required by applicable law or 144 | agreed to in writing, Licensor provides the Work (and each 145 | Contributor provides its Contributions) on an "AS IS" BASIS, 146 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 147 | implied, including, without limitation, any warranties or conditions 148 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 149 | PARTICULAR PURPOSE. You are solely responsible for determining the 150 | appropriateness of using or redistributing the Work and assume any 151 | risks associated with Your exercise of permissions under this License. 152 | 153 | 8. Limitation of Liability. In no event and under no legal theory, 154 | whether in tort (including negligence), contract, or otherwise, 155 | unless required by applicable law (such as deliberate and grossly 156 | negligent acts) or agreed to in writing, shall any Contributor be 157 | liable to You for damages, including any direct, indirect, special, 158 | incidental, or consequential damages of any character arising as a 159 | result of this License or out of the use or inability to use the 160 | Work (including but not limited to damages for loss of goodwill, 161 | work stoppage, computer failure or malfunction, or any and all 162 | other commercial damages or losses), even if such Contributor 163 | has been advised of the possibility of such damages. 164 | 165 | 9. Accepting Warranty or Additional Liability. While redistributing 166 | the Work or Derivative Works thereof, You may choose to offer, 167 | and charge a fee for, acceptance of support, warranty, indemnity, 168 | or other liability obligations and/or rights consistent with this 169 | License. However, in accepting such obligations, You may act only 170 | on Your own behalf and on Your sole responsibility, not on behalf 171 | of any other Contributor, and only if You agree to indemnify, 172 | defend, and hold each Contributor harmless for any liability 173 | incurred by, or claims asserted against, such Contributor by reason 174 | of your accepting any such warranty or additional liability. 175 | 176 | END OF TERMS AND CONDITIONS 177 | 178 | APPENDIX: How to apply the Apache License to your work. 179 | 180 | To apply the Apache License to your work, attach the following 181 | boilerplate notice, with the fields enclosed by brackets "[]" 182 | replaced with your own identifying information. (Don't include 183 | the brackets!) The text should be enclosed in the appropriate 184 | comment syntax for the file format. We also recommend that a 185 | file or class name and description of purpose be included on the 186 | same "printed page" as the copyright notice for easier 187 | identification within third-party archives. 188 | 189 | Copyright [yyyy] [name of copyright owner] 190 | 191 | Licensed under the Apache License, Version 2.0 (the "License"); 192 | you may not use this file except in compliance with the License. 193 | You may obtain a copy of the License at 194 | 195 | http://www.apache.org/licenses/LICENSE-2.0 196 | 197 | Unless required by applicable law or agreed to in writing, software 198 | distributed under the License is distributed on an "AS IS" BASIS, 199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 200 | See the License for the specific language governing permissions and 201 | limitations under the License. 202 | --------------------------------------------------------------------------------