Difference between revisions of "Main Page"

From prokee
Jump to navigation Jump to search
(Modular Software)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Prokee ==
+
This wiki provides information about [[Prokee System|Prokee]] and the tools and code which has been developed around it.
  
 +
Prokee is a collection of dynamic linkable software modules (s. [[List of Prokee Modules]]), as well as an interpreter for a simple scripting language, which is currently re-implemented to support the new [[Universal Prokee Language]], which follows a new and still experimental approach to programming language design.
 +
 +
== The Prokee System ==
 
* [[List of Prokee Modules]]
 
* [[List of Prokee Modules]]
  
== Modular Software ==
+
== Modular Software Development ==
* [[simple-web-fw]] A simple highly modular framework for building websites and web-applications based on JavaScript and PHP.
+
* [[simple-web-fw]] - A simple highly modular framework for building websites and web-applications based on JavaScript and PHP.
* [[baseman]] A simple file copy program to organize modular code for web applications.
+
* [[baseman]] - A simple file copy program to organize modular code for web applications.
 +
* [[bmsetup]] - A setup tool for baseman to install source code modules within a baseman base.
 +
 
 +
== Languages and Compiler ==
 +
* [[bmc]] - This is an experimental compiler for dbl code which is a small subset of the Universal Prokee Language.
 +
* [[Universal Prokee Language]]
 +
* Prokee Script
  
== Getting started with MediaWiki ==
+
== Other Software ==
This website uses the MediaWiki software.
+
* sld-tree-generator
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide]
 
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
 
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
 
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
 
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]
 
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
 

Latest revision as of 21:18, 30 April 2019

This wiki provides information about Prokee and the tools and code which has been developed around it.

Prokee is a collection of dynamic linkable software modules (s. List of Prokee Modules), as well as an interpreter for a simple scripting language, which is currently re-implemented to support the new Universal Prokee Language, which follows a new and still experimental approach to programming language design.

The Prokee System

Modular Software Development

  • simple-web-fw - A simple highly modular framework for building websites and web-applications based on JavaScript and PHP.
  • baseman - A simple file copy program to organize modular code for web applications.
  • bmsetup - A setup tool for baseman to install source code modules within a baseman base.

Languages and Compiler

  • bmc - This is an experimental compiler for dbl code which is a small subset of the Universal Prokee Language.
  • Universal Prokee Language
  • Prokee Script

Other Software

  • sld-tree-generator