Skip to content

Commit

Permalink
Add hyperlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
hxtree committed Aug 4, 2021
1 parent b82e860 commit 54f8f6d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@
## About

Hoopless is a modular content management system build on the following open source packages:
* **Symfony**: Annotated auto routing, dependency injection, etc.
* **PHPMarkup**: A markup abstraction layer to empower curators with pages.
* **Doctrine ORM**: A object–relational mapping to help manage database Entities.
* **Doctrine Migrations**: To manage database changes.
* **Mustache**: Templating engine.

* **[Symfony](https://symfony.com/doc/current/)**: Annotated auto routing, dependency injection, etc.
* **[PHPMarkup](https://github.com/ouxsoft/PHPMarkup)**: A markup abstraction layer to empower curators with pages.
* **[Doctrine ORM](https://www.doctrine-project.org/projects/doctrine-orm/en/2.9/index.html)**: A object–relational mapping to help manage database Entities.
* **[Doctrine Migrations](https://www.doctrine-project.org/projects/doctrine-migrations/en/3.0/index.html)**: To manage database changes.
* **[Mustache](https://github.com/bobthecow/mustache.php/wiki)**: Templating engine.

```
<html lang="en">
Expand Down

0 comments on commit 54f8f6d

Please sign in to comment.