Migration test of Quick Docs
Find a file
Nicolas Chauvet 7be0da9d44 spotify: Remove content that advertise copyright license violation
Unfortunately it's not moral (if even legal) to advertise a license
violation. Spotify does not allow the client application to be distributed
elsewhere than by spotify.com, this is a well-known issue over the web.

Here are the exact license terms:
http://www.spotify.com/se/legal/end-user-agreement/

This commit also fixes the RPM Fusion documentation using lpf framework
to workaround with particular issue.
(lpf is a fedora package that show the license, download and re-package
a given software).

Please also spell the project as appropriate:
- RPM Fusion (by default)
 or
- rpmfusion (when space within name is not possible)
2018-07-29 13:50:01 +02:00
modules/ROOT spotify: Remove content that advertise copyright license violation 2018-07-29 13:50:01 +02:00
.gitignore switch to Antora part 2018-07-27 18:53:34 +02:00
antora.yml switch to Antora part 2018-07-27 18:53:34 +02:00
build.sh switch to Antora part 2018-07-27 18:53:34 +02:00
preview.sh switch to Antora part 2018-07-27 18:53:34 +02:00
README.md switch to Antora part 2018-07-27 18:53:34 +02:00
site.yml switch to Antora part 2018-07-27 18:53:34 +02:00

Fedora Quick Docs

This is the content repository for the Fedora Quick Docs

Please report Issues and submit Pull Requests for Content Fixes here. Never done a pull request (or "PR")? Here's the Pagure documentation for Pull Requests.

General appearance issues and publishing issues should be reported against the publishing software.

How to edit these documents

All of this is written in AsciiDoc. It's a simple mostly-plain-text markup language. You may want to look at:

Local preview

This repo includes scripts to build and preview the contents of this repository.

NOTE: Please note that if you reference pages from other repositoreis, such links will be broken in this local preview as it only builds this repository. If you want to rebuild the whole Fedora Docs site, please see the Fedora Docs build repository for instructions.

Both scripts use docker, so please make sure you have it installed on your system. Please see below for instructions.

To build and preview the site, run:

$ ./build.sh && ./preview.sh

The result will be available at http://localhost:8080

Installing docker on Fedora

$ sudo dnf install docker
$ sudo systemctl start docker && sudo systemctl enable docker