<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Project Maintenance</title><link>https://forge.codesys.com/forge/wiki/Project%2520Maintenance/</link><description>Recent changes to Project Maintenance</description><language>en</language><lastBuildDate>Fri, 02 Apr 2021 05:29:30 -0000</lastBuildDate><atom:link href="https://forge.codesys.com/forge/wiki/Project%20Maintenance/feed" rel="self" type="application/rss+xml"></atom:link><item><title>Project Maintenance modified by Ingo</title><link>https://forge.codesys.com/forge/wiki/Project%2520Maintenance/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -62,10 +62,6 @@
 ## Tools

 This neighbourhood should contain all kinds of tools on the host or the target, which are interacting with CODESYS or extending the functionality of CODESYS or one of its applications.
-
-## Hacks
-
-This is a public project, where everyone is welcome to post his little helper scripts and snippets. For this reason, the central element to maintain the code is not Git or SVN, but simply a blog.

 ## Targets
 CODESYS supports various open PLC platforms. This neighbourhood contains projects for all of those which are directly or indirectly supported. It's a place to collect hints, scripts, and documentation to operate those targets.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ingo</dc:creator><pubDate>Fri, 02 Apr 2021 05:29:30 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com71be1b18e5f54c3a6a3944a3ffa23686ac8e6205</guid></item><item><title>Project Maintenance modified by codesys.com</title><link>https://forge.codesys.com/forge/wiki/Project%2520Maintenance/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -185,11 +185,11 @@

 ~~~
 Small Image:
-[[img src=Layout_schem.png/thumb]]
+[[img src="Layout_schem.png/thumb"]]


 Full sized Image:
-[[img src=Layout_schem.png]]
+[[img src="Layout_schem.png"]]
 ~~~

 Just use the file name of the image, or attach '/thumb' to get a smaller version of the image. The files can always be viewed by your users in full size by klicking on the attachment.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">codesys.com</dc:creator><pubDate>Thu, 26 Dec 2019 13:52:04 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.comc0c20ae0b91575168e3698dd1f4fcfbac75948ac</guid></item><item><title>Project Maintenance modified by Ingo</title><link>https://forge.codesys.com/forge/wiki/Project%2520Maintenance/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -2,19 +2,25 @@

 [[include ref=IndexMain]]

-# Project or Hack?
-
-If you want to publish your open source software, there are generally two approaches to start:
-
-1. Create and Maintain an **Open-Source Project**
-2. Just publish your code and some pictures in the **Hacks Blog**.
-
-The default should be to start a project, as you are the most flexible with that.
-
-But if you just have some hacky code snippets, a proof of concept or just an experimental setup, a project might be too much. In those cases, just use the [Hacks Blog](/hax) to publish your stuff. You can:
+# Project, User Project or Blog Post?
+
+If you want to publish your open source software, there are generally three approaches to start:
+
+1. Create and Maintain an **Open-Source Project**, shared with others
+2. Create a **User Project**, which is published in your profile
+3. Just publish your code and some pictures in your private **Blog**
+
+The decission should be easy:
+
+* If you have serious plans with your project, choose option **(1)**
+* If you just want to share your idea and use the SVN or Git infrastructure of Forge, choose option **(2)**
+* If you just have a project, which you don't want to maintain, but share it once, choose option **(3)**
+
+Despite of your choice, you can use the Wiki or Blog post to:

 * Describe your project in "markdown" syntax
 * Embed Youtube Videos
+* Embed Screenshots or Schematics
 * Upload Files

 # Create a project
@@ -150,11 +156,9 @@

 CODESYS Forge is featuring a minimalistic bug tracking system. Please check the documentation for a description of the ticket system.

-# Hack
-
-To publish s.th. in the Hacks Blog, just visit the following link and create a new post:
-
-[Hacks Blog](/hax/blog/)
+# Blog Post
+
+To publish s.th. in your Blog, just use the link in your [Dashboard](/dashboard).

 ## Embedding Videos

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ingo</dc:creator><pubDate>Sat, 16 Mar 2019 12:53:43 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com137857b6c95a8c9fb089ed168abea7721f6b9e44</guid></item><item><title>Project Maintenance modified by Ingo</title><link>https://forge.codesys.com/forge/wiki/Project%2520Maintenance/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -181,13 +181,14 @@

 ~~~
 Small Image:
-![Schematic](/forge/wiki/Project%20Maintenance/attachment/Layout_schem.png/thumb)
+[[img src=Layout_schem.png/thumb]]
+

 Full sized Image:
-![Schematic](/forge/wiki/Project%20Maintenance/attachment/Layout_schem.png)
-~~~
-
-Note, after attaching the images, you can easily copy the image location by right clicking on it. I would recommend to strip of the domain name, as shown in the example above.
+[[img src=Layout_schem.png]]
+~~~
+
+Just use the file name of the image, or attach '/thumb' to get a smaller version of the image. The files can always be viewed by your users in full size by klicking on the attachment.

 # Design and Content

@@ -206,11 +207,11 @@

 * As it is conceptionally easier, you can start with a schematic:

-![Schematic](/forge/wiki/Project%20Maintenance/attachment/Layout_schem.png/thumb)
+[[img src=Layout_schem.png/thumb]]

 * And for free, you get this nice looking sketch:

-![Schematic](/forge/wiki/Project%20Maintenance/attachment/Layout_bb.png/thumb)
+[[img src=Layout_bb.png/thumb]]

 ### Parts for your Layout

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ingo</dc:creator><pubDate>Sun, 22 Apr 2018 13:08:34 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com9e85d880ba140d7cadcdd143a21e18d90acd889b</guid></item><item><title>Project Maintenance modified by Ingo</title><link>https://forge.codesys.com/forge/wiki/Project%2520Maintenance/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -225,3 +225,11 @@
 As most of us are no designers, we provide you some Logo Icons, which can be used freely. They are based on the famous "font-awesome" set of icons. But they are preprocessed, so that they can be directly used as a project logo.

 You can find the icon set in this [SVN repository](/forge/icons)
