Skip to content

Commit 7e80918

Browse files
author
Dr4k3
committed
Added Readme
1 parent 2a9485a commit 7e80918

File tree

1 file changed

+34
-31
lines changed

1 file changed

+34
-31
lines changed

index.html

Lines changed: 34 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<a id="forkme_banner" href="https://github.com/EtherApp">View on GitHub</a>
2020

2121
<h1 id="project_title">EtherApp</h1>
22-
<h2 id="project_tagline">EtherApp Website</h2>
22+
<h2 id="project_tagline">Etherpad Lite admin application for Android</h2>
2323

2424
</header>
2525
</div>
@@ -28,36 +28,42 @@ <h2 id="project_tagline">EtherApp Website</h2>
2828
<div id="main_content_wrap" class="outer">
2929
<section id="main_content" class="inner">
3030
<h3>
31-
<a name="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages"><span class="octicon octicon-link"></span></a>Welcome to GitHub Pages.</h3>
31+
<a name="welcome-to-etherapp" class="anchor" href="#welcome-to-etherapp"><span class="octicon octicon-link"></span></a>Welcome to EtherApp.</h3>
3232

33-
<p>This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here using GitHub Flavored Markdown, select a template crafted by a designer, and publish. After your page is generated, you can check out the new branch:</p>
33+
<p>
34+
This app is a project for the university course "Mobile Applications" at HfTL, Leipzig, Germany. The goal is to create an admin app for Etherpad Lite.
35+
36+
</p>
3437

35-
<pre><code>$ cd your_repo_root/repo_name
36-
$ git fetch origin
37-
$ git checkout gh-pages
38-
</code></pre>
39-
40-
<p>If you're using the GitHub for Mac, simply sync your repository and you'll see the new branch.</p>
41-
42-
<h3>
43-
<a name="designer-templates" class="anchor" href="#designer-templates"><span class="octicon octicon-link"></span></a>Designer Templates</h3>
44-
45-
<p>We've crafted some handsome templates for you to use. Go ahead and continue to layouts to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved if it remained markdown format.</p>
46-
47-
<h3>
48-
<a name="rather-drive-stick" class="anchor" href="#rather-drive-stick"><span class="octicon octicon-link"></span></a>Rather Drive Stick?</h3>
49-
50-
<p>If you prefer to not use the automatic generator, push a branch named <code>gh-pages</code> to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator written by our own Tom Preston-Werner. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.</p>
51-
52-
<h3>
53-
<a name="authors-and-contributors" class="anchor" href="#authors-and-contributors"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3>
54-
55-
<p>You can <a href="https://github.com/blog/821" class="user-mention">@mention</a> a GitHub username to generate a link to their profile. The resulting <code>&lt;a&gt;</code> element will link to the contributor's GitHub Profile. For example: In 2007, Chris Wanstrath (<a href="https://github.com/defunkt" class="user-mention">@defunkt</a>), PJ Hyett (<a href="https://github.com/pjhyett" class="user-mention">@pjhyett</a>), and Tom Preston-Werner (<a href="https://github.com/mojombo" class="user-mention">@mojombo</a>) founded GitHub.</p>
56-
57-
<h3>
58-
<a name="support-or-contact" class="anchor" href="#support-or-contact"><span class="octicon octicon-link"></span></a>Support or Contact</h3>
38+
<h3>
39+
<a name="planned-features" class="anchor" href="#planned-features"><span class="octicon octicon-link"></span></a>Planned features</h3>
40+
41+
<ul>
42+
<li>
43+
list of pads
44+
</li>
45+
46+
<li>
47+
deletion of pads
48+
</li>
49+
50+
<li>
51+
information about pads
52+
</li>
53+
54+
<li>
55+
list of groups
56+
</li>
57+
58+
<li>
59+
profile management for multiple EPL installations
60+
</li>
61+
</ul>
62+
63+
<p>
64+
This app uses the Etherpad Lite HTTP API. If you have any suggestions or ideas, please let us know!
65+
</p>
5966

60-
<p>Having trouble with Pages? Check out the documentation at <a href="http://help.github.com/pages">http://help.github.com/pages</a> or contact <a href="mailto:support@github.com">support@github.com</a> and we’ll help you sort it out.</p>
6167
</section>
6268
</div>
6369

@@ -67,8 +73,5 @@ <h3>
6773
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
6874
</footer>
6975
</div>
70-
71-
72-
7376
</body>
7477
</html>

0 commit comments

Comments
 (0)