Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Development Container

This directory contains the development container configuration for the WordPress to Jekyll Exporter plugin.
This directory contains the development container configuration for the Static Site Exporter plugin.

## What's Included

Expand Down
2 changes: 1 addition & 1 deletion .github/copilot-instructions.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copilot Instructions for WordPress to Jekyll Exporter
# Copilot Instructions for Static Site Exporter

## Project Overview

Expand Down
2 changes: 1 addition & 1 deletion PERFORMANCE_IMPROVEMENTS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Performance Optimization Summary

## Overview
This PR implements significant performance improvements to WordPress to Jekyll Exporter, addressing inefficient code patterns that caused slow exports on large WordPress sites.
This PR implements significant performance improvements to Static Site Exporter, addressing inefficient code patterns that caused slow exports on large WordPress sites.

## Key Improvements

Expand Down
12 changes: 6 additions & 6 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Contributing to WordPress To Jekyll Exporter
# Contributing to Static Site Exporter

Hi there! We're thrilled that you'd like to contribute to WordPress To Jekyll Exporter. Your help is essential for keeping it great.
Hi there! We're thrilled that you'd like to contribute to Static Site Exporter. Your help is essential for keeping it great.

WordPress To Jekyll Exporter is an open source project supported by the efforts of an entire community and built one contribution at a time by users like you. We'd love for you to get involved. Whatever your level of skill or however much time you can give, your contribution is greatly appreciated. There are many ways to contribute, from writing tutorials or blog posts, improving the documentation, submitting bug reports and feature requests, helping other users by commenting on issues, or writing code which can be incorporated into WordPress To Jekyll Exporter itself.
Static Site Exporter is an open source project supported by the efforts of an entire community and built one contribution at a time by users like you. We'd love for you to get involved. Whatever your level of skill or however much time you can give, your contribution is greatly appreciated. There are many ways to contribute, from writing tutorials or blog posts, improving the documentation, submitting bug reports and feature requests, helping other users by commenting on issues, or writing code which can be incorporated into Static Site Exporter itself.

Following these guidelines helps to communicate that you respect the time of the developers managing and developing this open source project. In return, they should reciprocate that respect in addressing your issue, assessing changes, and helping you finalize your pull requests.

Expand All @@ -29,22 +29,22 @@ Here are a few tips for writing *great* bug reports:

## How to suggest a feature or enhancement

If you find yourself wishing for a feature that doesn't exist in WordPress To Jekyll Exporter, you are probably not alone. There are bound to be others out there with similar needs. Many of the features that WordPress To Jekyll Exporter has today have been added because our users saw the need.
If you find yourself wishing for a feature that doesn't exist in Static Site Exporter, you are probably not alone. There are bound to be others out there with similar needs. Many of the features that Static Site Exporter has today have been added because our users saw the need.

Feature requests are welcome. But take a moment to find out whether your idea fits with the scope and goals of the project. It's up to you to make a strong case to convince the project's developers of the merits of this feature. Please provide as much detail and context as possible, including describing the problem you're trying to solve.

[Open an issue](https://github.com/benbalter/wordpress-to-jekyll-exporter/issues/new) which describes the feature you would like to see, why you want it, how it should work, etc.

## Minimum PHP version

Many shared hosts may use an outdated version of PHP by default. WordPress to Jekyll Export requires PHP 5.6 or greater.
Many shared hosts may use an outdated version of PHP by default. Static Site Exporter requires PHP 5.6 or greater.

See [this document](required-php-version.md) for example error messages, instructions on how to determine your PHP version, and how to update to a newer version of PHP.


## Your first contribution

We'd love for you to contribute to the project. Unsure where to begin contributing to WordPress To Jekyll Exporter? You can start by looking through these "good first issue" and "help wanted" issues:
We'd love for you to contribute to the project. Unsure where to begin contributing to Static Site Exporter? You can start by looking through these "good first issue" and "help wanted" issues:

* [Good first issues](https://github.com/benbalter/wordpress-to-jekyll-exporter/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) - issues which should only require a few lines of code and a test or two
* [Help wanted issues](https://github.com/benbalter/wordpress-to-jekyll-exporter/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) - issues which may be a bit more involved, but are specifically seeking community contributions
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![WordPress to Jekyll Exporter logo header](https://user-images.githubusercontent.com/282759/120906741-fae1e880-c629-11eb-81df-201a3a749d75.png)
![Static Site Exporter logo header](https://user-images.githubusercontent.com/282759/120906741-fae1e880-c629-11eb-81df-201a3a749d75.png)

# WordPress to Jekyll Exporter
# Static Site Exporter

One-click WordPress plugin that converts all posts, pages, taxonomies, metadata, and settings to Markdown and YAML which can be dropped into Jekyll (or Hugo or any other Markdown and YAML based site engine).

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/optimization-examples.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function test_jekyll_export_config() {
}

echo '<pre>';
echo "WordPress to Jekyll Exporter Configuration Test\n";
echo "Static Site Exporter Configuration Test\n";
echo "==============================================\n\n";

// Check post types
Expand Down
2 changes: 1 addition & 1 deletion docs/performance-optimizations.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Performance Optimizations

This document describes the performance optimizations implemented in WordPress to Jekyll Exporter to improve export speed and reduce resource usage, especially for large WordPress sites.
This document describes the performance optimizations implemented in Static Site Exporter to improve export speed and reduce resource usage, especially for large WordPress sites.

## Overview

Expand Down
2 changes: 1 addition & 1 deletion docs/required-php-version.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Minimum required PHP version

Many shared hosts may use an outdated version of PHP by default. **WordPress to Jekyll Export requires PHP 5.6 or greater.**
Many shared hosts may use an outdated version of PHP by default. **Static Site Exporter requires PHP 5.6 or greater.**

If you get an error message that looks like `unexpected T_STRING`, `unexpected '['` or `expecting T_CONSTANT_ENCAPSED_STRING`, you need to update your PHP version. In a shared hosting environment, you should be able to change the version of PHP used by simply toggling the setting in the host's control panel.

Expand Down
Loading