From Fedora Project Wiki

(fix docs)
(→‎Using the card generator: Update yum => dnf)
(28 intermediate revisions by 11 users not shown)
Line 1: Line 1:
{{autolang|base=yes}}
__TOC__
The '''Fedora contributor business card''' is a business card that represents contributors of Fedora.
The '''Fedora contributor business card''' is a business card that represents 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 --help</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. Make sure your installation is updated.
 
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 [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 Ian Weller's git repo: '''git clone https://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!
 
==Example of how to create==
To create business card go to Consola and type
 
<pre>#fedora-business-cards --help</pre>
 
and tells us this:
 
<pre> #fedora-business-cards [options] GENERATOR </pre>
 
to create a PNG image do this:
 
<pre> #fedora-business-cards --png fedora </pre>
 
We will ask ourselves authenticate with FAS
 
[[Category:Marketing]] [[Category:Events]]

Revision as of 01:33, 26 January 2016

The Fedora contributor business card is a business card that represents 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 --help

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. Make sure your installation is updated.

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 Red Hat Bugzilla — product Fedora, component fedora-business-cards.

What if I want to contribute?

Clone Ian Weller's git repo: git clone https://git.fedorahosted.org/cgit/fedora-business-cards.git/. You can then create your own git repository with the changes. Finally, don't forget to tell somebody about it!

Example of how to create

To create business card go to Consola and type

#fedora-business-cards --help

and tells us this:

 #fedora-business-cards [options] GENERATOR 

to create a PNG image do this:

 #fedora-business-cards --png fedora 

We will ask ourselves authenticate with FAS