Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
cocoaheads:cocoapods-librdf [2014/08/14 18:38] – [c. CocoaPods] mro | cocoaheads:cocoapods-librdf [2015/10/03 00:24] (aktuell) – [s. RDF + SQLite storage] mro | ||
---|---|---|---|
Zeile 22: | Zeile 22: | ||
* t. Travis CI | * t. Travis CI | ||
* r. RDF Intro | * r. RDF Intro | ||
- | * l. librdf (cross compile) | + | * l. librdf (C/iOS cross compile) |
* o. librdf.objc (wrapper) | * o. librdf.objc (wrapper) | ||
* s. librdf & sqlite | * s. librdf & sqlite | ||
+ | |||
== c. CocoaPods | == c. CocoaPods | ||
Zeile 34: | Zeile 35: | ||
* legt {{{*.xcworkspace}}} mit ' | * legt {{{*.xcworkspace}}} mit ' | ||
* hilft mit Linker + Header Search Paths | * hilft mit Linker + Header Search Paths | ||
- | * ginge wohl auch per [[http:// | + | * ginge wohl auch per [[http:// |
== c. CocoaPod finden | == c. CocoaPod finden | ||
Zeile 64: | Zeile 65: | ||
* [[https:// | * [[https:// | ||
- | * {{{$ gem install cocoapods | + | * {{{$ gem install cocoapods}}} |
- | * [[https:// | + | * {{{$ pod lib lint && rake release}}} |
+ | * so sieht das dann aus: [[https:// | ||
== c. CocoaDocs | == c. CocoaDocs | ||
Zeile 79: | Zeile 81: | ||
{{ https:// | {{ https:// | ||
- | * kolo CI Server für github Projekte | + | * kostenloser |
* https:// | * https:// | ||
- | * {{{.travis.yml}}} | + | * {{{.travis.yml}}} |
== r. RDF | == r. RDF | ||
Zeile 92: | Zeile 94: | ||
* RDF: machinenlesbare Beschreibung zu URLs (also allem). Oft ist [[http:// | * RDF: machinenlesbare Beschreibung zu URLs (also allem). Oft ist [[http:// | ||
* [[http:// | * [[http:// | ||
- | * [[http:// | + | * [[http:// |
* [[http:// | * [[http:// | ||
Zeile 107: | Zeile 109: | ||
{{ : | {{ : | ||
+ | |||
+ | Die komplette BBC Programmwebsite is praktisch RDF mit einer HTML Ansicht. | ||
http:// | http:// | ||
Zeile 117: | Zeile 121: | ||
** das wiederum eine [[http:// | ** das wiederum eine [[http:// | ||
* {{{rapper -i grddl -o turtle ' | * {{{rapper -i grddl -o turtle ' | ||
+ | |||
== r. FOAF | == r. FOAF | ||
{{ http:// | {{ http:// | ||
- | * [[http:// | + | * [[http:// |
* http:// | * http:// | ||
* http:// | * http:// | ||
Zeile 130: | Zeile 135: | ||
* http:// | * http:// | ||
* http:// | * http:// | ||
+ | |||
== l. librdf | == l. librdf | ||
Zeile 155: | Zeile 161: | ||
* langsam und/oder Speichersau | * langsam und/oder Speichersau | ||
* deshalb eigene Neuimplementierung des SQLite Store | * deshalb eigene Neuimplementierung des SQLite Store | ||
- | * Ersgebnis: Code halbiert, nur noch 1% der urspr. Laufzeit | + | * Ergebnis: Code halbiert, nur noch 1% der urspr. Laufzeit |
== Vielen Dank | == Vielen Dank |