Rename to posterdown.ids

and drop support for other layouts

Change-Id: I8f62e38044f5259bd91bcc5aac551c9d9567d5b2
diff --git a/man/posterdown.Rd b/man/posterdown.Rd
index b7f2097..aff251b 100644
--- a/man/posterdown.Rd
+++ b/man/posterdown.Rd
@@ -2,26 +2,28 @@
 % Please edit documentation in R/posterdown.R
 \docType{package}
 \name{posterdown}
+\alias{posterdown.ids}
+\alias{posterdown.ids-package}
 \alias{posterdown}
-\title{posterdown package}
+\title{posterdown.ids package}
 \description{
 This package creates posters for conferences
 }
-\section{poster_html}{
+\section{posterdown_ids}{
 
-Creates an R Markdown template for a PDF poster document via HTML
+Creates an R Markdown template for a IDS CD compliant PDF poster document via HTML
 }
 
-\section{poster_betterland}{
-
-Creates an R Markdown template for a PDF poster document via HTML
+\seealso{
+Useful links:
+\itemize{
+  \item \url{https://github.com/brentthorne/posterdown}
+  \item Report bugs at \url{https://github.com/brentthorne/posterdown/issues}
 }
 
-\section{poster_betterport}{
-
-Creates an R Markdown template for a PDF poster document via HTML
 }
-
 \author{
 Brent Thorne
+
+Marc Kupietz
 }
diff --git a/man/posterdown_html.Rd b/man/posterdown_html.Rd
deleted file mode 100644
index 0fad74d..0000000
--- a/man/posterdown_html.Rd
+++ /dev/null
@@ -1,65 +0,0 @@
-% Generated by roxygen2: do not edit by hand
-% Please edit documentation in R/posterdown_html.R
-\name{posterdown_html}
-\alias{posterdown_html}
-\alias{posterdown_ids}
-\alias{posterdown_betterland}
-\alias{posterdown_betterport}
-\title{Posterdown HTML format (using pagedown::poster_relaxed)}
-\usage{
-posterdown_html(
-  ...,
-  template = find_resource("posterdown_html", "template.html"),
-  css = NULL
-)
-
-posterdown_ids(
-  ...,
-  template = find_resource("posterdown_ids", "template.html"),
-  css = NULL
-)
-
-posterdown_betterland(
-  ...,
-  template = find_resource("posterdown_betterland", "template.html"),
-  css = NULL
-)
-
-posterdown_betterport(
-  ...,
-  template = find_resource("posterdown_betterport", "template.html"),
-  css = NULL
-)
-}
-\arguments{
-\item{...}{Additional arguments to \code{rmarkdown::html_document}}
-}
-\value{
-R Markdown output format to pass to
-\code{\link[rmarkdown:render]{rmarkdown::render()}}
-
-R Markdown output format to pass to
-\code{\link[rmarkdown:render]{rmarkdown::render()}}
-}
-\description{
-The output format \code{poster_ids()} mimics the IDS Mannheim
-corporate design posters.
-
-The output format \code{poster_betterland()} mimics the style of the
-BetterPoster movement from twitter.
-
-The output format \code{poster_betterport()} mimics the style of the
-BetterPoster movement from twitter.
-}
-\examples{
-\donttest{
-file <- file.path(tempdir(),"foo.rmd")
-rmarkdown::draft(file, template="posterdown_html", package="posterdown")
-}
-
-\donttest{
-file <- file.path(tempdir(),"foo.rmd")
-rmarkdown::draft(file, template="posterdown_ids", package="posterdown")
-}
-
-}
diff --git a/man/posterdown_ids.Rd b/man/posterdown_ids.Rd
new file mode 100644
index 0000000..a69555a
--- /dev/null
+++ b/man/posterdown_ids.Rd
@@ -0,0 +1,30 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/posterdown_html.R
+\name{posterdown_ids}
+\alias{posterdown_ids}
+\title{Posterdown IDS-CD based on HTML format (using pagedown::poster_relaxed)}
+\usage{
+posterdown_ids(
+  ...,
+  template = find_resource("posterdown_ids", "template.html"),
+  css = NULL
+)
+}
+\arguments{
+\item{...}{Additional arguments to \code{rmarkdown::html_document}}
+}
+\value{
+R Markdown output format to pass to
+\code{\link[rmarkdown:render]{rmarkdown::render()}}
+}
+\description{
+The output format \code{posterdown_ids()} mimics the IDS Mannheim
+corporate design posters.
+}
+\examples{
+\donttest{
+file <- file.path(tempdir(),"foo.rmd")
+rmarkdown::draft(file, template="posterdown_ids", package="posterdown.ids")
+}
+
+}