Commit Graph

437 Commits

Author SHA1 Message Date
radhikap aa9ccf7302 fix for CLOUDSTACK-481
Signed-off-by: radhikap <radhika.puthiyetath@citrix.com>
2013-01-08 15:04:19 -06:00
Alex Huang 30f2565d98 Merge branch 'api_refactoring' into javelin 2013-01-08 12:36:04 -08:00
Rohit Yadav 85e73a640e Merge branch 'master' into api_refactoring
Conflicts:
	client/tomcatconf/commands.properties.in

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-01-03 23:27:42 -08:00
Gavin Lee 8cf2cb1f4e [DOC]Delete duplicated, mis-spelling xml files. 2013-01-04 10:25:34 +08:00
Rohit Yadav 296b49c2f8 Merge branch 'master' into test-merge-api
Conflicts:
	api/src/com/cloud/agent/api/BackupSnapshotCommand.java
	api/src/com/cloud/agent/api/storage/PrimaryStorageDownloadCommand.java
	api/src/com/cloud/agent/api/to/PortForwardingRuleTO.java
	api/src/com/cloud/network/NetworkService.java
	api/src/com/cloud/resource/ResourceService.java
	api/src/org/apache/cloudstack/api/ApiConstants.java
	api/src/org/apache/cloudstack/api/ResponseGenerator.java
	api/src/org/apache/cloudstack/api/response/SSHKeyPairResponse.java
	client/tomcatconf/commands.properties.in
	core/src/com/cloud/storage/SnapshotVO.java
	pom.xml
	server/src/com/cloud/api/ApiDispatcher.java
	server/src/com/cloud/api/ApiResponseHelper.java
	server/src/com/cloud/api/ApiServer.java
	server/src/com/cloud/configuration/ConfigurationManagerImpl.java
	server/src/com/cloud/network/NetworkManagerImpl.java
	server/src/com/cloud/network/rules/RulesManagerImpl.java
	server/src/com/cloud/offerings/NetworkOfferingVO.java
	server/src/com/cloud/resource/ResourceManagerImpl.java
	server/src/com/cloud/upgrade/dao/Upgrade40to41.java
	server/src/com/cloud/vm/UserVmManagerImpl.java
	server/test/com/cloud/vpc/MockNetworkManagerImpl.java
	setup/db/create-schema.sql
	setup/db/db/schema-40to410.sql

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-12-23 13:54:46 -08:00
John Kinsella 5658fc4249 CLOUDSTACK-646: Cleaning up Citrix/eula/CloudPlatform references
Tried to remove any references to license agreements, EULA, Citrix,
or CloudPlatform. Tested through devcloud, didn't see decreased UI
functionality.
2012-12-16 20:39:03 -08:00
Sebastien Goasguen 6507055ba1 Change in Dev Guide to add Maven and Tools Chapter 2012-12-15 00:29:12 -06:00
Pranav Saxena b5eec20f5e Revert "Docs for Elastic IP and display name in vCenter"
This reverts commit 41dd38c86b.
2012-12-13 05:22:20 +05:30
Joe Brockmeier 561dccfe9d Fixing an oops, left out a tag... 2012-12-12 11:21:14 -06:00
Radhika PC 41dd38c86b Docs for Elastic IP and display name in vCenter 2012-12-13 04:05:49 +05:30
Sebastien Goasguen 400d29be85 Modify docs for transifex translation 2012-12-09 11:30:18 -06:00
Sebastien Goasguen 18d7595292 Prepare docs for transifex translation 2012-12-09 11:30:18 -06:00
Joe Brockmeier 2bd877616b CLOUDSTACK-400: documening procedure to update MySQL password. Also added a few xrefs in other documents that were missing them. 2012-12-09 11:11:22 -06:00
Joe Brockmeier 9d6bdf9cf9 CLOUDSTACK-389: Added language to clear up confusion about iSCSI only. 2012-12-09 10:12:34 -06:00
Joe Brockmeier ac50c2699c CLOUDSTACK-395: Added xrefs to about-primary-storage and about-secondary-storage 2012-12-07 13:48:42 -06:00
Joe Brockmeier 3ab8a65a39 removing garbage files 2012-12-07 08:49:18 -06:00
Joe Brockmeier 4fe6494881 CLOUDSTACK-480: Adding mention to install nfs-kernel-server to Install Guide 2012-12-07 08:46:32 -06:00
Rohit Yadav 6fc3bc3760 api_refactor: refactor vpn and vm apis
- Refactor VPN and VM APIs to admin and user pkgs
- Names space, org.apache.cloudstack
- Fix refactored apis in commands*.in
- Fix comments etc.
- Expand tabs, remove trailing whitespace

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-12-03 21:27:02 -08:00
Gavin Lee df8990eae6 Rename cloudplatform-api.xml to cloudstack-api.xml
Change CloudPlatform to &PRODUCT;
2012-11-28 12:45:54 +08:00
Sebastien Goasguen 45dd833b2e CS-547
Signed-off-by: Gavin Lee <gavin.lxh@gmail.com>
2012-11-28 10:21:17 +08:00
David Nalley 65e39f6666 cleaning up docs/runbook/tmp and adding gitignore entries for that as well 2012-11-19 09:23:58 -05:00
David Nalley 35666a5266 cleaning up docs temp, publish directories - adding gitignore entries for them for the future 2012-11-19 09:11:03 -05:00
David Nalley d15c506571 CLOUDSTACK-397 - removed image that wasn't conveying networking layout properly 2012-11-16 18:50:45 -05:00
David Nalley bd904df022 CLOUDSTACK-467 putting in the correct link to API documentation 2012-11-16 18:08:02 -05:00
Gavin Lee ddca805912 Docbook xml for additional installation options 2012-11-09 13:55:27 +08:00
Joe Brockmeier d8e31c7a90 Revised en-US/network-setup.xml to include the correct file. 2012-11-08 00:12:28 -06:00
Joe Brockmeier 079de08194 Commented out missing file. 2012-11-07 23:53:53 -06:00
Radhika PC 35dcda2e88 CLOUDSTACK-403: New Doc file on About password and key encryption. In the Install guide, fixed references to the same section. 2012-11-07 23:29:55 -06:00
Radhika PC ffdf19dc2c fix for review comments-cloudstack-403
Signed-off-by: Radhika PC <radhika.puthiyetath@citrix.com>
Signed-off-by: Joe Brockmeier <jzb@zonker.net>
2012-11-07 23:13:27 -06:00
Radhika PC 5722827c1b fix for cloudstack-403
Signed-off-by: Radhika PC <radhika.puthiyetath@citrix.com>
Signed-off-by: Joe Brockmeier <jzb@zonker.net>
2012-11-07 23:11:09 -06:00
name=Radhika PC 8e3532825b CLOUDSTACK-444 Fix from Radhika PC against docs, adds network setup in the install guide. 2012-11-07 11:46:06 -06:00
Radhika PC cb3d8872c6 fix for CLOUDSTACK-444
Signed-off-by: Radhika PC <radhika.puthiyetath@citrix.com>
Signed-off-by: Joe Brockmeier <jzb@zonker.net>
2012-11-07 11:40:51 -06:00
Jessica Tomechak c2ccc52c4d Docs. Remove inaccurate CloudStack software version number from table heading. 2012-11-05 12:51:58 -08:00
Jessica Tomechak 514a7e31d4 Docs. CLOUDSTACK-134. Copying vhd-util is required only when XenServer is used. 2012-11-05 12:51:56 -08:00
Hugo Trippaers fe7b28ea0b Summary: Fixed typo in the documentation, reported by Roeland Kuipers 2012-11-05 15:23:48 +01:00
Wido den Hollander 4cb9e6d7d4 docs: Change filename of Deb repository file
These files should end with .list, otherwise Apt won't pick them up.
2012-11-05 10:23:09 +01:00
Wido den Hollander fb08e8b7e4 docs: Add RPM repository
The RPM packages are now also hosted on cloudstack.apt-get.eu

