No edit summary |
No edit summary |
||
(17 intermediate revisions by 9 users not shown) | |||
Line 1: | Line 1: | ||
{{autolang|base=yes}} | {{autolang|base=yes}} | ||
__TOC__ | |||
The '''Fedora contributor business card''' is a business card | The '''Fedora contributor business card''' is a business card for contributors of Fedora. | ||
== Using the card generator == | == Using the card generator == | ||
# Install {{package|fedora-business-cards}} from | # Install {{package|fedora-business-cards}} from dnf or PackageKit <pre>dnf -y install fedora-business-cards</pre> | ||
# Open a terminal and run<pre>fedora-business-cards | # Open a terminal and run<pre>fedora-business-cards fedora</pre> | ||
== Fedora Business Card Specification == | == Fedora Business Card Specification == | ||
Line 24: | Line 23: | ||
How do I export a PDF in CMYK format? | How do I export a PDF in CMYK format? | ||
: With the <code>--cmyk-pdf</code> option. | : With the <code>--cmyk-pdf</code> option. | ||
Can I change the DPI of my cards? | Can I change the DPI of my cards? | ||
Line 41: | Line 31: | ||
What if I find a bug, or I want a new feature? | What if I find a bug, or I want a new feature? | ||
: File it in the [ | : File it in the issue queue at [https://pagure.io/fedora-business-cards/issues/ code repository]. If you find a packaging issues, please file it at [https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&version=rawhide&component=fedora-business-cards Red Hat Bugzilla] — product Fedora, component fedora-business-cards. | ||
What if I want to contribute? | What if I want to contribute? | ||
: Clone | : Clone the git repo: '''git clone https://pagure.io/fedora-business-cards.git'''. Pull Request Welcome! | ||
[[Category:Marketing]] [[Category:Events]] |
Latest revision as of 19:22, 2 September 2019
The Fedora contributor business card is a business card for contributors of Fedora.
Using the card generator
- Install
fedora-business-cards
from dnf or PackageKitdnf -y install fedora-business-cards
- Open a terminal and run
fedora-business-cards fedora
Fedora Business Card Specification
This is the specification to be used for Fedora business cards.
Front of card
It is recommended that you keep your information in this format, but not required. It's your business card — put what you need on it. (This includes the title under your name; it can read "Fedora Project Contributor" or "Doer of Stuff".)
Optional back of card
Frequently Questioned Answers
How do I export a PDF in CMYK format?
- With the
--cmyk-pdf
option.
Can I change the DPI of my cards?
- Use the
-d
option.
What if I find a bug, or I want a new feature?
- File it in the issue queue at code repository. If you find a packaging issues, please file it at Red Hat Bugzilla — product Fedora, component fedora-business-cards.
What if I want to contribute?
- Clone the git repo: git clone https://pagure.io/fedora-business-cards.git. Pull Request Welcome!