Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View mpostol's full-sized avatar
🏠
Working from home

Mariusz Postol mpostol

🏠
Working from home
View GitHub Profile
@mpostol
mpostol / How to Install.md
Last active June 1, 2022 09:09
How to Install - instruction for self extracting files

How to Install

Download and run the file *.exe to unzip the content to the selected folder and create an icon on the desktop. The application will run after unpacking. To restart the application you may use the icon on the desktop or double click the application file <target>\*.exe, where <target> is the already selected folder during the installation. To uninstall the software and embedded examples delete the <target> folder and the icon.

Note: The self-extracting file and the main application is not code-signed. The unsigned executable may not be allowed by your company's IT policy. The operating system could complain that the application source is not trusted - discard the warning appropriately. The installer package containing signed stuff is on the project road-map. Further development is based on the priorities of sponsors.

@mpostol
mpostol / Redirect.html
Last active January 22, 2022 10:29 — forked from snarf1974/gist:11198020
HTML Template: Client-side redirect (meta refresh)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="refresh" content="0;URL=../new-page.htm" />
<title>Redirect to... title of new-page</title>
</head>
<body>
@mpostol
mpostol / Discussion.md
Created September 23, 2021 15:59
Discussion section to be added to the README.md file

How to follow up?

GitHub offers Discussions as a space to connect with other members of the community. I hope that using the Discussion space you:

  • ask questions you’re wondering about
  • share ideas
  • engage with other community members
  • welcome others and are open-minded; remember that this is a community we build together

I have activated the [Discussion][Discussion] space for this repository. Follow the [Discussion][Discussion] to be in touch.

@mpostol
mpostol / FeatureRequest.md
Last active February 15, 2021 14:16
Feature request - Suggest an idea for this project
name about title labels assignees
Feature request
Suggest an idea for this project
Enhance/Improve <sth>
Feature request

Describe problem

@mpostol
mpostol / Release.md
Last active November 13, 2021 11:14
Release new version tasks list
name about title labels assignees
Release
Release new version tasks list
Release new version
Feature request
mpostol
  • Update version information for all published assemblies (Model.t4)
  • Prepare an example if applicable
@mpostol
mpostol / bug_report.md
Created February 12, 2021 09:53
Bug Report Template
name about title labels assignees
Bug report
Create a report to help us improve
bug

Describe the bug

@mpostol
mpostol / Backlog description.md
Last active August 9, 2020 19:51
Provides short backlog milestone description

The backlog of the project. It is a list of tasks required to support further development and maintenance. It contains an unprioritized list of items that it is agreed to work on next. Typical items on the backlog include user stories, changes to existing functionality, and bug fixes.

@mpostol
mpostol / CreateRepo.md
Last active April 11, 2021 11:02
All related work to prepare the repository for further development.

Create repo TODO list

All related work to prepare the repository for further development.

Follow community recommended standards

Scope:

  • .gitignore
  • README.md

Release new version

  • Update version information for all published assemblies,
  • Prepare an example if applicable
  • Update Readme files
  • Prepare and publish NuGet packages if applicable.
  • Replace project references by packages.
  • Create release front page
    • Getting Started
  • Version information
@mpostol
mpostol / ProjectDescription.MD
Last active January 24, 2022 10:42
Content of the project description