From Fedora Project Wiki

(fix docs)
No edit summary
 
(29 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 ==
su -c "yum install mgopen-fonts inkscape PyXML python-iniparse pygpgme python-fedora git"
# Install {{package|fedora-business-cards}} from dnf or PackageKit <pre>dnf -y install fedora-business-cards</pre>
git clone git://fedorapeople.org/~ianweller/fedora-business-cards.git
# Open a terminal and run<pre>fedora-business-cards fedora</pre>
cd fedora-business-cards/
./fedora-business-cards
 
The instructions are quite easy to follow. If you need any help, [[User:Ianweller/instacontact|ping me on IRC]].


== Fedora Business Card Specification ==
== Fedora Business Card Specification ==
Line 15: 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>front-template.svg</code> in git repository below


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


* Template available as <code>back.svg</code> in git repository below
== 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 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!