Skip to content

Commit

Permalink
Merge pull request #10190 from abpframework/alper/remove-bom
Browse files Browse the repository at this point in the history
remove BOM from text files
  • Loading branch information
maliming committed Sep 30, 2021
2 parents 5162f14 + 3ea4d99 commit a8f3f6f
Show file tree
Hide file tree
Showing 1,020 changed files with 1,020 additions and 1,020 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{
"culture": "en",
"texts": {
"Permission:CommunityArticle": "Community Article",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{
"culture": "ro-RO",
"texts": {
"Permission:CommunityArticle": "Articol comunitar",
Expand Down
2 changes: 1 addition & 1 deletion docs/cs/Entity-Framework-Core-PostgreSQL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Přepnutí na EF Core PostgreSQL providera
# Přepnutí na EF Core PostgreSQL providera

Tento dokument vysvětluje, jak přepnout na poskytovatele databáze **PostgreSQL** pro **[spouštěcí šablonu aplikace](Startup-Templates/Application.md)**, která je dodávána s předem nakonfigurovaným SQL poskytovatelem.

Expand Down
2 changes: 1 addition & 1 deletion docs/cs/Getting-Started-AspNetCore-Application.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Začínáme s ASP.NET Core MVC aplikací
# Začínáme s ASP.NET Core MVC aplikací

Tento tutoriál vysvětluje jak začít s ABP z ničeho s minimem závislostí. Obvykle chcete začít se **[startovací šablonou](https://abp.io/Templates)**.

Expand Down
2 changes: 1 addition & 1 deletion docs/cs/Getting-Started-Console-Application.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Začínáme s konzolovou aplikací
# Začínáme s konzolovou aplikací

Tento tutoriál vysvětluje jak začít s ABP z ničeho s minimem závislostí. Obvykle chcete začít se **[startovací šablonou](https://abp.io/Templates)**.

Expand Down
2 changes: 1 addition & 1 deletion docs/cs/Index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ABP dokumentace
# ABP dokumentace

ABP je **open source aplikační framework** se zaměřením na vývoj webových aplikací založených na ASP.NET Core, zároveň ho však lze využít i k vývoji jiných typů aplikací.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/API/Application-Configuration.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Application Configuration Endpoint
# Application Configuration Endpoint

ABP Framework provides a pre-built and standard endpoint that contains some useful information about the application/service. Here, the list of some fundamental information at this endpoint:

Expand Down
2 changes: 1 addition & 1 deletion docs/en/API/Swagger-Integration.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Swagger Integration
# Swagger Integration

[Swagger (OpenAPI)](https://swagger.io/) is a language-agnostic specification for describing REST APIs. It allows both computers and humans to understand the capabilities of a REST API without direct access to the source code. Its main goals are to:

Expand Down
2 changes: 1 addition & 1 deletion docs/en/Audit-Logging.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Audit Logging
# Audit Logging

[Wikipedia](https://en.wikipedia.org/wiki/Audit_trail): "*An audit trail (also called **audit log**) is a security-relevant chronological record, set of records, and/or destination and source of records that provide documentary evidence of the sequence of activities that have affected at any time a specific operation, procedure, or event*".

Expand Down
2 changes: 1 addition & 1 deletion docs/en/Best-Practices/Application-Services.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Application Services Best Practices & Conventions
## Application Services Best Practices & Conventions

* **Do** create an application service for each **aggregate root**.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/Best-Practices/Data-Transfer-Objects.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Data Transfer Objects Best Practices & Conventions
## Data Transfer Objects Best Practices & Conventions

* **Do** define DTOs in the **application contracts** package.
* **Do** inherit from the pre-built **base DTO classes** where possible and necessary (like `EntityDto<TKey>`, `CreationAuditedEntityDto<TKey>`, `AuditedEntityDto<TKey>`, `FullAuditedEntityDto<TKey>` and so on).
Expand Down
2 changes: 1 addition & 1 deletion docs/en/Best-Practices/Domain-Services.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Domain Services Best Practices & Conventions
## Domain Services Best Practices & Conventions

> **This document is not ready yet. Please see the [Domain Services](../Domain-Services.md) document.**
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Entity Framework Core Integration Best Practices
## Entity Framework Core Integration Best Practices

> See [Entity Framework Core Integration document](../Entity-Framework-Core.md) for the basics of the EF Core integration.
Expand Down
2 changes: 1 addition & 1 deletion docs/en/Best-Practices/Index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Module Development Best Practices & Conventions
## Module Development Best Practices & Conventions

### Introduction

Expand Down
2 changes: 1 addition & 1 deletion docs/en/Best-Practices/Module-Architecture.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Module Architecture Best Practices & Conventions
## Module Architecture Best Practices & Conventions

### Solution Structure

Expand Down
2 changes: 1 addition & 1 deletion docs/en/Best-Practices/MongoDB-Integration.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## MongoDB Integration
## MongoDB Integration

* Do define a separated `MongoDbContext` interface and class for each module.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/CLI.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ABP CLI
# ABP CLI

ABP CLI (Command Line Interface) is a command line tool to perform some common operations for ABP based solutions.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/Configuration.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Configuration
# Configuration

ASP.NET Core has an flexible and extensible key-value based configuration system. In fact, the configuration system is a part of Microsoft.Extensions libraries and it is independent from ASP.NET Core. That means it can be used in any type of application. See [Microsoft's documentation](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/configuration/) to learn the configuration infrastructure. ABP framework is 100% compatible with the configuration system.
2 changes: 1 addition & 1 deletion docs/en/Dependency-Injection.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Dependency Injection
# Dependency Injection

ABP's Dependency Injection system is developed based on Microsoft's [dependency injection extension](https://medium.com/volosoft/asp-net-core-dependency-injection-best-practices-tips-tricks-c6e9c67f9d96) library (Microsoft.Extensions.DependencyInjection nuget package). So, it's documentation is valid in ABP too.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/Domain-Services.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Domain Services
# Domain Services

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion docs/en/Emailing.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Email Sending
# Email Sending

ABP Framework provides various services, settings and integrations for sending emails;

Expand Down
2 changes: 1 addition & 1 deletion docs/en/Entity-Framework-Core-Migrations.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EF Core Database Migrations
# EF Core Database Migrations

This document begins by **introducing the default structure** provided by [the application startup template](Startup-Templates/Application.md) and **discusses various scenarios** you may want to implement for your own application.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/Entity-Framework-Core-MySQL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Switch to EF Core MySQL Provider
# Switch to EF Core MySQL Provider

This document explains how to switch to the **MySQL** database provider for **[the application startup template](Startup-Templates/Application.md)** which comes with SQL Server provider pre-configured.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/Entity-Framework-Core-Oracle-Devart.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Switch to EF Core Oracle Devart Provider
# Switch to EF Core Oracle Devart Provider

This document explains how to switch to the **Oracle** database provider for **[the application startup template](Startup-Templates/Application.md)** which comes with SQL Server provider pre-configured.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/Entity-Framework-Core-Oracle-Official.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Switch to EF Core Oracle Provider
# Switch to EF Core Oracle Provider

This document explains how to switch to the **Oracle** database provider for **[the application startup template](Startup-Templates/Application.md)** which comes with SQL Server provider pre-configured.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/Entity-Framework-Core-Oracle.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Switch to EF Core Oracle Provider
# Switch to EF Core Oracle Provider

This document explains how to switch to the **Oracle** database provider for **[the application startup template](Startup-Templates/Application.md)** which comes with SQL Server provider pre-configured.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/Entity-Framework-Core-Other-DBMS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Switch to Another DBMS for Entity Framework Core
# Switch to Another DBMS for Entity Framework Core

**[The application startup template](Startup-Templates/Application.md)** comes with **SQL Server provider pre-configured** for the Entity Framework Core. However, EF Core supports [many other DBMSs](https://docs.microsoft.com/en-us/ef/core/providers/) and you can use any of them within your ABP based applications.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/Entity-Framework-Core-PostgreSQL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Switch to EF Core PostgreSQL Provider
# Switch to EF Core PostgreSQL Provider

This document explains how to switch to the **PostgreSQL** database provider for **[the application startup template](Startup-Templates/Application.md)** which comes with SQL Server provider pre-configured.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/Entity-Framework-Core-SQLite.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Switch to EF Core SQLite Provider
# Switch to EF Core SQLite Provider

This document explains how to switch to the **SQLite** database provider for **[the application startup template](Startup-Templates/Application.md)** which comes with SQL Server provider pre-configured.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/Getting-Started-AspNetCore-Application.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Getting Started ABP With AspNet Core MVC Web Application
# Getting Started ABP With AspNet Core MVC Web Application

This tutorial explains how to start ABP from scratch with minimal dependencies. You generally want to start with the **[startup template](Getting-Started-AspNetCore-MVC-Template.md)**.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/Getting-Started-React-Native.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Getting Started with the React Native
# Getting Started with the React Native

````json
//[doc-params]
Expand Down
2 changes: 1 addition & 1 deletion docs/en/Getting-Started-With-Startup-Templates.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Getting Started with the Startup Templates
# Getting Started with the Startup Templates

See the following tutorials to learn how to get started with the ABP Framework using the pre-built application startup templates:

Expand Down
2 changes: 1 addition & 1 deletion docs/en/Index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ABP Documentation
# ABP Documentation

ABP Framework is a complete **infrastructure** based on the **ASP.NET Core** to create **modern web applications** and **APIs** by following the software development **best practices** and the **latest technologies**.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/Integration-Tests.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
This document has been [moved to here](Testing.md).
This document has been [moved to here](Testing.md).
2 changes: 1 addition & 1 deletion docs/en/Json-Serialization.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# JSON
# JSON

TODO
2 changes: 1 addition & 1 deletion docs/en/MailKit.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MailKit Integration
# MailKit Integration

[MailKit](http://www.mimekit.net/) is a cross-platform, popular open source mail client library for .net. ABP Framework provides an integration package to use the MailKit as the [email sender](Emailing.md).

Expand Down
2 changes: 1 addition & 1 deletion docs/en/Module-Development-Basics.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Modularity
# Modularity

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion docs/en/Object-Extensions.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Object Extensions
# Object Extensions

ABP Framework provides an **object extension system** to allow you to **add extra properties** to an existing object **without modifying** the related class. This allows to extend functionalities implemented by a depended [application module](Modules/Index.md), especially when you want to [extend entities](Customizing-Application-Modules-Extending-Entities.md) and [DTOs](Customizing-Application-Modules-Overriding-Services.md) defined by the module.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/Options.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Options
# Options

Microsoft has introduced [the options pattern](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/configuration/options) that is used to configure a group of settings used by the framework services. This pattern is implemented by the [Microsoft.Extensions.Options](https://www.nuget.org/packages/Microsoft.Extensions.Options) NuGet package, so it is usable by any type of applications in addition to ASP.NET Core based applications.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/RabbitMq.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# RabbitMQ
# RabbitMQ

TODO!
2 changes: 1 addition & 1 deletion docs/en/Road-Map.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ABP Framework Road Map
# ABP Framework Road Map

This document provides a road map, release schedule and planned features for the ABP Framework.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/SMS-Sending.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SMS Sending
# SMS Sending

The ABP Framework provides an abstraction to sending SMS. Having such an abstraction has some benefits;

Expand Down
2 changes: 1 addition & 1 deletion docs/en/Settings.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Settings
# Settings

[Configuration system](Configuration.md) is a good way to configure the application on startup. In addition to the configurations, ABP provides another way to set and get some application settings.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/Specifications.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Specifications
# Specifications

Specification Pattern is used to define **named, reusable, combinable and testable filters** for entities and other business objects.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/Startup-Templates/Application.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Application Startup Template
# Application Startup Template

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion docs/en/Startup-Templates/Index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Startup Templates
# Startup Templates

While you can start with an empty project and add needed packages manually, startup templates make easy and comfortable to start a new solution with the ABP framework. Click the name from the list below to see the documentation of the related startup template:

Expand Down
2 changes: 1 addition & 1 deletion docs/en/Startup-Templates/Module.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Module Startup Template
# Module Startup Template

This template can be used to create a **reusable [application module](../Modules/Index.md)** based on the [module development best practices & conventions](../Best-Practices/Index.md). It is also suitable for creating **microservices** (with or without UI).

Expand Down
2 changes: 1 addition & 1 deletion docs/en/Testing.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Automated Testing
# Automated Testing

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion docs/en/Timing.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Timing
# Timing

Working with times & [time zones](https://en.wikipedia.org/wiki/Time_zone) is always tricky, especially if you need to build a **global system** that is used by users in **different time zones**.

Expand Down
2 changes: 1 addition & 1 deletion docs/es/Index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Documentación de ABP
# Documentación de ABP

ABP es un **marco de desarrollo de código abierto** enfocado en el desarrollo de aplicaciones web basadas en ASP.NET Core, pero tambien soporta el desarrollo de otro tipo de aplicaciones.

Expand Down
2 changes: 1 addition & 1 deletion docs/pt-BR/Audit-Logging.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Audit Logging
# Audit Logging

Façam
2 changes: 1 addition & 1 deletion docs/pt-BR/Domain-Services.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# ABP Documentation
# ABP Documentation

Façam!
2 changes: 1 addition & 1 deletion docs/pt-BR/Emailing.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Emailing
# Emailing

Façam!
2 changes: 1 addition & 1 deletion docs/pt-BR/Integration-Tests.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Integration Tests
# Integration Tests

Façam!
2 changes: 1 addition & 1 deletion docs/pt-BR/SMS-Sending.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Emailing
# Emailing

Façam!
2 changes: 1 addition & 1 deletion docs/pt-BR/Settings.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Settings
# Settings

Façam!
2 changes: 1 addition & 1 deletion docs/pt-BR/Specifications.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Specifications
# Specifications

Façam!
2 changes: 1 addition & 1 deletion docs/pt-BR/Testing.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Testing
# Testing

Façam!
2 changes: 1 addition & 1 deletion docs/zh-Hans/Best-Practices/Application-Services.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 应用服务最佳实践 & 约定
## 应用服务最佳实践 & 约定

* **推荐** 为每个 **聚合根** 创建一个应用服务.

Expand Down
2 changes: 1 addition & 1 deletion docs/zh-Hans/Best-Practices/Data-Transfer-Objects.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 数据传输对象最佳实践 & 约定
## 数据传输对象最佳实践 & 约定

* **推荐** 在 **application.contracts** 层中定义DTO.
* **推荐** 在可能和必要的情况下从预构建的 **基础DTO类** 继承 (如 `EntityDto<TKey>`, `CreationAuditedEntityDto<TKey>`, `AuditedEntityDto<TKey>`, `FullAuditedEntityDto<TKey>` 等).
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-Hans/Best-Practices/Domain-Services.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 领域服务最佳实践 & 约定
## 领域服务最佳实践 & 约定

TODO
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Entity Framework Core 集成最佳实践
## Entity Framework Core 集成最佳实践

> 有关EF Core 集成的基础知识,请参阅[Entity Framework Core 集成文档](../Entity-Framework-Core.md).

Expand Down
2 changes: 1 addition & 1 deletion docs/zh-Hans/Best-Practices/Index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 模块开发最佳实践 & 约定
## 模块开发最佳实践 & 约定

### 介绍

Expand Down
2 changes: 1 addition & 1 deletion docs/zh-Hans/Best-Practices/Module-Architecture.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 模块化架构最佳实践 & 约定
## 模块化架构最佳实践 & 约定

### 解决方案结构

Expand Down
2 changes: 1 addition & 1 deletion docs/zh-Hans/Domain-Services.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# ABP Documentation
# ABP Documentation

待添加
2 changes: 1 addition & 1 deletion docs/zh-Hans/Entity-Framework-Core-Migrations.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


# EF Core数据库迁移

本文首先介绍[应用程序启动模板](Startup-Templates/Application.md)提供的**默认结构**,并讨论你可能希望为自己的应用程序实现的**各种场景**.
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-Hans/Getting-Started-AspNetCore-Application.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 在AspNet Core MVC Web Application中使用ABP
# 在AspNet Core MVC Web Application中使用ABP

本教程将介绍如何开始以最少的依赖关系开始使用ABP开发.

Expand Down

0 comments on commit a8f3f6f

Please sign in to comment.