New pages

From Freephile Wiki
New pages
Hide bots | Hide redirects

4 December 2025

26 November 2025

21 November 2025

  • 17:5517:55, 21 November 2025 Page components/about (hist | edit) [4,940 bytes] Admin (talk | contribs) (Created page with "For a long time I've wanted to be able to package the "scaffolding" required to author beautiful pages in MediaWiki so that the first thing you do (as an author) is create content rather than to setup scaffolding. By scaffolding, I'm referring to all the things missing from MediaWiki like "help" namespace content, Templates (with a capital T), images or icons used in interface elements or general-purpose templates and other things that would be like a "Starter Kit" to ma...") originally created as "Page components/about?action=edit&redlink=1"
  • 12:3412:34, 21 November 2025 Meza/caching (hist | edit) [5,210 bytes] Admin (talk | contribs) (draft) Tag: Visual edit

18 November 2025

30 October 2025

  • 23:1123:11, 30 October 2025 Meza/Halloween release (hist | edit) [7,294 bytes] Admin (talk | contribs) (Created page with "== Issues == Fully linked issues are complete. Issues with only a link on the issue ID are in progress. # <bdi>update Project documentation and Online resources</bdi> [https://github.com/freephile/meza/issues/3 #3] # <bdi>Restructure Meza into multiple roles and collection(s)</bdi> [https://github.com/freephile/meza/issues/42 #42] # [https://github.com/freephile/meza/issues/44 <bdi>Ensure .smw.json has a home</bdi> #44] # [https://github.com/freephile/meza/issues/48 cre...") Tag: Visual edit
  • 09:3509:35, 30 October 2025 Page components (hist | edit) [15,516 bytes] Admin (talk | contribs) (Created page with "{{Feature |description=Page Components is the name I'm using for a visual design system that lets Users easily compose pages with various "blocks" or "elements" on the page. }}")
  • 02:0002:00, 30 October 2025 Meza/logs (hist | edit) [695 bytes] Admin (talk | contribs) (Created page with "* <code>write_create_wiki_log()</code> - Logs '''create-wiki''' operations with timestamp, environment, unique ID, condition, wiki details, and git information * <code>get_create_wiki_log_path()</code> - Gets the path to '''create-wiki''' log files for a given environment '''Transactional Log Format''' Filename: <code>create-wiki.log</code> Content: * timestamp env unique_id condition wiki_id wiki_name git_tag git_hash secret_hash public_hash args_string '''Processi...") Tag: Visual edit
  • 01:3601:36, 30 October 2025 Meza/flow (hist | edit) [5,887 bytes] Admin (talk | contribs) (Describe the high-level execution flow of meza deploy and meza create wiki) Tag: Visual edit

28 October 2025

  • 12:2712:27, 28 October 2025 Semantic MediaWiki/contributing (hist | edit) [2,862 bytes] Admin (talk | contribs) (Created page with "Semantic MediaWiki extensions have all largely adopted the Gesinn IT Docker-based approach to development. Once you've cloned a particular extension (e.g. SemanticResultFormats), then you want to execute a submodule update to pull in the build environment. <syntaxhighlight lang="bash"> # change to the src directory cd ~/src # clone a SMW extension that you want to work on git clone https://github.com/SemanticMediaWiki/SemanticResultFormats # make sure you've got the la...")

20 October 2025

12 October 2025

  • 20:2620:26, 12 October 2025 Ansible Playbook Grapher with Mermaid (hist | edit) [26,209 bytes] Admin (talk | contribs) (Created page with "{{#mermaid:flowchart LR %% Start of the playbook '../src/playbooks/site.yml' playbook_f75a1bcd("../src/playbooks/site.yml") %% Start of the play 'play #1 (localhost): 1' play_03497c5b["play #1 (localhost): 1"] style play_03497c5b stroke:#608d3f,fill:#608d3f,color:#ffffff playbook_f75a1bcd --> |"1"| play_03497c5b linkStyle 0 stroke:#608d3f,color:#608d3f task_022778d6["[task] run ansible galaxy to install our 3rd-party roles from requirements"] style task...")

10 October 2025

  • 07:0107:01, 10 October 2025 Ansible Playbook Grapher (hist | edit) [2,263 bytes] Admin (talk | contribs) (Created page with "If you use Ansible for automation, then you should be interested in a tool called [https://github.com/haidaraM/ansible-playbook-grapher Ansible Playbook Grapher] which allows you to visualize the workflow of your playbooks. I ran into [https://github.com/freephile/meza/issues/63 a little trouble getting it to work initially], but eventually was able to output graphs for Meza. thumb") Tag: Visual edit

3 October 2025

26 September 2025

  • 08:2108:21, 26 September 2025 Add newline to end of file (hist | edit) [587 bytes] Admin (talk | contribs) (Created page with "For yaml files, there should always be a newline character at the end of the file. It's easy to overlook, and some editors are misconfigured to '''remove''' trailing newlines, meaning it can be a battle to keep your yaml syntactically correct. When you can't use tools like yamllint to fix things, here's a one-liner that does the job. <syntaxhighlight lang="bash"> find . -name "*.yaml" -exec sh -c 'if [ -n "$(tail -c 1 "$1")" ]; then echo "" >> "$1"; fi' _ {} \;...")

24 September 2025

  • 10:2510:25, 24 September 2025 Maintenance (hist | edit) [2,169 bytes] Admin (talk | contribs) (Created page with "Here's a script to run maintenance scripts for all the wikis in your Meza instance. There are other extensions you could use for a maintenance shell but this is a quick approach. See the Maintenance/README for different ways you can specify what maintenance to run. <syntaxhighlight lang=bash> #!/bin/bash # This script runs a specified MediaWiki maintenance script across all wikis # located in the /opt/htdocs/wikis directory. It logs the output and summarizes # the...")
  • 10:2110:21, 24 September 2025 Maintenance/README (hist | edit) [4,324 bytes] Admin (talk | contribs) (Created page with "(from https://github.com/wikimedia/mediawiki/blob/master/maintenance/README) MediaWiki's maintenance scripts are PHP scripts that perform maintenance tasks, and are designed to be run from the command line. See also: https://www.mediawiki.org/wiki/Manual:Maintenance_scripts == Running Maintenance Scripts == Maintenance scripts are generally executed using the maintenance runner, calling ''php maintenance/run.php'' followed by the script's name. On most systems, the sho...")
  • 08:0208:02, 24 September 2025 Foo (hist | edit) [594 bytes] Admin (talk | contribs) (Created page with "<comment-streams />")

23 September 2025

15 September 2025

12 September 2025

11 September 2025