Media Library

From Open Knowledge Foundation

Jump to: navigation, search

We use a number of different online services to store our media, each serving a different purpose.

Contents

Where can I find...?

Can I use / customise the OKFN logo?

Drop us an email at info [at] okfn.org and ask!

Where should I put...?

Physical Media

T-Shirts

See the OKFN Spreadshirt Shop.

Not in a country that spreadshirt delivers to / don't want to pay the postage?

Stickers

  1. Download the designs from Flickr and make your own, as many as you want and get them delivered to an address of your convenience.
  2. Drop an email to info [at] okfn.org with a request for stickers (number and type). Someone will usually be able to meet you in Cambridge to deliver them, or you can arrange to pick them up from the Centre for Creative Collaboration in London.

Leaflets

Need a leaflet printing for an OKF project? Please do the following with plenty of time to spare!

  1. Send us the design and we'll upload it to Flickr for future events
  2. Let us know how many you need and any specifications

Using the BitBucket assets repository

If you only intend to read from the repository of assets, it's simple:

  1. Go to http://bitbucket.org/okfn/assets.okfn.org
  2. Follow the links to "get source"

To change files and push new ones to the repository:

  1. Create an account on BitBucket.
  2. Ask the core team for write access to the repository. Tell them your BitBucket username.
  3. Install Git. See the getting started with Bitbucket instructions for help.
  4. Open up the terminal. Clone the repository:
   git clone https://bitbucket.org/okfn/assets.okfn.org.git

In Daily Use

In the terminal, open up the assets.okfn.org folder.

   cd assets.okfn.org

Fetch latest changes from BitBucket:

   git pull

Look for any outstanding changes on my computer:

   git status

Mark a new file or a modified one which I want to upload:

   git add images/my_new_image.png

Store my changes with a sentence to explain what happened:

   git commit -m "[graphics]: Added new image."

Send my changes to BitBucket:

   git push

See Also

Have a look at http://nakedstartup.com/2010/04/simple-daily-git-workflow, which describes a simple git workflow. We aren't using branches in this repository so you can skip the git branch and git merge details.

Deploying to the real assets.okfn.org

A couple of people (Tom, Rufus...) have access to do this. If you want to do this too:

   [default]
   access_key: YOUR_ACCESS_KEY
   secret_key: YOUR SECRET_KEY
   make sync
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox