<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"><url><loc>https://video.foxfiresg.com/about/instance</loc></url><url><loc>https://video.foxfiresg.com/videos/local</loc></url><url><loc>https://video.foxfiresg.com/w/iu3W9KUsk5xaKqnXWpyw7h</loc><video:video><video:thumbnail_loc>https://video.foxfiresg.com/static/thumbnails/8d95fd9e-6646-41da-b9af-a6b966b2b314.jpg</video:thumbnail_loc><video:title>GitLab Beginner Tutorial 1 | Introduction and Getting Started</video:title><video:description>more about Raghav - https://automationstepbystep.com/
Today we will learn
What is GitLab
Create an account on GitLab
Create a new project on GitLab

Git - version control system
to locally track changes in your project/folder and push &amp; pull changes from remote repositories like GitHub, BitBucket, GitLab

GitLab, GitHub, BitBucket
Services that allow to host your project on a remote repo &amp; have additional features to help in SDLC and CI, CD
e.g
Managing
Sharing
Wiki
Bug tracking
CI &amp; CD

Step 1: Goto GitLab.com and create an account
Step 2: Sign in to GitLab
Step 3: Create a new project on GitLab

https://gitlab.com/RaghavPal/my-first-project.git

GitHub - https://github.com/Raghav-Pal/
Udemy - https://www.udemy.com/user/raghav-pal-3/
Training by Raghav at your venue - raghav.qna@gmail.com
Training schedule - https://automationstepbystep.com/trainings-2/
------------ UI TESTING ------------
Selenium Beginners - https://bit.ly/2MGRS8K
Selenium Java Framework from Scratch - https://bit.ly/2N9xvR6
Selenium Python - https://bit.ly/2oyMp5x
Selenium Tips - https://bit.ly/2owxc50
Selenium Builder - https://bit.ly/2MKNtlq
Katalon Studio - https://bit.ly/2wARFdi
Robot Framework with RIDE- https://bit.ly/2Px6Ue9
Robot Framework with Eclipse - http://bit.ly/2N8DZxb
Protractor - http://bit.ly/2KtqVkU

------------ API TESTING ------------
Web Services (API) - https://bit.ly/2MGafL7
SoapUI - https://bit.ly/2MGahmd
Postman - https://bit.ly/2wz8LrW
General - https://bit.ly/2PYdwmV
Katalon Studio API Testing - https://bit.ly/2BwuCTN

------------ MOBILE TESTING ------------
Appium - https://bit.ly/2ZHFSGX
Mobile Playlist - https://bit.ly/2PxpeUv

------------ CI | CD | DEVOPS ------------
Jenkins Beginner - https://bit.ly/2MIn8EC
Jenkins Tips &amp; Trick - https://bit.ly/2LRt6xC
Docker - https://bit.ly/2MInnzx

------------ VERSION CONTROL SYSTEM ------------
Git &amp; GitHub - https://bit.ly/2Q1pagY

------------ PERFORMANCE TES...</video:description><video:player_loc>https://video.foxfiresg.com/videos/embed/8d95fd9e-6646-41da-b9af-a6b966b2b314</video:player_loc></video:video></url><url><loc>https://video.foxfiresg.com/w/233VirZvrApbBZVrkBfXUA</loc><video:video><video:thumbnail_loc>https://video.foxfiresg.com/static/thumbnails/08626cd2-6293-4b63-bc3f-38a833c940a6.jpg</video:thumbnail_loc><video:title>GitLab Beginner Tutorial 2 | Getting started with Git Commands</video:title><video:description>FREE Courses - https://automationstepbystep.com/online-courses/
Today we will learn
Download and install Git
Add a project/folder to git
Commit and Push project to GitLab

Step 1: Download git from https://git-scm.com/ and install git 

Step 2: Check git is installed on your system
   git --version

Step 3: Run following git commands
   git config --global user.name “xxxx”
   git config --global user.name

   git config --global user.email “xxxx”
   git config --global user.email

   git config --global --list

Step 4: Create a demo project/folder &amp; add to git
   
Step 5: Goto cmd OR terminal OR git bash 
     CD to the location of the folder and run following commands
   git init
   git status
   git add .
   git commit -m “msg”
   git push -u “url” master

Step 6: Check project (files) added on GitLab

References
https://www.youtube.com/playlist?list=PLhW3qG5bs-L8OlICbNX9u4MZ3rAt5c5GG

GitHub - https://github.com/Raghav-Pal/
Udemy - https://www.udemy.com/user/raghav-pal-3/
Training by Raghav at your venue - raghav.qna@gmail.com
Training schedule - https://automationstepbystep.com/trainings-2/
------------ UI TESTING ------------
Selenium Beginners - https://bit.ly/2MGRS8K
Selenium Java Framework from Scratch - https://bit.ly/2N9xvR6
Selenium Python - https://bit.ly/2oyMp5x
Selenium Tips - https://bit.ly/2owxc50
Selenium Builder - https://bit.ly/2MKNtlq
Katalon Studio - https://bit.ly/2wARFdi
Robot Framework with RIDE- https://bit.ly/2Px6Ue9
Robot Framework with Eclipse - http://bit.ly/2N8DZxb
Protractor - http://bit.ly/2KtqVkU

------------ API TESTING ------------
Web Services (API) - https://bit.ly/2MGafL7
SoapUI - https://bit.ly/2MGahmd
Postman - https://bit.ly/2wz8LrW
General - https://bit.ly/2PYdwmV
Katalon Studio API Testing - https://bit.ly/2BwuCTN

------------ MOBILE TESTING ------------
Appium - https://bit.ly/2ZHFSGX
Mobile Playlist - https://bit.ly/2PxpeUv

------------ CI | CD | DEVOPS --...</video:description><video:player_loc>https://video.foxfiresg.com/videos/embed/08626cd2-6293-4b63-bc3f-38a833c940a6</video:player_loc></video:video></url><url><loc>https://video.foxfiresg.com/w/akU8JpiResfVAGL6QjaFYL</loc><video:video><video:thumbnail_loc>https://video.foxfiresg.com/static/thumbnails/4ba98202-b898-483b-91be-3f5ae20a1f20.jpg</video:thumbnail_loc><video:title>GitLab Beginner Tutorial 3 | How to Fork a project</video:title><video:description>Difference between Fork and Clone - https://youtu.be/YoGli76EPkU
FREE Courses - https://automationstepbystep.com/online-courses/
Today we will learn
What is fork
How to fork a project

A fork is a copy of a project
Forking a pro/repo allows you to make changes without affecting the original project

Step 1: Login to GitLab and goto your project

Step 2: Click on Fork button

If you get a message
No available namespaces to fork the project.           

After making changes to the fork project you can merge the changes to the original project using Merge Request
GitHub - https://github.com/Raghav-Pal/
Udemy - https://www.udemy.com/user/raghav-pal-3/
Training by Raghav at your venue - raghav.qna@gmail.com
Training schedule - https://automationstepbystep.com/trainings-2/
------------ UI TESTING ------------
Selenium Beginners - https://bit.ly/2MGRS8K
Selenium Java Framework from Scratch - https://bit.ly/2N9xvR6
Selenium Python - https://bit.ly/2oyMp5x
Selenium Tips - https://bit.ly/2owxc50
Selenium Builder - https://bit.ly/2MKNtlq
Katalon Studio - https://bit.ly/2wARFdi
Robot Framework with RIDE- https://bit.ly/2Px6Ue9
Robot Framework with Eclipse - http://bit.ly/2N8DZxb
Protractor - http://bit.ly/2KtqVkU

------------ API TESTING ------------
Web Services (API) - https://bit.ly/2MGafL7
SoapUI - https://bit.ly/2MGahmd
Postman - https://bit.ly/2wz8LrW
General - https://bit.ly/2PYdwmV
Katalon Studio API Testing - https://bit.ly/2BwuCTN

------------ MOBILE TESTING ------------
Appium - https://bit.ly/2ZHFSGX
Mobile Playlist - https://bit.ly/2PxpeUv

------------ CI | CD | DEVOPS ------------
Jenkins Beginner - https://bit.ly/2MIn8EC
Jenkins Tips &amp; Trick - https://bit.ly/2LRt6xC
Docker - https://bit.ly/2MInnzx

------------ VERSION CONTROL SYSTEM ------------
Git &amp; GitHub - https://bit.ly/2Q1pagY

