From aec4fd8d709a6afca91bfccfd1b3e08ec89420dc Mon Sep 17 00:00:00 2001 From: Thirumal Ravula Date: Tue, 16 Feb 2016 11:07:12 +0530 Subject: [PATCH] directory structure created --- elisp/prj.el | 2 +- src/{ => community}/communication.org | 2 +- src/{ => community}/development-process.org | 3 +- src/{ => community}/github.org | 2 +- src/{ => community}/licensing.org | 3 +- src/{ => community}/technologies.org | 3 +- src/{ => getting-started}/about.org | 2 +- src/header.html | 28 +++++++++---------- src/{ => ideas-page}/ideas.org | 3 +- src/{ => labs}/definition-of-levels.org | 3 +- src/{ => labs}/integration-process.org | 3 +- src/{ => labs}/lab-development.org | 3 +- src/org-templates/level-0.org | 8 +++--- src/org-templates/level-1.org | 21 ++++++++++++++ src/{ => platform}/ads.org | 3 +- src/{ => platform}/dataservice.org | 3 +- .../experiment-as-a-service.org | 2 +- src/{ => platform}/openedx.org | 3 +- 18 files changed, 64 insertions(+), 33 deletions(-) rename src/{ => community}/communication.org (90%) rename src/{ => community}/development-process.org (99%) rename src/{ => community}/github.org (97%) rename src/{ => community}/licensing.org (69%) rename src/{ => community}/technologies.org (95%) rename src/{ => getting-started}/about.org (94%) rename src/{ => ideas-page}/ideas.org (98%) rename src/{ => labs}/definition-of-levels.org (99%) rename src/{ => labs}/integration-process.org (99%) rename src/{ => labs}/lab-development.org (91%) create mode 100644 src/org-templates/level-1.org rename src/{ => platform}/ads.org (96%) rename src/{ => platform}/dataservice.org (91%) rename src/{ => platform}/experiment-as-a-service.org (96%) rename src/{ => platform}/openedx.org (95%) diff --git a/elisp/prj.el b/elisp/prj.el index 8965ab8..9142577 100644 --- a/elisp/prj.el +++ b/elisp/prj.el @@ -52,7 +52,7 @@ :base-directory ,top-dir :base-extension "org" :publishing-directory ,pub-dir - :recursive nil + :recursive t :publishing-function org-html-publish-to-html :headline-levels 4 ; Just the default for this project. :auto-preamble t diff --git a/src/communication.org b/src/community/communication.org similarity index 90% rename from src/communication.org rename to src/community/communication.org index 35aec87..ab6eaa5 100644 --- a/src/communication.org +++ b/src/community/communication.org @@ -1,5 +1,5 @@ #+title: Community -#+SETUPFILE: org-templates/level-0.org +#+SETUPFILE: ../org-templates/level-1.org * Community diff --git a/src/development-process.org b/src/community/development-process.org similarity index 99% rename from src/development-process.org rename to src/community/development-process.org index abeb359..944e804 100644 --- a/src/development-process.org +++ b/src/community/development-process.org @@ -1,5 +1,6 @@ #+title: Processes -#+SETUPFILE: org-templates/level-0.org +#+SETUPFILE: ../org-templates/level-1.org + Both platform and lab development follow [[https://guides.github.com/introduction/flow/index.html][github workflow]]. diff --git a/src/github.org b/src/community/github.org similarity index 97% rename from src/github.org rename to src/community/github.org index abfde14..3fd15a4 100644 --- a/src/github.org +++ b/src/community/github.org @@ -1,5 +1,5 @@ #+title: Directory of GitHub Repositories -#+SETUPFILE: org-templates/level-0.org +#+SETUPFILE: ../org-templates/level-1.org All the Virtual Lab Development projects are on [[http://github.com/][GitHub]]. diff --git a/src/licensing.org b/src/community/licensing.org similarity index 69% rename from src/licensing.org rename to src/community/licensing.org index e6f11b0..9c840e8 100644 --- a/src/licensing.org +++ b/src/community/licensing.org @@ -1,5 +1,6 @@ #+title: Licensing -#+SETUPFILE: org-templates/level-0.org +#+SETUPFILE: ../org-templates/level-1.org + diff --git a/src/technologies.org b/src/community/technologies.org similarity index 95% rename from src/technologies.org rename to src/community/technologies.org index a93dafc..993cfd5 100644 --- a/src/technologies.org +++ b/src/community/technologies.org @@ -1,5 +1,6 @@ #+title: Contributing -#+SETUPFILE: org-templates/level-0.org +#+SETUPFILE: ../org-templates/level-1.org + * Technologies diff --git a/src/about.org b/src/getting-started/about.org similarity index 94% rename from src/about.org rename to src/getting-started/about.org index 57984e1..aeaa5e7 100644 --- a/src/about.org +++ b/src/getting-started/about.org @@ -1,5 +1,5 @@ #+title: About Virtual Labs Development -#+SETUPFILE: org-templates/level-0.org +#+SETUPFILE: ../org-templates/level-1.org * What is Virtual Labs? [[http://www.vlabs.ac.in][Virtual Labs]] is an initiative of Ministry of Human Resources, India. diff --git a/src/header.html b/src/header.html index 6ad8e48..dcb2af5 100644 --- a/src/header.html +++ b/src/header.html @@ -43,7 +43,7 @@ Getting Started diff --git a/src/ideas.org b/src/ideas-page/ideas.org similarity index 98% rename from src/ideas.org rename to src/ideas-page/ideas.org index 1f32552..da6852e 100644 --- a/src/ideas.org +++ b/src/ideas-page/ideas.org @@ -1,5 +1,6 @@ #+title: Ideas @ Virtual Labs -#+SETUPFILE: org-templates/level-0.org +#+SETUPFILE: ../org-templates/level-1.org + * Ideas ** Experiment as a Service diff --git a/src/definition-of-levels.org b/src/labs/definition-of-levels.org similarity index 99% rename from src/definition-of-levels.org rename to src/labs/definition-of-levels.org index 7e6b48a..6a280cd 100644 --- a/src/definition-of-levels.org +++ b/src/labs/definition-of-levels.org @@ -1,5 +1,6 @@ #+title: Structure of a Lab and Level Definitions -#+SETUPFILE: org-templates/level-0.org +#+SETUPFILE: ../org-templates/level-1.org + * Directory structure of lab sources diff --git a/src/integration-process.org b/src/labs/integration-process.org similarity index 99% rename from src/integration-process.org rename to src/labs/integration-process.org index 810b33b..e6bb3a7 100644 --- a/src/integration-process.org +++ b/src/labs/integration-process.org @@ -1,5 +1,6 @@ #+title: Integration Process -#+SETUPFILE: org-templates/level-0.org +#+SETUPFILE: ../org-templates/level-1.org + * Introduction Virtual Labs is a mission mode project initiated by the Ministry of diff --git a/src/lab-development.org b/src/labs/lab-development.org similarity index 91% rename from src/lab-development.org rename to src/labs/lab-development.org index 1849647..f9ea0af 100644 --- a/src/lab-development.org +++ b/src/labs/lab-development.org @@ -1,5 +1,6 @@ #+title: Lab Development -#+SETUPFILE: org-templates/level-0.org +#+SETUPFILE: ../org-templates/level-1.org + The repositories of all virtual labs are under organization [[https://github.com/Virtual-Labs][Virtual Labs]] on GitHub diff --git a/src/org-templates/level-0.org b/src/org-templates/level-0.org index a5e6351..e9d0d1d 100644 --- a/src/org-templates/level-0.org +++ b/src/org-templates/level-0.org @@ -14,10 +14,10 @@ -#+HTML_HEAD: -#+HTML_HEAD_EXTRA: +#+HTML_HEAD: +#+HTML_HEAD_EXTRA: #+HTML_HEAD_EXTRA: -#+HTML_HEAD_EXTRA: -#+HTML_HEAD_EXTRA: +#+HTML_HEAD_EXTRA: +#+HTML_HEAD_EXTRA: diff --git a/src/org-templates/level-1.org b/src/org-templates/level-1.org new file mode 100644 index 0000000..a5e5b2a --- /dev/null +++ b/src/org-templates/level-1.org @@ -0,0 +1,21 @@ +#+AUTHOR: (C) Venkatesh Choppella +#+EMAIL: venkatesh.choppella@iiit.ac.in + +#+DESCRIPTION: +#+KEYWORDS: +#+LANGUAGE: en +#+OPTIONS: H:3 num:nil toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t +#+EXPORT_SELECT_TAGS: export +#+EXPORT_EXCLUDE_TAGS: noexport +#+STARTUP: hidestars + + + + + + +#+HTML_HEAD: +#+HTML_HEAD_EXTRA: +#+HTML_HEAD_EXTRA: +#+HTML_HEAD_EXTRA: +#+HTML_HEAD_EXTRA: diff --git a/src/ads.org b/src/platform/ads.org similarity index 96% rename from src/ads.org rename to src/platform/ads.org index ec63b17..925c694 100644 --- a/src/ads.org +++ b/src/platform/ads.org @@ -1,5 +1,6 @@ #+title: Auto Deployment Service -#+SETUPFILE: org-templates/level-0.org +#+SETUPFILE: ../org-templates/level-1.org + [[https://github.com/vlead/ovpl][Auto Deployment Service]] automates the deployment of a web application. The hardware and software requirements which are mapped in a deployment diff --git a/src/dataservice.org b/src/platform/dataservice.org similarity index 91% rename from src/dataservice.org rename to src/platform/dataservice.org index 6b67e5b..b3eb2a9 100644 --- a/src/dataservice.org +++ b/src/platform/dataservice.org @@ -1,5 +1,6 @@ #+title: Lab Development -#+SETUPFILE: org-templates/level-0.org +#+SETUPFILE: ../org-templates/level-1.org + [[https://github.com/vlead/dataservice][dataservice]] abstracts storing, retrieving and querying data about labs and related ecosystem, over HTTP. diff --git a/src/experiment-as-a-service.org b/src/platform/experiment-as-a-service.org similarity index 96% rename from src/experiment-as-a-service.org rename to src/platform/experiment-as-a-service.org index 59f67e6..5271a4a 100644 --- a/src/experiment-as-a-service.org +++ b/src/platform/experiment-as-a-service.org @@ -1,5 +1,5 @@ #+title: Platform to support Experiment as a Service -#+SETUPFILE: org-templates/level-0.org +#+SETUPFILE: ../org-templates/level-1.org [[https://github.com/vlead/virtual-labs-as-a-service][Platform to support experiment as a service]] provides a platform to design an experiment as a service. The platform is a composition of javascript object diff --git a/src/openedx.org b/src/platform/openedx.org similarity index 95% rename from src/openedx.org rename to src/platform/openedx.org index 1d534e2..020230b 100644 --- a/src/openedx.org +++ b/src/platform/openedx.org @@ -1,5 +1,6 @@ #+title: Porting of Virtual Labs to Open edX platform -#+SETUPFILE: org-templates/level-0.org +#+SETUPFILE: ../org-templates/level-1.org + [[https://github.com/vlead/port-labs-to-openedx][Porting Virtual Labs to Open edX]] harnesses the rich feature set of Open edX platform to provide a CMS, single sign on, persistence, analytics and a uniform