Skip to content

Commit

Permalink
Renaming Custom to Enterprise Edition
Browse files Browse the repository at this point in the history
  • Loading branch information
groganz committed Jul 22, 2016
1 parent 1dfb4a0 commit 55ef025
Show file tree
Hide file tree
Showing 28 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Our goal is to help everyone make innovative marketing ideas come true.
:maxdepth: 1

Introduction for Marketers <user/overview>
Introduction for Developers </ce/developer/book/overview>
Introduction for Developers <open/developer/book/overview>

CampaignChain Community Edition
-------------------------------
Expand All @@ -36,7 +36,7 @@ GitHub. It is the first open-source platform for marketing integration.
.. toctree::
:maxdepth: 2

/ce/index
open/index

CampaignChain Enterprise Edition
--------------------------------
Expand All @@ -49,7 +49,7 @@ updates to simplify the maintenance of CampaignChain instances.
.. toctree::
:maxdepth: 2

/ee/index
ee/index

Users
-----
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion ce/administrator/installation/dev.rst → open/administrator/installation/dev.rst
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ You can easily add modules (e.g. to post on Twitter or Facebook) at http://local
Start Developing!
-----------------

You can now :doc:`start developing with CampaignChain </ce/developer/book/index>` and create your
You can now :doc:`start developing with CampaignChain </open/developer/book/index>` and create your
own bundles that include CampaignChain modules in the *src/* directory inside
the Symfony root.

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Sample Data
-----------

When you are developing with CampaignChain, sample data will be available
automatically. Learn how to :doc:`import sample data to the system </ce/developer/book/sample_data>`.
automatically. Learn how to :doc:`import sample data to the system </open/developer/book/sample_data>`.

To allow testing of your changes by others, please keep all the publicly available
:ref:`sample data packages <dev-book-sample-data-packages>` in sync with your
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ce/developer/book/dev_mode.rst → open/developer/book/dev_mode.rst
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Development Tools

The navigation bar will display an icon to access various developer tools from
within the CampaignChain user interface, such as
:doc:`loading sample data </ce/developer/book/sample_data>`.
:doc:`loading sample data </open/developer/book/sample_data>`.

.. image:: /images/developer/book/load_sample_data.png
:width: 600px
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ installed with the ``--stability=dev`` option through Composer_.
* `amariki/data-test`_
* `amariki/data-demo`_

Learn :doc:`how to load sample data </ce/developer/book/sample_data>` in
Learn :doc:`how to load sample data </open/developer/book/sample_data>` in
CampaignChain.

.. note::
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion ce/developer/book/overview.rst → open/developer/book/overview.rst
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ following conversion funnel:
With CampaignChain, you will be able to understand how many leads have been
generated by that specific Twitter post.

Learn more about the details of CampaignChain's :doc:`Call to Action (CTA) Tracking </ce/developer/book/cta>`.
Learn more about the details of CampaignChain's :doc:`Call to Action (CTA) Tracking </open/developer/book/cta>`.

User Interface
--------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ these instructions:
.. note::
If you would like to retrieve a ``credentials.yml`` file for the default
sample data packages that works out-of-the-box, check out how to apply for
access to the :doc:`live development environment </ce/developer/book/development_environment>`.
access to the :doc:`live development environment </open/developer/book/development_environment>`.

Usage
-----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ XING activity stream and post updates to it.
Assumptions and Prerequisites
-----------------------------
* You have a `Symfony environment`_ meeting all the system requirements.
* You have a working :doc:`CampaignChain development installation </ce/administrator/installation/dev>`.
* You have a working :doc:`CampaignChain development installation </open/administrator/installation/dev>`.
* You have a good understanding of the OAuth authentication process.
* You have a good understanding of the XING REST API.
`Learn more about the API`_.
* You have an application registered with XING and have obtained the
necessary keys. `Register your application`_.
* You have an account registered with XING, or you have access to the
:doc:`CampaignChain live development environment </ce/developer/book/development_environment>` (optional, for testing).
:doc:`CampaignChain live development environment </open/developer/book/development_environment>` (optional, for testing).

Overview
--------
Expand Down Expand Up @@ -721,7 +721,7 @@ with the name *AcmeActivityXingBundle*.
.. _Understand the API exposed by the channel you're connecting:

2. Understand the XING API
~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Once the modules are created, let's look more closely at the message posting
operation to be implemented. Review the image below, which displays a typical
Expand Down Expand Up @@ -1083,7 +1083,7 @@ Here's an example of what the form looks like when rendered:
.. _Create an API client and operation processor:

5. Create an API Client and Operation Processor
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

In the previous steps, you enabled the user to enter details of a new XING
message into a form and have that data saved to the CampaignChain database.
Expand Down
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions ce/developer/quick_tour/index.rst → open/developer/quick_tour/index.rst
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ Installation

Install CampaignChain with some sample data in 10 minutes! Learn all about the
system requirements, step-by-step installation and configuration as well as
how to load the sample data in the :doc:`Community Edition installation </ce/administrator/installation/ce>` tutorial.
how to load the sample data in the :doc:`Community Edition installation </open/administrator/installation/ce>` tutorial.

Architecture
------------

Before you start developing with CampaignChain, please make yourself familiar with
the following concepts of its software architecture:

1. :doc:`Features, entities, calls to action </ce/developer/book/overview>`
2. :doc:`General introduction to modules </ce/developer/book/modules>`
1. :doc:`Features, entities, calls to action </open/developer/book/overview>`
2. :doc:`General introduction to modules </open/developer/book/modules>`

Development
-----------

Customizing and enhancing CampaignChain can all be done through modules. There is
an in-depth tutorial available that shows you how to :doc:`Connect a new Online Channel </ce/developer/cookbook/connect_a_new_online_channel>`.
an in-depth tutorial available that shows you how to :doc:`Connect a new Online Channel </open/developer/cookbook/connect_a_new_online_channel>`.
0 ce/index.rst → open/index.rst
100755 → 100644
File renamed without changes.

0 comments on commit 55ef025

Please sign in to comment.