diff --git a/Editing.md b/Editing.md deleted file mode 100644 index 73af059..0000000 --- a/Editing.md +++ /dev/null @@ -1,12 +0,0 @@ -#### Editing -The easiest way to edit a page on this wiki is to click on the edit button on the top of the page. New pages can be created using the "create" button. The content of a page is written in "Markdown" syntax - which means it is mostly plain text with some symbols and annotations to add formatting. For more details on syntax see the [CommonMark](https://commonmark.org/help/) syntax guide. - -#### Editing Locally -If you have Ruby installed, you can clone this repo on your local machine, make edits locally, and then push changes back to Gitea. - -1. To find the clone URL for the wiki, look for the clone URL on the top of the Gitea Page. Note that the URL should end in ".wiki.git" -2. Clone the repo locally -3. Install Gollum: ```gem install gollum``` -4. Launch Gollum in the directory where the wiki files have been cloned: ```gollum ./``` -5. View and edit the local files by pointing a browser to ```http://localhost:4567``` -6. Whenever a page is saved, a commit is created automatically by gollum. Make sure to push the changes upstream after all edits are done. \ No newline at end of file diff --git a/Home.md b/Home.md deleted file mode 100644 index 82673b7..0000000 --- a/Home.md +++ /dev/null @@ -1,59 +0,0 @@ -#### Introduction -Welcome to the Wiki of the Power and Energy Group, IIT Dharwad. - -The wiki has set up in response to a need for maintaining a central database of information that is of common use to members of the PEG and others. The wiki is meant to be a compendium of information directly and indirectly relevant to work carried out in the group. - -As with any wiki, the strength of the Power Lab Wiki lies in its contributors. If you think there is something you know and can share, add it! - -#### Research -The research work undertaken in the lab falls under the following categories: -- Power Converters - -#### Resources -* Hardware -* Software -* Coursework - -#### Events - -#### People -The group consists of Faculty, staff and students. - -###### Faculty: -- [Pratyasa Bhui] -- [Satish Naik] -- [Abhijit Kshirsagar] - -###### Staff: - - - -###### Students (PhD) - -- [Kotakonda Chakravarthy] -- [Raghavendra Venkata] -- [Little Pradhan] -- [Abhishek Saini] - -###### Students (M. S.) - -- [Faheem Ul Haq] - -###### Students (B. Tech / Projects) - -- [Baliram Chaurasiya] -- [Shivam] -- [Swakath U] - - - -#### Links -- [Power Group homepage](https://sites.google.com/iitdh.ac.in/peg-iitdh) -- [Power Lab Git Repo](https://gitea.iitdh.ac.in/PEG) -- [Power Lab Wiki](tbd) - -#### For New Users -This wiki is hosted within Gitea. To learn how to edit and extend this wiki, click [here](Editing.md). - -Please note that you need to log in to giteafor editing it. -Also see the FAQs and the help section.