From 9a32133761cb0bd3da4a45765ca4e78f411d6c2e Mon Sep 17 00:00:00 2001 From: Mimi Momo Date: Wed, 30 Sep 2020 22:32:08 -0500 Subject: [PATCH] features and weeklies are in same entries folder; php -> html files --- src/entries/feature/200810.php | 103 -------------- src/entries/feature/200813.php | 132 ------------------ src/entries/feature/200918.php | 93 ------------ src/entries/raw/entries/200808.html | 35 +++++ .../200810.php => entries/200810.html} | 0 .../200813.php => entries/200813.html} | 0 .../200815.php => entries/200815.html} | 1 + .../200918.php => entries/200918.html} | 0 src/entries/raw/tools/article-to-html.py | 9 +- src/entries/raw/weekly/200808.php | 35 ----- src/entries/weekly/200808.php | 122 ---------------- src/entries/weekly/200815.php | 123 ---------------- 12 files changed, 38 insertions(+), 615 deletions(-) delete mode 100644 src/entries/feature/200810.php delete mode 100644 src/entries/feature/200813.php delete mode 100644 src/entries/feature/200918.php create mode 100644 src/entries/raw/entries/200808.html rename src/entries/raw/{feature/200810.php => entries/200810.html} (100%) rename src/entries/raw/{feature/200813.php => entries/200813.html} (100%) rename src/entries/raw/{weekly/200815.php => entries/200815.html} (99%) rename src/entries/raw/{feature/200918.php => entries/200918.html} (100%) delete mode 100644 src/entries/raw/weekly/200808.php delete mode 100644 src/entries/weekly/200808.php delete mode 100644 src/entries/weekly/200815.php diff --git a/src/entries/feature/200810.php b/src/entries/feature/200810.php deleted file mode 100644 index e5abbe9..0000000 --- a/src/entries/feature/200810.php +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - chimchooree's dev space - blessfrey - - - - - - - -
-
- blessfrey.me
-
- - - - - - - -
- -
-

what is blessfrey?

-august 10, 2020
-
-Blessfrey is a 2D action RPG developed for PC by me, chimchooree.
-
-The game is designed to pit your skill + creativity against a series of combat + puzzle challenges while exploring the depths of the downtown dungeon.
-
-Class progression is freeform, and virtually no decision is permanent. At character creation, you will choose a permanent First Class, but you can unlock several new classes for multiclassing through gameplay. Through swapping out Second Classes, you can find a combination to express your playstyle.
-
-Each class has its own style of skills associated with it. Skills are individual powers gained through gameplay which give specific effects according to their rules. Your skillbar only has 8 skill slots and can only be edited in safe areas. The challenge comes from building winning strategies + synergies against the next area.
-
-Skills are gained through exploration of the game world. As you encounter enemies, meet people, and reach new areas, you will translate those experiences into new skills.
-
-Blessfrey has been lots of fun to work on. I hope you enjoy it once a demo and eventually a game drops.
-
-chimchooree
-
- - -
-

about blessfrey

- It's a game.
-
- - - -
-

latest

- Some articles.
-
- -
-

disclosure

- No sponsored posts or affiliate links appear in this blog. If they do, they will be properly disclosed.
-
- blessfrey.me does not collect personal information + has no cookies.
-
- - - -
- - - - diff --git a/src/entries/feature/200813.php b/src/entries/feature/200813.php deleted file mode 100644 index 579b3c3..0000000 --- a/src/entries/feature/200813.php +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - chimchooree's dev space - blessfrey - - - - - - - -
-
- blessfrey.me
-
- - - - - - - -
- -
-

all weekly updates

-august 13, 2020
-
-I've kept a more or less consistent private development diary for blessfrey since 2018. Here are the bulleted highlights, broken into weekly portions. I mostly keep it for myself to track progress.
-
-Meaningful discussions on design + process are expanded in separate feature articles.
-
-As a note, Blessfrey's working name is Dungeon Girls, but there's other projects floating around in there. Also, names of people are usually changed for privacy.
-
-Weekly diary pages are below. -
-".fgets($post).""; - echo fgets($post)."
"; - echo " ... Keep Reading"; - echo "

