From Fedora Project Wiki

No edit summary
 
(27 intermediate revisions by 12 users not shown)
Line 1: Line 1:
The '''Fedora contributor business card''' is a business card that represents contributors of Fedora.
{{autolang|base=yes}}
__TOC__
 
The '''Fedora contributor business card''' is a business card for contributors of Fedora.


== Using the card generator ==
== Using the card generator ==
# Install fedora-business-cards from yum or PackageKit
# 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 --help</pre>
# Open a terminal and run<pre>fedora-business-cards fedora</pre>


== Fedora Business Card Specification ==
== Fedora Business Card Specification ==
Line 11: Line 14:
[[Image:Ianweller-business-card-front.png|315px]] ''(sample)''
[[Image:Ianweller-business-card-front.png|315px]] ''(sample)''


* Use generator as specified below
It is '''recommended''' that you keep your information in this format, but not required. It's your business card &mdash; put what you need on it. (This includes the title under your name; it can read "Fedora Project Contributor" or "Doer of Stuff".)
* Template available as <code>templates/front-northamerica.svg</code> in [http://fedorapeople.org/gitweb?p=ianweller/public_git/fedora-business-cards.git;a=summary git repository]


=== Optional back of card ===
=== Optional back of card ===
Line 18: Line 20:
[[Image:Business-card-back.png|315px]]
[[Image:Business-card-back.png|315px]]


* Template available as <code>templates/back-northamerica.svg</code> in [http://fedorapeople.org/gitweb?p=ianweller/public_git/fedora-business-cards.git;a=summary git repository]
== Frequently Questioned Answers ==
How do I export a PDF in CMYK format?
 
: With the <code>--cmyk-pdf</code> option.
 
Can I change the DPI of my cards?
 
: Use the <code>-d</code> option.
 
What if I find a bug, or I want a new feature?
 
: 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?
 
: 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

  1. Install Package-x-generic-16.pngfedora-business-cards from dnf or PackageKit
    dnf -y install fedora-business-cards
  2. 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

Ianweller-business-card-front.png (sample)

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

Note.png
Dark background
This background can be difficult to write on and for some people may be a reason to not put this on the back of your card. As said, it is optional.

Business-card-back.png

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!