Minor documentation improvements

Summary:
  - Link to "importing a repository" from Config next steps, since it's not
obvious (and the article isn't obviously named).
  - Some minor doc tweaks.
  - Remove "Roadmap" document since it's super out of date and not very useful.

Test Plan: Regenerated and read documentation.

Reviewers: btrahan, jungejason

Reviewed By: jungejason

CC: aran, jungejason

Maniphest Tasks: T743

Differential Revision: https://secure.phabricator.com/D1384
This commit is contained in:
epriestley
2012-01-12 18:30:36 -08:00
parent f5e1e3377c
commit a88e132179
5 changed files with 25 additions and 75 deletions

View File

@@ -8,12 +8,12 @@ Guide to Diffusion, the Phabricator repository browser.
Diffusion is a repository browser which allows you to explore source code in a
Git or SVN repository, similar to software like Trac and GitWeb.
Diffusion provides a very high-performance SVN browser and a moderately
high-performance Git browser. It achieves performance by denormalizing large
amounts of data about repository history into a database and using this
information like a cache so it can avoid querying the repository directly. This
data is generated by daemons which track repositories, discover new commits, and
parse and import them.
Diffusion provides a very high-performance SVN browser, a moderately
high-performance Git browser and relatively slow Mercurial browser. It achieves
performance by denormalizing large amounts of data about repository history into
a database and using this information like a cache so it can avoid querying the
repository directly. This data is generated by daemons which track repositories,
discover new commits, and parse and import them.
Diffusion is integrated with the other tools in the Phabricator suite. For
instance: