Hi Segio, Please find a patch for the typo found in [1]. thanks Eranda
[1]. http://marmotta.incubator.apache.org/ldclient/dataproviders.html On Tue, Jul 23, 2013 at 9:06 AM, Eranda Sooriyabandara < [email protected]> wrote: > Hi Sergio, > Next time I'll provide a patch. > > thanks > Eranda > > > On Tue, Jul 23, 2013 at 1:07 AM, Sergio Fernández <[email protected]>wrote: > >> Dear Eranda, >> >> thanks for point us the typo; I've just fixed it with r1505777: >> >> http://svn.apache.org/r1505777 >> >> If you want, you can also provide a patch with the fixes/improvements you >> consider relevant. You can find the source code with the web site and the >> documentation at: >> >> https://svn.apache.org/repos/**asf/incubator/marmotta/site/**trunk<https://svn.apache.org/repos/asf/incubator/marmotta/site/trunk> >> >> Thanks so much. >> >> Cheers, >> >> >> >> On 22/07/13 20:24, Eranda Sooriyabandara wrote: >> >>> Hi Devs, >>> Again in [1], in Code Usage section KiWiStore is miss-typed as >>> KiWistore >>> and the instance name is missing. >>> >>> KiWistore = new KiWiStore("test",jdbcUrl,**jdbcUser,jdbcPass,dialect, >>> "http://localhost/context/**default <http://localhost/context/default>", >>> "http://localhost/context/**inferred <http://localhost/context/inferred> >>> "); >>> KiWiTransactionalSail tsail = new KiWiTransactionalSail(store); >>> >>> >>> Should be, >>> >>> >>> KiWiStore store = new >>> KiWiStore("test",jdbcUrl,**jdbcUser,jdbcPass,dialect, >>> "http://localhost/context/**default <http://localhost/context/default>", >>> "http://localhost/context/**inferred <http://localhost/context/inferred> >>> "); >>> KiWiTransactionalSail tsail = new KiWiTransactionalSail(store); >>> >>> >>> thanks >>> Eranda >>> >>> [1]. >>> http://marmotta.incubator.**apache.org/kiwi/reasoner.html<http://marmotta.incubator.apache.org/kiwi/reasoner.html> >>> >>> >>> On Sun, Jul 21, 2013 at 2:31 PM, Eranda Sooriyabandara < >>> eranda.sooriyabandara@gmail.**com <[email protected]>> >>> wrote: >>> >>> Hi Devs, >>>> This may be a small thing but feels the docs may better without spell >>>> mistakes. >>>> >>>> In Sesame Façading [1], >>>> >>>> "Sesame Façading llows using annotated Java interfaces (façades) to >>>> access >>>> an underlying Sesame repository, in a similar to JPA." >>>> >>>> allows is misspelled as llows. >>>> >>>> thanks >>>> Eranda >>>> >>>> [1]. >>>> http://marmotta.incubator.**apache.org/sesame.html<http://marmotta.incubator.apache.org/sesame.html> >>>> >>>> -- >>>> *Eranda Sooriyabandara* >>>> >>>> E-mail: eranda.sooriyabandara AT gmail.com >>>> Mobile: +94 716 472 816 >>>> Linked-In: >>>> http://www.linkedin.com/in/**erandasooriyabandara<http://www.linkedin.com/in/erandasooriyabandara> >>>> Blog: >>>> http://emsooriyabandara.**blogspot.com/<http://emsooriyabandara.blogspot.com/> >>>> >>>> >>>> >>>> >>> >>> >> -- >> Sergio Fernández >> > > > > -- > *Eranda Sooriyabandara* > > E-mail: eranda.sooriyabandara AT gmail.com > Mobile: +94 716 472 816 > Linked-In: http://www.linkedin.com/in/erandasooriyabandara > Blog: http://emsooriyabandara.blogspot.com/ > -- *Eranda Sooriyabandara* E-mail: eranda.sooriyabandara AT gmail.com Mobile: +94 716 472 816 Linked-In: http://www.linkedin.com/in/erandasooriyabandara Blog: http://emsooriyabandara.blogspot.com/
