Skip to content

SDK-4214: Add WikiText section to page #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@
<section id="main_content" class="inner">

<h1 id="top" class="page_header">Code Patches &amp; Modifications</h1>
<a id="toc" href="#wikitext">Mylyn Wikitext</a>
&bull;
<a id="toc" href="#mozilla">Mozilla Patches &amp; Modifications</a>
&bull;
<a id="toc" href="#jira">Atlassian Eclipse JIRA Connector EPL Code</a>
Expand All @@ -82,7 +84,16 @@ <h1 id="top" class="page_header">Code Patches &amp; Modifications</h1>
&bull;
<a id="toc" href="#epl">Other EPL Code</a>
<hr>

<br/>
<h2 id="wikitext" class="page_h2">Mylyn Wikitext</h2>
<a class="home" href="#top">TOP</a>
<br/>
<h5 class="page_h5">com.planview.planview.mylyn.docs</h5>
<a id="custom_a" href="https://github.com/Tasktop/code.modifications/tree/master/src/wikitext">Source</a><br/>
<a id="custom_a" href="https://www.eclipse.org/legal/epl-2.0/">Eclipse Public License 2.0</a><br/>

<br/><br/>
<h2 id="mozilla" class="page_h2">Mozilla Patches &amp; Modifications</h2>
<a class="home" href="#top">TOP</a>
<br/>
Expand Down Expand Up @@ -363,6 +374,10 @@ <h5 class="page_h5">Mylyn - TaskAttributeDiff</h5>

<a id="custom_a" href="https://github.com/Tasktop/code.modifications/raw/aed7ab7108e18059fd5d5bec8beb08cb22f1b37e/src/epl/SyncTaskAttributeDiff.java">Source</a><br/>
<a id="custom_a" href="https://github.com/Tasktop/code.modifications/raw/0ea665a3ee32a6557037fd4943b5b936c97d10f7/src/about/epl-v10.txt">Eclipse Public License 1.0</a>

<h5 class="page_h5">Mylyn - WikiText</h5>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should put Wikitext at the top of the page, so it doesn't look buried. Especially since it's the latest addition and we may have additional visitors to the page when the email goes out. Can we put at the top a new section:

Mylyn Wikitext

com.planview.planview.mylyn.docs

Source
Eclipse Public License 2.0


<a id="custom_a" href="https://github.com/Tasktop/code.modifications/tree/master/src/wikitext">Source and License</a><br/>
</section>
</div>

Expand Down