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 one line
!!! What projects are part of this module
%%(color:red)
!!! Do never delete this or this page...
%%
At line 3 changed one line
!!! What projects are not in any complex/aggregated module
%%CIInfo
... as this is Jenkin's door to this website!
%
At line 10 changed one line
SELECT DISTINCT (?pluginID AS ?Plugin) (?author AS ?Last_Editor) (?commitText AS ?Last_Change)
SELECT DISTINCT (?pluginID AS ?Plugin) (?author AS ?Editor) (?commitText AS ?Change)
At line 21 removed one line
!!! What is the heat of the module (changes/day in the last month?)
At line 27 added one line
At line 36 removed 4 lines
!!! General stats, if possible? LoC, Classes, BuildNumber
At line 55 changed one line
!!! More interesting stuff?
!!! What projects are not in any complex/aggregated module
At line 57 added 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 added one line
!!! What projects are part of this module (Foo-Module)
At line 59 changed 2 lines
%%CIInfo
Writes the content of CI-Info files to KnowWE's ontology...
%%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
At line 80 added 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