diff --git a/assemble.sh b/assemble.sh index ff8987ecb..7f143a431 100755 --- a/assemble.sh +++ b/assemble.sh @@ -1,8 +1,16 @@ #!/bin/bash +rm -rf target/site/reference +rm -rf target/site/pdf + + mkdir -p target/site/reference mkdir -p target/site/pdf + cp -r target/book-nexus.chunked/* target/site/reference +mkdir -p target/site/reference/css +cp -r site/css/book.css target/site/reference/css + cp target/book-nexus.pdf target/site/pdf/nxbook-pdf.pdf python template.py rsync -e ssh -av target/site/* deployer@www.sonatype.com:/var/www/domains/sonatype.com/www/shared/books/nexus-book/ diff --git a/book-nexus-docinfo.xml b/book-nexus-docinfo.xml index f1ea6c963..dafe81843 100644 --- a/book-nexus-docinfo.xml +++ b/book-nexus-docinfo.xml @@ -84,29 +84,4 @@ Sonatype, Inc. - - - - 2011 - - Sonatype, Inc. - - - - Sonatype, Inc. - -
12501 Prosperity Drive, Suite 350Silver SpringMD20904
-
- - - Nexus manages software “artifacts” required for development, - deployment, and provisioning. If you develop software, Nexus can help - you share those artifacts with other developers and end-users. Maven’s - central repository has always served as a great convenience for users of - Maven, but it has always been recommended to maintain your own - repositories to ensure stability within your organization. Nexus greatly - simplifies the maintenance of your own internal repositories and access - to external repositories. With Nexus you can completely control access - to, and deployment of, every artifact in your organization from a single - location. - + \ No newline at end of file diff --git a/docbook-xsl/custom-chunked.xsl b/docbook-xsl/custom-chunked.xsl index 8b3f36dc8..16b1b0b28 100644 --- a/docbook-xsl/custom-chunked.xsl +++ b/docbook-xsl/custom-chunked.xsl @@ -73,19 +73,30 @@ procedure before - - , - - () +
+

+ If you are developing software without a repository + manager you are likely missing a number of opportunities + to reduce some pretty obvious ineffeciencies. If everyone + on your team has to hit Central to download artifacts you + are missing out on some simple gains in speed and + efficiency. If you don't have a local place to deploy + artifacts you are forced to share binary artifacts using + half-measures and compromises such as storing binaries in + source control. Stop developing in the Dark Ages, read + this book, and start using a repository manager. Trust + us, once you start using Nexus, you'll wonder how you ever + functioned without it. +

+

Authors

-

diff --git a/figs/web/ldap-backup.png b/figs/web/ldap-backup.png index 20c2757e8..c443deaa1 100644 Binary files a/figs/web/ldap-backup.png and b/figs/web/ldap-backup.png differ diff --git a/figs/web/ldap-multiple.png b/figs/web/ldap-multiple.png index dcd8dc141..f725d398f 100644 Binary files a/figs/web/ldap-multiple.png and b/figs/web/ldap-multiple.png differ diff --git a/figs/web/multi-level-staging.png b/figs/web/multi-level-staging.png index 48c3a98d0..2847a63d5 100644 Binary files a/figs/web/multi-level-staging.png and b/figs/web/multi-level-staging.png differ diff --git a/figs/web/multiple-promotion-release.png b/figs/web/multiple-promotion-release.png index 672f9653d..f7bf1b734 100644 Binary files a/figs/web/multiple-promotion-release.png and b/figs/web/multiple-promotion-release.png differ diff --git a/figs/web/nx-open-vs-pro-datasheet-4.png b/figs/web/nx-open-vs-pro-datasheet-4.png index 47d64e3ab..f0839e1d4 100644 Binary files a/figs/web/nx-open-vs-pro-datasheet-4.png and b/figs/web/nx-open-vs-pro-datasheet-4.png differ diff --git a/figs/web/procurement_ask-first-procurement.png b/figs/web/procurement_ask-first-procurement.png index 1170e17aa..2177b1c73 100644 Binary files a/figs/web/procurement_ask-first-procurement.png and b/figs/web/procurement_ask-first-procurement.png differ diff --git a/figs/web/procurement_release-procurement.png b/figs/web/procurement_release-procurement.png index 1dad9500b..dc9dd0ca9 100644 Binary files a/figs/web/procurement_release-procurement.png and b/figs/web/procurement_release-procurement.png differ diff --git a/figs/web/staging-promotion.png b/figs/web/staging-promotion.png index e216f0e53..db33c768f 100644 Binary files a/figs/web/staging-promotion.png and b/figs/web/staging-promotion.png differ diff --git a/figs/web/staging-workflow.png b/figs/web/staging-workflow.png index 0622264e9..a158fd63b 100644 Binary files a/figs/web/staging-workflow.png and b/figs/web/staging-workflow.png differ diff --git a/figs/web/staging_with_staging.png b/figs/web/staging_with_staging.png index 5a98ee68e..7dc33dea2 100644 Binary files a/figs/web/staging_with_staging.png and b/figs/web/staging_with_staging.png differ diff --git a/figs/web/staging_without_staging.png b/figs/web/staging_without_staging.png index 0e2768014..7557f9dba 100644 Binary files a/figs/web/staging_without_staging.png and b/figs/web/staging_without_staging.png differ diff --git a/site/book-template.html b/site/book-template.html index 5c88a6615..7171d209d 100644 --- a/site/book-template.html +++ b/site/book-template.html @@ -1,25 +1,36 @@ - - ${title} / Documentation Sonatype.com - + + + + +${bookTitle}: ${title} / Documentation Sonatype.com + - + - + - + + + + + + - - - + + @@ -28,12 +39,15 @@ + + + - +
-
+