GithubHelp home page GithubHelp logo

sketchk / cocoaconferences Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lascorbe/cocoaconferences

0.0 0.0 0.0 673 KB

List of Cocoa conferences for iOS & macOS developers

Home Page: http://cocoaconferences.com

JavaScript 99.32% Ruby 0.68%

cocoaconferences's Introduction

To see the list of conferences go here:


List of conferences for developers interested on Apple related ecosystems (iOS, iPadOS, macOS, watchOS, tvOS, UIKit, Swift, SwiftUI, ReactNative, Flutter...).

Adding a new conference

The site is generated from this file; add new conferences there in YAML format.

When editing an existing conference, there is no need to manually remove the corresponding date fields for past conferences; those are updated automatically. Your entry should look like this:

- name: The name of the conference
  link: The URL for the conference website
  location: Text briefly describing where the conference will be held
  start: The day the conference starts (in "year-month-day" format)
  end: The day the conference ends (in "year-month-day" format)
  cocoa-only: true or false
  cfp:
      link: The url at which prospective speakers my respond to the Call For Papers
      deadline: the last day on which a talk proposal may be submitted (in "year-month-day" format)

โš ๏ธ The indentation is really important on .yml files, keep the same number of spaces as the rest of entries or it won't parse the file correctly.

Examples

The following example provides all of the necessary information. It describes a conference occurring from March 4 to March 6, 2019. It is applicable to Cocoa developers, and includes information about how to respond to the call for papers.

- name: Example Conf 2019
  link: https://2019.example.com/conference
  location: ๐Ÿด Anytown, Atlantis
  start: 2019-03-04
  end: 2019-03-06
  cocoa-only: true
  cfp:
      link: https://2019.example.com/conference/cfp
      deadline: 2019-01-31

This example provides some of the information, but omits the call for papers information. Perhaps it is not known, or perhaps the conference is not accepting submissions.

The cfp section of an item may be left incomplete, or may be omitted entirely.

- name: Example Conf 2020
  link: https://2020.example.com/conference
  location: ๐Ÿด Anytown, Atlantis
  start: 2020-03-04
  end: 2020-03-06
  cocoa-only: false

For detailed information about the required information for a conference, check out the comments at the top of conferences.yml.

If you get stuck, just open an issue!

Contributing

Adding a Conference

  1. Fork the project.
  2. Clone it locally.
  3. Add your conference to conferences.yml. It will be automatically sorted to the right spot on the website
  4. Open a PR ๐ŸŽ‰

Work on the code locally

  1. Fork the project.
  2. Clone it locally.
  3. Run bundle install to install initial dependencies.
  4. Run bundle exec jekyll serve. The local site will be available at http://127.0.0.1:4000.

Deploying

Deploying is handled automatically when a commit is made to the master branch or your pull request is merged.

cocoaconferences's People

Contributors

lascorbe avatar mariusc avatar davedelong avatar fassko avatar brunokoga avatar mrh-is avatar viteinfinite avatar dependabot[bot] avatar atomicbird avatar icanzilb avatar franciscoamado avatar zntfdr avatar shams-ahmed avatar m1zz avatar jeroenleenarts avatar jpmartha avatar abizern avatar balestrapatrick avatar matejbalantic avatar andreividrasco avatar parrots avatar djngoma avatar hungtruong avatar jacobbullock avatar nsmyself avatar facumenzella avatar xavierlowmiller avatar adamrushy avatar simonbromberg avatar yas375 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.