diff --git a/.env.example b/.env.example index 9a497c9..dcfc989 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -# WSO2 Integrator Connector Store - Environment Variables +# WSO2 Integration Store - Environment Variables # ==================== # Application Settings diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ad1eef6..89f3149 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -# Contributing to WSO2 Integrator Connector Store +# Contributing to WSO2 Integration Store Thank you for your interest in contributing! This document provides guidelines for contributing to the project. @@ -25,7 +25,7 @@ Thank you for your interest in contributing! This document provides guidelines f ```bash git clone - cd connector-store + cd integration-store ``` 2. **Install dependencies** @@ -297,4 +297,4 @@ By contributing, you agree that your contributions will be licensed under the sa --- -**Thank you for contributing to WSO2 Integrator Connector Store!** +**Thank you for contributing to WSO2 Integration Store!** diff --git a/README.md b/README.md index 5e26029..76ef26b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# WSO2 Integrator Connector Store +# WSO2 Integration Store -A modern, high-performance connector store for WSO2 Integrator, showcasing 800+ Ballerina connectors from Ballerina Central with accurate download metrics and powerful filtering capabilities. +A modern, high-performance integration store for WSO2 Integrator, showcasing 800+ Ballerina connectors, libraries, and other integration assets from Ballerina Central with accurate download metrics and powerful filtering capabilities. [![React](https://img.shields.io/badge/React-18.2-61DAFB)](https://react.dev/) [![TypeScript](https://img.shields.io/badge/TypeScript-5.9-blue)](https://www.typescriptlang.org/) @@ -9,7 +9,7 @@ A modern, high-performance connector store for WSO2 Integrator, showcasing 800+ ## Overview -The WSO2 Integrator Connector Store provides a user-friendly interface to discover, search, filter, and explore Ballerina connectors from Ballerina Central. Built with React and WSO2 Oxygen UI (built on Material-UI v7), it offers a fast, responsive experience with professional WSO2 branding. +The WSO2 Integration Store provides a user-friendly interface to discover, search, filter, and explore Ballerina connectors from Ballerina Central. Built with React and WSO2 Oxygen UI (built on Material-UI v7), it offers a fast, responsive experience with professional WSO2 branding. **Live Demo:** [Your deployment URL here] @@ -141,7 +141,7 @@ The WSO2 Integrator Connector Store provides a user-friendly interface to discov ```bash # Clone the repository git clone -cd integrator-connector-store +cd integration-store # Install dependencies npm install @@ -239,7 +239,7 @@ Runs Prettier formatting. ## Project Structure ```text -wso2-integrator-connector-store/ +wso2-integration-store/ ├── public/ │ ├── index.html # HTML entry point │ ├── manifest.json # PWA manifest @@ -251,7 +251,7 @@ wso2-integrator-connector-store/ │ ├── index.tsx # React entry point │ ├── App.tsx # Root component with router │ ├── pages/ -│ │ └── HomePage.tsx # Main connector store page +│ │ └── HomePage.tsx # Main Integration store page │ ├── components/ │ │ ├── ConnectorCard/ │ │ │ ├── ConnectorCard.tsx # Individual connector card @@ -643,8 +643,8 @@ server { **Build and Run:** ```bash -docker build -t wso2-connector-store . -docker run -p 80:80 wso2-connector-store +docker build -t wso2-integration-store . +docker run -p 80:80 wso2-integration-store ``` ### Static Hosting @@ -955,7 +955,7 @@ This approach provides: ### Version 1.2.1 -- Fixed header to show "WSO2 Integrator Connector Store" +- Fixed header to show "WSO2 Integration Store" - Fixed card links to point to Ballerina Central package pages - Implemented efficient total pull count aggregation diff --git a/SECURITY.md b/SECURITY.md index 43366b0..da96c5f 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -10,7 +10,7 @@ We release patches for security vulnerabilities for the following versions: ## Reporting a Vulnerability -The WSO2 Integrator Connector Store team takes security seriously. We appreciate your efforts to responsibly disclose your findings. +The WSO2 Integration Store team takes security seriously. We appreciate your efforts to responsibly disclose your findings. ### How to Report @@ -152,4 +152,4 @@ _No reports yet - be the first!_ --- -**Thank you for helping keep WSO2 Integrator Connector Store secure!** +**Thank you for helping keep WSO2 Integration Store secure!** diff --git a/package.json b/package.json index 96208a8..59ba3be 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { - "name": "connector-store", + "name": "integration-store", "version": "1.0.0", "private": true, "homepage": ".", - "description": "WSO2 Integrator Connector Store - A web application for browsing and discovering Ballerina connectors", + "description": "WSO2 Integration Store - A web application for browsing and discovering Ballerina connectors", "engines": { "node": ">=18" }, diff --git a/public/index.html b/public/index.html index 9d79c95..5ec845e 100644 --- a/public/index.html +++ b/public/index.html @@ -3,7 +3,7 @@