Skip to content

Commit

Permalink
directory structure created
Browse files Browse the repository at this point in the history
  • Loading branch information
travula committed Feb 16, 2016
1 parent 29c8558 commit aec4fd8
Show file tree
Hide file tree
Showing 18 changed files with 64 additions and 33 deletions.
2 changes: 1 addition & 1 deletion elisp/prj.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/communication.org → src/community/communication.org
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#+title: Community
#+SETUPFILE: org-templates/level-0.org
#+SETUPFILE: ../org-templates/level-1.org


* Community
Expand Down
Original file line number Diff line number Diff line change
@@ -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]].

Expand Down
2 changes: 1 addition & 1 deletion src/github.org → src/community/github.org
Original file line number Diff line number Diff line change
@@ -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]].

Expand Down
3 changes: 2 additions & 1 deletion src/licensing.org → src/community/licensing.org
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#+title: Licensing
#+SETUPFILE: org-templates/level-0.org
#+SETUPFILE: ../org-templates/level-1.org




Expand Down
3 changes: 2 additions & 1 deletion src/technologies.org → src/community/technologies.org
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#+title: Contributing
#+SETUPFILE: org-templates/level-0.org
#+SETUPFILE: ../org-templates/level-1.org



* Technologies
Expand Down
2 changes: 1 addition & 1 deletion src/about.org → src/getting-started/about.org
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
28 changes: 14 additions & 14 deletions src/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,48 +43,48 @@
Getting Started
</a>
<ul class="dropdown-menu">
<li><a href="about.html">About</a></li>
<li><a href="/getting-started/about.html">About</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
Platform
</a>
<ul class="dropdown-menu">
<li><a href="ads.html">Auto Deployment</a></li>
<li><a href="experiment-as-a-service.html">Experiment as a Service</a></li>
<li><a href="dataservice.html">Dataservice</a></li>
<li><a href="openedx.html">Open edX platform</a></li>
<li><a href="/platform/ads.html">Auto Deployment</a></li>
<li><a href="/platform/experiment-as-a-service.html">Experiment as a Service</a></li>
<li><a href="/platform/dataservice.html">Dataservice</a></li>
<li><a href="/platform/openedx.html">Open edX platform</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
Labs
</a>
<ul class="dropdown-menu">
<li><a href="lab-development.html">Development</a></li>
<li><a href="definition-of-levels.html">Lab Structure</a></li>
<li><a href="integration-process.html">Integration</a></li>
<li><a href="/labs/lab-development.html">Development</a></li>
<li><a href="/labs/definition-of-levels.html">Lab Structure</a></li>
<li><a href="/labs/integration-process.html">Integration</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
Community
</a>
<ul class="dropdown-menu">
<li><a href="development-process.html">Processes</a></li>
<li><a href="licensing.html">Licensing</a></li>
<li><a href="github.html">GitHub Repositories</a></li>
<li><a href="technologies.html">Contributing</a></li>
<li><a href="communication.html">Channels</a></li>
<li><a href="/community/development-process.html">Processes</a></li>
<li><a href="/community/licensing.html">Licensing</a></li>
<li><a href="/community/github.html">GitHub Repositories</a></li>
<li><a href="/community/technologies.html">Contributing</a></li>
<li><a href="/community/communication.html">Channels</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
Ideas Page
</a>
<ul class="dropdown-menu">
<li><a href="ideas.html">List of Ideas</a></li>
<li><a href="/ideas/ideas.html">List of Ideas</a></li>
</ul>
</li>
</ul>
Expand Down
3 changes: 2 additions & 1 deletion src/ideas.org → src/ideas-page/ideas.org
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion src/lab-development.org → src/labs/lab-development.org
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions src/org-templates/level-0.org
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@



#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="style/css/bootstrap.min.css" />
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="style/css/index.css" />
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="./style/css/bootstrap.min.css" />
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="./style/css/index.css" />
#+HTML_HEAD_EXTRA: <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
#+HTML_HEAD_EXTRA: <script src="js/bootstrap.min.js"></script>
#+HTML_HEAD_EXTRA: <link rel="icon" type="image/png" href="style/img/favicon/popl.png" />
#+HTML_HEAD_EXTRA: <script src="./style/js/bootstrap.min.js"></script>
#+HTML_HEAD_EXTRA: <link rel="icon" type="image/png" href="./style/img/favicon/popl.png" />


21 changes: 21 additions & 0 deletions src/org-templates/level-1.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#+AUTHOR: (C) Venkatesh Choppella
#+EMAIL: [email protected]

#+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: <link rel="stylesheet" type="text/css" href="../style/css/bootstrap.min.css" />
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../style/css/index.css" />
#+HTML_HEAD_EXTRA: <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
#+HTML_HEAD_EXTRA: <script src="../style/js/bootstrap.min.js"></script>
#+HTML_HEAD_EXTRA: <link rel="icon" type="image/png" href="../style/img/favicon/popl.png" />
3 changes: 2 additions & 1 deletion src/ads.org → src/platform/ads.org
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion src/dataservice.org → src/platform/dataservice.org
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion src/openedx.org → src/platform/openedx.org
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit aec4fd8

Please sign in to comment.