Author: nextgens
Date: 2007-07-14 19:03:18 +0000 (Sat, 14 Jul 2007)
New Revision: 14118

Modified:
   trunk/website/pages/en/fcp.php
   trunk/website/pages/en/fcptools.php
   trunk/website/pages/en/metadata.php
   trunk/website/pages/en/understand.php
Log:
website: contribute to #1535: Remove all references to KSK at gpl.txt on the 
website

Modified: trunk/website/pages/en/fcp.php
===================================================================
--- trunk/website/pages/en/fcp.php      2007-07-14 17:56:43 UTC (rev 14117)
+++ trunk/website/pages/en/fcp.php      2007-07-14 19:03:18 UTC (rev 14118)
@@ -233,7 +233,7 @@

 ClientGet
 RemoveLocalKey=<true|false>
-URI=<string: fully specified URI, such as freenet:KSK at gpl.txt>
+URI=<string: fully specified URI, such as freenet:=KSK at sample.txt>
 HopsToLive=<number: hops to live>
 EndMessage
 </pre>
@@ -314,7 +314,7 @@
 ClientPut
 RemoveLocalKey=&lt;true|false&gt;
 HopsToLive=&lt;number: hops to live&gt;
-URI=&lt;string: fully specified URI, such as freenet:KSK at gpl.txt&gt;
+URI=&lt;string: fully specified URI, such as freenet:=KSK at sample.txt&gt;
 DataLength=&lt;number: number of bytes of metadata + data&gt;
 [MetadataLength=&lt;number: default = 0, number of bytes of metadata&gt;]
 Data 
@@ -353,7 +353,7 @@
 <pre>(Node -&gt; Client)

 Pending
-URI=&lt;string: fully specified URI, such as freenet:KSK at gpl.txt&gt;
+URI=&lt;string: fully specified URI, such as freenet:=KSK at sample.txt&gt;
 Timeout=&lt;number: in milliseconds&gt;
 [PublicKey=&lt;string: public key&gt;]
 [PrivateKey=&lt;string: private key&gt;]
@@ -370,7 +370,7 @@
 <pre>(Node -&gt; Client)

 Success
-URI=&lt;string: fully specified URI, such as freenet:KSK at gpl.txt&gt;
+URI=&lt;string: fully specified URI, such as freenet:=KSK at sample.txt&gt;
 [PublicKey=&lt;string: public key&gt;]
 [PrivateKey=&lt;string: private key&gt;]
 EndMessage
@@ -404,7 +404,7 @@
 <pre>(Node -&gt; Client)

 Success 
-URI=&lt;string: fully specified URI, such as freenet:KSK at gpl.txt&gt;
+URI=&lt;string: fully specified URI, such as freenet:=KSK at sample.txt&gt;
 EndMessage
 </pre>

@@ -485,7 +485,7 @@
 <pre>(Client -&gt; Node)

 GetSize
-URI=&lt;string: fully specified URI, such as freenet:KSK at gpl.txt&gt;
+URI=&lt;string: fully specified URI, such as freenet:=KSK at sample.txt&gt;
 EndMessage
 </pre>


Modified: trunk/website/pages/en/fcptools.php
===================================================================
--- trunk/website/pages/en/fcptools.php 2007-07-14 17:56:43 UTC (rev 14117)
+++ trunk/website/pages/en/fcptools.php 2007-07-14 19:03:18 UTC (rev 14118)
@@ -124,7 +124,7 @@

 To insert a Keyword Signed Key (KSK) with file "gpl.txt" against a
 freenet node at address raven.cp.net with hops to live 10:
-  fcpput --htl 10 --address raven.cp.net KSK at gpl.txt gpl.txt
+  fcpput --htl 10 --address raven.cp.net =KSK at sample.txt gpl.txt

 To insert a Subspace Signed Key (SSK) with file "gpl.txt":
   fcpput SSK at LNlEaG7L24af-OH~CKmyPOvJ~EM/ gpl.txt

Modified: trunk/website/pages/en/metadata.php
===================================================================
--- trunk/website/pages/en/metadata.php 2007-07-14 17:56:43 UTC (rev 14117)
+++ trunk/website/pages/en/metadata.php 2007-07-14 19:03:18 UTC (rev 14118)
@@ -80,7 +80,7 @@
 Revision=1
 EndPart
 Document
-Redirect.Target=KSK at gpl.txt
+Redirect.Target==KSK at sample.txt
 EndPart
 Document
 Name=target1
@@ -105,7 +105,7 @@
 directory-listing sort of interface. </p>

 <p> Requesting KSK at metadata-test// should invoke the redirect to
-KSK at gpl.txt, and return results identical to requesting KSK at gpl.txt
+=KSK at sample.txt, and return results identical to requesting =KSK at 
sample.txt
 directly.  The reason for this is that the document name requested is
 "", and that matches the Name of the first (non-version) Part, which
 doesn't have a Name field, so is assumed to have name "".</p>

Modified: trunk/website/pages/en/understand.php
===================================================================
--- trunk/website/pages/en/understand.php       2007-07-14 17:56:43 UTC (rev 
14117)
+++ trunk/website/pages/en/understand.php       2007-07-14 19:03:18 UTC (rev 
14118)
@@ -83,7 +83,7 @@
 with it. Freenet 0.7 has various types of keys. Keys 
 are used for everything on freenet, and are a kind of 
 <a href="http://en.wikipedia.org/wiki/Uniform_Resource_Identifier";>URI</a> 
-(e.g. freenet:KSK at gpl.txt). 
+(e.g. freenet:=KSK at sample.txt). 
 </p>
 <p>
 Most keys are hashes: there is no notion of semantic 
@@ -117,7 +117,7 @@
 one or more 32kB CHKs. CHKs' filenames are determined only by their contents. 
 SSKs are the other basic type. These combine a public key with a 
human-readable 
 filename and therefore allow for freesites. KSKs are a variant of SSKs where 
-everything is determined by a simple human readable filename (e.g. KSK at 
gpl.txt). 
+everything is determined by a simple human readable filename (e.g. =KSK at 
sample.txt). 
 These are spammable but convenient in some cases. And USKs are a form of 
 updatable keys especially useful for freesites and 
 <span style="font-weight: bold;">Address Resolution Keys</span>.
@@ -439,4 +439,4 @@
 CHK-key is a splitfile or not, and whether the manifest is chained 
 or not. You don't need to know much about manifests in order to
 use Freenet, since it is a part that is handled internally.
-</p>
\ No newline at end of file
+</p>


Reply via email to