"; -} - -// Iterate over Diary Pages + Snip -function convert_files($files) { - rsort($files); - foreach ($files as $file) { - snip_post($file); - } -} - -// Collect files -function gather_files() { - $files = array(); - foreach (glob("../weekly/*.*") as $file) { - $files[] = $file; - } - return $files; -} - -// Flow - collect files + convert to snippets -// it should be reverse order..newest first -convert_files(gather_files()); -?> -

-
- - -
-

about blessfrey

- It's a game.
-
- - - -
-

latest

- Some articles.
-
- -
-

disclosure

- No sponsored posts or affiliate links appear in this blog. If they do, they will be properly disclosed.
-
- blessfrey.me does not collect personal information + has no cookies.
-
- - - -
- - - - diff --git a/src/entries/feature/200918.php b/src/entries/feature/200918.php deleted file mode 100644 index 9382d16..0000000 --- a/src/entries/feature/200918.php +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - chimchooree's dev space - blessfrey - - - - - - - -
-
- blessfrey.me
-
- - - - - - - -
- -
-

my favorite GDC talks

-september 18, 2020
-
-I really should be keeping a list of these with descriptions, so why not keep them in an article?
-
-Work on it later.
-
- - -
-

about blessfrey

- It's a game.
-
- - - -
-

latest

- Some articles.
-
- -
-

disclosure

- No sponsored posts or affiliate links appear in this blog. If they do, they will be properly disclosed.
-
- blessfrey.me does not collect personal information + has no cookies.
-
- - - -
- - - - diff --git a/src/entries/raw/entries/200808.html b/src/entries/raw/entries/200808.html new file mode 100644 index 0000000..5cf7a4c --- /dev/null +++ b/src/entries/raw/entries/200808.html @@ -0,0 +1,35 @@ +

weekly roundup

+ august 4-8, 2020 + css, html, php, server, website
+
+

tuesday, august 4

+ +

wednesday, august 5

+ +
+

thursday, august 6

+ +
+

friday, august 7

+ +
+

saturday, august 8

+ +
diff --git a/src/entries/raw/feature/200810.php b/src/entries/raw/entries/200810.html similarity index 100% rename from src/entries/raw/feature/200810.php rename to src/entries/raw/entries/200810.html diff --git a/src/entries/raw/feature/200813.php b/src/entries/raw/entries/200813.html similarity index 100% rename from src/entries/raw/feature/200813.php rename to src/entries/raw/entries/200813.html diff --git a/src/entries/raw/weekly/200815.php b/src/entries/raw/entries/200815.html similarity index 99% rename from src/entries/raw/weekly/200815.php rename to src/entries/raw/entries/200815.html index 4bdc2bc..de4df64 100644 --- a/src/entries/raw/weekly/200815.php +++ b/src/entries/raw/entries/200815.html @@ -34,3 +34,4 @@ apache, automation, css, html, jenkins, nginx, php, server, website
  • added images to live site despite conflicts with Linux's security

  • + diff --git a/src/entries/raw/feature/200918.php b/src/entries/raw/entries/200918.html similarity index 100% rename from src/entries/raw/feature/200918.php rename to src/entries/raw/entries/200918.html diff --git a/src/entries/raw/tools/article-to-html.py b/src/entries/raw/tools/article-to-html.py index c0306ef..5dba0e6 100644 --- a/src/entries/raw/tools/article-to-html.py +++ b/src/entries/raw/tools/article-to-html.py @@ -23,18 +23,13 @@ def collect_raw(d): return glob.glob(d) def clear_articles(): - files = glob.glob('../../feature/*') + files = glob.glob('../../entries/*') for f in files: os.remove(f) - - files = glob.glob('../../weekly/*') - for w in files: - os.remove(w) def main(): clear_articles() - create_files(collect_raw('../feature/*'), '../../feature') - create_files(collect_raw('../weekly/*'), '../../weekly') + create_files(collect_raw('../entries/*'), '../../entries') ## Start Program ## diff --git a/src/entries/raw/weekly/200808.php b/src/entries/raw/weekly/200808.php deleted file mode 100644 index 59aedd4..0000000 --- a/src/entries/raw/weekly/200808.php +++ /dev/null @@ -1,35 +0,0 @@ -

    weekly roundup

    -august 4-8, 2020 -css, html, php, server, website
    -
    -

    tuesday, august 4

    - -

    wednesday, august 5

    - -
    -

    thursday, august 6

    - -
    -

    friday, august 7

    - -
    -

    saturday, august 8

    - -
    diff --git a/src/entries/weekly/200808.php b/src/entries/weekly/200808.php deleted file mode 100644 index 7321053..0000000 --- a/src/entries/weekly/200808.php +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - chimchooree's dev space - blessfrey - - - - - - - -
    -
    - blessfrey.me
    -
    - - - - - - - -
    - -
    -

    weekly roundup

    -august 4-8, 2020 -css, html, php, server, website
    -
    -

    tuesday, august 4

    -
      -
    • CentOS VPS obtained through OVH. Yay! We've always wanted a server.
    • -
    -

    wednesday, august 5

    -
      -
      -
    • design the website
    • -
    • prototype of website running on the server
    • -
    • J set up automation with Jenkins + Ansible
    • -
    -
    -

    thursday, august 6

    - -
    -

    friday, august 7

    -
      -
    • decide to use PHP for manage blessfrey's blog
    • -
    • set up a local Apache server for practice. It was a little confusing!
    • -
    • wrote a vaguely functioning Hello, World! script in PHP -
    -
    -

    saturday, august 8

    - -
    -
    - - -
    -

    about blessfrey

    - It's a game.
    -
    - - - -
    -

    latest

    - Some articles.
    -
    - -
    -

    disclosure

    - No sponsored posts or affiliate links appear in this blog. If they do, they will be properly disclosed.
    -
    - blessfrey.me does not collect personal information + has no cookies.
    -
    - - - -
    - - - - diff --git a/src/entries/weekly/200815.php b/src/entries/weekly/200815.php deleted file mode 100644 index 6a3336a..0000000 --- a/src/entries/weekly/200815.php +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - chimchooree's dev space - blessfrey - - - - - - - -
    -
    - blessfrey.me
    -
    - - - - - - - -
    - -
    -

    weekly roundup

    -august 9-15, 2020 -apache, automation, css, html, jenkins, nginx, php, server, website
    -
    -

    monday, august 9

    - -

    wednesday, august 5

    -
      -
      -
    • design the website
    • -
    • prototype of website running on the server
    • -
    • set up automation with Jenkins + Ansible
    • -
    -
    -

    thursday, august 6

    - -
    -

    friday, august 7

    -
      -
    • decide to use PHP for manage blessfrey's blog
    • -
    • set up a local Apache server with PHP for practice. It was a little confusing!
    • -
    • wrote a vaguely functioning Hello, World! script in PHP -
    -
    -

    saturday, august 8

    - -
    -
    - - -
    -

    about blessfrey

    - It's a game.
    -
    - - - -
    -

    latest

    - Some articles.
    -
    - -
    -

    disclosure

    - No sponsored posts or affiliate links appear in this blog. If they do, they will be properly disclosed.
    -
    - blessfrey.me does not collect personal information + has no cookies.
    -
    - - - -
    - - - -