Personal repository provides you with an easy way to distribute your software among great number of Linux users by means of standard ways of software delivery.
ABF will take care of package dependencies from both main repositories or extra and personal ones. Published a new package version?
Users will be automatically notified about available update.
We have focused on making access to the source code easy and transparent. Every file pushed to git repository will instantly become available for online access,
so you can share it with other developers even if they don't use Git. Home page of every project contains list of project files,
as well as information about recent changes. You can immediately see the most important part of your project:the code.
annotation_description_html:'Looking for the author of a particular code fragment? Just open the file blame to see who modified that fragment for the last time and in which commit.'
edit_description_html:Need to quickly edit some file? Want to fix syntax error from your mobile phone? No problem. We provide you with a simple editor for every file in git repository.
There are 3 possible levels of privileges for project members:read-only, read/write, and administration level. A project member can designate a real user
or a group of developers. Both projects and groups may have unlimited number of members (every of which can be in turn a user or a group).
Project wiki is based on Gollum — open wiki engine developed by GitHub. In fact, this is a full-function git repository which can be cloned, used offline,
modified and pushed back to server, as if it were a usual source code. Convenient web editor allows to modify wiki online.
Now information about your project will be never lost and will be always available for modifications in any editor!
<br/><br/>Note:for private projects, wiki is accessible by project team only. Wiki of a public project can be read by everyone.