<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Landing Page</title><link>https://forge.codesys.com/forge/wiki/Landing%2520Page/</link><description>Recent changes to Landing Page</description><language>en</language><lastBuildDate>Thu, 21 Feb 2019 09:48:54 -0000</lastBuildDate><atom:link href="https://forge.codesys.com/forge/wiki/Landing%20Page/feed" rel="self" type="application/rss+xml"></atom:link><item><title>Landing Page modified by Ingo</title><link>https://forge.codesys.com/forge/wiki/Landing%2520Page/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -12,7 +12,7 @@

 # Plain Wiki

-You can use an ordinary Wiki page where you describe your project. This is the easiest abbroach.
+You can use an ordinary Wiki page where you describe your project. This is the easiest approach.

 # Wiki w/o navigation bar

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ingo</dc:creator><pubDate>Thu, 21 Feb 2019 09:48:54 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com2f76396edc9b310e46597681da6f7e353319712d</guid></item><item><title>Landing Page modified by codesys.com</title><link>https://forge.codesys.com/forge/wiki/Landing%2520Page/</link><description>&lt;div class="markdown_content"&gt;&lt;div class="toc"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#plain-wiki"&gt;Plain Wiki&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#wiki-wo-navigation-bar"&gt;Wiki w/o navigation bar&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#svn-webdav"&gt;SVN + WebDAV&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="#find-the-page"&gt;Find the page&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#use-it-as-your-landing-page"&gt;Use it as your landing page&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div&gt;
  
    &lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;General&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="/forge/wiki/User%20Accounts/"&gt;User Accounts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="/forge/wiki/Project%20Maintenance/"&gt;Project Maintenance&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="../Landing%20Page"&gt;Landing Page&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="../SCM%20Repositories"&gt;Source Code Repositories&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="../Downloads"&gt;Downloads&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="../Tickets"&gt;Tickets&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="../IO%20Drivers"&gt;I/O Drivers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="../Contribution"&gt;Contribution&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;HowTos&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="../HowTo%20Project%20Look"&gt;Project Look&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="../HowTo%20Project%20Structure"&gt;Project Structure&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="../HowTo%20Project%20Rights"&gt;Project Rights&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="../HowTo%20Wiki%20Index"&gt;Wiki Index&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;hr/&gt;&lt;/div&gt;
  
&lt;/div&gt;


&lt;p&gt;While for developers functional tools are most important when it comes to open source hosting, users expect some professional and individual websites.&lt;/p&gt;
&lt;p&gt;Simplicity and flexibility are contrary requirements. But luckily the tools on CODESYS Forge are scaling very well in this respect.&lt;/p&gt;
&lt;p&gt;What you need to know is, that the first tool in the navigation bar of your project is automagically your landing page.&lt;/p&gt;
&lt;p&gt;Now you have various different options to design this page.&lt;/p&gt;
&lt;h1 id="plain-wiki"&gt;Plain Wiki&lt;/h1&gt;
&lt;p&gt;You can use an ordinary Wiki page where you describe your project. This is the easiest abbroach.&lt;/p&gt;
&lt;h1 id="wiki-wo-navigation-bar"&gt;Wiki w/o navigation bar&lt;/h1&gt;
&lt;p&gt;In the admin settings tool, you can hide the navigation panel on the left. This way the page looks more like a web page than a Wiki page.&lt;/p&gt;
&lt;p&gt;Note, that you can open the settings even w/o the side pane. First, click on the lock symbol on the right. If you then click on the gear symbol beside your Wiki, you can open the settings again.&lt;/p&gt;
&lt;h1 id="svn-webdav"&gt;SVN + WebDAV&lt;/h1&gt;
&lt;p&gt;Every SVN repository on CODESYS Forge can be browsed with an ordinary web browser.&lt;/p&gt;
&lt;p&gt;This way you can commit some static web pages in your repository and link to them.&lt;/p&gt;
&lt;h2 id="find-the-page"&gt;Find the page&lt;/h2&gt;
&lt;p&gt;You can find the URL of your page by entering the HTTP URL of your SVN repository into your browser. Now you should be able to navigate through the directory structure of your repository. After your clicked on your static page it should show up with all styles, images and scripts.&lt;/p&gt;
&lt;h2 id="use-it-as-your-landing-page"&gt;Use it as your landing page&lt;/h2&gt;
&lt;p&gt;Using such a page as your "landing page" is easy:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Click on "Tool add..."&lt;/li&gt;
&lt;li&gt;Select "External Link"&lt;/li&gt;
&lt;li&gt;Enter your URL&lt;/li&gt;
&lt;li&gt;Name the tool "Home" or similar&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click "Save"&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Click on the lock symbol on the right&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;Drag the newly added tool to the very left&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;From now on your static page should show up when you enter your project URL.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">codesys.com</dc:creator><pubDate>Thu, 04 Jan 2018 14:50:57 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com037349372e43b2cc02dbf0247ff4a78957095f6b</guid></item></channel></rss>