Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Commit

Permalink
add links; wording fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaber committed Dec 23, 2013
1 parent f1a8c46 commit 673ad46
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion include/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function showDownloadOfficeThanks() {
' <li><strong>Restart LibreOffice/OpenOffice</strong> (including quickstarter) after installation of this extension</li>' +
' <li>If you are using LibreOffice and you want to check English texts:' +
' Use <em>Options &rarr; Language Settings &rarr; Writing Aids &rarr; Edit&hellip;</em> to disable LightProof and enable LanguageTool for English</li>' +
' <li><strong>Having problems? Please see <a href="<?php print $rootUrl ?>/issues">the list of common problems</a>.</strong></li>' +
' <li><strong>Having problems? Please see <a href="<?php print $rootUrl ?>/issues">our checklist</a>.</strong></li>' +
'</ul>',
{width: 600});
}
Expand Down
2 changes: 1 addition & 1 deletion include/pages/downloads.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<br>
<p class="small">
Having problems? Please see <a href="issues/">our checklist</a>.
Please see <a href="issues/">our checklist</a> if you experience problems. Download <a href="/download/">old releases</a> or <a href="/download/snapshots/?C=M;O=D">daily builds</a>.
</p>

</div>
3 changes: 2 additions & 1 deletion include/partials/nav.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
array('name'=>'Home', 'url' => '/'),
array('name'=>'Screenshots', 'url' => '/screenshots/'),
array('name'=>'Support', 'url' => '/support/'),
array('name'=>'Development', 'url' => '/development/')
array('name'=>'Development', 'url' => '/development/'),
array('name'=>'WikiCheck', 'url' => 'http://community.languagetool.org')
);

foreach ($pages as $aPage) {
Expand Down
19 changes: 9 additions & 10 deletions www/development/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<?php
$page = "Development";
$title = "LanguageTool Development";
$lastmod = "2013-12-17 12:30:00 CET";
?>
<?php include("../../include/header.php"); ?>
</head>
Expand All @@ -18,20 +17,20 @@
<p>LanguageTool is an Open Source project and we're looking forward to your contributions.</p>

<ul>
<li><a href="http://wiki.languagetool.org/development-overview">Development Overview</a>, for users who want to extend LanguageTool with their own rules
<li style="font-size: large"><a href="http://wiki.languagetool.org"><strong>wiki.languagetool.org</strong></a> contains the complete development documentation, including:
<ul>
<li>Includes: <a href="http://wiki.languagetool.org/development-overview#toc0">The three-minute introduction</a></li>
<li><a href="http://wiki.languagetool.org/development-overview#toc0">The three-minute introduction</a></li>
<li><a href="http://wiki.languagetool.org/development-overview">Development Overview</a>, for users who want to extend LanguageTool with their own rules
</ul>
</li>
<li><a href="http://community.languagetool.org">community.languagetool.org</a>, includes <a href="http://community.languagetool.org/ruleEditor/index?lang=en">a rule editor</a> and Wikipedia checks</li>
<li><a href="http://wiki.languagetool.org">Our Wiki</a> contains the complete development documentation</li>
<li><a href="api/">Javadoc</a></li>
<li><a href="https://github.com/languagetool-org/languagetool">Source code at github</a></li>
<li style="font-size: large"><a href="https://github.com/languagetool-org/languagetool"><strong>Source code at github</strong></a></li>
<li style="font-size: large"><a href="http://community.languagetool.org"><strong>community.languagetool.org</strong></a>, includes <a href="http://community.languagetool.org/ruleEditor/index?lang=en">a rule editor</a> and Wikipedia checks</li>
<li><a href="http://lists.sourceforge.net/mailman/listinfo/languagetool-devel">Development mailing list</a> (<a href="http://www.mail-archive.com/languagetool-devel@lists.sourceforge.net/">archive</a>)</li>
<li><a href="api/">Javadoc</a>, API documentation</li>
<li><a href="https://github.com/languagetool-org/languagetool/issues?state=open">Issues / bug tracking at github</a></li>
<li><a href="https://github.com/languagetool-org/languagetool/issues?labels=easy+fix&amp;state=open">Easy fixes</a> - easy issues for new contributors</li>
<li><a href="https://github.com/languagetool-org/languagetool/issues?labels=easy+fix&amp;state=open">Easy fixes</a>, easy issues for new contributors</li>
<li><a href="https://github.com/languagetool-org">Source code of related projects (like this website) at github</a></li>
<li><a href="http://lists.sourceforge.net/mailman/listinfo/languagetool-devel">Development mailing list</a> (<a href="http://www.mail-archive.com/languagetool-devel@lists.sourceforge.net/">archive</a>)</li>
<li><a href="http://wiki.languagetool.org/development-links">All development-related links</a></li>
<li><a href="http://wiki.languagetool.org/development-links">See all development-related links</a></li>
</ul>

<h2>Embedding LanguageTool on a Web Page</h2>
Expand Down
2 changes: 1 addition & 1 deletion www/support/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<ul>
<li style="font-size: large"><a href="/forum"><strong>Post to our forum</strong></a> - this is the easiest way of contacting us</li>
<li>Developer and user mailing list:
<li>Developer mailing list:
<ul>
<li>Post to our <strong>mailing list at <span style="color:#666666">languagetool-devel <span>a&#116;</span> lists.sourceforge.net</span></strong>
(note that your message requires manual moderation if you are not subscribed, this might take up to 24 hours)</li>
Expand Down

0 comments on commit 673ad46

Please sign in to comment.