This page (revision-20) was last changed on 17-Dec-2012 19:51 by Sebastian Furth

This page was created on 17-Dec-2012 17:57 by Sebastian Furth

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
20 17-Dec-2012 19:51 1 KB Sebastian Furth to previous
19 17-Dec-2012 19:51 1 KB Sebastian Furth to previous | to last
18 17-Dec-2012 19:51 1 KB Sebastian Furth to previous | to last
17 17-Dec-2012 19:51 1 KB Sebastian Furth to previous | to last
16 17-Dec-2012 19:50 1 KB Sebastian Furth to previous | to last
15 17-Dec-2012 19:49 1 KB Sebastian Furth to previous | to last
14 17-Dec-2012 18:50 1 KB Sebastian Furth to previous | to last
13 17-Dec-2012 18:49 1 KB Sebastian Furth to previous | to last
12 17-Dec-2012 18:48 1 KB Sebastian Furth to previous | to last
11 17-Dec-2012 18:48 1 KB Sebastian Furth to previous | to last
10 17-Dec-2012 18:46 1 KB Sebastian Furth to previous | to last
9 17-Dec-2012 18:45 1 KB Sebastian Furth to previous | to last
8 17-Dec-2012 18:44 1 KB Sebastian Furth to previous | to last
7 17-Dec-2012 18:43 1 KB Sebastian Furth to previous | to last
6 17-Dec-2012 18:42 1 KB Sebastian Furth to previous | to last
5 17-Dec-2012 18:39 1 KB Sebastian Furth to previous | to last
4 17-Dec-2012 18:37 1 KB Sebastian Furth to previous | to last
3 17-Dec-2012 18:36 1 KB Sebastian Furth to previous | to last
2 17-Dec-2012 18:35 1 KB Sebastian Furth to previous | to last
1 17-Dec-2012 17:57 1 KB Sebastian Furth to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed 3 lines
%%(color:red)
!!! Do never delete this or this page...
%%
!!! What projects are part of this module
At line 5 changed 3 lines
%%CIInfo
... as this is Jenkin's door to this website!
%
!!! What projects are not in any complex/aggregated module
At line 14 changed one line
SELECT DISTINCT (?pluginID AS ?Plugin) (?author AS ?Editor) (?commitText AS ?Change)
SELECT DISTINCT (?pluginID AS ?Plugin) (?author AS ?Last_Editor) (?commitText AS ?Last_Change)
At line 21 added one line
!!! What is the heat of the module (changes/day in the last month?)
At line 27 removed one line
At line 36 added 4 lines
!!! General stats, if possible? LoC, Classes, BuildNumber
At line 55 changed one line
!!! What projects are not in any complex/aggregated module
!!! More interesting stuff?
At line 57 removed 10 lines
%%SPARQL
SELECT DISTINCT (?pluginID AS ?Plugin)
WHERE
{
?plugin rdf:type lns:Plugin .
?plugin lns:hasID ?pluginID .
FILTER NOT EXISTS { ?plugin lns:partOf ?module . }
}
ORDER BY ?Plugin
%
At line 68 removed one line
!!! What projects are part of this module (Foo-Module)
At line 70 changed 9 lines
%%SPARQL
SELECT DISTINCT (?pluginID AS ?Plugin)
WHERE
{
?plugin rdf:type lns:Plugin .
?plugin lns:hasID ?pluginID .
?plugin lns:partOf lns:Foo-Module .
}
ORDER BY ?Plugin
%%CIInfo
Writes the content of CI-Info files to KnowWE's ontology...
At line 80 removed 10 lines
!!! What is the heat of the module (changes/day in the last month?)
!!! General stats, if possible? LoC, Classes, BuildNumber
!!! More interesting stuff?
!!! Add something like this to each module page...
def Foo-Module type:: Module
def KnowWE-Plugin-Foo partOf:: Foo-Module