+
+Some examples...
+
+Building | Code-Branch | Code | User-Secret
+----------- | ---------------- | ------- | ---------------
+![Building](/forge/icons/code/HEAD/tree/font-awesome/building.png?format=raw) | ![Code-Branch](/forge/icons/code/HEAD/tree/font-awesome/code-branch.png?format=raw) | ![Code](/forge/icons/code/HEAD/tree/font-awesome/code.png?format=raw) |  ![User-Secret](/forge/icons/code/HEAD/tree/font-awesome/user-secret.png?format=raw)
+
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ingo</dc:creator><pubDate>Wed, 14 Feb 2018 15:37:46 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.comc79e8e99ee40fb38215de6f1c37a0f1e336a6307</guid></item><item><title>Project Maintenance modified by Ingo</title><link>https://forge.codesys.com/forge/wiki/Project%2520Maintenance/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -169,9 +169,29 @@
 [[embed url=http://www.youtube.com/watch?v=XYZ]]
 ~~~

+## Embedding Images
+
+Images can be directly attached to your post after you posted it. Sounds a bit strange, but you can only attach s.th. to the post after it exists.
+So if you want to embed an image into your blog post, you have to follow the following steps:
+
+1. Create your textual post
+2. Edit your post
+3. Attach your images
+4. Embed the image like this...
+
+~~~
+Small Image:
+![Schematic](/forge/wiki/Project%20Maintenance/attachment/Layout_schem.png/thumb)
+
+Full sized Image:
+![Schematic](/forge/wiki/Project%20Maintenance/attachment/Layout_schem.png)
+~~~
+
+Note, after attaching the images, you can easily copy the image location by right clicking on it. I would recommend to strip of the domain name, as shown in the example above.
+
 # Design and Content

-For us developers, it is often not easy to present our briliant ideas in a nice way. To make it a bit easier, we collected a few tips and tricks for an easy but nice looking presentation.
+For us developers, it is often not easy to present our briliant ideas in a nice looking way. To make it a bit easier for you, we collected a few tips and tricks for an easy but nice looking presentation.

 ## Hardware Layout / Design

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ingo</dc:creator><pubDate>Wed, 14 Feb 2018 15:11:21 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com8e9b6a39c5a1b82b02001a14b9bc6ac76fda3a57</guid></item><item><title>Project Maintenance modified by Ingo</title><link>https://forge.codesys.com/forge/wiki/Project%2520Maintenance/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -184,7 +184,21 @@
 There is an open source tool, which enables everyone to create such neat sketches and layouts:
   [Fritzing](http://fritzing.org)

-You can find an example sketch in the attachment.
+* As it is conceptionally easier, you can start with a schematic:
+
+![Schematic](/forge/wiki/Project%20Maintenance/attachment/Layout_schem.png/thumb)
+
+* And for free, you get this nice looking sketch:
+
+![Schematic](/forge/wiki/Project%20Maintenance/attachment/Layout_bb.png/thumb)
+
+### Parts for your Layout
+
+Fritzing already contains lots of parts in its default installation. But here are a few ressources, where you can find larger libraries of parts:
+
+* [Adafruit](https://github.com/adafruit/Fritzing-Library)
+* [Fritzing Parts Library](http://forum.fritzing.org/c/parts-submit)
+* [Create your own Parts](https://hackaday.com/2017/01/06/creating-a-pcb-in-everything-creating-a-custom-part-in-fritzing/)

 ## Project Logo

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ingo</dc:creator><pubDate>Wed, 14 Feb 2018 14:59:21 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com29a429fe7e831ef673f8ff636afc5805c4b6e71c</guid></item><item><title>Project Maintenance modified by Ingo</title><link>https://forge.codesys.com/forge/wiki/Project%2520Maintenance/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -169,4 +169,25 @@
 [[embed url=http://www.youtube.com/watch?v=XYZ]]
 ~~~

+# Design and Content

+For us developers, it is often not easy to present our briliant ideas in a nice way. To make it a bit easier, we collected a few tips and tricks for an easy but nice looking presentation.
+
+## Hardware Layout / Design
+
+Drawing a hardware layout is already a difficult task. If you add some more attributes to the task, it becomes a tough job:
+
+* The layout should be accurate, so that it is easy to build for others.
+* You should have some nice and colorful sketches for beginners.
+* The images should not contain any images which have to be licensed.
+
+There is an open source tool, which enables everyone to create such neat sketches and layouts:
+  [Fritzing](http://fritzing.org)
+
+You can find an example sketch in the attachment.
+
+## Project Logo
+
+As most of us are no designers, we provide you some Logo Icons, which can be used freely. They are based on the famous "font-awesome" set of icons. But they are preprocessed, so that they can be directly used as a project logo.
+
+You can find the icon set in this [SVN repository](/forge/icons)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ingo</dc:creator><pubDate>Wed, 14 Feb 2018 14:45:49 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com9d08a1428f723b978b91a99a41508d7c432debdf</guid></item><item><title>Project Maintenance modified by codesys.com</title><link>https://forge.codesys.com/forge/wiki/Project%2520Maintenance/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -4,14 +4,14 @@

 # Project or Hack?

-You want to publish your open source software. There are generally two approaches to start:
+If you want to publish your open source software, there are generally two approaches to start:

-1. Create and Maintain an Open-Source Project
-2. Just publish your code and some pictures in the "Hacks Blog".
+1. Create and Maintain an **Open-Source Project**
+2. Just publish your code and some pictures in the **Hacks Blog**.

 The default should be to start a project, as you are the most flexible with that.

-But if you just have some hacky code snippets, a prove of concept or just an experimental setup, a project might be too much. In those cases, just use the "Hacks Blog" to publish your stuff. You can:
+But if you just have some hacky code snippets, a proof of concept or just an experimental setup, a project might be too much. In those cases, just use the [Hacks Blog](/hax) to publish your stuff. You can:

 * Describe your project in "markdown" syntax
 * Embed Youtube Videos
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">codesys.com</dc:creator><pubDate>Tue, 13 Feb 2018 16:53:58 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.com38237e7ff85d1db1ea5d4b38e5600fa97404e27d</guid></item><item><title>Project Maintenance modified by codesys.com</title><link>https://forge.codesys.com/forge/wiki/Project%2520Maintenance/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -154,7 +154,7 @@

 To publish s.th. in the Hacks Blog, just visit the following link and create a new post:

-[hacks:blog]
+[Hacks Blog](/hax/blog/)

 ## Embedding Videos

&lt;/pre&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:49:10 -0000</pubDate><guid isPermaLink="false">https://forge.codesys.combbd729974b3e64602d5ed478675400b6e81dbd43</guid></item></channel></rss>