You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by Florian Müller <fm...@apache.org> on 2016/06/10 11:30:46 UTC

OpenCMIS Code Samples

Hi all,

I've started rewriting the OpenCMIS code samples for the Chemistry web 
site. The current set of samples is scattered, outdated and partly 
wrong.

My new attempt is here:
https://home.apache.org/~fmui/chemistry-docs/

It's not finished, yet. Several aspects are missing or are sketchy. 
(Does anyone want to help? Any native speakers?)

Are there any objections to replace the current code samples with 
something like this at some point?


- Florian

Re: OpenCMIS Code Samples

Posted by Florian Müller <fm...@apache.org>.
I've uploaded the source to SVN:
https://svn.apache.org/repos/asf/chemistry/docs/cmis-samples/trunk/

You'll need MkDocs (http://www.mkdocs.org/) to build the site.


@all: Please feel free to modify, update, add, correct, improve, ...


- Florian


> That looks pretty nice, Florian, and it is much needed.
> 
> I see a few grammar tweaks that I'm happy to clean up if you let me know
> what the best way to collaborate is.
> 
> Jeff
> 
> On Fri, Jun 10, 2016 at 6:30 AM, Florian M�ller <fm...@apache.org> wrote:
> 
>> Hi all,
>>
>> I've started rewriting the OpenCMIS code samples for the Chemistry web
>> site. The current set of samples is scattered, outdated and partly wrong.
>>
>> My new attempt is here:
>> https://home.apache.org/~fmui/chemistry-docs/
>>
>> It's not finished, yet. Several aspects are missing or are sketchy. (Does
>> anyone want to help? Any native speakers?)
>>
>> Are there any objections to replace the current code samples with
>> something like this at some point?
>>
>>
>> - Florian
>>
> 

Re: OpenCMIS Code Samples

Posted by Florian Müller <fm...@apache.org>.
Thanks Jeff and Jay!

I've updated the site at https://home.apache.org/~fmui/chemistry-docs/ .


- Florian

