Introduction

This document set describes how to build a Personal Information Managment (PIM) system as discussed in the related of the blog post A Personal Information Management System: Introducing Scrapbook. In that post we describe why we built our own PIM system and we take a high-level look at how it was built. We call our PIM system “Scrapbook”. This web site discusses in detail how you can create a version of Scrapbook yourself on Windows using the .NET Framework or .NET Core. In the interest of reduced complexity, we present here a simplified version we call Scrapbook101.

After building and running the code, you should have a simple Scrapbook101 site populated with ten entries and supporting assets.

This document set covers both Scrapbook101 implemented on the .NET Framework and .NET core. There is also another documentation site (yes, we love to document!) that is built with a different technology. That sister website is travelmarx.github.io/scrapbook101core/.


NOTE

Updates to this code and documentation for the .NET Framework Scrapbook101 (this site) stopped in September 2019. All further development code-wise and documentation-wise will be on travelmarx.github.io/scrapbook101core/.


A brief recap

The blog post referenced above discusses our reasons for creating a Scrapbook application. To summarize, in our PIM we wanted to:

The way we could accomplish this was to create a custom PIM system consisting of software, programming frameworks, and cloud services working together to achieve the four principles described above.

While Scrapbook101 is a pared-down version of what we described in the blog post, it has enough of the basic functionality to be a good starting point for someone interested in creating their own Scrapbook.

Why this site?

Why is Scrapbook101 documented here and not on blog.travelmarx.com? For two reasons. First, we were interested in trying out GitHub Pages for technical documentation. And second, demonstrating code and talking about it in a Blogger post is not easy for a writer or reader. Hence, this GitHub Pages site was born.

Creating this site was an odyssey into new tools and practices that we thought were interesting to document as well. If you want to know a little bit about how this site was created, see About This Site.

We also have documentation created with docFX, which is here travelmarx.github.io/scrapbook101core/. Docfx enables you to build documentation like shown here (conceptual topics) along with the API documentation (which we can’t with the technology used here, Jekyll).