Origo is the hosting platform for your projects:
Please comment this page if you have suggestions for FAQ or other remarks!
Mail: support [at] origo [dot] ethz [dot] ch
Origo provides the functionality expected of any good software forge, but focuses on simplicity, offers an API, and is available without restriction to both open-source and closed-source projects.
Hosting your project in Origo is straightforward. Right from the start you will get:
Yes, we have prepared a small tutorial.
Origo has an API that you can use to extend it.
This allows to automate common tasks when publishing software. Use the API from any XML-RPC capable technology.
To use the IDE plug-ins you need to request a user key if you have not already done so. You only need to do this once. The same user key can then be used for all plug-ins.
Currently there are 2 widgets available: The Origo Dashboard Widget for OS X and the Origo Windows Sidebar Gadget for Windows Vista. Due to our limited resources we are not able to develop a widget for every platform. But you are very welcome if you would like to develop a widget for your favorite platform. Please contact us and we will help you getting started.
Yes, and it is free too!
You will get the same as for the opensource projects (SVN repository, project page wiki etc.) but it will only be accessible to the owner and the members of the project.
We believe that even if you are a closed source project there are a couple of things that you might want to show to people coming to you project page. Therefore all the default pages you see when accessing a newly created project are visible. Your SVN repository is not accessible to outsiders and private wiki pages and private issues neither.
Yes. Ask for your project to be a hidden project when creating it. You can also hide it afterwards - just contact us. This will hide your project from the project overview page and only people that know the URL of your project will be able to access the pages.
Yes - Simply send us a message via the Origo messaging system
No. Create a new project and have the old one hidden and use the API to move the content of the pages and the issue tracker etc. to the new one.
Yes. You can use the API to get the issues and we are working on API calls that allow getting the wiki content of the pages.
You can download a dump of your SVN repository (generated each night) under http://svn.origo.ethz.ch/dump/MYPROJECT/latest.tar.gz
In the unlikely case of Origo having to cease service there will be a transition period that will allow all projects to move their content away from Origo. However it is not planned at the moment to cease service.
Origo consists of a bunch of servers that host a P2P backend and the web frontend of the projects. A more detailed description is on the architecture page.
Yes of course, have a a look at this page. If something's missing please contact us and we'll try to provide it.
Yes. The easiest thing is if you have a Subversion dump of your repository. Gzip/zip it, upload it to your Origo FTP account (upload.origo.ethz.ch with your origo login) and send us a message to support [at] origo [dot] ethz [dot] ch and we will load your dump into your repository. If you have another repository (such as CVS) or don't have access to a dump of a repository, please contact us as well and we'll help you migrate your code.
Send us a message via the Origo messaging system and we will remove your project.
To display an image on a wiki page click on the
button below the textarea to open the image browser. Click on Upload button to upload a new image. After the upload is complete its thumbnail will appear in the image browser. To insert the image into the page simply click on its thumbnail, adjust the settings if required and click on Insert. This will then add the necessary markup to your wiki page. To view the image you have to view the wiki page in preview mode.
open source
is origo itself open source? you provide an alpha vmware appliance for download ... but I did not find a download for the sources.
Origo itself is open source.
Origo itself is open source. You can find the source code in the Subversion repository
http://www.origo.ethz.ch/wiki/development
There is also documented how to setup the build for Origo (there are some dependencies).
Wiki Format
How much flexibility is there for the input language of the wiki? For example, is it possible to use the reStructured Text format and plugins or some LaTeX to create the wiki for a project? If not, is there any plan to support it in the near future?
Origo currently supports only
Origo currently supports only one input Language: MediaWiki (which also includes support for some basic HTML tags). There are no plans to add other input formats.
Thanks! At this point, I
Thanks!
At this point, I would like to benefit from the ease of building a web shaped online document of a wiki but I find that I can mold plain text more easily to my liking than wikimedia code. Do you have an advice for me?
If you use the <pre> Tag you
If you use the
Tag you can use plain text with spaces and similar stuff.
Cool, thanks, I think it
Cool, thanks, I think it should do the trick
Redirect function?
I can't seem to figure out a redirect function to make simple things like "Player's" go to the page for "Player" without carefully writing every single link, which is a bit onerous. Is there a feature similar to the #REDIRECT function from Wikipedia that I simply can't find/make work?