------------ PERFORMANCE TESTING ------------
JMeter Beginner - https://bit.ly/2oBbtIU
JMeter Intermediate - https://bit.l...</video:description><video:player_loc>https://video.foxfiresg.com/videos/embed/4ba98202-b898-483b-91be-3f5ae20a1f20</video:player_loc></video:video></url><url><loc>https://video.foxfiresg.com/w/i9tMRAzasaEcKkVtwUV2dn</loc><video:video><video:thumbnail_loc>https://video.foxfiresg.com/static/thumbnails/8ada6f17-4514-4950-bc84-743152c19c79.jpg</video:thumbnail_loc><video:title>GitLab Beginner Tutorial 4 | How to create SSH Key</video:title><video:description>all FREE Courses - https://automationstepbystep.com/
Today we will learn
What is SSH key
How to setup SSH key in GitLab

SSH - Secure Shell

- Used for authentication
- By setting ssh key you can connect to GitLab server without using username and password each time

Step 1: Run command 
   ssh-keygen

On Mac - run command on terminal
On Windows - use putty or git bash

Step 2: Login to GitLab 
   Gotot account ＞ Settings ＞ SSH Keys

Step 3: Copy contents of id_rsa.pub and Add Key

Step 4: Verify SSH key is added

GitHub - https://github.com/Raghav-Pal/
Udemy - https://www.udemy.com/user/raghav-pal-3/
Training by Raghav at your venue - raghav.qna@gmail.com
Training schedule - https://automationstepbystep.com/trainings-2/
------------ UI TESTING ------------
Selenium Beginners - https://bit.ly/2MGRS8K
Selenium Java Framework from Scratch - https://bit.ly/2N9xvR6
Selenium Python - https://bit.ly/2oyMp5x
Selenium Tips - https://bit.ly/2owxc50
Selenium Builder - https://bit.ly/2MKNtlq
Katalon Studio - https://bit.ly/2wARFdi
Robot Framework with RIDE- https://bit.ly/2Px6Ue9
Robot Framework with Eclipse - http://bit.ly/2N8DZxb
Protractor - http://bit.ly/2KtqVkU

------------ API TESTING ------------
Web Services (API) - https://bit.ly/2MGafL7
SoapUI - https://bit.ly/2MGahmd
Postman - https://bit.ly/2wz8LrW
General - https://bit.ly/2PYdwmV
Katalon Studio API Testing - https://bit.ly/2BwuCTN

------------ MOBILE TESTING ------------
Appium - https://bit.ly/2ZHFSGX
Mobile Playlist - https://bit.ly/2PxpeUv

------------ CI | CD | DEVOPS ------------
Jenkins Beginner - https://bit.ly/2MIn8EC
Jenkins Tips &amp; Trick - https://bit.ly/2LRt6xC
Docker - https://bit.ly/2MInnzx

------------ VERSION CONTROL SYSTEM ------------
Git &amp; GitHub - https://bit.ly/2Q1pagY

------------ PERFORMANCE TESTING ------------
JMeter Beginner - https://bit.ly/2oBbtIU
JMeter Intermediate - https://bit.ly/2oziNVB
JMeter Advanced - https://bit....</video:description><video:player_loc>https://video.foxfiresg.com/videos/embed/8ada6f17-4514-4950-bc84-743152c19c79</video:player_loc></video:video></url><url><loc>https://video.foxfiresg.com/w/cuBpSSzmhF21kxTk2teog4</loc><video:video><video:thumbnail_loc>https://video.foxfiresg.com/static/thumbnails/5d132c8d-da20-4839-931a-6078627cc219.jpg</video:thumbnail_loc><video:title>GitLab Beginner Tutorial 5 | How to install GitLab Runner on Mac OS</video:title><video:description>FREE Courses - https://automationstepbystep.com/online-courses/
Today we will learn
What is GitLab Runner
How to install GitLab runner
How to register GitLab runner
How to start GitLab runner

- used in GitLab CI
    - Open-source continuous integration service  included with GitLab
- used to run jobs &amp; send results back to GitLab

Step 1: Install GitLab Runner
https://docs.gitlab.com/runner/
https://docs.gitlab.com/runner/install/index.html

brew install gitlab-runner
gitlab-runner --version

