Difference between revisions of "Main Page"

From ADF Docs
Jump to: navigation, search
 
(38 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 +
<!-- // Hide the table of contents for the home page -->
 +
__NOTOC__
 +
 
<big>'''Application Development Framework (ADF) Wiki'''</big>
 
<big>'''Application Development Framework (ADF) Wiki'''</big>
  
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
+
Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software...
  
 
== What is the ADF? ==
 
== What is the ADF? ==
Line 13: Line 16:
 
* FUN!
 
* FUN!
  
<!-- // Removed
+
<h4>[[Overview|Get a detailed overview of the ADF here]]</h4>
== Getting started ==
 
  
* [[Application_Development_Framework_(ADF)|Application Development Framework (ADF)]]
+
<div class="float_box fixed">
* [[Troubleshooting|Troubleshooting]]
 
* [[Developers_Guide|Developers Guide]]
 
 
 
-->
 
 
 
<div class="float_box">
 
 
<h3>Haven't installed yet</h3>
 
<h3>Haven't installed yet</h3>
* [[Installation|ADF Installation]]
+
* [[Overview | Overview ]]
* Link 2
+
* [[Architecture | Architecture ]]
* Link 3
+
* [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>
 
</div>
  
<div class="float_box">
+
<div class="float_box fixed">
 
<h3>Installed and ready to go</h3>
 
<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]
 
* [http://community.paperthin.com/projects/ADF/forum Forums]
* Link 2
+
* [[CCAPI Config| CCAPI Config]]
* Link 3
+
* [[CCAPI Conduit Page Pool|CCAPI Conduit Page Pool]] - ADF v1.8 and above
 
</div>
 
</div>
  
<div class="float_box">
+
<div class="float_box fixed">
 
<h3>Building Applications and extending</h3>
 
<h3>Building Applications and extending</h3>
 +
* [[ADF Applications |Creating a new application]]
 +
* [[Add_ADF_Library_Components_into_App|Loading ADF Library Components into your application ]]
 
* [http://community.paperthin.com/projects/ADF/forum Forums]
 
* [http://community.paperthin.com/projects/ADF/forum Forums]
* Link 2
 
* Link 3
 
 
</div>
 
</div>
  
Line 46: Line 53:
 
&nbsp;
 
&nbsp;
 
</div>
 
</div>
== Guides ==
 
*ADF
 
** [[Add_New_Library_Component|Add new Component to Library]]
 
** [[Add_Method_to_Library_minor_version|Add method to Component in Library (new minor version)]]
 
** [[Add_Method_to_Library_major_version|Add method to Component in Library (new major version)]]
 
** [[Modify_Library_Componet_Bug_Fix|Modify Component in Library (bug fix version)]]
 
** Creating config file for CCAPI
 
 
* Applications
 
** [[Create_New_App|Create New ADF Application]]
 
** [[Add_ADF_Library_Components_into_App|Add ADF Library Components into an Application]]
 
** [[Application Site Config|Application Site Config]]
 
** [[Application_Library_Overrides_App_Level|Application Library Overrides App Level]]
 
** [[Application_Site_Customization|Application Site Customization]]
 
** [[Load_ADF_App_Site_Components|Load ADF App Site Components]]
 
** [[Application_Library_Overrides_Site_Level|Application Library Overrides Site Level]]
 
 
* Site
 
** [[Load_ADF_Components_into_Site|Load ADF Library Components into Site]]
 
** Creating config file for Site Level Variables
 
** Adding Site Level Components (non application)
 
 
== Projects ==
 
 
* [[Profiles|Profiles]]
 
* [[CCAPI|CS CCAPI]]
 
* [[Import_Content|Import Content]]
 
* [[Photo Gallery|Photo Gallery]]
 
 
== Projects In Development ==
 
* [[Forums]]
 
* [[Blogs|CS Blog Version 2]]
 
* PT Online Video
 
 
== Bug Tracking ==
 
*[[Bug Tracking]]
 

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