[CalendarServer-changes] [9370] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Mon Jun 18 11:20:10 PDT 2012


Revision: 9370
          http://trac.macosforge.org/projects/calendarserver/changeset/9370
Author:   wsanchez at apple.com
Date:     2012-06-18 11:20:10 -0700 (Mon, 18 Jun 2012)
Log Message:
-----------
Name cleanup

Modified Paths:
--------------
    CalendarServer/trunk/HACKING
    CalendarServer/trunk/README
    CalendarServer/trunk/calendarserver/tap/caldav.py

Modified: CalendarServer/trunk/HACKING
===================================================================
--- CalendarServer/trunk/HACKING	2012-06-18 18:16:57 UTC (rev 9369)
+++ CalendarServer/trunk/HACKING	2012-06-18 18:20:10 UTC (rev 9370)
@@ -1,18 +1,18 @@
 Developer's Guide to Hacking the Calendar Server
 ================================================
 
-If you are interested in contributing to Darwin Calendar Server
-project, please read this document.
+If you are interested in contributing to the Calendar and Contacts
+Server project, please read this document.
 
 
 Participating in the Community
 ==============================
 
-Although the Calendar Server is sponsored and hosted by Apple
-Inc. (http://www.apple.com/), it's a true open-source project under an
-Apache license.  Contributions from other developers are welcome, and,
-as with all open development projects, may lead to "commit access" and
-a voice in the future of the project.
+Although the Calendar and Contacts Server is sponsored and hosted by
+Apple Inc. (http://www.apple.com/), it's a true open-source project
+under an Apache license.  Contributions from other developers are
+welcome, and, as with all open development projects, may lead to
+"commit access" and a voice in the future of the project.
 
 The community exists mainly through mailing lists and a Subversion
 repository. To participate, go to:
@@ -49,8 +49,8 @@
 Obtaining the Code
 ==================
 
-The source code to Calendar Server is available via Subversion at this
-repository URL:
+The source code to the Calendar and Contacts Server is available via
+Subversion at this repository URL:
 
   http://svn.macosforge.org/repository/calendarserver/CalendarServer/trunk/
 
@@ -82,25 +82,28 @@
 
  * ``conf/`` - Configuration files.
 
- * ``calendarserver/`` - Source code for the Calendar Server
+ * ``calendarserver/`` - Source code for the Calendar and Contacts
+   Server
 
  * ``twistedcaldav/`` - Source code for CalDAV library
 
  * ``twistedcaldav/`` - Source code for extensions to Twisted
 
  * ``lib-patches/`` - Patch files which modify 3rd-party software
-   required by the Calendar Server.  In an ideal world, this would be
-   empty.
+   required by the Calendar and Contacts Server.  In an ideal world,
+   this would be empty.
 
- * ``twisted/`` - Files required to set up the Calendar Server as a
-   Twisted service.  Twisted (http://twistedmatrix.com/) is a
-   networking framework upon which the Calendar Server is built.
+ * ``twisted/`` - Files required to set up the Calendar and Contacts
+   Server as a Twisted service.  Twisted (http://twistedmatrix.com/)
+   is a networking framework upon which the Calendar and Contacts
+   Server is built.
 
  * ``locales/`` - Localization files.
 
- * ``contrib/`` - Extra stuff that works with the Calendar Server, or
-   that helps integrate with other software (including operating
-   systems), but that the Calendar Server does not depend on.
+ * ``contrib/`` - Extra stuff that works with the Calendar and
+   Contacts Server, or that helps integrate with other software
+   (including operating systems), but that the Calendar and Contacts
+   Server does not depend on.
 
  * ``support/`` - Support files of possible use to developers.
 
@@ -108,9 +111,10 @@
 Coding Standards
 ================
 
-The vast majority of the Calendar Server is written in the Python
-programming language.  When writing Python code for the Calendar
-Server, please observe the following conventions.
+The vast majority of the Calendar and Contacts Server is written in
+the Python programming language.  When writing Python code for the
+Calendar and Contacts Server, please observe the following
+conventions.
 
 Please note that all of our code at present does not follow these
 standards, but that does not mean that one shouldn't bother to do so.
@@ -407,10 +411,10 @@
 favorably.
 
 Units tests can be run rather easily by executing the ``test`` script
-at the top of the Calendar Server source tree.  By default, it will
-run all of the Calendar Server tests followed by all of the Twisted
-tests.  You can run specific tests by specifying them as arguments
-like this:
+at the top of the Calendar and Contacts Server source tree.  By
+default, it will run all of the Calendar and Contacts Server tests
+followed by all of the Twisted tests.  You can run specific tests by
+specifying them as arguments like this:
 
    ::
 
@@ -428,12 +432,12 @@
 
   http://twistedmatrix.com/trac/browser/trunk/doc/development/policy/test-standard.xhtml?format=raw
 
-We also use CalDAVTester (which is a companion to Calendar Server in
-the same Mac OS Forge project), which performs more "black box"-type
-testing against the server to ensure compliance with the CalDAV
-protocol.  That requires running the server with a test configuration
-and then running CalDAVTester against it.  For information about
-CalDAVTester is available here:
+We also use CalDAVTester (which is a companion to the Calendar and
+Contacts Server in the same Mac OS Forge project), which performs more
+"black box"-type testing against the server to ensure compliance with
+the CalDAV protocol.  That requires running the server with a test
+configuration and then running CalDAVTester against it.  For
+information about CalDAVTester is available here:
 
   http://trac.calendarserver.org/projects/calendarserver/wiki/CalDAVTester
 

Modified: CalendarServer/trunk/README
===================================================================
--- CalendarServer/trunk/README	2012-06-18 18:16:57 UTC (rev 9369)
+++ CalendarServer/trunk/README	2012-06-18 18:20:10 UTC (rev 9370)
@@ -1,8 +1,8 @@
 Getting Started
 ===============
 
-This is the core code base for Darwin Calendar Server, which is a
-CalDAV, CardDAV, WebDAV, and HTTP server.
+This is the core code base for the Calendar and Contacts Server, which
+is a CalDAV, CardDAV, WebDAV, and HTTP server.
 
 For general information about the server, see:
 
@@ -32,24 +32,25 @@
 does things (like download software) that you don't want to happen in
 that context.
 
-Begin by creating a directory to contain Calendar Server and all its dependencies:
+Begin by creating a directory to contain Calendar and Contacts Server
+and all its dependencies:
 
   ::
 
     mkdir ~/CalendarServer
     cd CalendarServer
 
-Next, check out the source code from the SVN repository. To check out the latest trunk code:
+Next, check out the source code from the SVN repository. To check out
+the latest trunk code:
 
   ::
 
     svn co http://svn.macosforge.org/repository/calendarserver/CalendarServer/trunk/ CalendarServer
 
-The server requires a number of
-libraries in order to operate, which will need to be placed as peers
-of the source directory.  The ``run`` script in the sources will
-automatically download or check out the appropriate libraries and
-build them for you:
+The server requires a number of libraries in order to operate, which
+will need to be placed as peers of the source directory.  The ``run``
+script in the sources will automatically download or check out the
+appropriate libraries and build them for you:
 
   ::
 
@@ -78,9 +79,9 @@
 
 You will need to choose a "directory service" to use to populate your
 server's principals (users, groups and resources).  A directory
-service provides the calendar server with information about these
-principals.  Some of the directory services which are supported by the
-calendar server include:
+service provides the Calendar and Contacts Server with information
+about these principals.  Some of the directory services which are
+supported by the Calendar and Contacts Server include:
 
  * ``XMLDirectoryService``: this service is configurable via an XML
    file that contains principal information.  The file

Modified: CalendarServer/trunk/calendarserver/tap/caldav.py
===================================================================
--- CalendarServer/trunk/calendarserver/tap/caldav.py	2012-06-18 18:16:57 UTC (rev 9369)
+++ CalendarServer/trunk/calendarserver/tap/caldav.py	2012-06-18 18:20:10 UTC (rev 9370)
@@ -567,7 +567,7 @@
     implements(IPlugin, IServiceMaker)
 
     tapname = "caldav"
-    description = "Darwin Calendar Server"
+    description = "Calendar and Contacts Server"
     options = CalDAVOptions
 
     #
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120618/537fe864/attachment.html>


More information about the calendarserver-changes mailing list