<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://vtluug.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nate</id>
	<title>Linux and Unix Users Group at Virginia Teck Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://vtluug.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nate"/>
	<link rel="alternate" type="text/html" href="https://vtluug.org/wiki/Special:Contributions/Nate"/>
	<updated>2026-05-23T18:49:57Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://vtluug.org/w/index.php?title=Contributing&amp;diff=7982</id>
		<title>Contributing</title>
		<link rel="alternate" type="text/html" href="https://vtluug.org/w/index.php?title=Contributing&amp;diff=7982"/>
		<updated>2024-12-09T18:06:21Z</updated>

		<summary type="html">&lt;p&gt;Nate: quick summary of how to update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page describes how to contribute to this wiki, and things that need to be done as well. [[w:Wikipedia:Contributing_to_Wikipedia|Wikipedia's guide]] has a good overview of contributing, but this page is specific to this Wiki.&lt;br /&gt;
&lt;br /&gt;
A large problem we've had is page and/or category fragmentation and out of date information.&lt;br /&gt;
&lt;br /&gt;
== Editing this wiki ==&lt;br /&gt;
* Don't create a page unless you have a lot to write about. In most cases, this is better suited to be added to an existing page such as [[Class Software]].&lt;br /&gt;
* If you create a page, add it to applicable categories or pages so people actually discover it.&lt;br /&gt;
* Don't create a category unless there are several pages that are in it.&lt;br /&gt;
** People don't navigate the wiki using categories. Instead, use terms you think people will use to search for your page.&lt;br /&gt;
* Explore [[Special:Categories|Existing categories]]&lt;br /&gt;
&lt;br /&gt;
== Things to do ==&lt;br /&gt;
* Nearby functionality (See [https://github.com/JeroenDeDauw/Maps/issues/530 this issue])&lt;br /&gt;
* Add symbol copy area to MediaWiki footer&lt;br /&gt;
* Use transclusion for VTLUUG portal&lt;br /&gt;
* See [[:Category:Needs restoration]]&lt;br /&gt;
&lt;br /&gt;
== Updating the wiki ==&lt;br /&gt;
This is more for sysadmins than contributors but below are the steps laid out to update this and [https://gobblerpedia.org/wiki/Main_page Gobblerpedia] ([https://www.mediawiki.org/wiki/MediaWiki MediaWiki]). This has been taken from [https://www.mediawiki.org/wiki/Manual:Upgrading the MediaWiki's Upgrade Guide].&lt;br /&gt;
&lt;br /&gt;
# Run pending jobs&lt;br /&gt;
#: &amp;lt;pre&amp;gt;php maintenance/runJobs.php&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Back up the database, settings, and content&lt;br /&gt;
#: [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Backing_up_a_wiki Basic Instructions]&lt;br /&gt;
#: &amp;lt;pre&amp;gt;mysqldump --user=wikidb_user --password=wikidb_userpassword wikidb &amp;gt; file.sql &amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;mysqldump --user=wikidb_user --password=wikidb_userpassword wikidb --xml &amp;gt; file.xml&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: or if MariaDB is used (which I think it might be)&lt;br /&gt;
#: &amp;lt;pre&amp;gt;mariadb-dump --user=wikidb_user --password=wikidb_userpassword wikidb &amp;gt; file.sql &amp;lt;/pre&amp;gt;&lt;br /&gt;
#: &amp;lt;pre&amp;gt;mariadb-dump --user=wikidb_user --password=wikidb_userpassword wikidb --xml &amp;gt; file.xml&amp;lt;/pre&amp;gt;&lt;br /&gt;
#: Since this is dockerized, there should be nothing essential to backup from inside the container.&lt;br /&gt;
# Need to create a new image with the new MediaWiki version&lt;br /&gt;
# Upgrade extensions (if any)&lt;br /&gt;
# Adapt LocalSettings.php&lt;br /&gt;
#: This might be harder due to VTLUUG using such an old version of MediaWiki&lt;br /&gt;
## This includes removing the renameUser Extension&lt;br /&gt;
##: &amp;lt;pre&amp;gt;wfLoadExtension( 'Renameuser' );&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Run the upgrade script&lt;br /&gt;
#: &amp;lt;pre&amp;gt;php maintenance/update.php&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:VTLUUG:Projects]]&lt;br /&gt;
[[Category:Infrastructure]]&lt;br /&gt;
[[Category:Howtos]]&lt;/div&gt;</summary>
		<author><name>Nate</name></author>
		
	</entry>
</feed>