No description
Find a file
2021-07-30 17:05:40 +08:00
.github/workflows Update CI job and task names. 2020-06-02 16:34:30 +08:00
assets Fixed menu bug (#292) (#459) 2021-03-03 21:15:34 -08:00
configs Initial Polish translation 2020-10-11 06:00:02 +02:00
content fixed typo in image name 2021-07-30 09:49:11 +01:00
databags Initial Polish translation 2020-10-11 06:00:02 +02:00
flowblocks Rename field and organize home content file 2017-07-24 23:16:54 -05:00
models Move Elias to emeritus status. 2020-06-03 09:16:37 +08:00
packages Tweaked language in plugin comments. 2020-04-11 07:13:42 +08:00
templates Fixed #415 - Removed reference to Windows Phone 2020-06-05 13:24:50 +08:00
.gitignore Correct some vimeo video links. 2021-02-15 10:23:04 +08:00
BeeWare.lektorproject Initial Polish translation 2020-10-11 06:00:02 +02:00
CNAME The big rename; pybee->beeware. 2019-03-30 12:43:30 +08:00
CONTRIBUTING.md The big rename; pybee->beeware. 2019-03-30 12:43:30 +08:00
LICENSE Added license and updated README. 2016-07-03 17:54:40 +08:00
README.rst Update README.rst 2020-06-16 19:18:46 +05:30
requirements.txt Add netlify build preview integration 2020-07-06 20:48:10 -05:00
runtime.txt Add netlify build preview integration 2020-07-06 20:48:10 -05:00

.. image:: http://beeware.org/static/images/brutus-270.png
    :width: 72px
    :target: https://beeware.org

beeware.github.io
=================

This is the homepage for the `BeeWare project`_.

It is a `Lektor`_-based site.

If you want to contribute a modification, you can fork this repository and
submit a pull request. However, **do not fork the master branch** - fork the
`lektor branch`_ and make changes there instead.

.. _lektor branch: https://github.com/beeware/beeware.github.io/tree/lektor

If you want to test out a change before you submit it, create a virtual 
environment, and install `Lektor`_::

    $ python3 -m venv venv
    $ source venv/bin/activate
    (venv) $ python -m pip install lektor

Then from the root directory of the checkout, run::

    (venv) $ lektor server

.. _Lektor: https://getlektor.com

This will `start a webserver`_ that will autoreload whenever you make a change
to site content.

.. _start a webserver: http://127.0.0.1:5000

Community
---------

You can talk to the community through:

* `@pybeeware on Twitter`_

* BeeWare Gitter channel: `beeware/general`_

* `Tickets on the beeware.github.io issue tracker`_

Contributing
------------

If you find problems with this website, `log them on GitHub`_. If you
want to contribute, please `fork the code`_ and `submit a pull request`_.

Before submitting a pull request, please make sure your forked branch is up
to date with the original branch. To do this:

- set your upstream remote::

    $ git remote add upstream https://github.com/beeware/beeware.github.io.git

- make sure you have the latest changes from upstream::

    $ git fetch upstream

- rebase your **lektor** branch to **upstream** before pushing to git and
  submitting a pull request::

    $ git rebase upstream/lektor


.. _BeeWare project: http://beeware.org
.. _@pybeeware on Twitter: https://twitter.com/pybeeware
.. _beeware/general: https://gitter.im/beeware/general
.. _Tickets on the beeware.github.io issue tracker: https://github.com/beeware/beeware.github.io/issues
.. _log them on Github: https://github.com/beeware/beeware.github.io/issues
.. _fork the code: https://github.com/beeware/beeware.github.io/tree/lektor
.. _submit a pull request: https://github.com/beeware/beeware.github.io/pulls


Translating
-----------

Want to make BeeWare more accessible to non-English-speakers?  Help translate
the site!  Steps are as follows:

1. Add language specification to `BeeWare.lektorproject
   <https://github.com/beeware/beeware.github.io/blob/lektor/BeeWare.lektorproject>`_.

   Fill out the name of the language, its url prefix, and the locale. Make sure
   you use the correct `ISO 639-1
   <https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes>`_ locale code - for
   many countries, it's not the same as the national TLD. For example, the ISO
   639-1 Danish locale is 'da', but Denmark uses the '.dk' TLD.

2. Add an entry for your language to the `Atom configuration
   <https://github.com/beeware/beeware.github.io/blob/lektor/configs/atom.ini>`_.

3. Add your first translation, by translating the names for the menus at the
   top of each page. Edit `the menus translation file
   <https://github.com/beeware/beeware.github.io/blob/lektor/databags/menu.ini>`_,
   adding a block for your language.

4. Start adding translations for content pages on the site. Translated files
   are at the same directory level as the primary English files, but have a
   language suffix. For example, Arabic's locale is 'ar', so you would add
   `contents+ar.lr` wherever the original file name is `contents.lr`

A great place to start translating is the `contributing section
<https://beeware.org/contributing/>`_.