Step 2: Register GitLab Runner
https://docs.gitlab.com/runner/register/index.html
gitlab-runner register

Step 3: Start GitLab Runner

brew services start gitlab-runner
brew services stopgitlab-runner

Step 4: Check runner is activated in the project
GitHub - https://github.com/Raghav-Pal/
Udemy - https://www.udemy.com/user/raghav-pal-3/
Training by Raghav at your venue - raghav.qna@gmail.com
Training schedule - https://automationstepbystep.com/trainings-2/
------------ UI TESTING ------------
Selenium Beginners - https://bit.ly/2MGRS8K
Selenium Java Framework from Scratch - https://bit.ly/2N9xvR6
Selenium Python - https://bit.ly/2oyMp5x
Selenium Tips - https://bit.ly/2owxc50
Selenium Builder - https://bit.ly/2MKNtlq
Katalon Studio - https://bit.ly/2wARFdi
Robot Framework with RIDE- https://bit.ly/2Px6Ue9
Robot Framework with Eclipse - http://bit.ly/2N8DZxb
Protractor - http://bit.ly/2KtqVkU

------------ API TESTING ------------
Web Services (API) - https://bit.ly/2MGafL7
SoapUI - https://bit.ly/2MGahmd
Postman - https://bit.ly/2wz8LrW
General - https://bit.ly/2PYdwmV
Katalon Studio API Testing - https://bit.ly/2BwuCTN

------------ MOBILE TESTING ------------
Appium - https://bit.ly/2ZHFSGX
Mobile Playlist - https://bit.ly/2PxpeUv

------------ CI | CD | DEVOPS ------------
Jenkins Beginner - https://bit.ly/2MIn8EC
Jenkins Tips &amp; Trick - https://bit.ly/2LRt6xC
Docker - https://bit.ly/2MInnzx

------------ VERSION ...</video:description><video:player_loc>https://video.foxfiresg.com/videos/embed/5d132c8d-da20-4839-931a-6078627cc219</video:player_loc></video:video></url><url><loc>https://video.foxfiresg.com/w/5MCsfyrTue2kicYbwKjR2A</loc><video:video><video:thumbnail_loc>https://video.foxfiresg.com/static/thumbnails/26c37d2f-7309-409f-b6b0-78b82b402900.jpg</video:thumbnail_loc><video:title>GitLab Beginner Tutorial 6 | How to install GitLab Runner on Windows OS</video:title><video:description>Website https://automationstepbystep.com/
Today we will learn
What is GitLab Runner
How to install GitLab runner
How to register GitLab runner
How to start GitLab runner

- used in GitLab CI
    - Open source continuous integration service included with GitLab
- used to run jobs &amp; send results back to GitLab

Step 1: Install GitLab Runner
   https://docs.gitlab.com/runner/
   https://docs.gitlab.com/runner/install/index.html

gitlab-runner.exe install
gitlab-runner --version
   
Step 2: Register GitLab Runner
  (process to bind runner with gitlab instance)
https://docs.gitlab.com/runner/register/index.html
gitlab-runner.exe register

Step 3: Start GitLab Runner
gitlab-runner.exe start

Step 4: Check runner is started in the project

GitHub - https://github.com/Raghav-Pal/
Udemy - https://www.udemy.com/user/raghav-pal-3/
Training by Raghav at your venue - raghav.qna@gmail.com
Training schedule - https://automationstepbystep.com/trainings-2/
------------ UI TESTING ------------
Selenium Beginners - https://bit.ly/2MGRS8K
Selenium Java Framework from Scratch - https://bit.ly/2N9xvR6
Selenium Python - https://bit.ly/2oyMp5x
Selenium Tips - https://bit.ly/2owxc50
Selenium Builder - https://bit.ly/2MKNtlq
Katalon Studio - https://bit.ly/2wARFdi
Robot Framework with RIDE- https://bit.ly/2Px6Ue9
Robot Framework with Eclipse - http://bit.ly/2N8DZxb
Protractor - http://bit.ly/2KtqVkU

------------ API TESTING ------------
Web Services (API) - https://bit.ly/2MGafL7
SoapUI - https://bit.ly/2MGahmd
Postman - https://bit.ly/2wz8LrW
General - https://bit.ly/2PYdwmV
Katalon Studio API Testing - https://bit.ly/2BwuCTN

