Skip to content

Commit

Permalink
Merge branch 'release/0.3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
coder2000 committed Dec 4, 2020
2 parents b576950 + 085bc00 commit 53fe49f
Show file tree
Hide file tree
Showing 51 changed files with 12,144 additions and 194 deletions.
4 changes: 4 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
github: coder2000
open_collective: ubiety
tidelift: "nuget/Ubiety.Stringprep.Core"
liberapay: coder2000
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

> Ubiety Stringprep is an implementation of RFC 3454 for .NET Core.
| Branch | Quality | Travis CI | Appveyor | Coverage |
| ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------- | --------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| Master | [![Codacy grade](https://img.shields.io/codacy/grade/f722261999094ce29a85396b6d6fc9cf/master?style=flat-square)](https://www.codacy.com/gh/ubiety/Ubiety.Stringprep.Core/dashboard?utm_source=github.com&utm_medium=referral&utm_content=ubiety/Ubiety.Stringprep.Core&utm_campaign=Badge_Grade) | | ![AppVeyor branch](https://img.shields.io/appveyor/ci/coder2000/ubiety-stringprep-core/master.svg?style=flat-square) | ![Codacy coverage](https://img.shields.io/codacy/coverage/f722261999094ce29a85396b6d6fc9cf/master?style=flat-square) |
| Develop | [![Codacy grade](https://img.shields.io/codacy/grade/f722261999094ce29a85396b6d6fc9cf/develop?style=flat-square)](https://www.codacy.com/gh/ubiety/Ubiety.Stringprep.Core/dashboard?utm_source=github.com&utm_medium=referral&utm_content=ubiety/Ubiety.Stringprep.Core&utm_campaign=Badge_Grade) | | ![AppVeyor branch](https://img.shields.io/appveyor/ci/coder2000/ubiety-stringprep-core/develop.svg?style=flat-square) | ![Codacy coverage](https://img.shields.io/codacy/coverage/f722261999094ce29a85396b6d6fc9cf/develop?style=flat-square) |
| Branch | Quality | Appveyor | Coverage |
| ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Master | [![Codacy grade](https://img.shields.io/codacy/grade/f722261999094ce29a85396b6d6fc9cf/master?style=flat-square)](https://www.codacy.com/gh/ubiety/Ubiety.Stringprep.Core/dashboard?utm_source=github.com&utm_medium=referral&utm_content=ubiety/Ubiety.Stringprep.Core&utm_campaign=Badge_Grade) | [![AppVeyor branch](https://img.shields.io/appveyor/ci/coder2000/ubiety-stringprep-core/master.svg?style=flat-square)](https://ci.appveyor.com/project/coder2000/ubiety-stringprep-core/branch/master) | [![Codacy coverage](https://img.shields.io/codacy/coverage/f722261999094ce29a85396b6d6fc9cf/master?style=flat-square)](https://www.codacy.com/gh/ubiety/Ubiety.Stringprep.Core/dashboard?utm_source=github.com&utm_medium=referral&utm_content=ubiety/Ubiety.Stringprep.Core&utm_campaign=Badge_Coverage) |
| Develop | [![Codacy grade](https://img.shields.io/codacy/grade/f722261999094ce29a85396b6d6fc9cf/develop?style=flat-square)](https://www.codacy.com/gh/ubiety/Ubiety.Stringprep.Core/dashboard?utm_source=github.com&utm_medium=referral&utm_content=ubiety/Ubiety.Stringprep.Core&utm_campaign=Badge_Grade) | [![AppVeyor branch](https://img.shields.io/appveyor/ci/coder2000/ubiety-stringprep-core/develop.svg?style=flat-square)](https://ci.appveyor.com/project/coder2000/ubiety-stringprep-core/branch/develop) | [![Codacy coverage](https://img.shields.io/codacy/coverage/f722261999094ce29a85396b6d6fc9cf/develop?style=flat-square)](https://www.codacy.com/gh/ubiety/Ubiety.Stringprep.Core/dashboard?utm_source=github.com&utm_medium=referral&utm_content=ubiety/Ubiety.Stringprep.Core&utm_campaign=Badge_Coverage) |

## Installing / Getting started

Expand Down Expand Up @@ -46,11 +46,11 @@ Thank you for your assistance. Please find more information on how to contribute

## Links

- Project homepage: <https://stringprep.ubiety.ca>
- Project homepage: <https://stringprep.ubiety.dev>
- Repository: <https://github.com/ubiety/Ubiety.Stringprep.Core/>
- Issue tracker: <https://github.com/ubiety/Ubiety.Stringprep.Core/issues>
- In case of sensitive bugs like security vulnerabilities, please use the
[Tidelift security contact](https://tidelift.com/security) instead of using issue tracker.
- In case of sensitive bugs like security vulnerabilities, please use the
[Tidelift security contact](https://tidelift.com/security) instead of using issue tracker.
We value your effort to improve the security and privacy of this project! Tidelift will coordinate the fix and disclosure.
- Related projects:
- Ubiety VersionIt: <https://github.com/ubiety/Ubiety.VersionIt/>
Expand All @@ -75,4 +75,4 @@ Thank you for your assistance. Please find more information on how to contribute

## Licensing

The code in this project is licensed under the [Unlicense](https://unlicense.org/)
The code in this project is licensed under the [Unlicense](https://unlicense.org/)
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ branches:
except:
- gh-pages

skip_tags: true

environment:
SonarKey:
secure: SM3ZT7/6VRB5K4qBsZpkQ3NG/VUIcNdeqZXIeHnmVi25Tu1y3x367ASjTmo3kh3Y
Expand Down
20 changes: 20 additions & 0 deletions docs/Ubiety.Stringprep.Docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Dependencies
/node_modules

# Production
/build

# Generated files
.docusaurus
.cache-loader

# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
33 changes: 33 additions & 0 deletions docs/Ubiety.Stringprep.Docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Website

This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator.

## Installation

```console
yarn install
```

## Local Development

```console
yarn start
```

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

## Build

```console
yarn build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.

## Deployment

```console
GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy
```

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
3 changes: 3 additions & 0 deletions docs/Ubiety.Stringprep.Docs/babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
};
12 changes: 12 additions & 0 deletions docs/Ubiety.Stringprep.Docs/blog/2020-12-01-new-site.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
slug: new-site
title: New Site
author: Dieter Lunn
author_title: Lead Developer
author_url: https://github.com/coder2000
author_image_url: https://avatars0.githubusercontent.com/u/27944?s=400&u=bf0c9a4ac19d4970cf21727a8ff4f39a9c6909fd&v=4
tags: [new, site, documentation, wip]
---

Thank you for visiting the new documentation site for Ubiety Stringprep. It is still a work in progress but should be up and running fully soon. In the meantime
please feel free to help out by writing more documentation and submitting pull requests.
202 changes: 202 additions & 0 deletions docs/Ubiety.Stringprep.Docs/docs/doc1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,202 @@
---
id: doc1
title: Style Guide
sidebar_label: Style Guide
---

You can write content using [GitHub-flavored Markdown syntax](https://github.github.com/gfm/).

## Markdown Syntax

To serve as an example page when styling markdown based Docusaurus sites.

## Headers

# H1 - Create the best documentation

## H2 - Create the best documentation

### H3 - Create the best documentation

#### H4 - Create the best documentation

##### H5 - Create the best documentation

###### H6 - Create the best documentation

---

## Emphasis

Emphasis, aka italics, with _asterisks_ or _underscores_.

Strong emphasis, aka bold, with **asterisks** or **underscores**.

Combined emphasis with **asterisks and _underscores_**.

Strikethrough uses two tildes. ~~Scratch this.~~

---

## Lists

1. First ordered list item
1. Another item
- Unordered sub-list.
1. Actual numbers don't matter, just that it's a number
1. Ordered sub-list
1. And another item.

- Unordered list can use asterisks

* Or minuses

- Or pluses

---

## Links

[I'm an inline-style link](https://www.google.com/)

[I'm an inline-style link with title](https://www.google.com/ "Google's Homepage")

[I'm a reference-style link][arbitrary case-insensitive reference text]

[You can use numbers for reference-style link definitions][1]

Or leave it empty and use the [link text itself].

URLs and URLs in angle brackets will automatically get turned into links. http://www.example.com/ or <http://www.example.com/> and sometimes example.com (but not on GitHub, for example).

Some text to show that the reference links can follow later.

[arbitrary case-insensitive reference text]: https://www.mozilla.org/
[1]: http://slashdot.org/
[link text itself]: http://www.reddit.com/

---

## Images

Here's our logo (hover to see the title text):

Inline-style: ![alt text](https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo Title Text 1")

Reference-style: ![alt text][logo]

[logo]: https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo Title Text 2"

Images from any folder can be used by providing path to file. Path should be relative to markdown file.

![img](../static/img/logo.svg)

---

## Code

```javascript
var s = "JavaScript syntax highlighting";
alert(s);
```

```python
s = "Python syntax highlighting"
print(s)
```

```
No language indicated, so no syntax highlighting.
But let's throw in a <b>tag</b>.
```

```js {2}
function highlightMe() {
console.log("This line can be highlighted!");
}
```

---

## Tables

Colons can be used to align columns.

| Tables | Are | Cool |
| ------------- | :-----------: | -----: |
| col 3 is | right-aligned | \$1600 |
| col 2 is | centered | \$12 |
| zebra stripes | are neat | \$1 |

There must be at least 3 dashes separating each header cell. The outer pipes (|) are optional, and you don't need to make the raw Markdown line up prettily. You can also use inline Markdown.

| Markdown | Less | Pretty |
| -------- | --------- | ---------- |
| _Still_ | `renders` | **nicely** |
| 1 | 2 | 3 |

---

## Blockquotes

> Blockquotes are very handy in email to emulate reply text. This line is part of the same quote.
Quote break.

> This is a very long line that will still be quoted properly when it wraps. Oh boy let's keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can _put_ **Markdown** into a blockquote.
---

## Inline HTML

<dl>
<dt>Definition list</dt>
<dd>Is something people use sometimes.</dd>

<dt>Markdown in HTML</dt>
<dd>Does *not* work **very** well. Use HTML <em>tags</em>.</dd>
</dl>

---

## Line Breaks

Here's a line for us to start with.

This line is separated from the one above by two newlines, so it will be a _separate paragraph_.

This line is also a separate paragraph, but... This line is only separated by a single newline, so it's a separate line in the _same paragraph_.

---

## Admonitions

:::note

This is a note

:::

:::tip

This is a tip

:::

:::important

This is important

:::

:::caution

This is a caution

:::

:::warning

This is a warning

:::
6 changes: 6 additions & 0 deletions docs/Ubiety.Stringprep.Docs/docs/doc2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
id: doc2
title: Document Number 2
---

This is a link to [another document.](doc3.md) This is a link to an [external page.](http://www.example.com/)
14 changes: 14 additions & 0 deletions docs/Ubiety.Stringprep.Docs/docs/doc3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
id: doc3
title: This is Document Number 3
---

Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ac euismod odio, eu consequat dui. Nullam molestie consectetur risus id imperdiet. Proin sodales ornare turpis, non mollis massa ultricies id. Nam at nibh scelerisque, feugiat ante non, dapibus tortor. Vivamus volutpat diam quis tellus elementum bibendum. Praesent semper gravida velit quis aliquam. Etiam in cursus neque. Nam lectus ligula, malesuada et mauris a, bibendum faucibus mi. Phasellus ut interdum felis. Phasellus in odio pulvinar, porttitor urna eget, fringilla lectus. Aliquam sollicitudin est eros. Mauris consectetur quam vitae mauris interdum hendrerit. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Duis et egestas libero, imperdiet faucibus ipsum. Sed posuere eget urna vel feugiat. Vivamus a arcu sagittis, fermentum urna dapibus, congue lectus. Fusce vulputate porttitor nisl, ac cursus elit volutpat vitae. Nullam vitae ipsum egestas, convallis quam non, porta nibh. Morbi gravida erat nec neque bibendum, eu pellentesque velit posuere. Fusce aliquam erat eu massa eleifend tristique.

Sed consequat sollicitudin ipsum eget tempus. Integer a aliquet velit. In justo nibh, pellentesque non suscipit eget, gravida vel lacus. Donec odio ante, malesuada in massa quis, pharetra tristique ligula. Donec eros est, tristique eget finibus quis, semper non nisl. Vivamus et elit nec enim ornare placerat. Sed posuere odio a elit cursus sagittis.

Phasellus feugiat purus eu tortor ultrices finibus. Ut libero nibh, lobortis et libero nec, dapibus posuere eros. Sed sagittis euismod justo at consectetur. Nulla finibus libero placerat, cursus sapien at, eleifend ligula. Vivamus elit nisl, hendrerit ac nibh eu, ultrices tempus dui. Nam tellus neque, commodo non rhoncus eu, gravida in risus. Nullam id iaculis tortor.

Nullam at odio in sem varius tempor sit amet vel lorem. Etiam eu hendrerit nisl. Fusce nibh mauris, vulputate sit amet ex vitae, congue rhoncus nisl. Sed eget tellus purus. Nullam tempus commodo erat ut tristique. Cras accumsan massa sit amet justo consequat eleifend. Integer scelerisque vitae tellus id consectetur.
9 changes: 9 additions & 0 deletions docs/Ubiety.Stringprep.Docs/docs/installation.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Installation
---

import { Instructions } from "../src/instructions";

## Adding Ubiety Stringprep to your project

<Instructions />
11 changes: 11 additions & 0 deletions docs/Ubiety.Stringprep.Docs/docs/introduction.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Introduction
slug: /
---

Ubiety Stringprep is an open-source library that implements RFC 3454 for normalization of Unicode strings.

## Features

- Supports `.NET 5` and `.NET Standard 2.1`
- Fully tested
17 changes: 17 additions & 0 deletions docs/Ubiety.Stringprep.Docs/docs/mdx.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
id: mdx
title: Powered by MDX
---

You can write JSX and use React components within your Markdown thanks to [MDX](https://mdxjs.com/).

export const Highlight = ({children, color}) => ( <span style={{
backgroundColor: color,
borderRadius: '2px',
color: '#fff',
padding: '0.2rem',
}}>{children}</span> );

<Highlight color="#25c2a0">Docusaurus green</Highlight> and <Highlight color="#1877F2">Facebook blue</Highlight> are my favorite colors.

I can write **Markdown** alongside my _JSX_!
Loading

0 comments on commit 53fe49f

Please sign in to comment.