Re: Fedora Developer Portal update

2022-10-11 Thread Jarek Prokop

On 10/11/22 20:15, Jarek Prokop wrote:


Hi all,

Fedora Developer Portal has a new update, it should be visible in a 
few hours.


Most notable changes:
Website:
  * The "Edit this page" and "Report an issue" buttons spawn a new tab 
instead of redirecting now.


Updates:
  * 
https://developer.fedoraproject.org/tech/languages/python/fastapi-installation.html

  * https://developer.fedoraproject.org/tools/vagrant/vagrant-libvirt.html
  * https://developer.fedoraproject.org/deployment/openshift/about.html

Old new pages: (They were written some time back, but due to incorrect 
yaml in the heading they never showed up correctly)
  * 
https://developer.fedoraproject.org/tech/languages/gjs/gjs-installation.html
  * 
https://developer.fedoraproject.org/tech/languages/groovy/groovy-installation.html


Flatpak installation fixups:
  * 
https://developer.fedoraproject.org/tech/languages/dotnet/dotnet-ide.html

  * https://developer.fedoraproject.org/start/hw/arduino/about.html

New feature, deprecation for the following pages, unless an update to 
these pages is made they will be deleted in 6 months:

(Notified fedora-devel, see [1])

  * https://developer.fedoraproject.org/tech/database/cassandra/about.html
  * https://developer.fedoraproject.org/tech/database/mongodb/about.html
    * MongoDB page got an update with the deprecation, since some 
commands were using the `sudo service ...` command
  * 
https://developer.fedoraproject.org/tech/languages/groovy/groovy-installation.html


Please allow for a few hours since this email for these changes to 
propagate onto the servers.


Feedback on these changes and more welcome by email or on 
https://github.com/developer-portal/content .


Regards,
Jarek Prokop

[1] 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/N3VCUO7KB72GBTEIE5DDLQDY7RQDOF7F/




s/developer.stg.fedoraproject/developer.fedoraproject/g


*Sigh*, sorry, I forgot to change the links to point to production and 
not staging...

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Fedora Developer Portal update

2022-10-11 Thread Jarek Prokop

Hi all,

Fedora Developer Portal has a new update, it should be visible in a few 
hours.


Most notable changes:
Website:
  * The "Edit this page" and "Report an issue" buttons spawn a new tab 
instead of redirecting now.


Updates:
  * 
https://developer.stg.fedoraproject.org/tech/languages/python/fastapi-installation.html
  * 
https://developer.stg.fedoraproject.org/tools/vagrant/vagrant-libvirt.html

  * https://developer.stg.fedoraproject.org/deployment/openshift/about.html

Old new pages: (They were written some time back, but due to incorrect 
yaml in the heading they never showed up correctly)
  * 
https://developer.stg.fedoraproject.org/tech/languages/gjs/gjs-installation.html
  * 
https://developer.stg.fedoraproject.org/tech/languages/groovy/groovy-installation.html


Flatpak installation fixups:
  * 
https://developer.stg.fedoraproject.org/tech/languages/dotnet/dotnet-ide.html

  * https://developer.stg.fedoraproject.org/start/hw/arduino/about.html

New feature, deprecation for the following pages, unless an update to 
these pages is made they will be deleted in 6 months:

(Notified fedora-devel, see [1])

  * 
https://developer.stg.fedoraproject.org/tech/database/cassandra/about.html
  * 
https://developer.stg.fedoraproject.org/tech/database/mongodb/about.html
    * MongoDB page got an update with the deprecation, since some 
commands were using the `sudo service ...` command
  * 
https://developer.stg.fedoraproject.org/tech/languages/groovy/groovy-installation.html


Please allow for a few hours since this email for these changes to 
propagate onto the servers.


Feedback on these changes and more welcome by email or on 
https://github.com/developer-portal/content .


Regards,
Jarek Prokop

[1] 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/N3VCUO7KB72GBTEIE5DDLQDY7RQDOF7F/
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Fedora Developer Portal update