By adding this to the docs it makes life easier for people when installing.

Also replaced CloudStack by &PRODUCT; a couple of times
2012-11-05 10:21:43 +01:00
Radhika PC 863306260a fix for CLOUDSTACk-290:Reviewed:By-Jessica Tomechak 2012-11-03 17:40:58 +05:30
Joe Brockmeier 7ffcd9e8bf CLOUDSTACK-291 Additional comment on install.sh upgrade path: Noted that users need to agree to changes suggested by Yum or APT. 2012-11-01 18:12:33 -05:00
Joe Brockmeier dee9264ddc CLOUDSTACK-385: Section 3.2.3 (MD5): confusing first sentence. Fixed this, though the entire section could probably do with a re-write. I think the existing instructions are overly complex. 2012-11-01 17:49:03 -05:00
Joe Brockmeier 5ddb6f251c CLOUDSTACK-392: Install Guide - fixed issue with minor correction needed in docs. 2012-11-01 17:44:08 -05:00
Joe Brockmeier bb38462b4f CLOUDSTACK-250 minor fix in documentation about maintenance mode. 2012-11-01 17:39:03 -05:00
Joe Brockmeier f39cd83999 Minor doc cleanup. 2012-10-31 17:53:56 -05:00
Jessica Tomechak 1e0b8e43ba Docs. Fix CLOUDSTACK-405. Put missing steps back into management server installation. Running cloud-setup-management was missing. Also some copy edits. 2012-10-23 16:20:57 -07:00
Jessica Tomechak b1c72c1254 Docs. Fix bug CLOUDSTACK-406. Change AWS API port to 7080 in Installation Guide. 2012-10-23 15:24:41 -07:00
Jessica Tomechak 6cb0c97fbc Docs. Add missing sections to Primary Storage. Fix a typo. 2012-10-23 14:37:30 -07:00
David Nalley 026b8d6209 fixing release notes name 2012-10-22 12:22:08 -04:00
Joe Brockmeier 2999d438bf Minor cleanup on VMware docs, remove v1000 2012-10-22 09:22:15 -05:00
Gavin Lee f1b8bce996 CLOUDSTACK-393:Docbook for VMWare vsphere installation
Signed-off-by: Gavin Lee <gavin.lxh@gmail.com>
2012-10-22 09:26:21 -04:00
Chip Childers 59091fde33 CLOUDSTACK-376: Changes to the min sys reqs doc.
I had to manually apply the changes, due to a conflict when applying
https://reviews.apache.org/r/7661.

