diff --git a/deployment/copr/about.html b/deployment/copr/about.html
index 8cf02f0..6045384 100644
--- a/deployment/copr/about.html
+++ b/deployment/copr/about.html
@@ -171,6 +171,7 @@
It’ll walk you through installing the flatpak sdk and packaging your very first application.
+Maintain and improve your packages with set of tools.
The pages in this section are mainly used for maintaining packages and improving them.
+After rebase-helper finishes, check the output.
+
http://developer.fedoraproject.org/tech/languages/elixir/elixir-installation.html
diff --git a/start/hw/arduino/about.html b/start/hw/arduino/about.html
index e0fca31..a54bcd4 100644
--- a/start/hw/arduino/about.html
+++ b/start/hw/arduino/about.html
@@ -195,6 +195,7 @@ Arduino IDE
Add this section once platform-io is packaged for Fedora
http://platformio.org/
-->
+
Authors: Adam Samalik , Herbert Smith , Máirín Duffy , Tomas Hozza
diff --git a/start/hw/embeded-devices/about.html b/start/hw/embeded-devices/about.html
index 1a12f07..63a87db 100644
--- a/start/hw/embeded-devices/about.html
+++ b/start/hw/embeded-devices/about.html
@@ -167,6 +167,7 @@ Work with Other Embeded Devices
You can learn how to contribute and help us by writing content.
Work with Other Embeded Devices
+
Authors: Adam Samalik , Máirín Duffy
diff --git a/start/hw/raspberry-pi/about.html b/start/hw/raspberry-pi/about.html
index ba2b4ba..95a8b4f 100644
--- a/start/hw/raspberry-pi/about.html
+++ b/start/hw/raspberry-pi/about.html
@@ -167,6 +167,7 @@ Work with Raspberry Pi
You can learn how to contribute and help us by writing content.
Work with Raspberry Pi
+
Authors: Adam Samalik , Máirín Duffy
diff --git a/start/sw/cli-app/about.html b/start/sw/cli-app/about.html
index b6264a7..4e9e768 100644
--- a/start/sw/cli-app/about.html
+++ b/start/sw/cli-app/about.html
@@ -251,6 +251,7 @@ Compile code for command line
Source Code
Source code for this and more examples
https://github.com/xbcsmith/cli-app
+
Authors: Adam Samalik , Brett Smith , Máirín Duffy
diff --git a/start/sw/gui-app/about.html b/start/sw/gui-app/about.html
index 715345c..1ac1840 100644
--- a/start/sw/gui-app/about.html
+++ b/start/sw/gui-app/about.html
@@ -167,6 +167,7 @@ Desktop GUI Application
You can learn how to contribute and help us by writing content.
Desktop GUI Application
+
Authors: Adam Samalik , Máirín Duffy
diff --git a/start/sw/mobile-app/mobile-installation.html b/start/sw/mobile-app/mobile-installation.html
index 326ad06..972263d 100644
--- a/start/sw/mobile-app/mobile-installation.html
+++ b/start/sw/mobile-app/mobile-installation.html
@@ -182,6 +182,7 @@ Install Android Studio
Navigate to directory where Android Studio was installed and run start script. This will start Android Studio with a wizard to complete the installation.
$ ./bin/studio.sh
+
Authors: Adam Samalik , Ben Kelsey , Petr Hracek , Petr Stribny
diff --git a/start/sw/web-app/about.html b/start/sw/web-app/about.html
index 2ac8d42..fbd1a9c 100644
--- a/start/sw/web-app/about.html
+++ b/start/sw/web-app/about.html
@@ -176,6 +176,7 @@ Web Application
You can learn how to contribute and help us by writing content.
Web Application
+
Authors: Adam Samalik , Máirín Duffy
diff --git a/start/sw/web-app/apache.html b/start/sw/web-app/apache.html
index e96b547..30e94da 100644
--- a/start/sw/web-app/apache.html
+++ b/start/sw/web-app/apache.html
@@ -213,6 +213,7 @@ Server configuration
For more information about the Apache HTTP Server in Fedora you can visit Fedora Wiki page .
For general information about the Apache HTTP Server you can visit Apache HTTP Server documentation page .
+
Authors: Josef Ridky , Josef Řídký , jhornice
diff --git a/start/sw/web-app/django.html b/start/sw/web-app/django.html
index 59587a3..e1af0cb 100644
--- a/start/sw/web-app/django.html
+++ b/start/sw/web-app/django.html
@@ -230,6 +230,7 @@ Switching Virtualenvs
$ workon env1
$ workon env2
+
Authors: Abhishek Kumar Roy , Adam Samalik , Josef Ridky , Melancholix , alsadi
diff --git a/start/sw/web-app/hugo.html b/start/sw/web-app/hugo.html
index db888aa..b44870b 100644
--- a/start/sw/web-app/hugo.html
+++ b/start/sw/web-app/hugo.html
@@ -193,6 +193,7 @@ Running Hugo built in server
If you are editing and want to see your drafts, add the -D
flag
+
Authors: Yotam Nachum
diff --git a/start/sw/web-app/jekyll.html b/start/sw/web-app/jekyll.html
index 465f08b..f014f4b 100644
--- a/start/sw/web-app/jekyll.html
+++ b/start/sw/web-app/jekyll.html
@@ -204,6 +204,7 @@ What next
See how to migrate your current blog Migrate your blog
See how to deploy your page Deployment
+
Authors: Jakub Kadlčík , Josef Ridky
diff --git a/start/sw/web-app/laravel5.html b/start/sw/web-app/laravel5.html
index 3034e9f..575c2c6 100644
--- a/start/sw/web-app/laravel5.html
+++ b/start/sw/web-app/laravel5.html
@@ -180,6 +180,7 @@ Laravel 5
Dependencies for Laravel
Install Nginx Web Server
Laravel Valet and Laravel recommends using Nginx. Follow the nginx installation instructions here .
+You can also choose Apache as the web server.
Install MariaDB Relational Database Server (Or other database you prefer)
Follow the MariaDB installation instructions here .
Setup environment for PHP development
@@ -188,6 +189,7 @@ Setup environment for PHP develop
# It will install all required extensions, perk of Fedora
$ sudo dnf install composer
+ Your web server needs to be restarted after installing PHP package.
Install Valet Linux
We will need to set it up for easier development. Valet is original designed for MacOS by the Laravel Team; Valet Linux is a port to that. It setups up the neccesary environments for PHP Development, including a test domain. Please do not run valet as root.
For More Information, you can check them out here:
@@ -238,7 +240,8 @@
If ssl is desired
If need a callback URL/an URL over the internet
-Authors: Josef Ridky , Josef Strzibny , Junhai , Syed Muhammad Mahmudul Haque , nat-
+
+Authors: Josef Strzibny , Junhai , Pavel Valena , Superdanby , Syed Muhammad Mahmudul Haque
diff --git a/start/sw/web-app/nginx.html b/start/sw/web-app/nginx.html
index 06250a8..7351801 100644
--- a/start/sw/web-app/nginx.html
+++ b/start/sw/web-app/nginx.html
@@ -184,6 +184,7 @@ Install NGINX Web Server
Now visit http://localhost/ . You should see NGINX Test Page:
+
Authors: Syed Muhammad Mahmudul Haque
diff --git a/start/sw/web-app/php-symfony.html b/start/sw/web-app/php-symfony.html
index eddceb5..1e667d6 100644
--- a/start/sw/web-app/php-symfony.html
+++ b/start/sw/web-app/php-symfony.html
@@ -175,6 +175,7 @@ Symfony installation
To install the latest upstream version of Symfony, type:
$ sudo dnf install php-symfony
+
Authors: Yotam Nachum
diff --git a/start/sw/web-app/php-zend.html b/start/sw/web-app/php-zend.html
index 4962a99..426a158 100644
--- a/start/sw/web-app/php-zend.html
+++ b/start/sw/web-app/php-zend.html
@@ -175,6 +175,7 @@ Zend Framework 2 installation
To install the latest upstream version of Zend Framework 2, type:
$ sudo dnf install php-ZendFramework2
+
Authors: Yotam Nachum
diff --git a/start/sw/web-app/rails.html b/start/sw/web-app/rails.html
index 1a3e02b..76f8ab6 100644
--- a/start/sw/web-app/rails.html
+++ b/start/sw/web-app/rails.html
@@ -226,6 +226,7 @@ Installing Rails
rails server
You can now visit http://localhost:3000 to view your new website.
+
Authors: Josef Ridky , MelloHey
diff --git a/start/tips/collaborate/about.html b/start/tips/collaborate/about.html
index 5af8a56..566a741 100644
--- a/start/tips/collaborate/about.html
+++ b/start/tips/collaborate/about.html
@@ -167,6 +167,7 @@ Collaborate Effectively
You can learn how to contribute and help us by writing content.
Collaborate Effectively
+
Authors: Adam Samalik , Máirín Duffy
diff --git a/start/tips/documentation/about.html b/start/tips/documentation/about.html
index ce1f8bf..949f930 100644
--- a/start/tips/documentation/about.html
+++ b/start/tips/documentation/about.html
@@ -167,6 +167,7 @@ Provide Documentation
You can learn how to contribute and help us by writing content.
Provide Documentation
+
Authors: Adam Samalik , Máirín Duffy
diff --git a/static/logo/secondary_architectures.png b/static/logo/secondary_architectures.png
index a887838..6be6b9f 100644
Binary files a/static/logo/secondary_architectures.png and b/static/logo/secondary_architectures.png differ
diff --git a/tech.html b/tech.html
index e2ba295..64689af 100644
--- a/tech.html
+++ b/tech.html
@@ -150,7 +150,7 @@ Languages & databases
Languages
diff --git a/tech/database/mongodb/about.html b/tech/database/mongodb/about.html
index 1bfdd44..0d2afc3 100644
--- a/tech/database/mongodb/about.html
+++ b/tech/database/mongodb/about.html
@@ -196,15 +196,10 @@ Run mongoDB
MongoDB shell version: 4.0.0
connecting to: test
-MongoDB GUI
-Mongotron is a a Mongo DB GUI which uses Electron and AngularJS
-It’s easy install and run:
-$ git clone git@github.com:officert/mongotron.git
-$ cd mongotron/
-$ npm install
-$ npm start
-
-Authors: Daniela Marques de Morais , Kenneth K Au , Luis Contreras
+MongoDB GUI (not tested)
+MongoDB Admin is a Cross Platform GUI.
+
+Authors: Daniela Marques de Morais , Kenneth K Au , Luis Contreras , Sergey Ushakov
diff --git a/tech/database/postgresql/about.html b/tech/database/postgresql/about.html
index c4a4d4d..fc4d3da 100644
--- a/tech/database/postgresql/about.html
+++ b/tech/database/postgresql/about.html
@@ -296,6 +296,7 @@ PostgreSQL in containers
page.
There is also a PostgreSQL image available
for OpenShift .
+
Authors: Adam Samalik , Josef Stribny , antoninmrkvica , danofsatx , ricky grassmuck
diff --git a/tech/database/sqlite/about.html b/tech/database/sqlite/about.html
index 1972e94..64033c3 100644
--- a/tech/database/sqlite/about.html
+++ b/tech/database/sqlite/about.html
@@ -174,8 +174,8 @@ SQLite installation
Graphical clients
The sqlite
client shipped with the basic database engine is command line (CLI)
based. If you prefer an application with graphical user interface (GUI), install
-the sqliteman
package:
-$ sudo dnf install sqliteman
+the sqlitebrowser
package:
+$ sudo dnf install sqlitebrowser
Working with SQLite
SQLite stores it’s data in single database file. To open such file (which will
@@ -185,7 +185,7 @@
Working with SQLite
After executing this command, you will be greeted with a SQLite prompt and can
now insert the SQL commands to execute.
-If you prefer using GUI, the Sqliteman application enables you to
+
If you prefer using GUI, the Sqlitebrowser application enables you to
construct your SQL queries using visual tool.
If you are new to SQL databases and would like to learn more, you can visit a
W3CSchools SQL tutorial , which should give you a nice head start.
@@ -200,7 +200,8 @@ Getting help with SQLite
If the documentation does not contain what you are looking for, you can visit
the project homepage , or ask in the mailing lists .
-Authors: Adam Samalik , Josef Stribny , Máirín Duffy , Petr Hracek , ricky grassmuck
+
+Authors: Adam Samalik , Imran Ali , Josef Stribny , Máirín Duffy , ricky grassmuck
diff --git a/tech/languages/c/autotools.html b/tech/languages/c/autotools.html
index 3f62aee..60820d4 100644
--- a/tech/languages/c/autotools.html
+++ b/tech/languages/c/autotools.html
@@ -205,6 +205,7 @@
or info page:
+
Authors: Adam Samalik , Jiri Popelka
diff --git a/tech/languages/c/c_installation.html b/tech/languages/c/c_installation.html
index 8ba1516..9b7679d 100644
--- a/tech/languages/c/c_installation.html
+++ b/tech/languages/c/c_installation.html
@@ -210,6 +210,7 @@ CLANG installation
The command above should produce the same result as gcc
command. To see all the options that clang
command provides simply type:
+
Authors: Adam Samalik , Frantisek Kluknavsky , Jiri Popelka , Josef Stribny , Petr Hracek
diff --git a/tech/languages/c/cmake.html b/tech/languages/c/cmake.html
index 828ed34..3eac18f 100644
--- a/tech/languages/c/cmake.html
+++ b/tech/languages/c/cmake.html
@@ -193,6 +193,7 @@ CMake usage
These can be found in the manual page:
+
Authors: Adam Samalik , Josef Stribny , Louis Taylor , Petr Hracek , Stuart Campbell
diff --git a/tech/languages/c/cpp_installation.html b/tech/languages/c/cpp_installation.html
index a7b9b6f..ac0a605 100644
--- a/tech/languages/c/cpp_installation.html
+++ b/tech/languages/c/cpp_installation.html
@@ -195,6 +195,7 @@ CLANG installation
This will produce the same result as the command with G++ above does. To see more Clang options see the manual page:
+
Authors: Adam Samalik , Jiri Popelka , Josef Stribny , Michal Ruprich , Petr Hracek
diff --git a/tech/languages/c/gtk.html b/tech/languages/c/gtk.html
index 8165c20..06987cc 100644
--- a/tech/languages/c/gtk.html
+++ b/tech/languages/c/gtk.html
@@ -170,7 +170,7 @@ C
Gtk+
Gtk+ is a cross-plataform GUI toolkit created for the development of the GIMP project. Offering a complete set of widgets, Gtk+ is suitable for projects ranging from small one-off tools to complete applications suites.
For C programming with Gtk+ you need to install the development version of the important GNOME libraries. Those contain the header files and additional linker information:
-sudo dnf install gtk3-devel gstreamer-devel clutter-devel webkitgtk3-devel libgda-devel gobject-introspection-devel
+sudo dnf install gtk3-devel gstreamer-devel clutter-devel webkit2gtk3-devel libgda-devel gobject-introspection-devel
In addition, you will want to install the documentation packages of this libraries so you can view them in the API browser (devhelp):
sudo dnf install devhelp gtk3-devel-docs gstreamer-devel-docs clutter-doc
@@ -202,6 +202,9 @@ Getting started
In the program above we initially included gtk/gtk.h, which declares all the gtk+ objects used in the rest of the program:
+or
+#include <gtk-3.0/gtk/gtk.h>
+
After the declaration of the window object variable, we call the gtk_init method which initializes the library and its internal procedures.
@@ -223,7 +226,8 @@ Learn more
Gtk+ 3 Reference Manual
Compiling Gtk+ Applications
-Authors: Felipe Borges
+
+Authors: Felipe Borges , Gabe Ron
diff --git a/tech/languages/c/static-analysis.html b/tech/languages/c/static-analysis.html
index e99c879..89d7ecf 100644
--- a/tech/languages/c/static-analysis.html
+++ b/tech/languages/c/static-analysis.html
@@ -243,6 +243,7 @@
Travis CI and static analysis
Finally, you enable Travis CI for your GitHub repository at
https://travis-ci.org/profile and you are done!
+
Authors: Adam Samalik , Kamil Dudka
diff --git a/tech/languages/dotnet/about.html b/tech/languages/csharp/dotnet-installation.html
similarity index 92%
rename from tech/languages/dotnet/about.html
rename to tech/languages/csharp/dotnet-installation.html
index 6a69995..ca33cf8 100644
--- a/tech/languages/dotnet/about.html
+++ b/tech/languages/csharp/dotnet-installation.html
@@ -4,10 +4,10 @@
- .NET — Fedora Developer Portal
+ .NET Platforms — Fedora Developer Portal
-
+
@@ -132,7 +132,7 @@
-
.NET
+
.NET Platforms
.NET Core and Mono are open-source .NET platforms. .NET applications are developed using the C#, F# and VB.NET programming languages.
@@ -148,8 +148,8 @@ .NET
- Edit this page
+ Edit this page
@@ -174,14 +174,15 @@
.NET Core
$ sudo dnf copr enable @dotnet-sig/dotnet
$ sudo dnf install dotnet
-
See the .NET Core page for more information.
+
See the .NET Core page for more information.
Mono
Mono is a free and open source implementation of the .NET Framework.
To install Mono, simply type:
$ sudo dnf install mono-devel
-
See the Mono page for more information.{:center: style=”text-align: center”}
-Authors: Tom Deseyn
+
See the Mono page for more information.
+
+
Authors: Radoslav Čáp , Tom Deseyn
diff --git a/tech/languages/dotnet/dotnet-ide.html b/tech/languages/dotnet/dotnet-ide.html
index f47370a..11c7476 100644
--- a/tech/languages/dotnet/dotnet-ide.html
+++ b/tech/languages/dotnet/dotnet-ide.html
@@ -132,7 +132,7 @@
-
.NET
+
.NET Platforms
.NET Core and Mono are open-source .NET platforms. .NET applications are developed using the C#, F# and VB.NET programming languages.
@@ -148,8 +148,8 @@ .NET
diff --git a/tech/languages/dotnet/dotnet-sig.html b/tech/languages/dotnet/dotnet-sig.html
index b8e782a..17cd401 100644
--- a/tech/languages/dotnet/dotnet-sig.html
+++ b/tech/languages/dotnet/dotnet-sig.html
@@ -132,7 +132,7 @@
-
.NET
+
.NET Platforms
.NET Core and Mono are open-source .NET platforms. .NET applications are developed using the C#, F# and VB.NET programming languages.
@@ -148,8 +148,8 @@ .NET
diff --git a/tech/languages/dotnet/dotnet.html b/tech/languages/dotnet/dotnetcore.html
similarity index 95%
rename from tech/languages/dotnet/dotnet.html
rename to tech/languages/dotnet/dotnetcore.html
index 2052638..6d32cbe 100644
--- a/tech/languages/dotnet/dotnet.html
+++ b/tech/languages/dotnet/dotnetcore.html
@@ -4,10 +4,10 @@
-
.NET — Fedora Developer Portal
+
.NET Core — Fedora Developer Portal
-
+
@@ -132,7 +132,7 @@
-
.NET
+
.NET Platforms
.NET Core and Mono are open-source .NET platforms. .NET applications are developed using the C#, F# and VB.NET programming languages.
@@ -148,8 +148,8 @@ .NET
- Edit this page
+ Edit this page
@@ -187,7 +187,8 @@
.NET Core Installation
Getting Started
You can create your first console app following instructions in this official guide .
-
Authors: Pavel Valena , Tom Deseyn
+
+
Authors: Tom Deseyn
diff --git a/tech/languages/dotnet/mono-sig.html b/tech/languages/dotnet/mono-sig.html
index 679c28b..0b8ec00 100644
--- a/tech/languages/dotnet/mono-sig.html
+++ b/tech/languages/dotnet/mono-sig.html
@@ -132,7 +132,7 @@
-
.NET
+
.NET Platforms
.NET Core and Mono are open-source .NET platforms. .NET applications are developed using the C#, F# and VB.NET programming languages.
@@ -148,8 +148,8 @@ .NET
diff --git a/tech/languages/dotnet/mono.html b/tech/languages/dotnet/mono.html
index 44a8052..fac4c06 100644
--- a/tech/languages/dotnet/mono.html
+++ b/tech/languages/dotnet/mono.html
@@ -132,7 +132,7 @@
-
.NET
+
.NET Platforms
.NET Core and Mono are open-source .NET platforms. .NET applications are developed using the C#, F# and VB.NET programming languages.
@@ -148,8 +148,8 @@ .NET
diff --git a/tech/languages/elixir/elixir-installation.html b/tech/languages/elixir/elixir-installation.html
index 35b6b73..86f296b 100644
--- a/tech/languages/elixir/elixir-installation.html
+++ b/tech/languages/elixir/elixir-installation.html
@@ -169,6 +169,7 @@
Elixir installation
This will install Elixir including iex
interactive shell and mix
build tool.
Please refer to the official documentation at http://elixir-lang.org/docs.html
for more.
+
Authors: Adam Samalik , Josef Stribny , Michal Srb , Petr Hracek
diff --git a/tech/languages/gjs/gjs-installation.html b/tech/languages/gjs/gjs-installation.html
index 5b9e878..ea70a55 100644
--- a/tech/languages/gjs/gjs-installation.html
+++ b/tech/languages/gjs/gjs-installation.html
@@ -175,11 +175,11 @@
Writing your first Gtk+ application<
To create our window, we need to create a GtkWindow object. Gjs allows the initialization of object attributes to be made when the object is constructed.
let window = new Gtk . Window ({
- title : "Hello World"
+ title : " Hello World "
});
In the lines below we are connecting the destroy event of the window to ensure that the application is terminated if we click on the x button to close the window.
-window . connect ( "destroy" , function () {
+window . connect ( " destroy " , function () {
Gtk . main_quit ();
});
@@ -198,10 +198,10 @@ Writing your first Gtk+ application<
Gtk . init ( null , 0 );
let window = new Gtk . Window ({
- title : "Hello World"
+ title : " Hello World "
});
-window . connect ( "destroy" , function () {
+window . connect ( " destroy " , function () {
Gtk . main_quit ();
});
window . show ();
@@ -213,6 +213,7 @@
Example demo applications
API Documentation
+
Authors: Felipe Borges
diff --git a/tech/languages/go/go-installation.html b/tech/languages/go/go-installation.html
index 3d393eb..b1e3978 100644
--- a/tech/languages/go/go-installation.html
+++ b/tech/languages/go/go-installation.html
@@ -192,6 +192,7 @@ References
+
Authors: Adam Samalik , Josef Stribny , Josef Strzibny , Rodolfo Carvalho , Tomas Tomecek
diff --git a/tech/languages/go/go-packages.html b/tech/languages/go/go-packages.html
index 56d76ff..eaaea4e 100644
--- a/tech/languages/go/go-packages.html
+++ b/tech/languages/go/go-packages.html
@@ -179,6 +179,7 @@ Go packages from Fedora
To install golang-googlecode-net-devel
package, you use DNF as usual:
$ sudo dnf install golang-googlecode-net-devel
+
Authors: Adam Samalik , Josef Stribny , Josef Strzibny , Rodolfo Carvalho
diff --git a/tech/languages/go/go-programs.html b/tech/languages/go/go-programs.html
index 3ffa0a8..b9e8dd6 100644
--- a/tech/languages/go/go-programs.html
+++ b/tech/languages/go/go-programs.html
@@ -172,14 +172,14 @@ Writing Go programs
$ touch hello.go
Now, edit the file hello.go
with your favorite editor and type the following:
-package main
+package main
-import "fmt"
+import "fmt"
- func main () {
- fmt . Println ( "Hello, Fedora!" )
- }
-
+func main () {
+ fmt . Println ( "Hello, Fedora!" )
+}
+
Save your changes and, still on the same directory ($HOME/go/src/hello
), run:
$ go run hello.go
Hello, Fedora!
@@ -208,6 +208,7 @@ Writing Go programs
$ hello
Hello, Fedora!
+
Authors: Rodolfo Carvalho , Tianxiang Xiong
diff --git a/tech/languages/groovy/groovy-installation.html b/tech/languages/groovy/groovy-installation.html
index 84cd77f..b105609 100644
--- a/tech/languages/groovy/groovy-installation.html
+++ b/tech/languages/groovy/groovy-installation.html
@@ -181,6 +181,7 @@ Joint compilation
Joint compilation means that Groovy compiler will compile Groovy and Java source files mixed together. To enable this feature, you may need to install Java compiler (if you don’t have it already):
$ sudo dnf install java-1.8.0-openjdk-devel
+
Authors: Adam Samalik , Josef Stribny , Michal Srb
diff --git a/tech/languages/haskell/cabal.html b/tech/languages/haskell/cabal.html
index daf4c15..4585a79 100644
--- a/tech/languages/haskell/cabal.html
+++ b/tech/languages/haskell/cabal.html
@@ -183,6 +183,7 @@ Cabal
first using:
$ sudo dnf install ghc-<package name>
+
Authors: Adam Samalik , Ricky Elrod
diff --git a/tech/languages/haskell/haskell-installation.html b/tech/languages/haskell/haskell-installation.html
index 2f235bc..535a6ed 100644
--- a/tech/languages/haskell/haskell-installation.html
+++ b/tech/languages/haskell/haskell-installation.html
@@ -180,6 +180,7 @@ What you get
How to install
To install stack on Fedora, run:
$ sudo dnf copr enable petersen/stack
+$ sudo dnf install stack
$ stack upgrade
GHC installation
@@ -204,7 +205,8 @@
To install the Haskell Platform, run:
$ sudo dnf install haskell-platform
-Authors: Adam Samalik , Ricky Elrod , Ryan Desfosses
+
+Authors: Adam Samalik , Matúš Honěk , Ricky Elrod , Ryan Desfosses
diff --git a/tech/languages/haskell/leksah.html b/tech/languages/haskell/leksah.html
index cb3f7ca..a0c3733 100644
--- a/tech/languages/haskell/leksah.html
+++ b/tech/languages/haskell/leksah.html
@@ -195,6 +195,7 @@ Leksah
NOTE: It might happen that you need to reboot the system before using Leksah.
+
Authors: Martin Tomes , Yussuf Khalil
diff --git a/tech/languages/haskell/sig.html b/tech/languages/haskell/sig.html
index 1dc6512..ebe9e59 100644
--- a/tech/languages/haskell/sig.html
+++ b/tech/languages/haskell/sig.html
@@ -170,6 +170,7 @@ Haskell SIG
The Haskell SIG oversees many of
the Haskell packages within Fedora. If you are interested in Haskell, Fedora,
and any combination of the two, check out the SIG to find out more!
+
Authors: Adam Samalik , Ricky Elrod
diff --git a/tech/languages/java/java-build-tools-installation.html b/tech/languages/java/java-build-tools-installation.html
index 795a222..f8b6a03 100644
--- a/tech/languages/java/java-build-tools-installation.html
+++ b/tech/languages/java/java-build-tools-installation.html
@@ -190,6 +190,7 @@ DevAssistant is obso
The src
directory, is the start of your source directory structure, and under this directory you will see typically see any number of package directories (Example: main), and the template testing framework (using junit).
The sample application created, as part of the DevAssisttant project creation, creates a single application (jar) from the main.java.org.devassistant.maven.Main
class. It also creates a single test (test if a boolean is true), that is run when a build happens.
+
Authors: Adam Samalik , Eric Rich , Josef Stribny , Josef Strzibny , Pavel Valena
diff --git a/tech/languages/java/java-installation.html b/tech/languages/java/java-installation.html
index 82e0db8..2fa9729 100644
--- a/tech/languages/java/java-installation.html
+++ b/tech/languages/java/java-installation.html
@@ -181,6 +181,7 @@ Java installation
$ sudo dnf install java-11-openjdk
+
Authors: Adam Samalik , Josef Stribny , Josef Strzibny , Mikolaj Izdebski , Sina Madani
diff --git a/tech/languages/java/java-sig.html b/tech/languages/java/java-sig.html
index b6baaad..e9d9e75 100644
--- a/tech/languages/java/java-sig.html
+++ b/tech/languages/java/java-sig.html
@@ -167,6 +167,7 @@ Java
Java SIG
Java SIG is a special interest group within Fedora Project. The group focuses on packaging Java libraries and applications, setting and improving standards for packaging and collaboratively managing bigger changes related to Java in Fedora.
If you are interested in Java and Fedora, join us!
+
Authors: Adam Samalik , Josef Stribny , Michal Srb
diff --git a/tech/languages/nodejs/SIG.html b/tech/languages/nodejs/SIG.html
index f4cbdbb..8c3de08 100644
--- a/tech/languages/nodejs/SIG.html
+++ b/tech/languages/nodejs/SIG.html
@@ -166,6 +166,7 @@ Node.js
Node.js Special Interest Group
The Node.js SIG is a group of Fedora contributors that maintain Node.js packages in Fedora. Their mission is to provide high-quality, usable Node.js software packages to Fedora users and developers and to support one another in maintaining those packages.
+
Authors: Adam Samalik , Josef Stribny , Zuzana Svetlikova
diff --git a/tech/languages/nodejs/modules.html b/tech/languages/nodejs/modules.html
index 8712522..8c1d5bb 100644
--- a/tech/languages/nodejs/modules.html
+++ b/tech/languages/nodejs/modules.html
@@ -198,6 +198,7 @@ Missing modules
$ sudo dnf install nodejs-<module-name> --enablerepo=updates-testing
Second one is joining Node.js SIG and help us improve and provide better software.
+
Authors: Adam Samalik , Josef Strzibny , Petr Stribny , Tom Hughes , Zuzana Svetlikova
diff --git a/tech/languages/nodejs/nodejs.html b/tech/languages/nodejs/nodejs.html
index 85c1056..0037a57 100644
--- a/tech/languages/nodejs/nodejs.html
+++ b/tech/languages/nodejs/nodejs.html
@@ -190,6 +190,7 @@ Yarn
If you still wish to use yarn
instead of nodejs-yarn
, the best way is to use bash alias.
Installing npm modules
Installing Node.js modules is covered in Node.js modules .
+
Authors: Adam Samalik , Josef Stribny , Petr Stribny , Zuzana Svetlikova
diff --git a/tech/languages/perl/perl-installation.html b/tech/languages/perl/perl-installation.html
index 51b3460..44f09ba 100644
--- a/tech/languages/perl/perl-installation.html
+++ b/tech/languages/perl/perl-installation.html
@@ -168,6 +168,7 @@ Perl installation
$ sudo dnf install perl-core
This will bring in the language interpreter and all the so-called core modules, the basic Perl development environment as recommended by Perl upstream.
+
Authors: Adam Samalik , Josef Stribny , Petr Hracek
diff --git a/tech/languages/perl/perl-modules.html b/tech/languages/perl/perl-modules.html
index cdd8584..2482b98 100644
--- a/tech/languages/perl/perl-modules.html
+++ b/tech/languages/perl/perl-modules.html
@@ -181,6 +181,7 @@ Perl modules
or:
$ sudo cpanm --reinstall My::Module
+
Authors: Adam Samalik , Josef Stribny , Petr Hracek
diff --git a/tech/languages/php/pear-installation.html b/tech/languages/php/pear-installation.html
index be7b248..b723017 100644
--- a/tech/languages/php/pear-installation.html
+++ b/tech/languages/php/pear-installation.html
@@ -180,6 +180,7 @@ PEAR modules from offici
To install Mail_Mime
you therefore install php-pear-Mail-Mime
package:
$ sudo dnf install php-pear-Mail-Mime
+
Authors: Adam Samalik , František Zatloukal , Josef Stribny , Petr Hracek
diff --git a/tech/languages/php/php-frameworks.html b/tech/languages/php/php-frameworks.html
index 3a1d086..b3a05a8 100644
--- a/tech/languages/php/php-frameworks.html
+++ b/tech/languages/php/php-frameworks.html
@@ -170,6 +170,7 @@ PHP
Symfony
Zend
+
Authors: Yotam Nachum
diff --git a/tech/languages/php/php-installation.html b/tech/languages/php/php-installation.html
index 7f8605d..0610290 100644
--- a/tech/languages/php/php-installation.html
+++ b/tech/languages/php/php-installation.html
@@ -184,6 +184,7 @@ PHP Development Server
$ sudo php --server localhost:8080 --docroot .
Server will be accessible on http://localhost:8080/
.
+
Authors: Adam Samalik , František Zatloukal , Josef Stribny , Petr Hracek
diff --git a/tech/languages/php/php-sig.html b/tech/languages/php/php-sig.html
index 68cc6c8..ffcc47f 100644
--- a/tech/languages/php/php-sig.html
+++ b/tech/languages/php/php-sig.html
@@ -169,6 +169,7 @@ PHP Special Interest Group
PHP SIG is a special interest group within Fedora Project which integrates
PHP interpreters, libraries and applications into Fedora. If you are interested
in PHP and Fedora, join us!
+
Authors: Neal Gompa (ニール・ゴンパ) , Yotam Nachum
diff --git a/tech/languages/python/django-installation.html b/tech/languages/python/django-installation.html
index 8ba1f2d..8e4c71f 100644
--- a/tech/languages/python/django-installation.html
+++ b/tech/languages/python/django-installation.html
@@ -209,6 +209,7 @@ What next?
Django Documentation
Python Documentation: venv
+
Authors: Adam Samalik , Avi Wollman , Dominika Krejčí , Jiri Popelka , Josef Stribny
diff --git a/tech/languages/python/flask-installation.html b/tech/languages/python/flask-installation.html
index 96731e9..83267a1 100644
--- a/tech/languages/python/flask-installation.html
+++ b/tech/languages/python/flask-installation.html
@@ -215,6 +215,7 @@ What next?
Flask Documentation
Python Documentation: venv
+
Authors: Adam Samalik , Avi Wollman , Dominika Krejčí , Jakub Kadlčík , Josef Stribny
diff --git a/tech/languages/python/micropython.html b/tech/languages/python/micropython.html
index 0d8b132..53e55b5 100644
--- a/tech/languages/python/micropython.html
+++ b/tech/languages/python/micropython.html
@@ -308,6 +308,7 @@ Authors: Lumir Balhar , jhornice
diff --git a/tech/languages/python/multiple-pythons.html b/tech/languages/python/multiple-pythons.html
index 99f86f5..79d8e78 100644
--- a/tech/languages/python/multiple-pythons.html
+++ b/tech/languages/python/multiple-pythons.html
@@ -177,6 +177,7 @@ Multiple Python interpreters
use dnf
to install what you need. Currently Fedora has the following Pythons
ready for you in the repositories:
+ CPython 3.8
CPython 3.7
CPython 3.6
CPython 3.5
@@ -190,7 +191,8 @@ Multiple Python interpreters
Quite a nest, isn’t it?
You can install them like this:
-$ sudo dnf install python37 # to get CPython 3.7
+$ sudo dnf install python38 # to get CPython 3.8
+$ sudo dnf install python37 # to get CPython 3.7
$ sudo dnf install python34 # to get CPython 3.4
$ sudo dnf install python26 # to get CPython 2.6
$ sudo dnf install pypy pypy3 jython python35 # to get more at once
@@ -319,8 +321,15 @@ Python 2.6, Jython
Python 2.6
Jython
-If you really need to support such old interpreters, you will need to install
+
If you really need to support such old interpreters, you will need to work around some issues or install
and use older virtualenv/tox from PyPI.
+A workaround for Python 2.6 is to chnage the install
and the list_dependencies
commands with a tox.ini
configuration like:
+[testenv:py26]
+install_command = pip install {opts} {packages}
+list_dependencies_command = pip freeze
+basepython = python2.6
+
+A more generic approach is to install an older version of tox that still supports these python versions:
First, create a virtual environment with a newer Python, preferably python3
:
diff --git a/tech/languages/python/pygobject.html b/tech/languages/python/pygobject.html
index 1cdda12..23ec7fd 100644
--- a/tech/languages/python/pygobject.html
+++ b/tech/languages/python/pygobject.html
@@ -221,6 +221,7 @@
What next?
The Python GTK+ 3 Tutorial
GNOME Platform Demos in Python
+
Authors: Felipe Borges
diff --git a/tech/languages/python/pypi-installation.html b/tech/languages/python/pypi-installation.html
index 9b15111..77b87de 100644
--- a/tech/languages/python/pypi-installation.html
+++ b/tech/languages/python/pypi-installation.html
@@ -196,6 +196,7 @@
What next?
PyPI - the Python Package Index
Python Documentation: venv
+
Authors: Adam Samalik , Avi Wollman , Dominika Krejčí , Jiri Popelka , Matej Stuchlik
diff --git a/tech/languages/python/python-installation.html b/tech/languages/python/python-installation.html
index f36515d..f3c47d4 100644
--- a/tech/languages/python/python-installation.html
+++ b/tech/languages/python/python-installation.html
@@ -217,6 +217,7 @@ Python 2
+
Authors: Avi Wollman , Dominika Krejčí , Jeff Smith , Pavel Valena , Rodolfo Carvalho
diff --git a/tech/languages/python/python-sig.html b/tech/languages/python/python-sig.html
index 71fba3a..fa86a5c 100644
--- a/tech/languages/python/python-sig.html
+++ b/tech/languages/python/python-sig.html
@@ -179,6 +179,7 @@
Wikipage: SIGs/Python
Mailing List: python-devel
IRC: #fedora-python on irc.freenode.net
+
Authors: Adam Samalik , Dominika Krejčí , Josef Stribny
diff --git a/tech/languages/python/scipy.html b/tech/languages/python/scipy.html
index 3ee9f23..068e4da 100644
--- a/tech/languages/python/scipy.html
+++ b/tech/languages/python/scipy.html
@@ -356,6 +356,7 @@ What next?
SciPy stack documentation
matplotlib examples gallery
+
Authors: Adam Samalik , Brennan Vincello , Miro Hrončok , Roman Pavelka , jhornice
diff --git a/tech/languages/python/sphinx.html b/tech/languages/python/sphinx.html
index d123584..4baac1c 100644
--- a/tech/languages/python/sphinx.html
+++ b/tech/languages/python/sphinx.html
@@ -214,6 +214,7 @@ What next
See working examples to get an inspiration Sphinx examples
See the full Sphinx possibilities and features Sphinx contents
+
Authors: Adam Samalik , Dominika Krejčí , Jakub Kadlčík , Petr Hracek
diff --git a/tech/languages/ruby/bundler-installation.html b/tech/languages/ruby/bundler-installation.html
index 33102bf..6fe471a 100644
--- a/tech/languages/ruby/bundler-installation.html
+++ b/tech/languages/ruby/bundler-installation.html
@@ -176,6 +176,7 @@ Bundler installation
$ sudo dnf install rubygem-bundler
Afterwards the bundle
command should be available on your system.
+
Authors: Adam Samalik , Josef Stribny
diff --git a/tech/languages/ruby/gems-installation.html b/tech/languages/ruby/gems-installation.html
index 1776be7..e951ceb 100644
--- a/tech/languages/ruby/gems-installation.html
+++ b/tech/languages/ruby/gems-installation.html
@@ -204,6 +204,7 @@ IsItFedoraRuby
IsItFedoraRuby.com site which tracks the Ruby
integration within the Fedora project by listing available information about
packaged gems.
+
Authors: Adam Samalik , Josef Stribny , Josef Strzibny , Vít Ondruch
diff --git a/tech/languages/ruby/ror-installation.html b/tech/languages/ruby/ror-installation.html
index 9f127ae..b5d549a 100644
--- a/tech/languages/ruby/ror-installation.html
+++ b/tech/languages/ruby/ror-installation.html
@@ -187,6 +187,7 @@ Installing Rails fro
$ cd app
$ bundle --local
+
Authors: Adam Samalik , Josef Strzibny , Jun Aruga , Pavel Valena , Vít Ondruch
diff --git a/tech/languages/ruby/ruby-installation.html b/tech/languages/ruby/ruby-installation.html
index 1d6a79a..ca091e6 100644
--- a/tech/languages/ruby/ruby-installation.html
+++ b/tech/languages/ruby/ruby-installation.html
@@ -173,7 +173,7 @@ CRuby
Above command will install latest stable CRuby packages including RDoc, Psych, JSON, BigDecimal and IO/Console, and interactive Ruby shell irb
. Other bundled libraries such as TclTk bindings, Rake and Test::Unit found in upstream Ruby distribution needs to be installed separately:
-$ sudo dnf install ruby-tcltk rubygem-rake rubygem-test-unit
+$ sudo dnf install rubygem-{tk{,-doc},rake,test-unit}
Please note that we have already unbundled these libraries from Ruby itself, so they come in their own packages and need a specific dependency requirement in .gemspec or Gemfile as well as a specific require()
call in your Ruby code.
JRuby
@@ -193,7 +193,8 @@ Choosing Ruby with RubyPick
RUBYPICK=_jruby_
Read more about RubyPick .
-Authors: Adam Samalik , Josef Stribny , Petr Hracek
+
+Authors: Adam Samalik , Josef Stribny , Petr Hracek , Sascha
diff --git a/tech/languages/ruby/ruby-sig.html b/tech/languages/ruby/ruby-sig.html
index 241b30f..824b559 100644
--- a/tech/languages/ruby/ruby-sig.html
+++ b/tech/languages/ruby/ruby-sig.html
@@ -169,6 +169,7 @@ Ruby
Ruby Special Interest Group
Ruby SIG is a special interest group within Fedora Project which integrates Ruby interpreters, libraries and applications into Fedora. If you are interested in Ruby and Fedora, join us!
+
Authors: Adam Samalik , Josef Stribny
diff --git a/tech/languages/ruby/sinatra-installation.html b/tech/languages/ruby/sinatra-installation.html
index 738389d..85d7670 100644
--- a/tech/languages/ruby/sinatra-installation.html
+++ b/tech/languages/ruby/sinatra-installation.html
@@ -175,6 +175,7 @@ Sinatra installation
Or install RPM-packaged Sinatra alternatively with:
$ sudo dnf install rubygem-sinatra
+
Authors: Adam Samalik , Josef Stribny
diff --git a/tech/languages/rust/format-rust-code.html b/tech/languages/rust/format-rust-code.html
index 9503be5..7cfc8b5 100644
--- a/tech/languages/rust/format-rust-code.html
+++ b/tech/languages/rust/format-rust-code.html
@@ -185,6 +185,7 @@
+
Authors: Martin Sehnoutka , jhornice
diff --git a/tech/languages/rust/further-reading.html b/tech/languages/rust/further-reading.html
index 6a7518d..05c3ef2 100644
--- a/tech/languages/rust/further-reading.html
+++ b/tech/languages/rust/further-reading.html
@@ -201,6 +201,7 @@ Other useful links
www.arewewebyet.org
If you are brave enough and you want to try the nightly compiler edition (or you just want to try the awesome Rocket framework ), it is recommended to use rustup:
rustup.rs
+
Authors: msehnout
diff --git a/tech/languages/rust/rust-cargo.html b/tech/languages/rust/rust-cargo.html
index 52e7354..bf4e073 100644
--- a/tech/languages/rust/rust-cargo.html
+++ b/tech/languages/rust/rust-cargo.html
@@ -203,6 +203,7 @@ crates.io repository
default repository to look for dependencies is crates.io but you
can also specify dependencies on a git repository.
Note: Cargo currently supports only source dependencies.
+
Authors: Martin Sehnoutka , Sehny , antoninmrkvica , jhornice , msehnout
diff --git a/tech/languages/rust/rust-installation.html b/tech/languages/rust/rust-installation.html
index ecf8ee2..d6fe545 100644
--- a/tech/languages/rust/rust-installation.html
+++ b/tech/languages/rust/rust-installation.html
@@ -172,6 +172,7 @@ Rust installation
This will install the compiler (rustc
), standard library, gdb support, documentation generator (rustdoc
) and the package manager (cargo
).
Continue to the next section where project cration is discussed.
+
Authors: Sehny , jhornice , msehnout
diff --git a/tech/languages/rust/rust-sig.html b/tech/languages/rust/rust-sig.html
index cb52a6e..8406836 100644
--- a/tech/languages/rust/rust-sig.html
+++ b/tech/languages/rust/rust-sig.html
@@ -169,6 +169,7 @@ Rust
Rust SIG
Rust Special Interest Group takes care of anything related to Rust in Fedora distribution. You can find more information at the official web pages:
docs.pagure.org/fedora-rust.sig/index.html
+
Authors: msehnout
diff --git a/tools/abrt/about.html b/tools/abrt/about.html
index 71e52b1..a91e785 100644
--- a/tools/abrt/about.html
+++ b/tools/abrt/about.html
@@ -232,6 +232,7 @@ New ABRT CLI
Further reading
Refer to ABRT project documentation
for more information and configuration examples.
+
Authors: Adam Samalik , Arnaud Kleinveld , Josef Stribny , Petr Hracek , Richard Marko
diff --git a/tools/devassistant/about.html b/tools/devassistant/about.html
index 479e476..ab2bd46 100644
--- a/tools/devassistant/about.html
+++ b/tools/devassistant/about.html
@@ -284,6 +284,7 @@ Installing new assistants
other users. Update the assistants by running:
+
Authors: Adam Samalik , Antonín Mrkvica , Josef Stribny , Pavel Valena , Tomas Radej
diff --git a/tools/docker/about.html b/tools/docker/about.html
index 3bd5cb8..224afb0 100644
--- a/tools/docker/about.html
+++ b/tools/docker/about.html
@@ -180,6 +180,7 @@ Configuring Docker
For instructions how to configure the Docker engine see configuring Docker .
Featured images
Find out about released images .
+
Authors: Adam Samalik , Antonín Mrkvica , Budh Ram Gurung , Jiri Popelka , Josef Stribny
diff --git a/tools/docker/compose.html b/tools/docker/compose.html
index 8e3a798..273baa9 100644
--- a/tools/docker/compose.html
+++ b/tools/docker/compose.html
@@ -341,6 +341,7 @@ Time to spin the whole environment!<
That’s it! You have your development environment running in docker containers! You can check easily:
$ elinks -dump http://$(docker inspect -f '' awesomeweb_web_1):8000
+
Authors: Adam Samalik , Josef Stribny , Josef Strzibny , Tomas Tomecek
diff --git a/tools/docker/docker-configuration.html b/tools/docker/docker-configuration.html
index 3cf7207..4195176 100644
--- a/tools/docker/docker-configuration.html
+++ b/tools/docker/docker-configuration.html
@@ -175,6 +175,7 @@ Basic configuration
Other area you might tweak is Network configuration .
If you want to change setting of storage that docker engine uses, check docker-storage-setup script.
If you want to use your own registry, check Docker Registry . In that case you’ll probably want to add your registry to /etc/containers/registries.conf
file.
+
Authors: Adam Samalik , Budh Ram Gurung , Jiri Popelka , Lukas Häusermann , Pavel Valena
diff --git a/tools/docker/docker-images.html b/tools/docker/docker-images.html
index 8f83f87..5bfe5ee 100644
--- a/tools/docker/docker-images.html
+++ b/tools/docker/docker-images.html
@@ -302,6 +302,7 @@ Software Collections based images
+
Authors: Adam Samalik , Budh Ram Gurung , Honza Horak , Jiri Popelka , Josef Stribny
diff --git a/tools/docker/docker-installation.html b/tools/docker/docker-installation.html
index 317a965..3c9b2b8 100644
--- a/tools/docker/docker-installation.html
+++ b/tools/docker/docker-installation.html
@@ -194,6 +194,7 @@ Why can’t
$ newgrp docker
You have to log out and log back in (or restart Docker daemon and use newgrp
command as mentioned here) for these changes to take effect. Then you can verify if your changes were successful by running Docker without sudo
.
+
Authors: Adam Samalik , Budh Ram Gurung , Jiri Popelka , Josef Stribny , Rodolfo Carvalho
diff --git a/tools/docker/docker-interactive-management.html b/tools/docker/docker-interactive-management.html
index 91eadbd..a9554d2 100644
--- a/tools/docker/docker-interactive-management.html
+++ b/tools/docker/docker-interactive-management.html
@@ -203,6 +203,7 @@ Usage
i
— inspect a container or an image
For more commands, type h
to access help page.
+
Authors: Adam Samalik , Tomas Tomecek
diff --git a/tools/docker/docker-usage.html b/tools/docker/docker-usage.html
index 78e2a53..c8ab61e 100644
--- a/tools/docker/docker-usage.html
+++ b/tools/docker/docker-usage.html
@@ -207,6 +207,7 @@ Building an image from Dockerfile
If the build is successful you can see the my-image
image in docker images
output.
See also Build your own image and Building an image from a Dockerfile for more thorough description.
+
Authors: Adam Samalik , Budh Ram Gurung , Jiri Popelka , Josef Stribny
diff --git a/tools/eclipse/about.html b/tools/eclipse/about.html
index c8519a6..0b0b2b2 100644
--- a/tools/eclipse/about.html
+++ b/tools/eclipse/about.html
@@ -193,6 +193,7 @@ Installing Eclipse on Fedora
The list above doesn’t contain all Eclipse plugins available in Fedora but is supposed to serve as an example of the range of different technologies integrated.
Alternative method for installing Eclipse on Fedora is by using gnome-software
. Some of the packaged plugins ship proper metadata so they can be seen and installed directly from it.
Last but not least there is Eclipse Marketplace (sudo dnf install eclipse-mpc
) giving you access to even bigger list of plugins to integrate even more tools in your ide. Once Eclipse is running go to Help\Eclipse Marketplace...
and search for plugins serving your needs.
+
Authors: Alexander Kurtakov
diff --git a/tools/vagrant/about.html b/tools/vagrant/about.html
index d9ae48f..d4c4893 100644
--- a/tools/vagrant/about.html
+++ b/tools/vagrant/about.html
@@ -183,6 +183,7 @@ Plugins
Fedora. Read more .
Limitations
Vagrant packaged in Fedora currently does not support Windows guests. This is due to missing various dependencies that will be hopefully added to Fedora. The other limitation is the lack of support for vagrant push
. This is unfortunately due to the licencing of the libraries used by upstream and probably will not be resolved in the foreseeable future.
+
Authors: Adam Samalik , Josef Stribny , Josef Strzibny , Máirín Duffy , Richard Marko
diff --git a/tools/vagrant/vagrant-atlas.html b/tools/vagrant/vagrant-atlas.html
index 44d9ed2..259909d 100644
--- a/tools/vagrant/vagrant-atlas.html
+++ b/tools/vagrant/vagrant-atlas.html
@@ -193,6 +193,7 @@ Upgrading Vagrant images from Atlas
so by issuing the following command:
vagrant box update --box fedora/28-cloud-base
+
Authors: Antonín Mrkvica , Dusty Mabe
diff --git a/tools/vagrant/vagrant-docker.html b/tools/vagrant/vagrant-docker.html
index 0777a03..03ea25b 100644
--- a/tools/vagrant/vagrant-docker.html
+++ b/tools/vagrant/vagrant-docker.html
@@ -202,6 +202,7 @@ Using Docker from Va
Above commands will create the group docker
and add current user to this group. This user
also need to have administrator privileges.
Note: This has security implications, read about this in the official docs .
+
Authors: Adam Samalik , Jiri Popelka , Josef Stribny , Josef Strzibny
diff --git a/tools/vagrant/vagrant-libvirt.html b/tools/vagrant/vagrant-libvirt.html
index a27b938..f0bbc30 100644
--- a/tools/vagrant/vagrant-libvirt.html
+++ b/tools/vagrant/vagrant-libvirt.html
@@ -198,6 +198,7 @@ Using libvirt from
$ sudo gpasswd -a ${USER} libvirt
$ newgrp libvirt
+
Authors: Adam Samalik , Jiri Popelka , Josef Strzibny , Justin W. Flory , Vít Ondruch
diff --git a/tools/vagrant/vagrant-nfs.html b/tools/vagrant/vagrant-nfs.html
index ef92e60..86969e5 100644
--- a/tools/vagrant/vagrant-nfs.html
+++ b/tools/vagrant/vagrant-nfs.html
@@ -215,6 +215,7 @@ Using NFS shares
$ sudo gpasswd -a ${USER} vagrant
$ newgrp vagrant
+
Authors: Adam Samalik , Antonín Mrkvica , Dusty Mabe , Josef Stribny , Josef Strzibny
diff --git a/tools/vagrant/vagrant-plugins.html b/tools/vagrant/vagrant-plugins.html
index 5529e3a..355414e 100644
--- a/tools/vagrant/vagrant-plugins.html
+++ b/tools/vagrant/vagrant-plugins.html
@@ -189,6 +189,7 @@ vagrant-registration
vagrant-registration
plugin for Vagrant allows developers to easily register their guests for updates on systems with a subscription model (like Red Hat Enterprise Linux).
This plugin would run register action on vagrant up before any provisioning and unregister on vagrant halt
or vagrant destroy
. The actions then call the registration capabilities that have to be provided for given OS.
More information on the project page .
+
Authors: Adam Samalik , Josef Stribny , Josef Strzibny
diff --git a/tools/vagrant/vagrant-sshfs.html b/tools/vagrant/vagrant-sshfs.html
index b1b5fef..1d5b96a 100644
--- a/tools/vagrant/vagrant-sshfs.html
+++ b/tools/vagrant/vagrant-sshfs.html
@@ -188,6 +188,7 @@ Synced folders with SSHFS
end
You should not need to provide any authentication to get this to work.
+
Authors: Dusty Mabe
diff --git a/tools/vagrant/vagrant-virtualbox.html b/tools/vagrant/vagrant-virtualbox.html
index 3f0704e..9d4df69 100644
--- a/tools/vagrant/vagrant-virtualbox.html
+++ b/tools/vagrant/vagrant-virtualbox.html
@@ -189,6 +189,7 @@ Using VirtualBox as a default
Or set it for your environment with:
export VAGRANT_DEFAULT_PROVIDER=virtualbox
+
Authors: Adam Samalik , Jiri Popelka , Josef Stribny , Josef Strzibny
diff --git a/tools/virt-builder/about.html b/tools/virt-builder/about.html
index a5fc5c8..144207d 100644
--- a/tools/virt-builder/about.html
+++ b/tools/virt-builder/about.html
@@ -256,6 +256,7 @@ Manipulating the virtual machines
NOTE: The flag --remove-all-storage
will delete the VM’s disk image(s),
so ensure you took out relevant data from your VMs.
+
Authors: Adam Samalik , Dylan Silva , Josef Stribny , Kashyap Chamarthy , Petr Hracek