]> git.ozlabs.org Git - ccan/blobdiff - web/static-configuration
io/fdpass: fix example.
[ccan] / web / static-configuration
index 3ff84923a073544b21b809831f05cd16fba1c2a7..6686380521e1cf89dcbfb0cf9d66bb5f02107fd1 100644 (file)
@@ -3,10 +3,7 @@
 $tempfolder = "/home/ccan/upload-temp/";
 
 //location of upload script (for posting uploads)
-$uploadscript = "http://ccan.ozlabs.org/uploader.php";
-
-//infofile
-$infofile = '/_info.c';
+$uploadscript = "http://ccodearchive.net/uploader.php";
 
 //ccan admin
 $ccanadmin = "rusty@rustcorp.com.au";
@@ -17,15 +14,15 @@ $frommail = "ccan@ozlabs.org";
 //tar home dir
 $tar_dir = 'tarballs';
 
-//where bzr repo is: attach module name to browse
-$repo_base = 'http://ccan.ozlabs.org/repo/?cmd=inventory;path=';
+//where repo is: attach module name to browse
+$repo_base = 'http://git.ozlabs.org/?p=ccan;a=tree;f=ccan/';
 
 function extract_field($field,$module)
 {
-   return htmlspecialchars(shell_exec('tools/doc_extract '.$field.' '.$module.'/_info.c'));
+   return htmlspecialchars(shell_exec('tools/doc_extract '.$field.' '.$module.'/_info'));
 }
 
-# Convert double line breaks into paragraphs, and blank spaces into preformat.
+// Convert double line breaks into paragraphs, and blank spaces into preformat.
 function htmlize_field($field,$module)
 {
    $state="inpara";