[Assorted-commits] SF.net SVN: assorted:[955] sharing-gateway/trunk/src
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-08-28 16:34:03
|
Revision: 955 http://assorted.svn.sourceforge.net/assorted/?rev=955&view=rev Author: yangzhang Date: 2008-08-28 16:34:12 +0000 (Thu, 28 Aug 2008) Log Message: ----------- added a makefile for generating the home page; updated the home page Modified Paths: -------------- sharing-gateway/trunk/src/index.pandoc Added Paths: ----------- sharing-gateway/trunk/src/Makefile Added: sharing-gateway/trunk/src/Makefile =================================================================== --- sharing-gateway/trunk/src/Makefile (rev 0) +++ sharing-gateway/trunk/src/Makefile 2008-08-28 16:34:12 UTC (rev 955) @@ -0,0 +1,3 @@ +all: + pandoc -s -S -c http://assorted.sf.net/main.css index.pandoc | \ + sudo tee /var/www/gw/index.html Modified: sharing-gateway/trunk/src/index.pandoc =================================================================== --- sharing-gateway/trunk/src/index.pandoc 2008-08-28 08:13:34 UTC (rev 954) +++ sharing-gateway/trunk/src/index.pandoc 2008-08-28 16:34:12 UTC (rev 955) @@ -1,10 +1,16 @@ -Sharing Gateway -=============== +% Sharing Gateway +% Yang Zhang -Install my [CA certificate], so that you can trust without hassle all -certificates that I sign with it. (This website's certificate is the only one -for now.) +Welcome +------- +This server consolidates a number of different file shares together under one +interface. + +To begin using, install my [CA certificate], so that you can trust without +hassle all certificates that I sign with it. (This server's certificate is the +only one for now.) + [CA certificate]: http://zs.ath.cx/ca.crt Then log in to the SSL-enabled site, <https://zs.ath.cx/gw/>, using the login I @@ -13,3 +19,14 @@ Currently, we generate simple indexes so that you can search for files; these are in <https://zs.ath.cx/gw/index/>. To browse/retrieve the actual files, go to <https://zs.ath.cx/gw/raw/>. + +Each of the top-level directories represents a different share, so their speeds +and availability may vary. + +About +----- + +To find more information about this system or to run your own sharing gateway, +take a look at the [project homepage]. + +[project homepage]: http://assorted.sf.net/sharing-gateway/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |