Coder Social home page Coder Social logo

world-wide-jugs / globalwwjugs Goto Github PK

View Code? Open in Web Editor NEW
16.0 8.0 48.0 289 KB

World Wide JUGs - List of Java User Groups around the world

Home Page: https://world-wide-jugs.github.io/GlobalWWJugs/

License: GNU General Public License v3.0

Ruby 14.29% HTML 85.71%
jug user groups javausergroups communities

globalwwjugs's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

globalwwjugs's Issues

Provide a Docker option to run the site locally on you machine

I prefer not to install/manage Ruby versions and their dependencies on my Mac and keep them safely contained in a Docker container.

If you have Docker installed on you machines then with a simple docker-compose.yaml file in the project

version: '3'

services:
  jekyll:
    image: bretfisher/jekyll-serve
    volumes:
      - .:/site
    ports:
      - '4000:4000'

You can spin up the site locally with

docker-compose up

Without needing to install Ruby and manage it.

Note: there are various Docker images that help you do this, I picked bretfisher/jekyll-serve at random from a quick Google search but if open to this I can review and choose a good candidate image to provide this feature.

Paginate the list of JUGs & search

Based on the number of JUGs we have... it will be really great to paginate all the "records" to be able to paginate all of them.

Also, it would be great to be able to offer a search feature to find exactly the JUG the user wants.

Create template for JUG specific information

We agree to have a dedicated page that enables each JUG around the world to fill in the following information:

  • Name (*)
  • Location (*)
  • Website (*)
  • Social media
    • twitter (*)
  • Recurrent events
  • Newsletter
  • Q&A (redirect to the general Q&A section)

(* recommended to have)

Create JUGs Map

The metadata for the map can be coming from the proposed structure defined in #5

Create JUG index page

Add a JUG index page order alphabetically by Country.
For example, the jugIndex will contain a reference to git/jugs/Global/JUGS/M/

Taking into consideration that one Country can have 1-*(to many) JUGs, the proposal for the tree structure is:

.
└── Global
    ├── JUGS
    │   ├── G
    │   │   └── Guatemala
    │   ├── M
    │   │   └── Mexico
    │   │       ├── JUG-1
    │   │       └── JUG-2
    │   ├── S
    │   │   └── Spain
    │   └── aTemplate.md
    ├── LICENSE
    ├── README.md
    └── jugIndex.md

Create Guatemala Java User Group landing page

Overall steps:

  • Under git/jugs/Global/JUGS/G/Guatemala create the JUG landing pageGuate-JUG.md containing as a minimum the information described in the JUG template (currently available in this PR: #3)
  • Feel free to promote on Social media that you open a PR to encourage more JUGs to start creating PR's ;)

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.