The rest of the patch submitted via that review request was committed
in the previous master branch commit.

Signed-off-by: Chip Childers <chip.childers@gmail.com>
2012-10-22 09:22:28 -04:00
Radhika PC 76478d963b partial-fix-for-376
Signed-off-by: Radhika PC <radhika.puthiyetath@citrix.com>
2012-10-22 09:16:28 -04:00
Wido den Hollander 1055ea8f67 docs: Use command tag for commands to be executed by reader.
This was mentioned by Joe Brockmeier on the mailinglist, to make the documentation
more readable we should use the <command> tag for to be executed commands
by the reader.

This commit does that for the KVM hypervisor host installation part.
2012-10-22 12:42:35 +02:00
Joe Brockmeier 43bd3c3a17 Added generic Yum docs. 2012-10-21 09:30:09 -05:00
David Nalley 38578bf27d fixing a broken build 2012-10-20 22:41:14 -04:00
David Nalley bd723c252b missed another firewall typo 2012-10-20 22:22:30 -04:00
David Nalley ec6babd4ea reordering kvm installation 2012-10-20 22:21:21 -04:00
David Nalley f1105ff1d3 CLOUDSTACK-345 - adding mdns_adv as a setting that needs to be modified 2012-10-20 22:16:29 -04:00
David Nalley 7a940fc5f7 CLOUDSTACK-402 - fixing firewall statement so that it actually works 2012-10-20 22:05:32 -04:00
David Nalley 0eff53f4f3 updating KVM requirements 2012-10-20 21:48:33 -04:00
David Nalley 703275e5b3 adding a couple of storage options to text 2012-10-20 20:43:37 -04:00
Joe Brockmeier 8c4e483f76 Added short section that addresses the TODO for the system reserved IP addresses. Copied over from original 3.x documentation. 2012-10-20 14:42:59 -05:00
Joe Brockmeier b387e11333 Fixed instances of 4.0 instead of 4.0.0-incubating referring to version numbers. 2012-10-20 13:55:23 -05:00
Joe Brockmeier dffe67085e Removing OVM-specific documentation. 2012-10-20 13:03:17 -05:00
Joe Brockmeier c63f4eae05 Merge branch 'install'
This fixes CLOUDSTACK-386 (Install Guide: Section 3.5.1 setting up an APT repo is empty) and revises the instructions for compiling Debian packages from source using Maven 3.
2012-10-19 14:33:38 -05:00
Joe Brockmeier 9d6d6172e4 Made a number of fixes to the steps for compiling Debian packages, added section on adding an APT repository. 2012-10-19 14:33:04 -05:00
Chip Childers 3d40256949 CLOUDSTACK-384: Removed release number from the "getting-release" content.
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2012-10-19 15:25:49 -04:00
David Nalley d221e435d0 changing version on install guide to -incubating 2012-10-19 09:31:05 -04:00
Radhika PC 649d8628e7 fix for 344
Signed-off-by: Radhika PC <radhika.puthiyetath@citrix.com>
2012-10-19 09:20:41 -04:00
David Nalley ca6f1ef7b4 removing CS-15664 as a known issue in release notes - this was resolved months ago 2012-10-18 12:25:08 -04:00
Joe Brockmeier 10cb33bda6 Merge branch 'docs-review'
First pass at release notes. Made several corrections, additions, and updates. Also corrected some incorrect elements, etc.
2012-10-18 09:40:58 -05:00
Joe Brockmeier 44e5a9b445 First pass on the release notes. Corrected a number of issues, partial cleanup of elements. 2012-10-18 09:37:37 -05:00
David Nalley bb197ee21c cleaning up about-clusters.xml 2012-10-17 21:57:16 -04:00
David Nalley 3287723d04 cleaning up formatting in cloud-infrastructure-overview 2012-10-17 20:35:41 -04:00
David Nalley 2dc1271cdc cleaning up formatting in management-server-overview.xml 2012-10-17 20:25:22 -04:00
David Nalley a9bf92e404 some install guide cleanup 2012-10-17 20:18:31 -04:00
Jessica Tomechak c5b8eaf686 Revert "Docs: Add the sections on building from code to the Install Guide. The files were contributed, but never included in the book. This caused a build error as well as missing information."
This reverts commit c8e90158a0.
2012-10-17 13:50:16 -07:00
Jessica Tomechak 677498360a Docs: Adding Book_Info back again. Publican requires this file, although it is not obviously being referenced from any of our guides. 2012-10-17 13:02:55 -07:00
Jessica Tomechak 3d56155e43 Docs: Remove book info files which are no longer being used. 2012-10-17 12:46:35 -07:00
Jessica Tomechak c8e90158a0 Docs: Add the sections on building from code to the Install Guide. The files were contributed, but never included in the book. This caused a build error as well as missing information. 2012-10-17 12:46:32 -07:00
David Nalley 78cf3b268e more release notes cleanup 2012-10-17 15:37:03 -04:00
Jessica Tomechak c556323b4b Docs: Fixing up hypervisor install sections. Adding hypervisor host system requirements in the correct locations. Partially fixed indentation. 2012-10-17 11:34:12 -07:00
Jessica Tomechak 2bd76f0103 Docs: Fix admin guide build. Adding the Security Groups section to the Install Guide at the same place where it's added in the Admin Guide, rather than at a duplicate place. 2012-10-17 11:34:09 -07:00
David Nalley d417dd1592 updating the upgrade directions to reflect the new reality 2012-10-17 13:00:01 -04:00
David Nalley d4fb02b56a Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack 2012-10-17 04:00:35 -04:00
David Nalley 64ff76a647 some release not cleanup 2012-10-17 04:00:13 -04:00
Jessica Tomechak 22b5c0cddd Docs: Fix up grammar and missing text in AWS API compatibility chapter and add it to the Install Guide. 2012-10-17 00:32:01 -07:00
David Nalley 1a18758592 removing more install.sh references 2012-10-17 03:09:53 -04:00
David Nalley 03650def4d cleaning up install docs a bit more 2012-10-17 02:56:06 -04:00
David Nalley d0f30bfff1 updating some installation instructions 2012-10-17 02:43:05 -04:00
David Nalley 646fd98fc0 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack 2012-10-17 02:21:24 -04:00
David Nalley 512501e58a adding content on building packages from source 2012-10-17 02:20:17 -04:00
Jessica Tomechak a35e23c58f Docs: Add missing file on security groups. 2012-10-16 17:57:46 -07:00
David Nalley 59b77a940f first iteration of source.xml 2012-10-16 20:27:16 -04:00
Jessica Tomechak 7ce5fdda27 Docs. Developer's Guide fixes. Moved "New APIs in 4.0" to correct section, removed obsolete product name, fixed book abstract, ID, and copyright holder. 2012-10-16 14:38:47 -07:00
Kelven Yang 5fee891162 merge from master 2012-10-11 17:42:25 -07:00
Chip Childers fde4fee5d7 Edited release notes to refer to 4.0 as 4.0.0-incubating. 2012-10-11 16:55:31 -04:00
Radhika PC 713599723b Fix for CLOUDSTACK-302 (New Features Are Added to ReleaseNotes)
Added the following new features to ASFCS 4.0 Release Note:
CLVM support reappeared for KVM
RBD support for KVM
Nicira NVP support
Caringo object storage support