> I only see one item that needs a small tweak (below)
> 
>     Change index.md (line 39):
> 
>     The code samples in this documentation cover the OpenCMIS client
>     API. If you want to build a CMIS server with OpenCMIS, refer to the
>     [OpenCMIS Server Development
>     Guide](https://github.com/cmisdocs/ServerDevelopmentGuide).
> 
>     To:
> 
>     The code samples in this documentation cover the OpenCMIS client
>     API. If you want to build a CMIS server with OpenCMIS, refer to the
>     [OpenCMIS Server Development
>     Guide](https://github.com/cmisdocs/ServerDevelopmentGuideV2/blob/master/docs/OpenCMIS%20Server%20Development%20Guide%20-%202nd%20Edition.pdf?raw=true).
> 
> 
>     /Comment: This was pointing to the old version of the guide and I
>     think it's also better to point to the pdf link directly
>     (convenience) since the pdf will direct readers to the github side
>     for source code where needed. /
> 
> 
> 
> Inactive hide details for Jeff Potts ---06/13/2016 09:27:05 AM---I made
> a first pass for grammar and have committed those changJeff Potts
> ---06/13/2016 09:27:05 AM---I made a first pass for grammar and have
> committed those changes. All changes were minor--it was ver
> 
> From: Jeff Potts <je...@gmail.com>
> To: dev@chemistry.apache.org
> Date: 06/13/2016 09:27 AM
> Subject: Re: OpenCMIS Code Samples
> ------------------------------------------------------------------------
> 
> 
> 
> I made a first pass for grammar and have committed those changes. All
> changes were minor--it was very clean to begin with.
> 
> On Sat, Jun 11, 2016 at 10:23 AM, Jay Brown <ja...@us.ibm.com> wrote:
> 
>> Yes. This looks nice.
>> I can take a look over it all as well when I return Monday.
>>
>> Thanks,
>>
>>
>>
>> Jay
>>
>> [image: Inactive hide details for Jeff Potts ---06/10/2016 09:51:21
>> AM---That looks pretty nice, Florian, and it is much needed. I see]Jeff
>> Potts ---06/10/2016 09:51:21 AM---That looks pretty nice, Florian, and it
>> is much needed. I see a few grammar tweaks that I'm happy to
>>
>> From: Jeff Potts <je...@gmail.com>
>> To: dev@chemistry.apache.org
>> Date: 06/10/2016 09:51 AM
>> Subject: Re: OpenCMIS Code Samples
>> ------------------------------
>>
>>
>>
>> That looks pretty nice, Florian, and it is much needed.
>>
>> I see a few grammar tweaks that I'm happy to clean up if you let me know
>> what the best way to collaborate is.
>>
>> Jeff
>>
>> On Fri, Jun 10, 2016 at 6:30 AM, Florian Mller <fm...@apache.org> wrote:
>>
>> > Hi all,
>> >
>> > I've started rewriting the OpenCMIS code samples for the Chemistry web
>> > site. The current set of samples is scattered, outdated and partly
> wrong.
>> >
>> > My new attempt is here:
>> > https://home.apache.org/~fmui/chemistry-docs/
>> >
>> > It's not finished, yet. Several aspects are missing or are sketchy.
> (Does
>> > anyone want to help? Any native speakers?)
>> >
>> > Are there any objections to replace the current code samples with
>> > something like this at some point?
>> >
>> >
>> > - Florian
>> >
>>
>>
>>
>>
> 
> 
> 

Re: OpenCMIS Code Samples

Posted by Jay Brown <ja...@us.ibm.com>.
I only see one item that needs a small tweak (below)

   Change index.md (line 39):

     The code samples in this documentation cover the OpenCMIS client API.
   If you want to build a CMIS server with OpenCMIS, refer to the [OpenCMIS
   Server Development Guide](
   https://github.com/cmisdocs/ServerDevelopmentGuide).

   To:

     The code samples in this documentation cover the OpenCMIS client API.
   If you want to build a CMIS server with OpenCMIS, refer to the [OpenCMIS
   Server Development Guide](
   https://github.com/cmisdocs/ServerDevelopmentGuideV2/blob/master/docs/OpenCMIS%20Server%20Development%20Guide%20-%202nd%20Edition.pdf?raw=true
   ).


   Comment:  This was pointing to the old version of the guide and I think
   it's also better to point to the pdf link directly (convenience) since
   the pdf will direct readers to the github side for source code where
   needed.





From:	Jeff Potts <je...@gmail.com>
To:	dev@chemistry.apache.org
Date:	06/13/2016 09:27 AM
Subject:	Re: OpenCMIS Code Samples



I made a first pass for grammar and have committed those changes. All
changes were minor--it was very clean to begin with.

On Sat, Jun 11, 2016 at 10:23 AM, Jay Brown <ja...@us.ibm.com> wrote:

> Yes. This looks nice.
> I can take a look over it all as well when I return Monday.
>
> Thanks,
>
>
>
> Jay
>
> [image: Inactive hide details for Jeff Potts ---06/10/2016 09:51:21
> AM---That looks pretty nice, Florian, and it is much needed. I see]Jeff
> Potts ---06/10/2016 09:51:21 AM---That looks pretty nice, Florian, and it
> is much needed. I see a few grammar tweaks that I'm happy to
>
> From: Jeff Potts <je...@gmail.com>
> To: dev@chemistry.apache.org
> Date: 06/10/2016 09:51 AM
> Subject: Re: OpenCMIS Code Samples
> ------------------------------
>
>
>
> That looks pretty nice, Florian, and it is much needed.
>
> I see a few grammar tweaks that I'm happy to clean up if you let me know
> what the best way to collaborate is.
>
> Jeff
>
> On Fri, Jun 10, 2016 at 6:30 AM, Florian Müller <fm...@apache.org> wrote:
>
> > Hi all,
> >
> > I've started rewriting the OpenCMIS code samples for the Chemistry web
> > site. The current set of samples is scattered, outdated and partly
wrong.
> >
> > My new attempt is here:
> > https://home.apache.org/~fmui/chemistry-docs/
> >
> > It's not finished, yet. Several aspects are missing or are sketchy.
(Does
> > anyone want to help? Any native speakers?)
> >
> > Are there any objections to replace the current code samples with
> > something like this at some point?
> >
> >
> > - Florian
> >
>
>
>
>



Re: OpenCMIS Code Samples

Posted by Jeff Potts <je...@gmail.com>.
I made a first pass for grammar and have committed those changes. All
changes were minor--it was very clean to begin with.

On Sat, Jun 11, 2016 at 10:23 AM, Jay Brown <ja...@us.ibm.com> wrote:

> Yes. This looks nice.
> I can take a look over it all as well when I return Monday.
>
> Thanks,
>
>
>
> Jay
>
> [image: Inactive hide details for Jeff Potts ---06/10/2016 09:51:21
> AM---That looks pretty nice, Florian, and it is much needed. I see]Jeff
> Potts ---06/10/2016 09:51:21 AM---That looks pretty nice, Florian, and it
> is much needed. I see a few grammar tweaks that I'm happy to
>
> From: Jeff Potts <je...@gmail.com>
> To: dev@chemistry.apache.org
> Date: 06/10/2016 09:51 AM
> Subject: Re: OpenCMIS Code Samples
> ------------------------------
>
>
>
> That looks pretty nice, Florian, and it is much needed.
>
> I see a few grammar tweaks that I'm happy to clean up if you let me know
> what the best way to collaborate is.
>
> Jeff
>
> On Fri, Jun 10, 2016 at 6:30 AM, Florian Müller <fm...@apache.org> wrote:
>
> > Hi all,
> >
> > I've started rewriting the OpenCMIS code samples for the Chemistry web
> > site. The current set of samples is scattered, outdated and partly wrong.
> >
> > My new attempt is here:
> > https://home.apache.org/~fmui/chemistry-docs/
> >
> > It's not finished, yet. Several aspects are missing or are sketchy. (Does
> > anyone want to help? Any native speakers?)
> >
> > Are there any objections to replace the current code samples with
> > something like this at some point?
> >
> >
> > - Florian
> >
>
>
>
>

Re: OpenCMIS Code Samples

Posted by Jay Brown <ja...@us.ibm.com>.
Yes.  This looks nice.
I can take a look over it all as well when I return Monday.

Thanks,



Jay



From:	Jeff Potts <je...@gmail.com>
To:	dev@chemistry.apache.org
Date:	06/10/2016 09:51 AM
Subject:	Re: OpenCMIS Code Samples



That looks pretty nice, Florian, and it is much needed.

I see a few grammar tweaks that I'm happy to clean up if you let me know
what the best way to collaborate is.

Jeff

On Fri, Jun 10, 2016 at 6:30 AM, Florian Müller <fm...@apache.org> wrote:

> Hi all,
>
> I've started rewriting the OpenCMIS code samples for the Chemistry web
> site. The current set of samples is scattered, outdated and partly wrong.
>
> My new attempt is here:
> https://home.apache.org/~fmui/chemistry-docs/
>
> It's not finished, yet. Several aspects are missing or are sketchy. (Does
> anyone want to help? Any native speakers?)
>
> Are there any objections to replace the current code samples with
> something like this at some point?
>
>
> - Florian
>



Re: OpenCMIS Code Samples

Posted by Jeff Potts <je...@gmail.com>.
That looks pretty nice, Florian, and it is much needed.

I see a few grammar tweaks that I'm happy to clean up if you let me know
what the best way to collaborate is.

Jeff

On Fri, Jun 10, 2016 at 6:30 AM, Florian Müller <fm...@apache.org> wrote:

> Hi all,
>
> I've started rewriting the OpenCMIS code samples for the Chemistry web
> site. The current set of samples is scattered, outdated and partly wrong.
>
> My new attempt is here:
> https://home.apache.org/~fmui/chemistry-docs/
>
> It's not finished, yet. Several aspects are missing or are sketchy. (Does
> anyone want to help? Any native speakers?)
>
> Are there any objections to replace the current code samples with
> something like this at some point?
>
>
> - Florian
>