Difference between revisions of "Main Page"

From prokee
Jump to navigation Jump to search
 
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
<strong>MediaWiki has been installed.</strong>
+
This wiki provides information about [[Prokee System|Prokee]] and the tools and code which has been developed around it.
  
Consult the [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] for information on using the wiki software.
+
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.
  
== Getting started ==
+
== The Prokee System ==
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Configuration_settings Configuration settings list]
+
* [[List of Prokee Modules]]
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:FAQ MediaWiki FAQ]
+
 
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
+
== Modular Software Development ==
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
+
* [[simple-web-fw]] - A simple highly modular framework for building websites and web-applications based on JavaScript and PHP.
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]
+
* [[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

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