Digital Tipping Point

Project Lead:

einfeldt (0 credits)

 

Bounty:

US $0.00(Sponsor Project)

Goal funding:

More Less
Some day, video editing using Free Open Source Software will be as common as word processing, once bandwidth hits a sweet spot.   That day has not arrived yet, so we are getting ready for that day now at the Digital Tipping Point.   We are giving away 360 hours of video featuring cool and interesting Penguinistas and GNUsters, as well as prominent politicians like the Mayor of Munich (Christian Ude) and Gilberto Gil, who was the Culture Minister of Brazil.   We need help with creating a check-in system and on-line video editing collaboration tool.   We need to be able to coordinate the editing of video, and, equally important, to have a MetaVid / Kaltura / Jumpcut / Eyespot tool that will help people get excited about creating video shorts and even feature-length documentaries together!
 
Project ID: p96

Git repository:
<none>

1. Download the code

This project has no Git repository. If you are the project lead, you should probably give it one by using the ff init command. This command will allow you to clone an upstream Git repository, or to create one from a source directory on your local filesystem.

2. Make your changes

If you need an introduction to Git, the Git homepage is a good place to start.

In short, just edit the code and commit your changes (to your local repository) using git commit. Note that when it's time to submit your work, only committed changes will be part of the submission.

3. Install the ff Script

To submit your changes, you'll need to install the ff script on your local system. This script provides a command-line interface for several FOSS Factory features. Feel free to view the script before installing it.

To install it, just place it anywhere in your path and make sure it's executable. For example, if you are running Ubuntu, you could type this:

sudo curl http://www.fossfactory.org/ff -o /usr/local/bin/ff
sudo chmod a+x /usr/local/bin/ff

To use the script, start by typing ff help. You can get more detailed help on any of the commands by typing ff help <command>.

4. Set up Git write-access

To gain special access to FOSS Factory's Git repositories, type:

ff setup

This will transfer your SSH public key to the FOSS Factory server. Note that you will only have push access to repositories for which you are the project lead, and to your own code submission repositories.

5. Submit your work

To make a submission to this project, type:

ff submit p96

This will prompt you for your submission comments, then it will create the submission. The project lead will be notified automatically.

FOSS Factory Source