]> git.donarmstrong.com Git - cran2deb.git/blobdiff - trunk/exec/web
brand it a bit
[cran2deb.git] / trunk / exec / web
index 4947ff91e4c6967069f504ba21d80b27a0b41bd2..10dbcb442e647f1ee1b1ee2f97c6c72f4fbf902a 100755 (executable)
@@ -21,6 +21,7 @@ links <- function(p) {
 }
 
 page <- function(content,path,title) {
+    title <- paste('cran2deb:',title)
     p <- openPage(path,title=title)
     hwrite(title,p,heading=1)
     hwrite('Install instructions',p,center=TRUE,link='/')