This HTML5 document contains 30 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

PrefixNamespace IRI
n4http://localhost:8890/dataspace/services/wiki/
dctermshttp://purl.org/dc/terms/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n12http://help.github.com/
oplhttp://www.openlinksw.com/schema/attribution#
n13http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/
n17https://github.com/openlink/
dchttp://purl.org/dc/elements/1.1/
n9http://virtuoso.cvs.sourceforge.net/viewvc/virtuoso/virtuoso-opensource/
n10http://localhost:8890/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n3http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n7https://sourceforge.net/scm/?type=git&group_id=
n2http://localhost:8890/dataspace/iodbc/wiki/iodbcWiki/
n25http://virtuoso.git.sourceforge.net/git/gitweb.cgi?p=virtuoso/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n20http://localhost:8890/dataspace/person/dav#
n8http://sourceforge.net/projects/iodbc/
n19http://localhost:8890/dataspace/%28NULL%29/wiki/iodbcWiki/
xsdhhttp://www.w3.org/2001/XMLSchema#
n11http://github.com/
n14http://localhost:8890/dataspace/iodbc/wiki/
n23http://localhost:8890/dataspace/iodbc/wiki/iodbcWiki/GitSource/sioc.
siochttp://rdfs.org/sioc/ns#
Subject Item
n2:GitSource
rdf:type
sioct:Comment atom:Entry
dcterms:created
2016-09-14T12:28:34.106489
dcterms:modified
2016-09-14T12:28:34.106489
rdfs:label
GitSource
foaf:maker
n20:this
n3:has_services
n4:item
dc:title
GitSource
sioc:link
n2:GitSource
sioc:id
238ed7feb19076e49573fabeb638a620
opl:isDescribedUsing
n23:rdf
sioc:links_to
n7:161622 n8: n9: n11: n12: n13:GitQuickstartTips n17:iODBC n19:OpenLink n2:GitStrategy n25:virtuoso-opensource
sioc:has_creator
n10:this
sioc:has_container
n14:iodbcWiki
atom:source
n14:iodbcWiki
atom:title
GitSource
atom:author
n20:this
atom:published
2016-09-14T12:28:34Z
atom:updated
2016-09-14T12:28:34Z
sioc:content
---+ Using Virtuoso Open Source Edition GIT Tree %TOC% ---++ Introduction Developers who want to actively track progress of the iODBC source code and contribute bugfixes or enhancements to the project need Git access. This access requires basic knowledge of git itself; the general layout of open source and GNU projects; the use of autoconf and automake; and other things which are beyond the scope of this document. If you have any questions, please email the [[mailto:iodbc@openlinksw.com][iODBC Open Source Maintainer]]. ---++ Git Archive Server Access ---+++<nop>GitHub For main development, we will publish the iODBC open-source tree to [[http://github.com/][GitHub]]. We encourage everyone who is interested in tracking the project to make an account there. Users who mainly just want to look at the code can use the [[https://github.com/openlink/iODBC][GitHub Web interface]] or track the archive by checking out a local copy of the tree, with a command such as: <verbatim> $ git clone git://github.com/openlink/iODBC.git </verbatim> At this point, you can create your own work-branch based on any available branch; create bugfixes; commit them to your own branch; and then use the command <code>git format-patch</code> to generate appropriate diffs to email to the [[mailto:iodbc@openlinksw.com][iODBC Open Source Maintainer]]. Developers are encouraged to fork the project using <nop>GitHub; create your own branches to make enhancements/bugfixes; and then send pull requests using the excellent <nop>GitHub interface, so we can examine and incorporate those fixes into the master tree for future release. For more information, please read the [[http://help.github.com/][GitHub Documentation]] on how to fork a project, send pull requests, track a project, etc. ---+++<nop>SourceForge OpenLink will continue to use [[http://sourceforge.net/projects/iodbc/][sourceforge.net]] to release source tarballs and certain binaries. <nop>SourceForge also contains the frozen [[http://virtuoso.cvs.sourceforge.net/viewvc/virtuoso/virtuoso-opensource/][CVS Archive]] for historical reference, and for completeness, read-only [[http://virtuoso.git.sourceforge.net/git/gitweb.cgi?p=virtuoso/virtuoso-opensource][Git Archive]] access will also be available there. For more information, please see the [[https://sourceforge.net/scm/?type=git&group_id=161622][SourceForge Git Documentation]]. ---++Git Tag-Signing Key To verify signed releases, you should import our Git public GPG key, either by: * running <verbatim> $ gpg --recv-keys 089DE67A </verbatim> * or by downloading the attached <code><a href="%ATTACHURLPATH%/089DE67A.asc" style="wikiautogen">089DE67A.asc</a></code> file, and running <verbatim> $ gpg --import 089DE67A.asc </verbatim> * or by running <verbatim> $ echo '-----BEGIN PGP PUBLIC KEY BLOCK----- mQENBE9pILIBCACpRFwsoYwyfswRt7QMWtifJb/L1Zo9955pKyOnnI/vZ2S2uFv0 OALpyUoR/WhQzIrtmzVYfBSmmBhAr5sh05tcXjFmyulhecAllYfaNAHEYAfgczaj 7TMYkHOd4xU2dl2PEPpWYaQJ/tuokZICC5BBakpHDN12TUrZTyCe1qEUgJvM6e3A 8BAwZSB9wbdwhxVwZEbeNYcINsBXL9kc/oy0v61XEIr17n/GS2Lmh533XP97kTz5 IJhTwrGf3lQUpEYRWptepUI2bnBSO3ZJ8G4x5w4ESP0f+Uw1ihx/yqTmOeeJfvX1 rhnLF5kOjN8xXtvI4nrYm/ctVtr68A33hjP9ABEBAAG0Q09wZW5MaW5rIFNvZnR3 YXJlIFNpZ25pbmcgS2V5IChHaXQgdGFncykgPGdpdC5hZG1pbkBvcGVubGlua3N3 LmNvbT6JAT4EEwECACgFAk9pILICGy8FCQeGH4AGCwkIBwMCBhUIAgkKCwQWAgMB Ah4BAheAAAoJEHtptnAIneZ6TJ8IAIytxv4t2umvjWFSOULLLTiQu11WMnYdPWS7 fMPVznZDpIs9RR1egmj4QAC0x/ImgtRGn3uoebNv2E9WBRYQw+OL4+AnY/y6Grfm plkOO/EW3GZYMMWjm6Ih7EhlLooW3Epv1oP8tdikVHKTPl4SiWSPOt1j+W1QyeFO 7EjWi1zSPL6R0kwqBY/Lpf2SXiiXU40FwoU2J2gPFcWYuBal1Jc3iiBq3hF9W5LZ kuJ0D09VXoS6hwc0GkEv2ibFmtBVOsjsjH6N3ENApLT5YK9Pgm2sk5kYXRLDsj1V 3ojRNFlZbFHr2Hwjwrh0vo9y5XeXUebMu+QPkIQmMeECFkcdl7Y= =zD+s -----END PGP PUBLIC KEY BLOCK----- ' | gpg --import </verbatim> The fingerprint of this key is <tt>7D6E 3898 F670 9F7A C25C 19D0 7B69 B670 089D E67A</tt>. ---++Further Documentation Please see our [[GitStrategy][Git Usage]] document concerning the usage of branches and tags. For an introduction to Git, see our [[http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/GitQuickstartTips][Git Quickstart and Tips]] [virtuoso.openlinksw.com] guide.
sioc:topic
n14:iodbcWiki