diff --git a/ar_AR/contributing/how/translations/index.html b/ar_AR/contributing/how/translations/index.html index c5617eed42..a92be3f0c1 100644 --- a/ar_AR/contributing/how/translations/index.html +++ b/ar_AR/contributing/how/translations/index.html @@ -270,6 +270,9 @@

The Buzz
  • + + July 2023 Status Update +
  • 2023Q3 Roadmap
  • diff --git a/ar_AR/index.html b/ar_AR/index.html index fc6bd684b4..bc150536f1 100644 --- a/ar_AR/index.html +++ b/ar_AR/index.html @@ -480,7 +480,7 @@

    آخر الأخبار

    -

    04 Jul: 2023Q3 Roadmap

    +

    01 Aug: July 2023 Status Update


    @@ -551,7 +551,7 @@

    آخر الأخبار

    -

    04 Jul: 2023Q3 Roadmap

    +

    01 Aug: July 2023 Status Update


    diff --git a/ar_AR/news/buzz/2023q3-roadmap/index.html b/ar_AR/news/buzz/2023q3-roadmap/index.html index 6db29075f6..57fdfa3b6a 100644 --- a/ar_AR/news/buzz/2023q3-roadmap/index.html +++ b/ar_AR/news/buzz/2023q3-roadmap/index.html @@ -225,6 +225,11 @@

    Summary

    +
    +الإدخال التالي +
    +
    July 2023 Status Update
    +
    diff --git a/ar_AR/news/buzz/atom.xml b/ar_AR/news/buzz/atom.xml index 93e2c5da9c..9bc94c1d13 100644 --- a/ar_AR/news/buzz/atom.xml +++ b/ar_AR/news/buzz/atom.xml @@ -1,5 +1,44 @@ -The Buzzurn:uuid:0f18b85e-c1d4-3086-935d-f801edebea162023-07-04T00:00:00ZBeeWare's official blog2023Q3 Roadmap2023-07-04T00:00:00ZRussell Keith-Mageeurn:uuid:6d790618-618f-36cf-b885-9ac46f13830d<p>2023 is halfway done, and BeeWare continues to make steady progress. As always, this roadmap should be read as a guide to what we aim to focus on over the coming quarter, rather than a hard commitment of features that will be made available on a specific deadline.</p> +The Buzzurn:uuid:0f18b85e-c1d4-3086-935d-f801edebea162023-08-01T00:00:00ZBeeWare's official blogJuly 2023 Status Update2023-08-01T00:00:00ZRussell Keith-Mageeurn:uuid:2820a89b-0faa-378f-b3a0-4f91ca8d71c5<p>The year rolls on, and so does progress on BeeWare!</p> +<div class="section" id="what-we-ve-done"> +<h2>What we've done</h2> +<ul class="simple"> +<li>We attended <a class="reference external" href="http://europython.eu">EuroPython 2023</a>, presenting on Briefcase, attending the WASM summit, and running a very successful 2 day sprint.</li> +<li>We've completed the audit of all Toga widgets on macOS, iOS and GTK! We've also completed the audit of <a class="reference external" href="https://github.com/beeware/toga/pull/1969">ScrollContainer</a> and <a class="reference external" href="https://github.com/beeware/toga/pull/1984">SplitContainer</a> on Windows and Android.</li> +<li>We've added support for <a class="reference external" href="https://github.com/beeware/briefcase/pull/1331">Docker Desktop and rootless Docker on Linux</a>.</li> +<li>We've added the ability to get <a class="reference external" href="https://github.com/beeware/briefcase/pull/1389">detailed logs from the tools used by Briefcase to build apps</a>.</li> +<li>We've corrected some <a class="reference external" href="https://github.com/beeware/briefcase/pull/1375">warnings generated by pip when installing Python packages on Linux</a>.</li> +<li>We've added support for <a class="reference external" href="https://github.com/beeware/briefcase/pull/1377">generating APKs as an output format for Android</a>.</li> +<li>We've improved error reporting when <a class="reference external" href="https://github.com/beeware/briefcase/pull/1378">an application can't start on Android due to the device being too old</a>, or <a class="reference external" href="https://github.com/beeware/briefcase/pull/1356">the Android device clock isn't in sync with the developer's laptop</a>.</li> +<li>We added <tt class="docutils literal">__repr__</tt> and <tt class="docutils literal">__str__</tt> implementations for Objective C structures like <a class="reference external" href="https://github.com/beeware/rubicon-objc/pull/340">NSRect, NSRange, NSPoint and more</a>.</li> +<li>We <a class="reference external" href="https://github.com/beeware/toga/pull/2027">formally dropped support for Python 3.7 in Toga</a>.</li> +<li>We improved error handling when <a class="reference external" href="https://github.com/beeware/toga/pull/2047">an app doesn't define a main window as part of it's startup</a>.</li> +<li>Type annotations in Toga <a class="reference external" href="https://github.com/beeware/toga/pull/2044">have been significantly improved</a>. We've been adding type annotations as part of the widget audit, but some types (such as callbacks) weren't as specific as they could have been. We're now using Protocols to define some of the more complex types in Toga.</li> +<li>We added an <a class="reference external" href="https://github.com/beeware/toga/pull/2050">ActivityIndicator</a> and <a class="reference external" href="https://github.com/beeware/toga/pull/2051">Divider</a> widget implementation in the Web backend.</li> +</ul> +</div> +<div class="section" id="what-s-next"> +<h2>What's next?</h2> +<p>The widget testing audit is now complete on macOS, iOS and GTK. An audit of App and Window functionality is all that stands in the way of 100% test coverage on those three platforms; it seems likely we'll get there by the end of this month. Android and Windows coverage is close behind, but might take a little longer.</p> +<p>Part of the reason for this delay is that we need to address an important change in the most recent release of Android Studio. Over the last few years, the Android ecosystem has been in the process of migrating its build system from Groovy to Kotlin; Android Studio Giraffe makes Kotlin the default for new projects, so we need to make sure we're compatible with that change. The widget audit has also highlighted that we need to improve our handling of subclass inheritance in Java; we're hoping to make some changes that will enable us to fill in a few more gaps in widget API coverage on Android.</p> +<p>We'll also be at <a class="reference external" href="https://2023.pycon.org.au">PyCon AU 2023</a> from August 18-22. We're presenting on Saturday; and we'll be there for the full duration of the sprints. See you in Tarntanya/Adelaide!</p> +</div> +<div class="section" id="want-to-get-involved"> +<h2>Want to get involved?</h2> +<p>Want to get involved? Here are some open issues that would be a great place to get started with contributing to a BeeWare project. They're all relatively minor changes, but would provide a big improvement to the lives of BeeWare users:</p> +<ol class="arabic simple"> +<li><a class="reference external" href="https://github.com/beeware/briefcase/issues/780">Filter out a message generated after Xcode updates</a></li> +<li><a class="reference external" href="https://github.com/beeware/briefcase/issues/808">Add the ability to configure the ABIs built by an Android project</a></li> +<li><a class="reference external" href="https://github.com/beeware/briefcase/issues/1099">Rationalise the application of adhoc signing on macOS</a></li> +<li><a class="reference external" href="https://github.com/beeware/briefcase/issues/1115">Provide an option to override app settings from the command line</a></li> +<li><a class="reference external" href="https://github.com/beeware/briefcase/issues/1270">Add support for custom PyPI repositories</a></li> +<li><a class="reference external" href="https://github.com/beeware/briefcase/issues/1393">Document how to debug an application in popular IDEs</a></li> +<li><a class="reference external" href="https://github.com/beeware/toga/issues/1979">Switch Toga's Winforms backend to use native Winforms imports</a></li> +<li><a class="reference external" href="https://github.com/beeware/toga/issues/1980">Switch Toga's Android backend to use native Chaquopy syntax</a></li> +</ol> +<p>Pick one of these tickets, drop a comment on the ticket to let others know you're looking at it, and try your hand at a PR! We have a <a class="reference external" href="https://briefcase.readthedocs.io/en/latest/how-to/contribute-code.html">guide on setting up a Briefcase development environment</a>; but if you need any additional assistance or guidance, you can ask on the ticket, or join us on the <a class="reference external" href="https://beeware.org/bee/chat/">BeeWare Discord server</a>.</p> +</div> +2023Q3 Roadmap2023-07-04T00:00:00ZRussell Keith-Mageeurn:uuid:6d790618-618f-36cf-b885-9ac46f13830d<p>2023 is halfway done, and BeeWare continues to make steady progress. As always, this roadmap should be read as a guide to what we aim to focus on over the coming quarter, rather than a hard commitment of features that will be made available on a specific deadline.</p> <div class="section" id="q2-progress"> <h2>Q2 progress</h2> <p>As with Q1, our focus in Q2 was on Toga testing. This has been a mammoth project; but it's finally nearing completion. All but 2 widgets (Canvas and DetailedList) have 100% branch coverage on macOS, iOS and GTK, while Android and Windows are only 5 more widgets behind (ScrollContainer, SplitContainer, OptionContainer, Table and Tree). Along the way, we've identified and resolved lots of inconsistencies in widget APIs, and resolved countless bugs. We've also fully documented every widget, ported the test suite to Pytest, and added type annotations in the code (mostly for documentation purposes, rather than formal validation). We've also completed testing and coverage of a lot of the non-widget functionality that wasn’t strictly planned for this quarter - features like Images, Icons, Validators, application paths, and colors; plus a lot of tests (and bugfixes) in the core widget layout. We've also got the start of some tooling that can be used to test the Web backend.</p> diff --git a/ar_AR/news/buzz/index.html b/ar_AR/news/buzz/index.html index 350ae1f29d..cfdb8d6dd8 100644 --- a/ar_AR/news/buzz/index.html +++ b/ar_AR/news/buzz/index.html @@ -184,6 +184,67 @@

    The Buzz

    +

    July 2023 Status Update

    +

    + +نُشِرَ من طرف + + + Russell Keith-Magee + + +في + 1 August 2023 +

    + +

    The year rolls on, and so does progress on BeeWare!

    +
    +

    What we've done

    + +
    +
    +

    What's next?

    +

    The widget testing audit is now complete on macOS, iOS and GTK. An audit of App and Window functionality is all that stands in the way of 100% test coverage on those three platforms; it seems likely we'll get there by the end of this month. Android and Windows coverage is close behind, but might take a little longer.

    +

    Part of the reason for this delay is that we need to address an important change in the most recent release of Android Studio. Over the last few years, the Android ecosystem has been in the process of migrating its build system from Groovy to Kotlin; Android Studio Giraffe makes Kotlin the default for new projects, so we need to make sure we're compatible with that change. The widget audit has also highlighted that we need to improve our handling of subclass inheritance in Java; we're hoping to make some changes that will enable us to fill in a few more gaps in widget API coverage on Android.

    +

    We'll also be at PyCon AU 2023 from August 18-22. We're presenting on Saturday; and we'll be there for the full duration of the sprints. See you in Tarntanya/Adelaide!

    +
    +
    +

    Want to get involved?

    +

    Want to get involved? Here are some open issues that would be a great place to get started with contributing to a BeeWare project. They're all relatively minor changes, but would provide a big improvement to the lives of BeeWare users:

    +
      +
    1. Filter out a message generated after Xcode updates
    2. +
    3. Add the ability to configure the ABIs built by an Android project
    4. +
    5. Rationalise the application of adhoc signing on macOS
    6. +
    7. Provide an option to override app settings from the command line
    8. +
    9. Add support for custom PyPI repositories
    10. +
    11. Document how to debug an application in popular IDEs
    12. +
    13. Switch Toga's Winforms backend to use native Winforms imports
    14. +
    15. Switch Toga's Android backend to use native Chaquopy syntax
    16. +
    +

    Pick one of these tickets, drop a comment on the ticket to let others know you're looking at it, and try your hand at a PR! We have a guide on setting up a Briefcase development environment; but if you need any additional assistance or guidance, you can ask on the ticket, or join us on the BeeWare Discord server.

    +
    + + + + + + + + +

    2023Q3 Roadmap

    @@ -686,60 +747,6 @@

    Summary

    - - - - - - -

    December 2022 Status Update

    -

    - -نُشِرَ من طرف - - - Russell Keith-Magee - - -في - 17 December 2022 -

    - -

    This status update is a little earlier than our usual end-of-month report because the team will be taking a well-earned break to spend time with family and friends over the holiday and new year period. As a result, we've got less to report than in past months; however, some significant progress and improvements have been made.

    -
    -

    What we've done

    -

    During December:

    - -
    -
    -

    What's next?

    -

    There won't be much more progress from the core team for the rest of this year. We'll still be around to handle critical problems, answer questions and do code reviews for contributors; but our response times might be a little slower than normal. We'll publish our Q1 2023 roadmap when we return in January - but we'll be largely picking up where this year has left off - improving the testing story for Toga.

    -
    -
    -

    Want to get involved?

    -

    Want to get involved? Here are some open issues that would be a great place to get started with contributing to a BeeWare project. They're all relatively minor changes, but would provide a big improvement to the lives of BeeWare users:

    -
      -
    1. Modify the handling of app signing options
    2. -
    3. Filter out a message generated after Xcode updates
    4. -
    5. Add the ability to refresh the support package in a project
    6. -
    7. Provide protection against creating projects with "semi-reserved" names
    8. -
    9. Add the ability to configure the ABIs built by an Android project
    10. -
    11. Add support for the ANDROID_HOME environment variable
    12. -
    13. Purge cache folders when installing app code in Briefcase
    14. -
    -

    Pick one of these tickets, drop a comment on the ticket to let others know you're looking at it, and try your hand at a PR! We have a guide on setting up a Briefcase development environment; but if you need any additional assistance or guidance, you can ask on the ticket, or join us on the BeeWare Discord server.

    -
    - - -
    diff --git a/ar_AR/news/buzz/july-2023-status-update/index.html b/ar_AR/news/buzz/july-2023-status-update/index.html new file mode 100644 index 0000000000..2702157f16 --- /dev/null +++ b/ar_AR/news/buzz/july-2023-status-update/index.html @@ -0,0 +1,326 @@ + + + + + + + + + July 2023 Status Update— BeeWare + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    + + + + + + +

    The year rolls on, and so does progress on BeeWare!

    +
    +

    What we've done

    + +
    +
    +

    What's next?

    +

    The widget testing audit is now complete on macOS, iOS and GTK. An audit of App and Window functionality is all that stands in the way of 100% test coverage on those three platforms; it seems likely we'll get there by the end of this month. Android and Windows coverage is close behind, but might take a little longer.

    +

    Part of the reason for this delay is that we need to address an important change in the most recent release of Android Studio. Over the last few years, the Android ecosystem has been in the process of migrating its build system from Groovy to Kotlin; Android Studio Giraffe makes Kotlin the default for new projects, so we need to make sure we're compatible with that change. The widget audit has also highlighted that we need to improve our handling of subclass inheritance in Java; we're hoping to make some changes that will enable us to fill in a few more gaps in widget API coverage on Android.

    +

    We'll also be at PyCon AU 2023 from August 18-22. We're presenting on Saturday; and we'll be there for the full duration of the sprints. See you in Tarntanya/Adelaide!

    +
    +
    +

    Want to get involved?

    +

    Want to get involved? Here are some open issues that would be a great place to get started with contributing to a BeeWare project. They're all relatively minor changes, but would provide a big improvement to the lives of BeeWare users:

    +
      +
    1. Filter out a message generated after Xcode updates
    2. +
    3. Add the ability to configure the ABIs built by an Android project
    4. +
    5. Rationalise the application of adhoc signing on macOS
    6. +
    7. Provide an option to override app settings from the command line
    8. +
    9. Add support for custom PyPI repositories
    10. +
    11. Document how to debug an application in popular IDEs
    12. +
    13. Switch Toga's Winforms backend to use native Winforms imports
    14. +
    15. Switch Toga's Android backend to use native Chaquopy syntax
    16. +
    +

    Pick one of these tickets, drop a comment on the ticket to let others know you're looking at it, and try your hand at a PR! We have a guide on setting up a Briefcase development environment; but if you need any additional assistance or guidance, you can ask on the ticket, or join us on the BeeWare Discord server.

    +
    + + +
    +
    + +
    +
    + + + +
    +الإدخال السابق +
    +
    2023Q3 Roadmap
    + +
    +
    +
    +
    + + + + + + + + + + diff --git a/ar_AR/news/buzz/page/2/index.html b/ar_AR/news/buzz/page/2/index.html index c1ffc9e9c7..ace14b3766 100644 --- a/ar_AR/news/buzz/page/2/index.html +++ b/ar_AR/news/buzz/page/2/index.html @@ -184,6 +184,60 @@

    The Buzz

    +

    December 2022 Status Update

    +

    + +نُشِرَ من طرف + + + Russell Keith-Magee + + +في + 17 December 2022 +

    + +

    This status update is a little earlier than our usual end-of-month report because the team will be taking a well-earned break to spend time with family and friends over the holiday and new year period. As a result, we've got less to report than in past months; however, some significant progress and improvements have been made.

    +
    +

    What we've done

    +

    During December:

    + +
    +
    +

    What's next?

    +

    There won't be much more progress from the core team for the rest of this year. We'll still be around to handle critical problems, answer questions and do code reviews for contributors; but our response times might be a little slower than normal. We'll publish our Q1 2023 roadmap when we return in January - but we'll be largely picking up where this year has left off - improving the testing story for Toga.

    +
    +
    +

    Want to get involved?

    +

    Want to get involved? Here are some open issues that would be a great place to get started with contributing to a BeeWare project. They're all relatively minor changes, but would provide a big improvement to the lives of BeeWare users:

    +
      +
    1. Modify the handling of app signing options
    2. +
    3. Filter out a message generated after Xcode updates
    4. +
    5. Add the ability to refresh the support package in a project
    6. +
    7. Provide protection against creating projects with "semi-reserved" names
    8. +
    9. Add the ability to configure the ABIs built by an Android project
    10. +
    11. Add support for the ANDROID_HOME environment variable
    12. +
    13. Purge cache folders when installing app code in Briefcase
    14. +
    +

    Pick one of these tickets, drop a comment on the ticket to let others know you're looking at it, and try your hand at a PR! We have a guide on setting up a Briefcase development environment; but if you need any additional assistance or guidance, you can ask on the ticket, or join us on the BeeWare Discord server.

    +
    + + + + + + + + +

    November 2022 Status Update

    @@ -725,33 +779,6 @@

    What's next?

    - - - - - - -

    Now Hiring!

    -

    - -نُشِرَ من طرف - - - Russell Keith-Magee - - -في - 9 May 2022 -

    - -

    BeeWare is now hiring!

    -

    The position is a full time, Mid- to Senior position. You will be working full time in the Open Source group at Anaconda, on the BeeWare suite of tools. Full details of the position can be found on Greenhouse.

    -

    The position calls for an unusual combination of skills. The ideal candidate would have experience building GUI applications (especially mobile) and Python skills. However, because of the existing state of the Python ecosystem, most Python developers don't have GUI development experience, and most GUI developers don't have extensive Python experience. For that reason, if the position is interesting to you, but you don't have all the "must have" attributes - I would encourage you to apply anyway. A candidate with no GUI development experience will still considered, as long as they've got a demonstrated history of doing weird and wonderful things with Python. Similarly, a developer with deep GUI experience, but no Python experience, will also be considered.

    -

    The job location requirements are also unusual. The position is remote; the position requires that your working hours need to be compatible with UTC+8. This means candidates from Australia, South East and South Asia will be a natural fit. European candidates will need to be prepared for early morning starts. US/Canadian candidates will need to be prepared for evening work (very late evenings if you're in CST or EST timezones). Anaconda has the capacity to hire in the UK, Germany, India, Australia, US, and Canada. If you're not a resident of one of those countries, it may be possible to hire you, but it will likely require you to operate as a private contractor rather than a salaried employee.

    -

    I'm incredibly excited for what the future holds for BeeWare - if you'd like to come on this journey with me, please apply (and tell them Russell sent you)!

    - - - diff --git a/ar_AR/news/buzz/page/3/index.html b/ar_AR/news/buzz/page/3/index.html index 10c48d334a..5a5547623a 100644 --- a/ar_AR/news/buzz/page/3/index.html +++ b/ar_AR/news/buzz/page/3/index.html @@ -184,6 +184,33 @@

    The Buzz

    +

    Now Hiring!

    +

    + +نُشِرَ من طرف + + + Russell Keith-Magee + + +في + 9 May 2022 +

    + +

    BeeWare is now hiring!

    +

    The position is a full time, Mid- to Senior position. You will be working full time in the Open Source group at Anaconda, on the BeeWare suite of tools. Full details of the position can be found on Greenhouse.

    +

    The position calls for an unusual combination of skills. The ideal candidate would have experience building GUI applications (especially mobile) and Python skills. However, because of the existing state of the Python ecosystem, most Python developers don't have GUI development experience, and most GUI developers don't have extensive Python experience. For that reason, if the position is interesting to you, but you don't have all the "must have" attributes - I would encourage you to apply anyway. A candidate with no GUI development experience will still considered, as long as they've got a demonstrated history of doing weird and wonderful things with Python. Similarly, a developer with deep GUI experience, but no Python experience, will also be considered.

    +

    The job location requirements are also unusual. The position is remote; the position requires that your working hours need to be compatible with UTC+8. This means candidates from Australia, South East and South Asia will be a natural fit. European candidates will need to be prepared for early morning starts. US/Canadian candidates will need to be prepared for evening work (very late evenings if you're in CST or EST timezones). Anaconda has the capacity to hire in the UK, Germany, India, Australia, US, and Canada. If you're not a resident of one of those countries, it may be possible to hire you, but it will likely require you to operate as a private contractor rather than a salaried employee.

    +

    I'm incredibly excited for what the future holds for BeeWare - if you'd like to come on this journey with me, please apply (and tell them Russell sent you)!

    + + + + + + + + +

    April 2022 Status Update

    @@ -667,38 +694,6 @@

    Final Thoughts

    - - - - - - -

    Project Spotlight: Colosseum

    -

    - -نُشِرَ من طرف - - - Russell Keith-Magee - - -في - 6 October 2017 -

    - -

    This article was originally published on the BeeWare Enthusiasts mailing list. If you'd like to receive regular updates about the BeeWare project, why not subscribe?

    -

    When you're designing a GUI app - be it for desktop, mobile, or browser - one of the most fundamental tasks is describing how to lay widgets out the screen. Most widget toolkits will use a grid or box packing model of some kind to solve this problem. These models tend to be relatively easy to get started, but rapidly fall apart when you have complex layout needs - or when you have layouts that need to adapt to different screen sizes.

    -

    Instead of inventing a new grid or box model, the Toga widget toolkit takes a different approach, using a well known scheme for laying out content: Cascading Style Sheets, or CSS. Although CSS is best known for specifying layout in web pages, there's nothing inherently web specific about it. At the end of the day, it's a system for describing the layout of a hierarchical collection of content nodes. However, to date, every implementation of CSS is bound to a browser, so the perception is that CSS is a browser-specific standard.

    -

    That's where Colosseum comes in. Colosseum is a browser independent implementation of a CSS rendering engine. It takes a tree of content "nodes" - such as a DOM from a HTML document - an applies CSS styling instructions to layout those nodes as boxes on the screen. In the case of Toga, instead of laying out <div> and <span> elements, you lay out Box and Button objects. This allows you to specify incredibly complex, adaptive layouts for Toga applications.

    -

    But Colosseum as a project has many other possible uses. It could be used anywhere that there is a need for describing layout outside a browser context. For example, Colosseum could be the cornerstone of a HTML to PDF renderer that doesn't require the involvement of a browser. It could also be used as a test harness and reference implementation for the CSS specification itself, providing a lightweight way to encode and test proposed changes to the specification.

    -

    The current implementation is based on Facebook's yoga project - it was originally a line-for-line port of yoga's javascript codebase into Python. However, yoga only implements the Flexbox portion of the CSS3 specification.

    -

    This week, we started a big project: rewriting Colosseum to be a fully standard-compliant CSS engine. The work so far can be found in the globe branch of the colosseum repository on Github. The first goal is CSS2.1 compliance, with an implementation of the traditional CSS box model and flow layout. Once we've got a reasonable implementation of that, we'll look to adding Grid and FlexBox layouts from the CSS3 specification set.

    -

    This is obviously a big job. CSS is a big specification, so there's a lot of work to be done - but that also means there's lots of places to contribute! Pick a paragraph of the CSS specification, build some test cases that demonstrate the cases described in that paragraph, and submit a patch implementing that behaviour!

    -

    It also highlights why your financial support is so important. While we could do this entirely with volunteered effort, we're going to make much faster progress if a small group of people could focus on this project full time. Financial support would allow up to significantly ramp up the development speed of Colosseum, and the rest of the BeeWare suite.

    -

    If you would like to see Colosseum and the rest of BeeWare develop to the point where it can be used for commercial applications, please consider supporting BeeWare financially. And if you have any leads for larger potential sources of funding, please get in touch.

    - - - diff --git a/ar_AR/news/buzz/page/4/index.html b/ar_AR/news/buzz/page/4/index.html index 09793d87f4..3bb63c4c53 100644 --- a/ar_AR/news/buzz/page/4/index.html +++ b/ar_AR/news/buzz/page/4/index.html @@ -184,6 +184,38 @@

    The Buzz

    +

    Project Spotlight: Colosseum

    +

    + +نُشِرَ من طرف + + + Russell Keith-Magee + + +في + 6 October 2017 +

    + +

    This article was originally published on the BeeWare Enthusiasts mailing list. If you'd like to receive regular updates about the BeeWare project, why not subscribe?

    +

    When you're designing a GUI app - be it for desktop, mobile, or browser - one of the most fundamental tasks is describing how to lay widgets out the screen. Most widget toolkits will use a grid or box packing model of some kind to solve this problem. These models tend to be relatively easy to get started, but rapidly fall apart when you have complex layout needs - or when you have layouts that need to adapt to different screen sizes.

    +

    Instead of inventing a new grid or box model, the Toga widget toolkit takes a different approach, using a well known scheme for laying out content: Cascading Style Sheets, or CSS. Although CSS is best known for specifying layout in web pages, there's nothing inherently web specific about it. At the end of the day, it's a system for describing the layout of a hierarchical collection of content nodes. However, to date, every implementation of CSS is bound to a browser, so the perception is that CSS is a browser-specific standard.

    +

    That's where Colosseum comes in. Colosseum is a browser independent implementation of a CSS rendering engine. It takes a tree of content "nodes" - such as a DOM from a HTML document - an applies CSS styling instructions to layout those nodes as boxes on the screen. In the case of Toga, instead of laying out <div> and <span> elements, you lay out Box and Button objects. This allows you to specify incredibly complex, adaptive layouts for Toga applications.

    +

    But Colosseum as a project has many other possible uses. It could be used anywhere that there is a need for describing layout outside a browser context. For example, Colosseum could be the cornerstone of a HTML to PDF renderer that doesn't require the involvement of a browser. It could also be used as a test harness and reference implementation for the CSS specification itself, providing a lightweight way to encode and test proposed changes to the specification.

    +

    The current implementation is based on Facebook's yoga project - it was originally a line-for-line port of yoga's javascript codebase into Python. However, yoga only implements the Flexbox portion of the CSS3 specification.

    +

    This week, we started a big project: rewriting Colosseum to be a fully standard-compliant CSS engine. The work so far can be found in the globe branch of the colosseum repository on Github. The first goal is CSS2.1 compliance, with an implementation of the traditional CSS box model and flow layout. Once we've got a reasonable implementation of that, we'll look to adding Grid and FlexBox layouts from the CSS3 specification set.

    +

    This is obviously a big job. CSS is a big specification, so there's a lot of work to be done - but that also means there's lots of places to contribute! Pick a paragraph of the CSS specification, build some test cases that demonstrate the cases described in that paragraph, and submit a patch implementing that behaviour!

    +

    It also highlights why your financial support is so important. While we could do this entirely with volunteered effort, we're going to make much faster progress if a small group of people could focus on this project full time. Financial support would allow up to significantly ramp up the development speed of Colosseum, and the rest of the BeeWare suite.

    +

    If you would like to see Colosseum and the rest of BeeWare develop to the point where it can be used for commercial applications, please consider supporting BeeWare financially. And if you have any leads for larger potential sources of funding, please get in touch.

    + + + + + + + + +

    2017 Google Summer of Code - Port Cricket to use Toga, instead of Tkinter

    diff --git a/ar_AR/news/index.html b/ar_AR/news/index.html index bd8085c12f..d05f96bbbb 100644 --- a/ar_AR/news/index.html +++ b/ar_AR/news/index.html @@ -180,6 +180,18 @@

    الأخبار

    +

    July 2023 Status Update

    +

    +نُشِرَ من طرف + + + Russell Keith-Magee + + +في + 2023-08-01 +

    +

    2023Q3 Roadmap

    نُشِرَ من طرف @@ -288,18 +300,6 @@

    2023Q1 Roadmap

    2023-01-11

    -

    December 2022 Status Update

    -

    -نُشِرَ من طرف - - - Russell Keith-Magee - - -في - 2022-12-17 -

    - ... المزيد من المقالات diff --git a/ar_AR/sitemap.xml b/ar_AR/sitemap.xml index 2bc56c5cf4..78c9ba8036 100644 --- a/ar_AR/sitemap.xml +++ b/ar_AR/sitemap.xml @@ -2,6 +2,7 @@ http://beeware.org/ar_AR/news/ http://beeware.org/ar_AR/news/buzz/ + http://beeware.org/ar_AR/news/buzz/july-2023-status-update/ http://beeware.org/ar_AR/news/buzz/2023q3-roadmap/ http://beeware.org/ar_AR/news/buzz/june-2023-status-update/ http://beeware.org/ar_AR/news/buzz/may-2023-status-update/ diff --git a/ar_AR/sitemap/index.html b/ar_AR/sitemap/index.html index 2f85e0d287..c00e6475cf 100644 --- a/ar_AR/sitemap/index.html +++ b/ar_AR/sitemap/index.html @@ -172,6 +172,10 @@

    خريطة الموقع

  • The Buzz