I figure a good first step to making pure-data.org the central spot for all Pd info would be to put a copy of the docs up there. Plus this fits in with other things I want to do with the docs: clean up the HTML so that it passes http://validator.w3.org as standard HTML; and fixing the list of typos, spelling errors, etc. that a collegue of mine has compiled.
Any objections/suggestions? How would I get access to upload/modify the site?
.hc
zen \ \ \[D[D[D[D
Now that its stewed in the back of mind a bit, I want to add some comments:
I would like add a "Getting Help" section to pure-data.org that has the FAQ, the mailing lists, the list archives, and the docs. Anything I am missing?
.hc
On Fri, 28 Mar 2003, Hans-Christoph Steiner wrote:
I figure a good first step to making pure-data.org the central spot for all Pd info would be to put a copy of the docs up there. Plus this fits in with other things I want to do with the docs: clean up the HTML so that it passes http://validator.w3.org as standard HTML; and fixing the list of typos, spelling errors, etc. that a collegue of mine has compiled.
Any objections/suggestions? How would I get access to upload/modify the site?
.hc
zen \ \ \[D[D[D[D
PD-dev mailing list PD-dev@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-dev
zen \ \ \[D[D[D[D
On Fri, 28 Mar 2003, Hans-Christoph Steiner wrote:
I figure a good first step to making pure-data.org the central spot for all Pd info would be to put a copy of the docs up there. Plus this fits in with other things I want to do with the docs: clean up the HTML so that it passes http://validator.w3.org as standard HTML; and fixing the list of typos, spelling errors, etc. that a collegue of mine has compiled.
Any objections/suggestions? How would I get access to upload/modify the site?
I think that this is a good idea.
There is a link for the manual (which gets it directly from CVS) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pure-data/pd/doc/1.manual/index.htm?rev=HEAD
If you change this in CVS this will be reflected. We can put the link the above link into the pure-data.sf.net pages.
Generally I do not know if the solution with the "upload" script is really good, it was just the first one that came to my mind.
.. mhm, not sure if this answers any questions .
Greetings,
Guenter
.hc
zen \ \ \[D[D[D[D
PD-dev mailing list PD-dev@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-dev
Hallo, guenter geiger hat gesagt: // guenter geiger wrote:
Generally I do not know if the solution with the "upload" script is really good, it was just the first one that came to my mind.
Granted, I didn't look too closely, but how is this upload script intended to work? Do I have to ssh-login to sf, and run it to make changes visible on the real pages?
ciao
On Fri, 28 Mar 2003, Frank Barknecht wrote:
Hallo, guenter geiger hat gesagt: // guenter geiger wrote:
Generally I do not know if the solution with the "upload" script is really good, it was just the first one that came to my mind.
Granted, I didn't look too closely, but how is this upload script intended to work? Do I have to ssh-login to sf, and run it to make changes visible on the real pages?
No the upload script should upload the changes. It is more documentation than a real script. Instead of saying ..
To upload your changes do ... scp foo.html xxx@pure-data.../p/u/..
I put this information in a script.
Greetings, Guenter
Hallo, guenter geiger hat gesagt: // guenter geiger wrote:
No the upload script should upload the changes. It is more documentation than a real script. Instead of saying ..
To upload your changes do ... scp foo.html xxx@pure-data.../p/u/..
I put this information in a script.
I understand. Currently there is a permission problem with the htdocs: group cannot write.
I now added a
# make writeable to pd-group: ssh chmod g+w $NAME@pure-data.sf.net:/home/groups/p/pu/pure-data/htdocs/*
to the upload script, to make this not happen anymore in the future.
ciao