Tag: mediawiki


MediaWiki Patterns for a Zettelkasten: Todo Lists

Posted in Zettelkasten

permalink

This post is part 5 of a series.

What is a Zettelkasten?

See Part 1 of this series for a little more background on what we're talking about! But basically:

  • A zettelkasten is a system of note-taking, where notes are kept simple and tags, or categories, are added to notes to interlink them and create a network of connected notes that aid in discovery and memory.

  • MediaWiki (the software that runs …



Tags:    zettelkasten    mediawiki    note taking    memory   


MediaWiki Patterns for a Zettelkasten: Organizing Pages

Posted in Zettelkasten

permalink

This post is part 4 of a series.

What is a Zettelkasten?

See Part 1 of this series for a little more background on what we're talking about! But basically:

  • A zettelkasten is a system of note-taking, where notes are kept simple and tags, or categories, are added to notes to interlink them and create a network of connected notes that aid in discovery and memory.

  • MediaWiki …



Tags:    zettelkasten    mediawiki    note taking    memory   


MediaWiki Patterns for a Zettelkasten: Monthly Template Pattern

Posted in Zettelkasten

permalink

This post is part 3 of a series.

What is a Zettelkasten?

See Part 1 of this series for a little more background on what we're talking about! But basically:

  • A zettelkasten is a system of note-taking, where notes are kept simple and tags, or categories, are added to notes to interlink them and create a network of connected notes that aid in discovery and memory.

  • MediaWiki (the software that runs Wikipedia) is a …



Tags:    zettelkasten    mediawiki    note taking    memory   


MediaWiki Patterns for a Zettelkasten: Daily Page Pattern

Posted in Zettelkasten

permalink

This post is part 2 of a series.

What is a Zettelkasten?

See Part 1 of this series for a little more background on what we're talking about! But basically:

  • A zettelkasten is a system of note-taking, where notes are kept simple and tags, or categories, are added to notes to interlink them and create a network of connected notes …



Tags:    zettelkasten    mediawiki    note taking    memory   


Using MediaWiki as a Zettelkasten or External Brain

Posted in Zettelkasten

permalink

This post is part 1 of a series.

What is a Zettelkasten?

Before we talk about using MediaWiki as a zettelkasten, let's start with the basics: what is a zettelkasten?

(Wikipedia article)

German for "slip box", a zettelkasten is a system for organizing notes and thoughts that facilitates cross-references and serendipitous connections. The key to a good zettelkasten is …



Tags:    zettelkasten    mediawiki    vpn    note taking    memory   


Charlesreid1.com Stack

Posted in Charlesreid1

permalink

This post is a preview of a series of posts to come, which will document the process of containerizing the entire charlesreid1.com website.

We will run through a lot of different moving parts and how to get them all working:

  • Multiple domains and subdomains pointing to different services
  • Docker pod for all services
  • Nginx + SSL
  • Reverse proxies via nginx
  • Apache + MySQL + MediaWiki
  • phpMyAdmin
  • Gitea
  • Configuration files under version control
  • Data managed with backup/restore scripts and cron jobs
  • Static content under version control
  • Files server
  • REST API
  • Management LAN

All of the code for doing this is in docker …



Tags:    web    git    pelican    nginx    ssl    apache    mediawiki    javascript    php    docker    security