Kaynağa Gözat

remove unused pages

mitm001 5 yıl önce
ebeveyn
işleme
7fa97b699c

+ 0 - 10
docs/modules/sdk/pages/platform_development.adoc

@@ -1,10 +0,0 @@
-= Platform Development
-:author: 
-:revnumber: 
-:revdate: 2016/03/17 20:48
-:relfileprefix: ../
-:imagesdir: ..
-ifdef::env-github,env-browser[:outfilesuffix: .adoc]
-
-
-<<sdk/development#,Please go here>>

+ 0 - 44
docs/modules/sdk/pages/plugin-submission.adoc

@@ -1,44 +0,0 @@
-= Submitting Your Plugin
-:author: 
-:revnumber: 
-:revdate: 2016/03/17 20:48
-:relfileprefix: ../
-:imagesdir: ..
-ifdef::env-github,env-browser[:outfilesuffix: .adoc]
-
-
-
-[IMPORTANT]
-====
-*IMPORTANT - (6th May 2014):*
-This page is for information purposes only. This system is still being developed.
-====
-
-
-If you wish to share your code with the jMonkey community, you can do so easily by link:http://hub.jmonkeyengine.org/plugins/submit.php[submitting your project to us]! Once your submission has been approved, your plugin will be listed on link:http://hub.jmonkeyengine.org/plugins/submissions.php[the submissions page] and will be added to the plugin list within the next 24 hours (plugins are compiled once a day on our build server). Your submission may be refused if it is of bad taste, is empty, or is unrelated to jMonkey.
-
-*  Create a `jmeplugin.properties` file in your project. The contents of this file is outlined below and *must* be present. 
-
-*  Upload your project to link:http://github.com[GitHub] (See link:https://guides.github.com/activities/hello-world/[GitHub's Hello World guide] if you need a quick introduction)
-
-*  Submit your project to us at link:http://hub.jmonkeyengine.org/plugins/submit.php[http://hub.jmonkeyengine.org/plugins/submit.php].
-
-
-== Configuring The Plugin Properties File
-
-The plugin properties file `jmeplugin.properties` can be located anywhere in your project, and contains the descriptive data that will be displayed in the plugin list. You can modify the contents and location of this file at any point in the future should you wish to do so. The changes will be reflected the next time the plugin is compiled. Below is an example of the contents of the `jmeplugin.properties` file. The `DisplayName` and `Category` fields cannot be blank.
-
-[source]
-----
-
-DisplayName: TerrainPager
-Category: jme-plugin
-ShortDescription: A TerrainQuad based world generator and pager.
-LongDescription: A really awesome TerrainQuad based world generator.
-
-----
-
-
-== Version Control
-
-When you submit your github repository to us you also have the opportunity to choose a branch. This allows you to have multiple versions of your code, which can be of great use. You can for example have “experimental, nightly, testing and “stable branches. You can then submit one of these branches to us. Our server will then only pull changes from the given branch. This allows you to modify and push your code to git, and only push changes to the branch you submitted when you want that code to go live.