You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zy...@apache.org on 2014/01/06 08:57:15 UTC

git commit: fix README for cmd/ files

Updated Branches:
  refs/heads/master b8355b3e7 -> 024db4624


fix README for cmd/ files

we'd better keep things in sync, although I don't like the changes


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/024db462
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/024db462
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/024db462

Branch: refs/heads/master
Commit: 024db4624e628f5ed925ba76ad19d4218575c3f1
Parents: b8355b3
Author: Zhao Yongming <mi...@gmail.com>
Authored: Mon Jan 6 15:55:42 2014 +0800
Committer: Zhao Yongming <mi...@gmail.com>
Committed: Mon Jan 6 15:56:00 2014 +0800

----------------------------------------------------------------------
 README | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/024db462/README
----------------------------------------------------------------------
diff --git a/README b/README
index 82e955c..363e7f4 100644
--- a/README
+++ b/README
@@ -8,13 +8,17 @@ plugins to build large scale web applications.
 
   traffic/ ............... top src dir
   |-- ci/ ................ quality assurance and other CI tools and configs
+  |-- cmd/ ............... various command applications
+      |-- traffic_cop/ ... traffic_cop application
+      |-- traffic_line/ .. Command line utilities and API
+      |-- traffic_shell/ . traffic_shell application
+      |-- traffic_top/ ... traffic_top application
   |-- contrib ............ various contributed auxiliary pieces
-  |-- cop/ ............... traffic_cop application
   |-- doc/ ...............
       |-- admin/ ......... Admin guide documentations
       |-- dot/ ........... Graphviz source files for docs pictures
       |-- man/ ........... Unix style man-pages
-      |-- plugins ........ Documentation for our core plugins
+      |-- plugins/ ....... Documentation for our core plugins
       |-- sdk/ ........... Plugin developer guide
   |-- example/ ........... example plugins
   |-- install/ ........... installation programs and scripts
@@ -34,7 +38,6 @@ plugins to build large scale web applications.
       |-- wccp/ .......... WCCP implementation
   |-- m4/ ................ custom macros for configure.ac
   |-- mgmt/ .............. Management server and tools (including traffic_manager)
-      |-- cli ............ Command line utilities and API
   |-- plugins/ ........... Core plugins (stable and experiemental)
   |-- proxy/ ............. HTTP proxy logic
       |-- api/ ........... Plugin API includes
@@ -42,7 +45,7 @@ plugins to build large scale web applications.
       |-- congest/ ....... Congestion control
       |-- hdrs/ .......... Headers parsing and management
       |-- http/ .......... The actual HTTP protocol implementation
-      |-0 logging/ ....... Flexible logging
+      |-- logging/ ....... Flexible logging
   |-- README ............. intro, links, build info
   |-- README-EC2 ......... info on EC2 support
   |-- REVIEWERS .......... (incomplete) list of areas with committer interest