From Fedora Project Wiki

No edit summary
No edit summary
 
(9 intermediate revisions by 4 users not shown)
Line 2: Line 2:
__TOC__
__TOC__


The '''Fedora contributor business card''' is a business card that represents contributors of Fedora.
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 yum or PackageKit <pre>yum -y install fedora-business-cards</pre>
# 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 23: 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. Make sure your installation is updated.
: With the <code>--cmyk-pdf</code> option.
 
Are there specific settings to use for certain printers?
 
: The <code>-t</code> is used for specifying settings for specific printers.  The following are recommended settings available in the tool:
 
<pre>
## For overnightprints.com
--cmyk-pdf -t overnightprints
</pre>


Can I change the DPI of my cards?
Can I change the DPI of my cards?
Line 40: 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 [http://bugzilla.redhat.com/ Red Hat Bugzilla] — product Fedora, component fedora-business-cards.
: 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 Ian Weller's git repo: '''git clone http://git.fedorahosted.org/cgit/fedora-business-cards.git/'''. You can then [https://fedoraproject.org/wiki/Infrastructure/fedorapeople.org#BETA_git_hosting_support create your own git repository] with the changes. Finally, don't forget to tell somebody about it!
: Clone the git repo: '''git clone https://pagure.io/fedora-business-cards.git'''. Pull Request Welcome!
 
==Example of how to create==
to create business card to look at fedora-business-cards - help and tells us this:
 
fedora-business-cards [options] GENERATOR
 
To create a png image then write:
 
fedora-business-cards - png fedora
 
We will ask the Authentication tab with our FAS account:
[[File:bussines-cards.jpg]]


[[Category:Marketing]] [[Category:Events]]
[[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 fedora-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

(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

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.

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!