2022-04-06 Thread Jarek Prokop

Forgot to reply to devel :)

On 4/5/22 22:54, Jaroslav Prokop wrote:

On 4/5/22 13:23, Ben Beasley wrote:


Thanks for updating these pages.

I noticed that the Flask and Django pages have language like:

Fedora includes a |python3-flask| package that you can install
and import. However, unless you are developing or packaging an
application for Fedora, it is more useful to install Flask as a
third-party package inside a /virtual environment/. This will
keep your project separate from your system, giving you more
freedom in choosing additional libraries and their versions, and
easing collaboration with people who aren’t using Fedora yet.

which, I think is reasonable; for better or worse, this is how 
Python-based web development is conventionally done in practice.


It might be worthwhile to use similar language on the FastAPI page. 
Currently, the page recommends a virtualenv, but doesn’t mention that 
there is a python3-fastapi package in Fedora too.



Thanks for the feedback!

If would find time to write this up, feel free to contribute initial 
PR into the content [0] repo.


I already submitted an issue [1] to make sure it is tracked.


Regards
Jarek

[0] https://github.com/developer-portal/content/
[1] https://github.com/developer-portal/content/issues/424___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Fedora Developer Portal update

2022-04-05 Thread Ben Beasley

Thanks for updating these pages.

I noticed that the Flask and Django pages have language like:

   Fedora includes a |python3-flask| package that you can install and
   import. However, unless you are developing or packaging an
   application for Fedora, it is more useful to install Flask as a
   third-party package inside a /virtual environment/. This will keep
   your project separate from your system, giving you more freedom in
   choosing additional libraries and their versions, and easing
   collaboration with people who aren’t using Fedora yet.

which, I think is reasonable; for better or worse, this is how 
Python-based web development is conventionally done in practice.


It might be worthwhile to use similar language on the FastAPI page. 
Currently, the page recommends a virtualenv, but doesn’t mention that 
there is a python3-fastapi package in Fedora too.


On 4/5/22 04:00, Jarek Prokop wrote:

Hello,

overdue update has just been pushed to release
and will be available soon on the website.

Most notable changes:
  * Introduce Lua installation [0]
  * Python FastAPI installation [1]
  * Configuring RubyGems through .gemrc [2]
  * Document usage of qemu sessions in Vagrant [3]
  * Long overdue update of IRC links to point to Libera [4]

[0] 
https://developer.fedoraproject.org/tech/languages/lua/lua_installation.html 

[1] 
https://developer.fedoraproject.org/tech/languages/python/fastapi-installation.html 

[2] 
https://developer.fedoraproject.org/tech/languages/ruby/gems-installation.html 

[3] 
https://developer.fedoraproject.org/tools/vagrant/vagrant-libvirt.html


[4] 
https://developer.fedoraproject.org/deployment/secondary_architectures/powerpc.html 

[4] 
https://developer.fedoraproject.org/deployment/secondary_architectures/s390.html 

[4] 
https://developer.fedoraproject.org/tech/languages/python/python-sig.html


Regards,
Jarek Prokop

---
Fedora IRC: jackorp
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/

List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Fedora Developer Portal update

2022-04-05 Thread Jarek Prokop

Hello,

overdue update has just been pushed to release
and will be available soon on the website.

Most notable changes:
  * Introduce Lua installation [0]
  * Python FastAPI installation [1]
  * Configuring RubyGems through .gemrc [2]
  * Document usage of qemu sessions in Vagrant [3]
  * Long overdue update of IRC links to point to Libera [4]

[0] 
https://developer.fedoraproject.org/tech/languages/lua/lua_installation.html 

[1] 
https://developer.fedoraproject.org/tech/languages/python/fastapi-installation.html 

[2] 
https://developer.fedoraproject.org/tech/languages/ruby/gems-installation.html 


[3] https://developer.fedoraproject.org/tools/vagrant/vagrant-libvirt.html