------------ MOBILE TESTING ------------
Appium - https://bit.ly/2ZHFSGX
Mobile Playlist - https://bit.ly/2PxpeUv

------------ CI | CD | DEVOPS ------------
Jenkins Beginner - https://bit.ly/2MIn8EC
Jenkins Tips &amp; Trick - https://bit.ly/2LRt6xC
Docker - https://bit.ly/2MInnzx

------------ VERSION CONTROL...</video:description><video:player_loc>https://video.foxfiresg.com/videos/embed/26c37d2f-7309-409f-b6b0-78b82b402900</video:player_loc></video:video></url><url><loc>https://video.foxfiresg.com/w/ipebCBYMgpPqgtff5HD3nC</loc><video:video><video:thumbnail_loc>https://video.foxfiresg.com/static/thumbnails/8ce996a3-25fa-4cc0-8f33-fae4d8eb2886.jpg</video:thumbnail_loc><video:title>GitLab Beginner Tutorial 7 | GitLab CI/CD Getting Started</video:title><video:description>all FREE Courses - https://automationstepbystep.com/online-courses/
Today we will learn
1. What is GitLab CI/CD
2. Create .gitlab-ci.yml
3. Run CI/CD pipeline

GitLab CI is an open source CI service included with GitLab
Since ver 8.0
GitLab CI is an open source Continuous Integration service included with GitLab
Only project maintainers &amp; Admin can access the Settings

Step 1: Add .gitlab-ci.yml in the root folder of your project/repo

- GitLab CI/CD pipeline are configured using YAML file called .gitlab-ci.yml in each project
- .gitlab-ci.yml file defines the structure and order of the pipeline &amp; determines
- 
Mac - textEdit, textWrangler
Windows - Notepad, notepad++

demo_job_1:
     tags:
       - ci
     script:
       - echo Hello World
http://www.yamllint.com/

Step 2: Commit and push file to gitlab repo

Step 3: Create GitLab runner for the project
Video - https://www.youtube.com/watch?v=R8rru9nmZ40

Step 4: Start the runner

Step 5: Make any change in the project  ＞ commit ＞ push

References:
https://gitlab.com/help/ci/quick_start/README
https://docs.gitlab.com/ee/ci/
https://docs.gitlab.com/ee/ci/yaml/
https://docs.gitlab.com/ee/ci/yaml/
https://docs.gitlab.com/runner/install/windows.html

GitHub - https://github.com/Raghav-Pal/
Udemy - https://www.udemy.com/user/raghav-pal-3/
Training by Raghav at your venue - raghav.qna@gmail.com
Training schedule - https://automationstepbystep.com/trainings-2/
------------ UI TESTING ------------
Selenium Beginners - https://bit.ly/2MGRS8K
Selenium Java Framework from Scratch - https://bit.ly/2N9xvR6
Selenium Python - https://bit.ly/2oyMp5x
Selenium Tips - https://bit.ly/2owxc50
Selenium Builder - https://bit.ly/2MKNtlq
Katalon Studio - https://bit.ly/2wARFdi
Robot Framework with RIDE- https://bit.ly/2Px6Ue9
Robot Framework with Eclipse - http://bit.ly/2N8DZxb
Protractor - http://bit.ly/2KtqVkU

------------ API TESTING ------------
Web Services (API) - https:/...</video:description><video:player_loc>https://video.foxfiresg.com/videos/embed/8ce996a3-25fa-4cc0-8f33-fae4d8eb2886</video:player_loc></video:video></url><url><loc>https://video.foxfiresg.com/w/vGWZv1UHJa7jvGrc4LGKVZ</loc><video:video><video:thumbnail_loc>https://video.foxfiresg.com/static/thumbnails/f090a95d-948f-4de6-ad7a-e02c24d88467.jpg</video:thumbnail_loc><video:title>UGM Early Bird Deadline</video:title><video:description>UGM Early Bird Deadline</video:description><video:player_loc>https://video.foxfiresg.com/videos/embed/f090a95d-948f-4de6-ad7a-e02c24d88467</video:player_loc></video:video></url><url><loc>https://video.foxfiresg.com/w/jMoMS7LaYvh7cqmExWwcn6</loc><video:video><video:thumbnail_loc>https://video.foxfiresg.com/static/thumbnails/4bca009d-4dd7-499c-9dd0-599f9f4be563.jpg</video:thumbnail_loc><video:title>HV10 Harlan Vision  - Demographics and Calendar</video:title><video:description>HV10 Harlan Vision  - Demographics and Calendar</video:description><video:player_loc>https://video.foxfiresg.com/videos/embed/981b02c6-0fb0-4bce-86da-c503661da343</video:player_loc></video:video></url><url><loc>https://video.foxfiresg.com/w/ek9VmuiugWEDsHYzSEmqhE</loc><video:video><video:thumbnail_loc>https://video.foxfiresg.com/static/thumbnails/ec47eccc-1f28-4765-a069-5579bfaafc86.jpg</video:thumbnail_loc><video:title>Susan Morley_Foxfire Demo pt. 1</video:title><video:description>Susan Morley_Foxfire Demo pt. 1</video:description><video:player_loc>https://video.foxfiresg.com/videos/embed/6bf36e68-95f7-495c-9054-74010d753f26</video:player_loc></video:video></url><url><loc>https://video.foxfiresg.com/w/eP5v97t2ovVGdTitubhEhB</loc><video:video><video:thumbnail_loc>https://video.foxfiresg.com/static/thumbnails/4d5892bd-02f6-4577-a660-77acaaa15d03.jpg</video:thumbnail_loc><video:title>Lenovo Thinkpad P15 Gen 1 How to Replace Battery Disassembly [yaeSFMMsohs]</video:title><video:description>Original Video at https://www.youtube.com/watch?v=yaeSFMMsohs</video:description><video:player_loc>https://video.foxfiresg.com/videos/embed/6fd988d3-a3f8-4313-b8e7-a24c45a897fb</video:player_loc></video:video></url><url><loc>https://video.foxfiresg.com/w/wqQvwxQdsv9HiogxKbjFLZ</loc><video:video><video:thumbnail_loc>https://video.foxfiresg.com/static/thumbnails/05122c0b-09d9-4021-95ea-9d6323c1f490.jpg</video:thumbnail_loc><video:title>M132 Mcpherson Enrollments 8.27.25</video:title><video:description>M132 Mcpherson Enrollments 8.27.25</video:description><video:player_loc>https://video.foxfiresg.com/videos/embed/f669e7b2-36cb-43eb-92e0-3ccab74e893d</video:player_loc></video:video></url><url><loc>https://video.foxfiresg.com/video-channels/root_channel</loc></url><url><loc>https://video.foxfiresg.com/video-channels/foxfire_videos</loc></url><url><loc>https://video.foxfiresg.com/video-channels/keithk_videos</loc></url><url><loc>https://video.foxfiresg.com/video-channels/cheryl_channel</loc></url><url><loc>https://video.foxfiresg.com/video-channels/elic_channel</loc></url><url><loc>https://video.foxfiresg.com/video-channels/tamaraee_channel</loc></url><url><loc>https://video.foxfiresg.com/video-channels/chriss_channel</loc></url><url><loc>https://video.foxfiresg.com/video-channels/aimeeb_channel</loc></url><url><loc>https://video.foxfiresg.com/video-channels/alicia_channel</loc></url><url><loc>https://video.foxfiresg.com/video-channels/james_channel</loc></url><url><loc>https://video.foxfiresg.com/accounts/peertube</loc></url><url><loc>https://video.foxfiresg.com/accounts/root</loc></url><url><loc>https://video.foxfiresg.com/accounts/katieb</loc></url><url><loc>https://video.foxfiresg.com/accounts/keithk</loc></url><url><loc>https://video.foxfiresg.com/accounts/cherylc</loc></url><url><loc>https://video.foxfiresg.com/accounts/elic</loc></url><url><loc>https://video.foxfiresg.com/accounts/tamaraee</loc></url><url><loc>https://video.foxfiresg.com/accounts/chriss</loc></url><url><loc>https://video.foxfiresg.com/accounts/aimeeb</loc></url><url><loc>https://video.foxfiresg.com/accounts/aliciaga</loc></url><url><loc>https://video.foxfiresg.com/accounts/jamesb</loc></url></urlset>