Page MenuHomestyx hydra

No OneTemporary

diff --git a/.divinerconfig b/.divinerconfig
index 4c34516b26..c765720f12 100644
--- a/.divinerconfig
+++ b/.divinerconfig
@@ -1,19 +1,19 @@
{
"name" : "Phabricator",
"src_base" : "https://github.com/facebook/phabricator/blob/master",
"groups" : {
- "overview" : "Overview",
+ "intro" : "Introduction",
"install" : "Installing",
"config" : "Configuration",
"userguide" : "Application User Guides",
"differential" : "Differential (Code Review)",
"diffusion" : "Diffusion (Repository Browser)",
"maniphest" : "Maniphest (Task Tracking)",
"celerity" : "Celerity (CSS/JS Management)",
"aphront" : "Aphront (Web Stack)",
"console" : "DarkConsole (Debugging Console)",
"storage" : "Storage"
}
}
diff --git a/src/aphront/console/plugin/config/__init__.php b/src/aphront/console/plugin/config/__init__.php
new file mode 100644
index 0000000000..5382f49a37
--- /dev/null
+++ b/src/aphront/console/plugin/config/__init__.php
@@ -0,0 +1,15 @@
+<?php
+/**
+ * This file is automatically generated. Lint this module to rebuild it.
+ * @generated
+ */
+
+
+
+phutil_require_module('phabricator', 'aphront/console/plugin/base');
+phutil_require_module('phabricator', 'view/control/table');
+
+phutil_require_module('phutil', 'markup');
+
+
+phutil_require_source('DarkConsoleConfigPlugin.php');
diff --git a/src/docs/introduction.diviner b/src/docs/introduction.diviner
new file mode 100644
index 0000000000..25a1150dfe
--- /dev/null
+++ b/src/docs/introduction.diviner
@@ -0,0 +1,41 @@
+@title Introduction
+@group intro
+
+This document provides a high-level overview of the Phabricator project.
+
+= What is Phabricator? =
+
+**Phabricator** (pronounced like the word //fabricator//) is a suite of web
+applications which make it easier to build software, particularly when working
+with teams. Phabricator is largely based on Facebook's internal tools.
+
+The major components of Phabricator are:
+
+ - **Differential**, a code review tool; and
+ - **Diffusion**, a repository browser.
+
+Phabricator also includes a number of smaller tools.
+
+= Why use Phabricator? =
+
+Phabricator gives you a box of reasonably decent tools for a comparatively small
+setup cost. Plus:
+
+ - It has some good project names.
+ - Facebook integration makes it very hip indeed.
+ - It's fairly snappy.
+ - You only have to install and configure one thing instead of setting up
+ and customizing a bunch of tools you don't really care about.
+ - A couple of the core tools are actually pretty good.
+ - Maniphest allows you to close tasks "out of spite".
+
+However, Phabricator may also not be a good solution for you:
+
+ - If you develop primarily on Windows, you are likely to find integration
+ with the toolsets you use lacking.
+ - If you don't use SVN or Git, you'll have to add support for your VCS before
+ you can get anywhere.
+ - If you loathe PHP, well, it's written in PHP.
+
+
+
\ No newline at end of file

File Metadata

Mime Type
text/x-diff
Expires
Wed, Jul 2, 3:11 AM (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
164639
Default Alt Text
(2 KB)

Event Timeline