Please see: https://github.com/kevinSuttle/html-meta-tags, thanks for the idea @dandv!
Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/
| #include <stdio.h> /* getchar() */ | |
| #include <stdlib.h> /* malloc(), realloc() */ | |
| #include <string.h> /* memcpy() */ | |
| /* ----------------------------------------------- | |
| * Create a new string (NUL-terminated array of chars) by reading the stdin. | |
| * Return the newly created string, or NULL on error. | |
| * Args: | |
| * int beExact: If 0 (false), then the size of the created string will | |
| * be an exact multiple of the internally used alloc-ahead |
| <persistence | |
| xmlns="http://java.sun.com/xml/ns/persistence" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd" | |
| version="2.0"> | |
| <persistence-unit name="pu" > | |
| <provider>org.eclipse.persistence.jpa.PersistenceProvider</provider> | |
| <exclude-unlisted-classes>false</exclude-unlisted-classes> | |
| <properties> |
| <persistence xmlns="http://java.sun.com/xml/ns/persistence" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd" | |
| version="2.0"> | |
| <persistence-unit name="org.hibernate.tutorial.jpa" transaction-type="RESOURCE_LOCAL"> | |
| <description> | |
| Persistence unit for the JPA tutorial of the Hibernate Getting Started Guide | |
| </description> | |
| <provider>org.hibernate.ejb.HibernatePersistence</provider> |