Signed-off-by: Chip Childers <chip.childers@gmail.com>
2012-10-11 16:50:53 -04:00
Chip Childers bfd320e0e5 Removing references to the Nexus 1KV from the documentation, due to delaying CLOUDSTACK-301 to a later release. 2012-10-09 15:50:37 -04:00
Chip Childers ba18b7870e Removing references to the Nexus 1KV as a functional switching option, due to delaying CLOUDSTACK-301 to a later release. 2012-10-09 15:47:11 -04:00
David Nalley 0da71be9fd fixing release note validity issues 2012-10-09 11:52:07 -04:00
David Nalley 57e01ec2ca moving file to proper name 2012-10-09 11:49:14 -04:00
Radhika PC d9d40d3b28 Release Notes for ASFCS 4.0
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2012-10-09 10:16:59 -04:00
Jessica Tomechak 1b0e40c3c8 Fix the docs builds for Admin, Developer's, and Installation guides. Remove unneeded files. Add new files. Reorganize chapter structure. Can also build all together with publican-all.cfg. 2012-10-09 00:16:53 -07:00
David Nalley 1a6affeab7 reducing line length to 80 2012-10-08 23:44:30 -04:00
David Nalley f2138b4ceb reducing line length to 80 2012-10-08 23:43:38 -04:00
David Nalley fc30858fb4 reducing line length to 80 2012-10-08 23:41:41 -04:00
David Nalley 9a27836eea fixing some formatting 2012-10-08 23:36:33 -04:00
David Nalley 6d8ffa856d fixing admin guide build 2012-10-08 22:00:59 -04:00
Jessica Tomechak d3536d4f29 Docs. Fix typo in xref link destination. 2012-10-05 15:15:12 -07:00
Jessica Tomechak 6840b10247 Docs. Add xrefs to Installation Steps Overview. Minor fixes to headings. 2012-10-04 22:37:31 -07:00
Jessica Tomechak 38dab8d80f docs: bullet character missing from layout template 2012-10-04 21:43:08 -07:00
Alex Huang 7a228261c4 vpc documentation 2012-10-04 21:04:58 -07:00
Alex Huang 453acc65fd Checked in missing license header 2012-10-04 20:39:21 -07:00
David Nalley 03fcc26fc2 fixing README to reflect TOC issues around docname variable 2012-10-04 23:33:23 -04:00
Jessica Tomechak 3cb7c6b980 Doc : Installation Guide. Adds missing files and images, fixes a few issues. CLOUDSTACK-253 2012-10-04 19:05:02 -07:00
Jessica Tomechak 603404c564 checkin doc changes 2012-10-04 16:51:52 -07:00
Radhika PC 17564da6fb Next set of Admin guide files-setting resource limits for projects 2012-10-04 13:04:34 +05:30
Radhika PC be571663b2 Changed and new API commands documentation 2012-10-04 11:51:03 +05:30
Radhika PC 8bd5f67e1d Patch for missed out files for admin guide documentation 2012-10-04 11:46:31 +05:30
Radhika PC d50141d268 doc files for inter vlan routing 2012-10-04 11:42:25 +05:30
Jessica Tomechak 073e6449b7 Temporarily removing a few documentation files as experiment. 2012-10-03 21:31:52 -07:00
Jessica Tomechak cd710d9a40 Temporarily removing api-overview doc file as experiment. 2012-10-03 21:27:53 -07:00
Chip Childers df35dd7205 Added license header to 2 docs files 2012-10-03 20:20:35 -04:00
David Nalley d9f52a6db5 changing some titles around for publishing 2012-10-03 19:03:40 -04:00
David Nalley 2a0f2e01fd versions will be in branches and tags, so generic release notes config file will work 2012-10-03 18:39:18 -04:00
David Nalley 8faa030ed3 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack 2012-10-03 18:36:52 -04:00
David Nalley a3a606fab9 need the Installation_Guide files 2012-10-03 18:34:46 -04:00
David Nalley 18f12c393c making some of the docs publishable with real names 2012-10-03 18:34:10 -04:00
Jessica Tomechak ab280d9136 New main book file with corrections for latest chapter structure, plus one missing file. 2012-10-03 11:39:07 -07:00
Hugo Trippaers d07700eb6d Shortcut didn't work 2012-10-03 20:03:46 +02:00
Hugo Trippaers 03b2f9bfd1 fixes namespaces and entities 2012-10-03 10:52:30 -07:00
Hugo Trippaers e125cd3bb4 Extended the documentation 2012-10-03 09:48:10 -07:00
Hugo Trippaers 11cdd6e9c3 Create the documentation skeleton 2012-10-03 09:47:50 -07:00
Jessica Tomechak 8d158c9516 Updated files for Admin Guide.
cloudstack_admin and Book_Info_Admin: new book files;
publican-adminguide.cfg: added condition tag;
projects: promoted to chapter;
projects-overview: was projects;
provisioning-steps: removed "Changing root password" as this is already included in ui.xml;
ui: added sshkeys section;
user-services-overview: moved 2 sections into accounts.xml;
and various other updates.
2012-10-02 12:50:11 -07:00
David Nalley b34760b47a adding a missing license header 2012-09-26 02:13:22 -04:00
David Nalley 82f106646f updating docs on how to handle l10n 2012-09-26 02:09:13 -04:00
David Nalley bfc79f56f6 adding support for transifex client, cleaning up for documentation 2012-09-26 01:48:07 -04:00
Wido den Hollander 5c4cf11860 docs: Update the documentation for the database installtion.
This adds more documentation about installing the MySQL database locally
or on an external node.

