Hi, Alan,

On Sep 30, 2014, at 10:46 PM, Alan W. Irwin wrote:

> POST /rest/p/project_name/mount_point/title - creates or updates the
> titled page
> parameter text: page text
> parameter labels: comma-separated list of page labels
> 
>> From a one-line comment further on I can infer that
> for the PLplot wiki, the full URL corresponding to the above is
> 
> https://sourceforge.net/rest/p/plplot/wiki

I think curl will do what you need.  Take a look at:

http://curl.haxx.se/docs/httpscripting.html#File_Upload_POST

To upload a "foo.md" file with wiki title "Foo" and labels "whatare","labels" 
(what are labels?), I think you could do:

curl --form text=@foo.md --form labels="whatare,labels" 
https://sourceforge.new/rest/p/plplot/wiki/Foo

or something like that.

Good luck,
Dave


------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to