Ian,
Thanks you for your response!
My question is slightly different than that.
Imagine that indymedia established a signed-subspace key, and published pages
"within" the subspace. I understand how to do that. And we effectively have
"GET / HTTP 1.0" functionality. But now I want to accept submissions over
Freenet, anonymously. Right now, indymedia accepts submissions using html forms --
so we need form variables, etc. or any other way to accept submissions over
freenet so that we can process them and then add pages *based but not identical*
to the submissions within our subspace. Any pointers on how to pull that off?
Are we forced to do something like pass to the submitter a key to use that
we'll check up on later?
--j
On Thu, Feb 21, 2002 at 09:54:25AM -0800, Ian Clarke wrote:
> On Thu, Feb 21, 2002 at 12:43:04PM -0500, Josh Marcus wrote:
> > Also -- is there a way to accept submissions through freenet? I've read
> > the technical papers on Freenet but I don't understand how one can implement
> > a 'post' or a 'get' or a general submission. But it must be possible
> > if people are implementing freenet chats, etc. --j
>
> If you want to write third-party software to insert and request information
> from Freenet, you can use the "Freenet Client Protocol" (FCP), a simple
> text-based protocol that every Freenet node supports - read more at:
> http://freenetproject.org/cgi-bin/twiki/view/Main/FreenetClientProtocol
>
> If you are not interested in writing a piece of software, there are a variety
> of options for inserting files into Freenet.
>
> You can use FProxy, the web interface built in to Freenet that can be accessed
> via http://127.0.0.1:8888/ - this is good for uploading single files, but not
> very useful beyond that.
>
> You can use FreeWeb, ideally suited for uploading entire websites on a regular
> basis from Windows.
>
> You can use FCPtools, effectively a command-line version of FreeWeb available
> for Windows and Linux.
>
> Finally, FreeWeb/FCPtools' author is David McNab, I am sure if you have any
> problems or suggestions, he would love to hear them - his email address is
> david@....
>
> Ian.
>
> --
> Ian Clarke ian@...
> Founder & Coordinator, The Freenet Project http://freenetproject.org/
> Chief Technology Officer, Uprizer Inc. http://www.uprizer.com/
|