Developer Docs

[edit] Please Note

These docs are now deprecated, we have a new Support area located here

(Difference between revisions)
(Developing)
m
(47 intermediate revisions by 4 users not shown)
Line 1: Line 1:
==[[Developer Video Tutorials]]==
+
<html>
 +
  <div class="page-header">
 +
    <h1>Developer Docs</h1>
 +
  </div>
 +
</html>
 +
__NOTOC__
 +
We want to make it as easy as possible for anyone to develop their own [http://www.pagelines.com/store/sections Sections], [http://www.pagelines.com/store/themes Themes], and [http://www.pagelines.com/store/plugins Plugins]; and, we want you to get them into the [http://www.pagelines.com/store/ PageLines Store].
  
* [[PageLines Essential Training]]
+
# First, you will need to [http://developer.pagelines.com/apply/ Sign-Up] for a PageLines Store Developer account.
 +
# Make sure you have a working [https://github.com/ GitHub] account, or create a new one they're free.
 +
# Make sure all your favorite [[Developer Tools]] are installed and up-to-date.
 +
# Check out the [[Developer Tutorials]]. There is lots of great information that can be found there.
 +
# Build a product that will provide a valuable solution to a problem.
 +
# [http://developer.pagelines.com/submit-a-store-product Submit] your product details; make sure to include appropriate details to explain your product.
 +
# We will create a GIT repository at [https://github.com/ GitHub] for you. This is where you will upload and make changes to your product
 +
# Once your product passes final review, it will become available on the [http://www.pagelines.com/store/ PageLines Store].
 +
# Promote your [http://www.pagelines.com/store/ PageLines Store] product and collect '''70%''' of '''all''' sales.
  
==Getting Started==
+
== [http://developer.pagelines.com/apply/ Apply Now! &raquo;] ==
[[Setting Store Item Headers]]
+
== [[Developer_Tools|Developer Tools &raquo;]] ==
 +
== [[Developer_Tutorials|Developer Tutorials &raquo;]] ==
  
[[Getting Something On The Store]]
+
=== PageLines API ===
 +
* [[LESS API]]
 +
* [[Options API]]
 +
* [[Sections API]]
  
[[Dev Getting Started Guide]]
+
----
  
[[Commonly Asked Questions]]
+
=== Directories and Lists ===
 +
* [[Actions]]
 +
* [http://www.pagelines.com/wiki/Category:Classes Classes]
 +
* [[Constants]]
 +
* [http://www.pagelines.com/wiki/Category:Filters Filters]
 +
* [http://www.pagelines.com/wiki/Category:Functions Functions]
 +
* [http://www.pagelines.com/wiki/Category:Variables Variables]
  
[[Functions Glossary]]
+
----
  
==Developing==
+
=== Miscellaneous ===
[[Developing PageLines Sections|Sections]]
+
<div style="background-color: #faf7b0; color: red; font-size: 18px; margin-bottom: 20px;">PageLines Developer Docs are Under Construction. Email us at [mailto:developers@pagelines.com?Subject=Documentation developers@pagelines.com] if you have any questions.</div>
  
[[Developing PageLines Themes|Themes]]
+
----
 
+
[[Category:Draft]]
[[Developing PageLines Plugins|Plugins]]
+
 
+
[[PageLines Options API]]
+

Revision as of 16:23, 29 May 2012

We want to make it as easy as possible for anyone to develop their own Sections, Themes, and Plugins; and, we want you to get them into the PageLines Store.

  1. First, you will need to Sign-Up for a PageLines Store Developer account.
  2. Make sure you have a working GitHub account, or create a new one they're free.
  3. Make sure all your favorite Developer Tools are installed and up-to-date.
  4. Check out the Developer Tutorials. There is lots of great information that can be found there.
  5. Build a product that will provide a valuable solution to a problem.
  6. Submit your product details; make sure to include appropriate details to explain your product.
  7. We will create a GIT repository at GitHub for you. This is where you will upload and make changes to your product
  8. Once your product passes final review, it will become available on the PageLines Store.
  9. Promote your PageLines Store product and collect 70% of all sales.

Apply Now! »

Developer Tools »

Developer Tutorials »

PageLines API


Directories and Lists


Miscellaneous

PageLines Developer Docs are Under Construction. Email us at developers@pagelines.com if you have any questions.