[4] 
https://developer.fedoraproject.org/deployment/secondary_architectures/powerpc.html 

[4] 
https://developer.fedoraproject.org/deployment/secondary_architectures/s390.html 

[4] 
https://developer.fedoraproject.org/tech/languages/python/python-sig.html


Regards,
Jarek Prokop

---
Fedora IRC: jackorp
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Fedora Developer Portal Update

2021-11-18 Thread Jarek Prokop

Hello,

Fedora Developer Portal just got an update.

Notable changes:
  * Added Redis page [1]
  * Added Fortran page [2]
  * Added Virtualization pages [3]

Any feedback is welcome!

[1] https://developer.fedoraproject.org/tech/database/redis/about.html
[2] 
https://developer.fedoraproject.org/tech/languages/fortran/fortran-installation.html

[3] https://developer.fedoraproject.org/tools/virtualization/about.html

Regards,
Jarek Prokop
Intern, Red Hat
Brno, Czech Republic
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Fedora Developer Portal update

2021-06-16 Thread Pavel Valena
Hello,

Fedora Developer Portal just got an update.

Notable changes:
  - Added R language pages [1]
  - Added Maven section to Java page [2]
  - Updated Python pages [3]

Any feedback is welcome!

[1] https://developer.fedoraproject.org/tech/languages/r/r-installation.html
[2] 
https://developer.fedoraproject.org/tech/languages/java/java-build-tools-installation.html
[3] 
https://developer.fedoraproject.org/tech/languages/python/python-installation.html

Regards,
--
Pavel Valena
Software Engineer, Red Hat
Brno, Czech Republic
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Fedora Developer Portal - update

2016-06-27 Thread Adam Samalik
I have just updated the Fedora Developer Portal with the following content.
Big thanks to everyone who contributed!


What's new:

- Eclipse
  https://developer.fedoraproject.org/tools/eclipse/about.html
  by Alexander Kurtakov

- Maintain and Improve
  https://developer.fedoraproject.org/deployment/maintain/about.html
  by Petr Hracek

- Secondary Architectures

https://developer.fedoraproject.org/deployment/secondary_architectures/about.html
  by Sinny Kumari

- Jekyll
  https://developer.fedoraproject.org/start/sw/web-app/jekyll.html
  by Jakub Kadlcik

- Laravel 5
  https://developer.fedoraproject.org/start/sw/web-app/laravel5.html
  by nat-

- GTK+
  https://developer.fedoraproject.org/tech/languages/c/gtk.html
  by Felipe Borges

- PyGObject
  https://developer.fedoraproject.org/tech/languages/python/pygobject.html
  by Felipe Borges

- PHP SIG
  https://developer.fedoraproject.org/tech/languages/php/php-sig.html
  by Neal Gompa


Updated pages:

- Docker
  https://developer.fedoraproject.org/tools/docker/about.html
  by Jiri Popelka



-- 

Adam Šamalík
---
Associate Software Engineer
Red Hat
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org


Fedora Developer Portal Update

2015-09-11 Thread Adam Samalik
Hi everyone,

this is an update about the new Fedora Developer Portal project [1]:

 * The design implementation is almost done. See it live on
http://developer.fedorainfracloud.org. Big thanks to Máirín Duffy! There
are still some minor issues [2] to solve - we'll welcome any help with
that.

 * We are now finishing the technical implementation for our first
milestone [3] - i.e. Jekyll setup including some plugins like search and
blog post refreshing.

 * Content for the first milestone is on it's way, but we are still missing
some essential parts like DevAssistant, Docker or Python.

 * We are also working on the deployment.

What do you think?
As this is just a first, limited release, do you have any ideas about the
future?

Thanks!
Adam

[1] https://fedoraproject.org/wiki/Websites/Developer
[2] https://github.com/developer-portal/website/issues
[3] https://github.com/developer-portal/content/milestones/first%20release

-- 

Adam Šamalík
---
Associate Software Engineer
Red Hat
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct