Difference between revisions of "Main Page"

From ADF Docs
Jump to: navigation, search
 
(45 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<STYLE TYPE="text/css" TITLE="">
+
<!-- // Hide the table of contents for the home page -->
#left {
+
__NOTOC__
position: absolute;
 
left: 0px;
 
width: 30%;
 
color: red;
 
background-color:#CCCCCC;
 
border-style: solid;
 
}
 
  
#center {
+
<big>'''Application Development Framework (ADF) Wiki'''</big>
position: absolute;
 
left: 30%;
 
width: 40%;
 
background-color:#CCCCCC;
 
border-style: solid;
 
}
 
  
#right {
+
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software...
position: absolute;
 
left: 70%;
 
width: 30%;
 
background-color:#CCCCCC;
 
border-style: solid;
 
}
 
  
body {
+
== What is the ADF? ==
margin: 0px;
+
The ADF is an Open Source framework that connects into your CommonSpot installation to allow you to develop applications and extend your CommonSpot site easily.  The ADF is:
padding: 0px;
 
}
 
</STYLE>
 
</HEAD>
 
  
<BODY>
+
* A set of utilities (e.g. application.ADF.csData.getPageMetadata(pageID) )
<DIV ID="left">left</DIV>
+
* A methodology for developing portable CommonSpot applications
<DIV ID="center">center</DIV>
+
* Programmatic access to more CommonSpot data then ever before
<DIV ID="right">right</DIV>
+
* Easily installable
</BODY>
+
* Easily upgradeable
 +
* FUN!
  
 +
<h4>[[Overview|Get a detailed overview of the ADF here]]</h4>
  
<big>'''MediaWiki has been successfully installed.'''</big>
+
<div class="float_box fixed">
 +
<h3>Haven't installed yet</h3>
 +
* [[Overview | Overview ]]
 +
* [[Architecture | Architecture ]]
 +
* [http://community.paperthin.com/projects/ADF/svn/index.cfm Download]
 +
* [[Installation|Installation]]
 +
* [[Upgrade|Upgrade]]
 +
* [[View All| View All Projects]]
 +
* [[Starter_Application_Install | Install the Starter App]]
 +
</div>
  
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
+
<div class="float_box fixed">
 +
<h3>Installed and ready to go</h3>
 +
* [[Getting Started | Getting Started with the ADF]]
 +
* [http://community.paperthin.com/projects/ADF/docs/library/ Library (API)] - updated for ADF v2.6.0
 +
* [[Library|Library (API)]] - v1.x
 +
* [[Extensions: Custom Field Types]]
 +
<!-- * [[Extensions: Custom Scripts]] -->
 +
* [[Ajax]]
 +
* [[Architecture ]]
 +
* [http://community.paperthin.com/projects/ADF/forum Forums]
 +
* [[CCAPI Config| CCAPI Config]]
 +
* [[CCAPI Conduit Page Pool|CCAPI Conduit Page Pool]] - ADF v1.8 and above
 +
</div>
  
== Getting started ==
+
<div class="float_box fixed">
* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]
+
<h3>Building Applications and extending</h3>
* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
+
* [[ADF Applications |Creating a new application]]
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
+
* [[Add_ADF_Library_Components_into_App|Loading ADF Library Components into your application ]]
 +
* [http://community.paperthin.com/projects/ADF/forum Forums]
 +
</div>
 +
 
 +
<div style="clear:both;">
 +
&nbsp;
 +
</div>

Latest revision as of 17:19, 10 November 2020


Application Development Framework (ADF) Wiki

Consult the User's Guide for information on using the wiki software...

What is the ADF?

The ADF is an Open Source framework that connects into your CommonSpot installation to allow you to develop applications and extend your CommonSpot site easily. The ADF is:

  • A set of utilities (e.g. application.ADF.csData.getPageMetadata(pageID) )
  • A methodology for developing portable CommonSpot applications
  • Programmatic access to more CommonSpot data then ever before
  • Easily installable
  • Easily upgradeable
  • FUN!

Get a detailed overview of the ADF here