Code Monkey home page Code Monkey logo

2018.pycon.sk's Introduction

PyCon SK 2018 Website

Translation status

Official PyCon SK 2018 website.

Contributing

Contributions are welcome. If you found a bug please open an issue at our GitHub repo, or submit a pull request. We do welcome any kind of pull request event if it is just a typo ;)

Project structure

1 branch:

  • master - the Flask app, templates, static files, translations (make your changes here)

Installation

  • clone repository locally:

    git clone https://github.com/pyconsk/2018.pycon.sk.git
    cd 2018.pycon.sk
    
  • creates a virtual environment, activate it and installs all requirements:

    python3.6 -m venv envs3
    source envs3/bin/activate
    pip install -r requirements.txt --no-binary :all:
    
  • start flask server, and you can view it in browser (http://127.0.0.1:5000/en/index.html):

    python views.py
    

Translations

Translations are made with Flask-Babel. All translations are located in translations directory, update messages.po with your translations messages.

  • collect translation strings from Flask app:

    pybabel extract -F babel.cfg -o messages.pot .
    
  • update translation messages.po files with collected translation strings:

    pybabel update -i messages.pot -d translations
    
  • compile translated messages and generate messages.po files:

    pybabel compile -d translations
    

Generate static site

Frozen-Flask freezes a Flask application into a set of static files. The result can be hosted without any server-side software other than a traditional web server.

  • generate static files, and you can find them in build directory:

    python freezer.py
    
  • verify the generated result in browser (http://127.0.0.1:8000/en/index.html):

    cd build
    python -m SimpleHTTPServer 8000
    

Continuous Deployment

Anything committed to master branch will be automatically deployed on live server. Live site contain only generated static site in build directory.

Fonts

Embedded pyconsk font generated with Fontello and contain Font Awesome and Entypo icons.

Stylesheets

For grids and base layout we use Picnic CSS, our design is stored in pyconsk.css stylesheet. Both files are merged and minimized via YUI Compressor:

cat picnic.css pyconsk.css > stylesheet.css
java -jar yuicompressor.jar stylesheet.css -o stylesheet.min.css

Links

License

  • MIT license for code (code - GitHub repo)
  • CC-BY for content, except sponsors logo's (consult with particular company if you would like to use their logo)
  • SIL for embedded fonts

For more details read the LICENSE file.

2018.pycon.sk's People

Contributors

16961714b avatar adman avatar dn0 avatar hroncok avatar jangondol avatar ludolph-bot avatar marekmansell avatar mimmon avatar mnalevanko avatar nalevanko avatar pytlicek avatar ricco386 avatar secult avatar tomashorvath1 avatar zoltanonody avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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

2018.pycon.sk's Issues

Add footer note

Add note in the footer:
Found a bug? Missing some information? This is community managed website, contribute at our GitHub.

Update venue page with venue

Conference will happen: 9-11.3.2018
Venue Address:

Slovak University of Technology in Bratislava
Faculty of Informatics and Information Technologies
Ilkovičova 2
842 16 Bratislava 4

Getting here page

We dont know the venue yet, so lets call the page (in menu) getting here for now :) html file could be called venue so we do not change link in case someone link to us.

For now you can use majority of the texts from last year: https://2017.pycon.sk/venue/

Do we know some interesting link about Bratislava? Anyhting in particular that we can mention to people?

Add media kit and media section page

Media section should contain some information how to officially contact organizers about media coverage, media tickets, etc.

Media kit should contain:

logo
logo grayscale
logo with text square
logo with text square grayscale
logo with text rectangle
logo with text rectangle grayscale

all files should be in vectors (svg and pdf) and also high resolution png, so it is suitable for print.

Add EN and SK version

Add EN and SK version fo the site. This is asking to be done via template so all the design changes will be reflected in all translations.

Possibly we could do it the same way as PyCon SK 2016 and possibly upgraded by use of frozen flask...?

Additional languages for website

We will support EN and SK fir the website, however it would be nice to have also additional languages on the website.

This issue is long-term and not for just one person. It is call for help to make the PyCon SK 2018 better.

If you do not have any experience and want to start contributing to open source project this is the easiest way how to do so. Just follow the guide in README.rst or add your translations to any file in subirectory:

https://github.com/pyconsk/2018.pycon.sk/tree/master/translations

Currently we have pre-generated DE directory apart from SK (that is translated from EN), but if you would like to submit in any other language (HU, CZ, etc.) please just write a comment in this issue.

We will show all participating people at our website, so join us and help us make conference even better this year.

Improoved landing page text (add more info)

Even thou it is really soon, we can have a paragraph of some nice text about conference. We can refer to our previous years to show our achievements. We can talk about Global PyCon, and we should define what PyCon SK is about.

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.