Changes

Jump to: navigation, search

Rollover for the manual

No change in size, 06:16, 24 June 2019
Rolling over the Gramps user manual
On this page, <code>5.x</code> refers to the 'old' (current) version of the manual - <code>5.z</code> refers to the new, to be created, version...
#Use phpmyadmin to backup all of the wiki tables (if phpmyadmin times out use the commandline )!
## Command line: ** [https://au.godaddy.com/help/exporting-mysql-database-in-ssh-26367Command line:] <code>mysqldump -p -h hostname -u username database > dbname.sql</code>
#Locate all pages on the wiki that have <code>5.x</code> in the title - from the {{man label|wiki menu: [[Special:AllPages|Tools > Special pages > All pages]]}}, page by page copy the text to get a full list of wiki pages.
#Copy/paste it into text processor - it may be in three columns separated by tabs. If so, use regular expression search/replace to replace tabs with carriage returns. Using GEDIT, best to replace <code>\t</code> with <code>\n</code> rather than <code>\r</code>. You now have a list of all files on the wiki, one title per line. Save it as a text file (I'll call it <code>myfile.txt</code> for this example).

Navigation menu