Difference between revisions of "Main Page"

From FollowTheScore
Jump to: navigation, search
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
.
+
<center>''This wiki is the homeplace of several [http://www.mediawiki.org/wiki/Manual:Extensions MediaWiki Extensions] provided by [[User:Gero|Gero Scholz]]. All extensions are free software(GPL v2).<br>
 +
If you want to contribute to this wiki, write a [mailto:admin@semeb.com MAIL TO THE ADMIN] to receive a user account.''
 +
----
  
.
+
Due to problems with older extensions some parts of this wiki are not working.
  
.
+
The DPLDEMO extension and the <big>'''[[DPL:Manual|extensive DPL MANUAL]]'''</big> should be ok.
 +
 +
</center>
 +
{|class=wikitable
 +
|bgcolor=#ffffcc|<center>'''      Main Extensions      '''</center>
 +
|&nbsp;
 +
|bgcolor=#ffffcc|<center>'''      Other Extensions    '''</center>
 +
|&nbsp;
 +
|bgcolor=#ffffcc|<center>'''      Applications        '''</center>
 +
|---------------------------------------------------------------------------------
  
.
+
|valign="top"|
 +
{|
 +
{{teaser|DynamicPageList (DPL) - {{DPL stable version}}|Extension DPL|color=#ffdddd|text=
 +
The most important extension of this website (hence the name "dpldemo"). DPL is a swiss-knife for your wiki.
  
.
+
It can '''create reports about articles in your wiki''' based on various selection criteria like ''categories, namespaces, use of templates, references to other pages'' and much more. It does not only list the names of matching articles but can also show parts or all of their ''content and meta data''. The latest version has a dedicated cache for query results and
 +
can also be used on very high volume wikis. The new concept of ''configurable restrictions of functionality'' should allow to use DPL even on large public websites like Wikipedia. 
 +
}}
  
.
+
{{teaser|Wgraph|Wgraph|color=#ddffdd|text=
 +
A wiki interface to one of the world best '''graph layout tools''' ([http:absint.com/aisee aisee]). You can define a graph in textual notation and the image will be generated dynamically. Apart from manually specifying a graph you can use a DPL script to generate the graph description. Thus you can automatically generate a graphical overview of relations or arbitrary information in your wiki.
 +
}}
  
.
+
{{teaser|Ploticus|Ploticus extension|color=#ddddff|text=
 +
A wrapper for one of the most flexible '''chart generators''' ('ploticus').
 +
You can provide data for a chart in textual notation and the image will be generated dynamically. Apart from manually editing the data you can use a DPL script to generate the data input for ''ploticus''. Thus you can automatically generate charts about information contained in your wiki.
 +
}}
  
==<center>[http://esecuritys.com/SESS_1p6MjE3fHwxMjk2MDk3MzMzfHwxOTUyfHwoRU5HSU5FKSBNZWRpYVdpa2k%3D_.html <big>'''<u>>>>  <<<</u>'''</big>]</center>==
+
{{teaser|Call|Call extension|color=#ffccff|text=
 +
A small but very useful extension (technically speaking a 'special page') which makes it possible to pass parameters to a normal wiki page. This opens a door to a whole area of applications. The ''Call Extension'' often is the glue between pages using DPL.
 +
}}
  
.
+
|}
 +
|bgcolor=#d7d7d7|&nbsp;
 +
|
 +
{|
  
.
+
{{teaser|Inputbox|Inputbox extension|text=
 +
A slightly modified version. The main improvement was to make Inputbox accessible as a parser function. But there are also some other details we added (like support for intro-pages).
 +
}}
  
.
+
{{teaser|SimpleForms|mw:Extension:Simple_Forms|text=
 +
SimpleForms offers an easy way to create screen forms for your wiki. We use the extension ''as it is''. Maybe you want to study the way we use the ''Extension Call'' together with ''SimpleForms''. The combination of both extensions is quite useful.
 +
}}
  
.
+
{{teaser|Treeview|Treeview extension|text=
 +
This extension takes a simple indented text and builds a foldable menu tree from it. ''We use it as it is''. We show how to write a DPL script which produces text that can be fed into Treeview. Thus you can create dynamic menus based on relations in your wiki.
 +
}}
  
.
+
{{teaser|StringFunctions|StringFunctions extension|text=
 +
We added full support for regular expressions to this extension.
 +
Some of the applications and test pages make use of that fesature.
 +
}}
  
.
+
{{teaser|JavaScript|Javascript extension|text=
 +
A minor helper which allows safe use of javascript. We use it for example to position the cursor within screen forms when first displaying a form.
 +
}}
  
.
+
|}
 +
|bgcolor=#d7d7d7|&nbsp;
 +
|valign="top"|
 +
{|
  
.
+
{{teaser|DPL graphical user interface|color=#ffdddd|Application DPL-GUI|text=
 +
An interface which offers part of the huge set of DPL functionality to a novice user. It demonstrates the combined use of DPL, SimpleForms, Call and Wgraph.
 +
}}
  
.
+
{{teaser|Calendar|Application Calendar|color=#ddffdd|text=
 +
This was just a demonstration example in the beginning. It was extended to be used as a flexible calendar for wikis. We know that there are many other solutions. The main advantage we see for our calendar is that the source code is not php but wiki code. So people who do not speak php or who do not have technical access to your server can make modifications to the calendar.
 +
}}
  
.
+
{{teaser|The concept of DocTypes|DocTypes|color=#ddddff|text=
 +
This is a light-weight approach to the ''semantic web''.
 +
}}
  
.
+
{{teaser|Management of bugs and requests|Application DPL-tracker|color=ccffd7|text=
 +
A small set of templates which can be used for '''issue tracking'''. The idea was to keep it small and simple - we do not want to compete with bugzilla.
 +
}}
  
.
+
{{teaser|Use DPL with MediaWiki export feature|Application DPL-Export|color=#ccd7ff|text=
 +
Select pages to be exported fromn your wiki via DPL.
 +
}}
  
.
+
{{teaser|Use DPL for mass deletion of pages|Application DPL-delete|color=#d7ccff|text=
 +
Use DPL to delete many pages in one transaction (bulk delete).
 +
}}
  
.
+
|}
 +
|}
 +
* <big>There is a place where you can [[Special:Call/:Category:Issue,extension=DPL|report bugs]] and [[DPL:Requests_for_new_features|request new features]].</big>
 +
* All extensions are under GPL license. '''Test them here live!''' There is extensive documentation, see the '''manuals'''. You can '''[[Download|download]]''' the sources.
 +
* The main extensions provided are ''DynamicPageList'', ''Wgraph and ''Ploticus''.
 +
* There are also some minor extensions (e.g. ''Call'') and improved versions of existing extensions (''Inputbox'', ''StripMarkup'') which may be useful.
 +
* You can find plenty of '''examples''', which can serve as a starting point for your own ideas. Some of them are '''usable applications''' (like the calendar) others have the character of a '''framework'''.
 +
* Please note that most of our ''applications'' use more than one extension (DPL always being one of them). If you do not want to run into trouble we ''strongly recommend'' that you take the versions from this website for: ''DynamicPageList, Wgraph, Ploticus, Call, StripMarkup, Inputbox, StringFunctions'' and ''Variables''.
 +
* <span style="background-color:#eebbff">If you use one of my extensions, please '''add a reference to your wiki''' to the [[DPL:Websites using DPL|site list]]!</span>
  
.
+
<small>This site runs MediaWiki 1.13 with page caching enabled. We are redesigning the homepage. You may want to switch to the '''[[Old Homepage]].'''</small>
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
 
 
.
 
====  ====
 
 
 
<small> 456018b660  cemetery jobs
 
chicago summer program jobs
 
brunswick naval air station jobs
 
city of richfield jobs
 
best jobs in canada and employers
 
city of lake st louis jobs
 
call center jobs from home india
 
catering and promotional jobs
 
city of west valley jobs
 
chippenham jobs imaging
 
best jobs for offshoring
 
bluegrass army jobs
 
casino management jobs
 
chrismas blow jobs
 
carmel properties jobs
 
call centre jobs felixstowe
 
cad-cam jobs london
 
business consultant jobs san antonio
 
biomaterials jobs
 
career jobs information
 
best jobs fedex
 
campagin jobs chicago illinois
 
cdl training for truck driving jobs
 
brac jobs huntsville
 
boston whaler jobs
 
christian jobs in brunei
 
children and family jobs in miami
 
city jobs florida
 
civil engineering jobs toronto
 
call enter jobs in frisco texas
 
chef jobs off ilchester gardens
 
big tits movies hand jobs free
 
broadband jobs
 
cambridge health allience jobs
 
city of philadelphia wastewater treatment jobs
 
camp counselor jobs available philadelphia pa
 
boat jobs in destin fl
 
civilian jobs for threat officer
 
calif department of forestry jobs
 
chemrx jobs in long island
 
city jobs in york south carolina
 
canadian trucking jobs ontario
 
c-130 aircraft depot jobs
 
cdl jobs fl</small>
 
.
 
.
 
.
 
<small>bsnf railway co jobs
 
church finds jobs
 
cingular wireless marketing jobs
 
cape coral fl state gov jobs
 
business coach jobs brownsville
 
best pilot jobs low time
 
city of salt lake city jobs
 
charlotte nh jobs
 
catholic school teaching jobs
 
chicago land jobs open positions
 
campus jobs bethel college
 
belgium jobs recruiters
 
brinks security guard jobs
 
census taking jobs reno nevada
 
carter center jobs
 
city of leesburg jobs
 
california city county and state jobs
 
business advisor schools jobs oxnard
 
brunei hospital jobs
 
brooklyn diocese catholic school jobs
 
cad designer jobs in huntsville alabama
 
city if ft lauderdale florida jobs
 
charter jobs
 
better jobs colorado
 
campaign jobs
 
civil service jobs in kansas
 
cayman island it jobs
 
biodiesel plant isanti minnesota jobs
 
business consultant jobs phoenix
 
christian cover letters for administration jobs
 
careers jobs arts management
 
cilvilian jobs on patrick airforce base
 
big blow jobs and tits
 
blow jobs from fat women
 
caregiver jobs in concord nc
 
bellafonte hospital housekeeping jobs</small>
 
.
 
.
 
.
 
<small>cedar crest hospitol newington ct jobs
 
best jobs in toronto canada
 
breckenridge county school jobs
 
cincinnati oh administrative clerical jobs
 
cat scan jobs easton pa
 
chef jobs in poughkeepsie ny
 
brandi and hand jobs
 
case management jobs with travel
 
catering jobs adelaide
 
call center jobs in chicago
 
cashier jobs near mo
 
child product safety jobs
 
call center jobs in madurai
 
christian sewing jobs
 
bay city tx jobs
 
big pay jobs omaha
 
cellular tower service jobs
 
california camp counselor jobs
 
biology jobs north county san diego
 
catering jobs nj
 
chicago writing editing jobs classifieds craigslist
 
bidding on government jobs
 
bn jobs
 
best jobs after high school
 
business coach jobs phoenix
 
channel one news jobs
 
black hills sd jobs
 
brentwood accountancy jobs
 
blow jobs free trials
 
business transformation manager jobs australia
 
chef jobs in bangkok</small>
 
.
 
[http://hst250.history.msu.edu/wiki-online/index.php/Canada_Classified_Jobs canada classified jobs][http://www.landingpagepress.com/forum/topic.php?id=13 casino jobs las vegas nv][http://www.exitmusic.com.ar/forum/topic/city-of-burlington-nc-jobs city of burlington nc jobs][http://drupal.thelsw.org/node/3894 blow jobs from older women][http://dubc.co.uk/bbpress/topic/city-toronto-jobs city toronto jobs][http://www.paulmecurio.com/node/151484 best pittsburgh sales executive jobs][http://www.therightbrainrevolution.com/forum/topic.php?id=1762 christian sales jobs]
 

Latest revision as of 23:09, 2 July 2017

This wiki is the homeplace of several MediaWiki Extensions provided by Gero Scholz. All extensions are free software(GPL v2).

If you want to contribute to this wiki, write a MAIL TO THE ADMIN to receive a user account.


Due to problems with older extensions some parts of this wiki are not working.
The DPLDEMO extension and the extensive DPL MANUAL should be ok.

Main Extensions
 
Other Extensions
 
Applications
Hand.gif     DynamicPageList (DPL) - 2.0

The most important extension of this website (hence the name "dpldemo"). DPL is a swiss-knife for your wiki.

It can create reports about articles in your wiki based on various selection criteria like categories, namespaces, use of templates, references to other pages and much more. It does not only list the names of matching articles but can also show parts or all of their content and meta data. The latest version has a dedicated cache for query results and can also be used on very high volume wikis. The new concept of configurable restrictions of functionality should allow to use DPL even on large public websites like Wikipedia.

Hand.gif     Wgraph

A wiki interface to one of the world best graph layout tools ([http:absint.com/aisee aisee]). You can define a graph in textual notation and the image will be generated dynamically. Apart from manually specifying a graph you can use a DPL script to generate the graph description. Thus you can automatically generate a graphical overview of relations or arbitrary information in your wiki.

Hand.gif     Ploticus

A wrapper for one of the most flexible chart generators ('ploticus'). You can provide data for a chart in textual notation and the image will be generated dynamically. Apart from manually editing the data you can use a DPL script to generate the data input for ploticus. Thus you can automatically generate charts about information contained in your wiki.

Hand.gif     Call

A small but very useful extension (technically speaking a 'special page') which makes it possible to pass parameters to a normal wiki page. This opens a door to a whole area of applications. The Call Extension often is the glue between pages using DPL.

 
Hand.gif     Inputbox

A slightly modified version. The main improvement was to make Inputbox accessible as a parser function. But there are also some other details we added (like support for intro-pages).

Hand.gif     SimpleForms

SimpleForms offers an easy way to create screen forms for your wiki. We use the extension as it is. Maybe you want to study the way we use the Extension Call together with SimpleForms. The combination of both extensions is quite useful.

Hand.gif     Treeview

This extension takes a simple indented text and builds a foldable menu tree from it. We use it as it is. We show how to write a DPL script which produces text that can be fed into Treeview. Thus you can create dynamic menus based on relations in your wiki.

Hand.gif     StringFunctions

We added full support for regular expressions to this extension. Some of the applications and test pages make use of that fesature.

Hand.gif     JavaScript

A minor helper which allows safe use of javascript. We use it for example to position the cursor within screen forms when first displaying a form.

 
Hand.gif     DPL graphical user interface

An interface which offers part of the huge set of DPL functionality to a novice user. It demonstrates the combined use of DPL, SimpleForms, Call and Wgraph.

Hand.gif     Calendar

This was just a demonstration example in the beginning. It was extended to be used as a flexible calendar for wikis. We know that there are many other solutions. The main advantage we see for our calendar is that the source code is not php but wiki code. So people who do not speak php or who do not have technical access to your server can make modifications to the calendar.

Hand.gif     The concept of DocTypes

This is a light-weight approach to the semantic web.

Hand.gif     Management of bugs and requests

A small set of templates which can be used for issue tracking. The idea was to keep it small and simple - we do not want to compete with bugzilla.

Hand.gif     Use DPL with MediaWiki export feature

Select pages to be exported fromn your wiki via DPL.

Hand.gif     Use DPL for mass deletion of pages

Use DPL to delete many pages in one transaction (bulk delete).

  • There is a place where you can report bugs and request new features.
  • All extensions are under GPL license. Test them here live! There is extensive documentation, see the manuals. You can download the sources.
  • The main extensions provided are DynamicPageList, Wgraph and Ploticus.
  • There are also some minor extensions (e.g. Call) and improved versions of existing extensions (Inputbox, StripMarkup) which may be useful.
  • You can find plenty of examples, which can serve as a starting point for your own ideas. Some of them are usable applications (like the calendar) others have the character of a framework.
  • Please note that most of our applications use more than one extension (DPL always being one of them). If you do not want to run into trouble we strongly recommend that you take the versions from this website for: DynamicPageList, Wgraph, Ploticus, Call, StripMarkup, Inputbox, StringFunctions and Variables.
  • If you use one of my extensions, please add a reference to your wiki to the site list!

This site runs MediaWiki 1.13 with page caching enabled. We are redesigning the homepage. You may want to switch to the Old Homepage.