It also adds Ubuntu documentation.
2012-09-25 16:56:49 +02:00
Wido den Hollander 9f2bd07aad docs: Add note for DEB packages
We only build for Ubuntu 12.04
2012-09-25 13:59:32 +02:00
Wido den Hollander 11acc208d2 docs: Remove unused files
These files are never included and contain duplicate information
2012-09-24 16:42:17 +02:00
Wido den Hollander 6265ced4bd docs: Move DEB / RPM repository to general installation section
Since it is required for both the Management Server and KVM Hypervisor
2012-09-24 16:42:17 +02:00
Wido den Hollander 35a311907d docs: Replace google.com by cloudstack.org 2012-09-24 16:42:17 +02:00
Wido den Hollander bc9b21b12d docs: Add DEB and RPM repository to documentation 2012-09-24 16:42:17 +02:00
Wido den Hollander 207202f59f docs: Remove unused file 2012-09-24 16:42:17 +02:00
Gavin Lee b6fb19f2cd docbook for adding primary and secondary storage
Signed-off-by: Gavin Lee <gavin.lxh@gmail.com>
Signed-off-by: Mice Xia <mice_xia@tcloudcomputing.com>
2012-09-24 17:48:40 +08:00
Sebastien Goasquen 56b4ac184f Initial AWS EC2 docs 2012-09-23 09:13:45 -04:00
David Nalley 98f4542d1c fixing some docs 2012-09-21 19:12:43 -04:00
Radhika PC 74e4b787b4 Applying additional admin guide changes- https://reviews.apache.org/r/7119 2012-09-20 19:30:45 -04:00
Jessica Tomechak a5f13012d6 Add license header to doc file. 2012-09-18 11:10:52 -07:00
Jessica Tomechak 7fa4d43298 New book info file for all-inclusive documentation build. 2012-09-17 18:07:45 -07:00